Gábor Hojtsy
|
ba3c558f0d
|
#182410 by greggles: HTTP Basic authentication username and password was parsed in drupal_http_request() but then not used in the request
|
2007-10-11 09:47:23 +00:00 |
Gábor Hojtsy
|
3fb218cb7e
|
#182310 by chx: remove #DANGEROUS_SKIP_CHECK, as with the AHAH functionality now we have safer methods to add things in the cached form for validation, so we don't need this security hole possibility kept anymore.
|
2007-10-11 09:22:39 +00:00 |
Gábor Hojtsy
|
8cf6fefe54
|
#164983 by multiple contributors: document the core database schemas
|
2007-10-10 11:39:35 +00:00 |
Gábor Hojtsy
|
e5b3613549
|
#172588 by Tresler, Freso and webernet: add missing help page for color module
|
2007-10-10 10:45:23 +00:00 |
Gábor Hojtsy
|
d55dccbe35
|
#178768 follow up patch by myself: now that we know Drupal module is moved to site_network, we can document is in the changelog
|
2007-10-10 10:40:13 +00:00 |
Gábor Hojtsy
|
212c0484b9
|
#181741 by quicksketch: fix AHAH throbber/progress bar issues and generalize progress display configuration to allow module developers to choose from the throbber and progress bar
|
2007-10-10 10:24:25 +00:00 |
Gábor Hojtsy
|
c1e9256dcb
|
#181758 by webernet: move cache_block creation to update_fix_d6_requirements() to avoid warnings about the nonexistent table through the update process
|
2007-10-09 16:08:37 +00:00 |
Gábor Hojtsy
|
2a19a5c3e1
|
#180588 by merlinofchaos: run tabs through theme('menu_item_link') compared to just l() directly, so they can be properly themed
|
2007-10-08 18:49:03 +00:00 |
Gábor Hojtsy
|
8ac45b1a75
|
#181564 follow up patch by webernet: fix a notice introduced by the earlier patch committed
|
2007-10-08 15:01:05 +00:00 |
Gábor Hojtsy
|
1a2bf588e6
|
#63990 by several people: fix comment submission on nodes where a form is displayed
|
2007-10-08 14:22:31 +00:00 |
Gábor Hojtsy
|
4f4d08c23d
|
#181564 by Crell: add first and last CSS classes to menu tree lists and themed item lists for themers to use
|
2007-10-08 14:15:09 +00:00 |
Gábor Hojtsy
|
2fcaa6a91a
|
#178999 follow up patch by sun: fix lots of code comment formatting and grammar errors in common.inc
|
2007-10-08 14:08:19 +00:00 |
Gábor Hojtsy
|
194a7977f3
|
#104220 by ChrisKennedy: remove arbitrary half post max size restriction on maximum uploadable file size
|
2007-10-08 13:13:13 +00:00 |
Gábor Hojtsy
|
afff4edd2e
|
#116200 by njivy: initilize node type data before trying to delete a node type, so we have data about what do we delete
|
2007-10-08 13:04:32 +00:00 |
Gábor Hojtsy
|
f87245c202
|
#175979 by Desbeers: forum module does not need to call node_prepare anymore, because it is already done
|
2007-10-08 08:40:26 +00:00 |
Gábor Hojtsy
|
e11dd1b1ad
|
#178768: Removing Drupal module from Drupal to improve security and privacy. Will live in contrib under a different name if people step up to maintain. Look at the issue for more information.
|
2007-10-08 07:53:57 +00:00 |
Gábor Hojtsy
|
81fc35b381
|
#177473 by chx, quicksketch, dvessel and merlinofchaos: make it possible for modules to add their own theme variable preprocess hooks and improve documentation on the different preprocess options
|
2007-10-08 07:47:08 +00:00 |
Dries Buytaert
|
0313d80108
|
- Patch #181284 by killes and chx: performance improvements for user_access().
|
2007-10-07 19:27:40 +00:00 |
Dries Buytaert
|
ca8e9a1e18
|
- Patch #180432 by hunmonk, sun, et al: make comment settings per node type. This is a new feature that slipped in because it is required for the project module on drupal.org.
|
2007-10-07 19:25:57 +00:00 |
Dries Buytaert
|
afb7bf85fe
|
- Clean-up menu link
|
2007-10-07 09:50:01 +00:00 |
Dries Buytaert
|
4b54e36c78
|
- Patch #181180 by Eaton: make it easier to do CSS-only themes.
|
2007-10-07 09:23:28 +00:00 |
Dries Buytaert
|
db10cb7d1e
|
- Patch #181177 by John Morahan: updated TODO (documentation).
|
2007-10-06 16:08:50 +00:00 |
Dries Buytaert
|
eaf4dd39c2
|
- Patch #178999 by JohnAlbin, sun and sammys: fixed race condition with drupal_goto().
|
2007-10-06 15:30:41 +00:00 |
Dries Buytaert
|
9b59ff979d
|
- Patch #181167 by Eaton: default page.tpl.php breaks primary links.
|
2007-10-06 15:26:57 +00:00 |
Dries Buytaert
|
bb5e71d4ee
|
- Patch #172636 by chx: fixed watchdog call.
|
2007-10-06 15:23:18 +00:00 |
Dries Buytaert
|
5a752dc507
|
- Added missing .install files. Forgot to commit those.
|
2007-10-05 16:07:22 +00:00 |
Gábor Hojtsy
|
74a431e79a
|
#163785 by Eaton, dvessel and quicksketch: theme .info files should be able to override core and module CSS files based on file basenames
|
2007-10-05 14:50:25 +00:00 |
Dries Buytaert
|
821221cc14
|
- Patch #181063 by chx: fixed problem with drupal_bootstrap() not booting to the proper level.
|
2007-10-05 14:48:49 +00:00 |
Dries Buytaert
|
39706e3c51
|
- Patch #150245 by webchick, bjaspan, ralf, Arancaytar et al: move the .schema files into .install files to prevent mistakes.
|
2007-10-05 14:43:26 +00:00 |
Gábor Hojtsy
|
d568128b9f
|
#148084 by yhager: some better quality and missing images for the pushbutton RTL theme
|
2007-10-05 14:13:56 +00:00 |
Gábor Hojtsy
|
25465ee76e
|
#176503 by chx and bennybobw: hidden profile fields cannot be required and cannot be put on the registration form, so we needed warnings on the editing form to not let admins save forms set with these combinations.
|
2007-10-05 13:26:53 +00:00 |
Gábor Hojtsy
|
0e04fbd43d
|
#170514 by pwolanin: block and page cache should be cleaned when a menu item is changed (saved, deleted) or the menu router is rebuilt
|
2007-10-05 13:17:09 +00:00 |
Gábor Hojtsy
|
00c8725480
|
#89376 by Eaton: add the preview build mode flag prior to hook_form() being called
|
2007-10-05 13:14:04 +00:00 |
Gábor Hojtsy
|
1800ea94bf
|
#144634 follow up patch by chx: two caes, where the external link property should have been specified
|
2007-10-05 13:11:19 +00:00 |
Gábor Hojtsy
|
8b72b39281
|
#180897 by sun: fix an XHTML validity error in Garland
|
2007-10-05 13:09:17 +00:00 |
Gábor Hojtsy
|
272a97acb8
|
#157752 follow up patch by scor: fix two form menu callbacks
|
2007-10-05 12:57:20 +00:00 |
Gábor Hojtsy
|
b217d4da9a
|
#157752 by quicksketch: extend AHAH functionality to most types of form elements, without writing JavaScript. Also AHAH enable the blocks admin page. (part 2)
|
2007-10-05 09:36:52 +00:00 |
Gábor Hojtsy
|
31b73898af
|
#157752 by quicksketch: extend AHAH functionality to most types of form elements, without writing JavaScript. Also AHAH enable the blocks admin page.
|
2007-10-05 09:35:09 +00:00 |
Gábor Hojtsy
|
5fc06cec4c
|
#180389 by merlinofchaos: add hook_theme_registry_alter() for devel module and friends to alter and get access to the theme registry
|
2007-10-04 19:24:50 +00:00 |
Gábor Hojtsy
|
15445a6db9
|
#180877 by Arancaytar: drupal_write_record() was not prefixing tables properly because PHP string parsing behavior
|
2007-10-04 19:20:39 +00:00 |
Gábor Hojtsy
|
560bd06f3b
|
#178973 by merlinofchaos: proper style and script inheritance between themes more then two levels deep in the hierarchy
|
2007-10-04 18:51:04 +00:00 |
Gábor Hojtsy
|
5e771fa917
|
#171461 by chx, ejhildreth and dvessel: empty tbody fails validation
|
2007-10-04 17:53:56 +00:00 |
Gábor Hojtsy
|
071d4b010e
|
#180559 by hunmonk: do not try to display the comment addition form at th end of comments, if we are already on the page, so it is displayed anyway
|
2007-10-03 17:59:50 +00:00 |
Dries Buytaert
|
5686eea147
|
- Patch #164510 by yched et al: node.changed not updated on mass operations.
|
2007-10-03 17:35:22 +00:00 |
Dries Buytaert
|
0a1931e817
|
- Patch #180399 by merlinofchaos: add merlinofchaos and dvessel to theme system maintainers list.
|
2007-10-03 17:17:25 +00:00 |
Gábor Hojtsy
|
0dfdbac88f
|
#178892 by webchick: use drupal_get_private_key() instead of directly retrieving the drupal_private_key variable in update module, so we can ensure a proper private key is generated
|
2007-10-03 13:35:15 +00:00 |
Gábor Hojtsy
|
ba9a73bed7
|
#180338 by bjaspan: more accurate wording for database update status report
|
2007-10-03 13:19:19 +00:00 |
Gábor Hojtsy
|
35c0e44330
|
#179695 by chx: only anonymous users should have permission to visit user/login, so this menu item is automatically hidden when a user is logged in
|
2007-10-03 13:01:04 +00:00 |
Gábor Hojtsy
|
e2dc2bdf66
|
#180267 by hass: menu-collapsed-rtl.gif in Minnelli should be copied with the other images when color changes are made
|
2007-10-02 16:33:09 +00:00 |
Gábor Hojtsy
|
2a92c9bc74
|
#180265 by hass: menu-collapsed-rtl.gif in Garland should be copied with the other images when color changes are made
|
2007-10-02 16:31:50 +00:00 |