summaryrefslogtreecommitdiff
path: root/modules/system/system.module
Commit message (Collapse)AuthorAge
* - Patch #154398 by quicksketch et al: add dynamic AHAH submission properties ↵Dries Buytaert2007-07-04
| | | | to Forms API. This patch was ready for a long time and is somewhat of a usability improvement (enabler).
* - Patch #33334 by ChrisKennedy and wulf: admin/modules links to 'throttle ↵Dries Buytaert2007-07-03
| | | | configuration page' even when it is disabled.
* - Patch #155986 by Uwe: fixed typos.Dries Buytaert2007-07-02
|
* #141725 by Crell and dvessel: allow themes to define multiple CSS and JS ↵Gábor Hojtsy2007-07-01
| | | | files in their .info files, which can be clearly overriden
* - Rollback of patch #147723: delete API. Talked to Steven and Gabor and weDries Buytaert2007-07-01
| | | | | | | | | unanimously agreed to rollback the deletion API. We all support the features this patch added, yet not its actual design and implementation. After some talk, we decided that it would be better for Drupal -- in the long term -- not to go with a solution that isn't 100%. We also recognize that in the short term, this patch would have been useful addition. So let's figure out how we can implement this properly in D7.
* - Patch #120360 by nedjo: enable AJAX by making all behaviours reattachable.Dries Buytaert2007-07-01
|
* #154064 by pwolanin: get hook_help() up to speed to menu changes, allowing ↵Gábor Hojtsy2007-06-30
| | | | router path based lookups, and also full path argument lookup with a passed argument array
* - Patch #147767 by Eaton, moshe et al: fixed punctuation error.Dries Buytaert2007-06-29
|
* - Patch #148410 by jvandyk: added rewrite of the actions module!Dries Buytaert2007-06-29
| | | | | | | | | | This is a very important patch, but one that is merely an enabler. Hopefully we'll see more people submitting "action patches" in the near future. Thanks for the hard work and persistence, John. *If* you decide to update the Drupal Pro Development book to Drupal 6, make sure to add a chapter on actions. ;)
* #136585 by hunmonk and pwolanin: fix too tight permissions on admin/contentGábor Hojtsy2007-06-28
|
* #152926 by dww: add hook_system_info_alter() to make .info file data ↵Gábor Hojtsy2007-06-27
| | | | modifiable in PHP code
* #154949 by Crell and dww: let modules and themes specify a minimum required ↵Gábor Hojtsy2007-06-27
| | | | PHP version, under which they will not be possible to be turned on
* #154046: Optimize confirm_form syntax for common usage (and fix some ↵Steven Wittens2007-06-24
| | | | $form_state bugs).
* #153781: Convert all remaining confirm_forms() to deletion api.Steven Wittens2007-06-22
|
* #147723: Deletion API (by hunmonk). Woop woop.Steven Wittens2007-06-22
|
* - Patch #152469 by fgm: fixed PHPdoc comment.Dries Buytaert2007-06-17
|
* - Patch #151256 by Chris Kennedy: fapi fix for saving date and time settings.Dries Buytaert2007-06-12
|
* #118026 by kkaefer with fixes from myself: JavaScript translation support ↵Gábor Hojtsy2007-06-08
| | | | and script.js as a default theme JS file to use, if found
* - Patch #146910 by dww: only allow enabling modules with the same Drupal ↵Dries Buytaert2007-06-08
| | | | core compatibility version.
* - Patch #147656 by pwolanin and chx: menu module update for Drupal 6.Dries Buytaert2007-06-05
|
* - Patch #146667 by Eaton: correct builder argument ordering, eliminate ↵Dries Buytaert2007-06-04
| | | | redundant arguments
* - Patch #148167 by bjaspan: clear schema cache when modules are ↵Dries Buytaert2007-06-01
| | | | enabled/disabled.
* #119441: JavaScript aggregator/compressor by m3avrck and others.Steven Wittens2007-06-01
|
* - Patch #115267 by drewish, dopry et al: simplified file uploads code, ↵Dries Buytaert2007-05-30
| | | | improved file API, centralized file validation, implemented quotas and fixed file previews.
* - Patch #146470 by Eaton et al: standardize form API3 hook parameter order.Dries Buytaert2007-05-28
|
* - Patch #145058 by pwolanin (and chx): re-parenting and caching for menu links.Dries Buytaert2007-05-27
|
* - Patch #142773 by kbahey: made Drupal work correctly when behind a reverse ↵Dries Buytaert2007-05-25
| | | | proxy.
* - Patch #144162 by JohnAlbin: fixed problems with FAPI3 patch.Dries Buytaert2007-05-23
|
* - Patch #140218 by Crell et al: make it possible to move page callbacks to ↵Dries Buytaert2007-05-22
| | | | their own include files.
* #144496 by myself: import translations for newly installed modules and ↵Gábor Hojtsy2007-05-21
| | | | | | | enabled themes; as a side effect, improve usability of the module screen by performing module changes all at once
* - Patch #105039 by ChrisKennedy: more polish for the custom date formats. ↵Dries Buytaert2007-05-17
| | | | Previous custom data format patch was also by Chris but got accidentically committed with another patch. Thanks Chris.
* - Patch #137767 by chx and pwolanin: multiple menu support.Dries Buytaert2007-05-16
|
* - Patch #138706 by hunmonk: fixed PostgreSQL caching problem.Dries Buytaert2007-05-14
|
* - Patch #138706 by eaton, chx, webchick, yched et al: form api 3 ... yay. :)Dries Buytaert2007-05-14
|
* - Patch #137211 by merlinofchaos: move theme information to .info files and ↵Dries Buytaert2007-05-06
| | | | improved theme inheritance.
* #127539: progressive operation support, refactoring update.php code to a ↵Gábor Hojtsy2007-05-04
| | | | | | | | | | | generic batch API to support runnning operations in multiple HTTP requests - update.php is already on the batch API - node access rebuilding is in the works - automatic locale importing is in the works Thanks to Yves Chedemois (yched) for the good code quality, very wide awareness of issues related to batches, and the fantastic turnaround times. Hats off.
* - Patch #128082 by Goba et al: Allow localization of built-in menu items.Dries Buytaert2007-04-30
|
* - Patch #133789 by John Albin: Drupal-generated email can look like spam.Dries Buytaert2007-04-24
|
* - Patch #136961 by Ralf Stamm: add version information to themes and theme ↵Dries Buytaert2007-04-20
| | | | pages.
* - Patch #132018 by alienbrain: replace instances of ↵Dries Buytaert2007-04-18
| | | | _module_parse_info_file() with drupal_parse_info_file().
* - Patch #132018 by Steven et al: add .info files to themes.Dries Buytaert2007-04-17
|
* - Patch #134493 by douggreen: getting the Drupal coding standards right in ↵Dries Buytaert2007-04-13
| | | | core. Woot. Woot.
* - Patch #133083 by Zen: 'Shortcut icon settings' not using proper FAPI value.Dries Buytaert2007-04-13
|
* - Patch #63881 by kbahey: logging documentation improvements.Dries Buytaert2007-04-13
|
* - Patch #63881 by kbahey and jakeg: improved Drupal's logging functionality. ↵Dries Buytaert2007-04-10
| | | | Added support for external loggers, and included a small syslog module into core.
* - Patch #134161 by chx: no menu tabs for themes.Dries Buytaert2007-04-06
|
* - Patch #130987 by merlinofchaos: added theme registry for easier themability.Dries Buytaert2007-04-06
|
* #130991: Custom menu items, part 1Steven Wittens2007-04-06
|
* #130971: Kitchen sink (E_NOTICE compliance / Code style / Bugfix in book toc)Steven Wittens2007-03-27
|
* - Patch #105853 by killes: move minumum version defines.Dries Buytaert2007-03-26
|