summaryrefslogtreecommitdiff
path: root/modules/system
Commit message (Collapse)AuthorAge
* - Patch #113614 by eaton, fago, et al: add centralized token/placeholder ↵Dries Buytaert2009-08-19
| | | | subsituation to core.
* - Patch #251792 by pwolanin, Damien Tournoud, slantview, c960657: added a ↵Dries Buytaert2009-08-17
| | | | locking framework for long running operations.
* #517814 by jmstacey, justinrandell, pwolanin, drewish, Jody Lynn, aaron, ↵Angie Byron2009-08-17
| | | | dopry, and c960657: Converted File API to stream wrappers, for enhanced private/public file handling, and the ability to reference other storage mechanisms such as s3:// and flicker://.
* #544418 by merlinofchaos, sun, drewish, quicksketch, et al: Integrate CTools ↵Angie Byron2009-08-17
| | | | AJAX framework with Drupal to extend (and replace) existing ahah framework. Everything about AJAX/AHAH is more betterer now.
* #370454 follow-up by chx: Enhance comments to page cache simplification ↵Angie Byron2009-08-16
| | | | patch, and add in missing settings.default.php hunk.
* - Patch #370454 by chx, Damien Tournoud: simplify page caching.Dries Buytaert2009-08-16
|
* - Patch #506482 by spuky, catch: remove some pointless /admin descriptions.Dries Buytaert2009-08-16
|
* - Patch #549950 by asimmonds: removed unused variable .Dries Buytaert2009-08-15
|
* #548182 by yoroy: Better admin theme descriptions.Angie Byron2009-08-15
|
* #545952 follow-up by dmitrig01: Fix sqlite errors because of bad menu ↵Angie Byron2009-08-15
| | | | conversion.
* #528204 by rfay: Fixed menu item sorting so it is now case in-sensitive.Angie Byron2009-08-14
|
* #549182 by catch: Move logging and errors to admin/config/development.Angie Byron2009-08-14
|
* - Patch #531476 by JohnAlbin: corrected some favicon mime-type behavior.Dries Buytaert2009-08-14
|
* - Patch #546882 by Gabor Hojtsy: moving simpletest over to the new IA.Dries Buytaert2009-08-13
|
* #533586 by dww and chx: Refactor dependency checks into sharable helper ↵Angie Byron2009-08-13
| | | | functions.
* #547528 by dww: Fixed Trailing whitespace in system_ip_blocking().Angie Byron2009-08-13
|
* #545952 by yoroy and Gábor Hojtsy: move modules to config/modules.Angie Byron2009-08-12
|
* #508458 follow-up by Josh Waihi: Fix menu access argument.Angie Byron2009-08-12
|
* - Patch #547290 by Xano: removed unused variable.Dries Buytaert2009-08-12
|
* - Patch #491972 by Berdir, webchick: clean-up of user/profile related hooks ↵Dries Buytaert2009-08-12
| | | | and APIs.
* - Patch #459980 by Xano: rework admin/settings/performance.Dries Buytaert2009-08-12
|
* - Patch #546878 by Gábor Hojtsy, yoroy: move performance settings.Dries Buytaert2009-08-12
|
* #546048 by Gábor Hojtsy: Move maintenance mode setting to config/development.Angie Byron2009-08-11
|
* - Patch #545356 by Damien Tournoud: sidebars were broken in install.php, ↵Dries Buytaert2009-08-11
| | | | update.php, and the expert profile due to a previous patch that made the sidebar regions more semantic for RTL support.
* - Patch #508458 by catch, Gábor Hojtsy, yoroy: created 'Configuration and ↵Dries Buytaert2009-08-11
| | | | modules' section so we can start moving over configuration items. Let's see how this goes ...
* #537654 by catch: Tidy up comment links, and remove hook_link() in favour of ↵Angie Byron2009-08-08
| | | | hook_page_alter().
* #485974 by pwolanin, Damien Tournoud, mr.baileys: Improved security by ↵Angie Byron2009-08-08
| | | | limiting the number of allowed login attempts.
* #211439 follow-up by catch: Add missing index for module_list().Angie Byron2009-08-08
|
* #371458 by Damien Tournoud, Gerhard Killesreiter, and smk-ka: Add a missing ↵Angie Byron2009-08-07
| | | | index on menu_router tab_root.
* #473396 by Everett Zufelt, annmcmeekin, jmburnz, sun, et al: Define ↵Angie Byron2009-08-07
| | | | system-wise classes for providing hidden elements for accessibility.
* #292253 by Damien Tournoud: Remove per-user themes selection from core.Angie Byron2009-08-05
|
* #533584 by chx, dww, and Nick Lewis: Allow version-level dependency support ↵Angie Byron2009-08-05
| | | | to work with beta, rc, etc.
* #531476 by aaron and mfb: Add favicon mimetype as a theme setting to avoid ↵Angie Byron2009-08-04
| | | | expensive calls to file system.
* #433992 by David_Rothstein and Frando: Change #theme_wrapper to ↵Angie Byron2009-08-04
| | | | #theme_wrappers to allow multiple theme functions to execute on renderable objects.
* #356240 by stBorchert: Fix phantom list bullets from appearing in Garland ↵Angie Byron2009-08-04
| | | | admin pages.
* #489762 by JohnAlbin: Add theme lineage information to .info file cache and ↵Angie Byron2009-08-03
| | | | fix several edge-case bugs.
* #226587 by JohnAlbin, E.Z, et al: Make sidebar regions semantic and ↵Angie Byron2009-08-03
| | | | RTL-friendly.
* - Accidentically committed two patches at once. Rolled back one of them. Sorry.Dries Buytaert2009-08-02
|
* - Patch #535034 by yched: clean up how fields and instances are prepared for ↵Dries Buytaert2009-08-02
| | | | runtime.
* - Patch #310168 by jhodgdon, arianek, traxer: documentation update.Dries Buytaert2009-08-01
|
* - Patch #342950 by Josh Waihi: moving PostgreSQL stored procedures to the ↵Dries Buytaert2009-08-01
| | | | PostgreSQL database backend, where it belongs.
* - Patch #528918 by lyaunzbe: document that hook_form_alter() passes by ↵Dries Buytaert2009-07-31
| | | | reference. lyaunzbe is a new contributor -- welcome!
* - Patch #536570 by Gábor Hojtsy: implemented new IA for top-level users.Dries Buytaert2009-07-31
|
* - Patch #536440 by Gábor Hojtsy: the attached patch moves the Structure >> ↵Dries Buytaert2009-07-31
| | | | Themes section to the top level Appearance item as outlined in the D7UX IA.
* - Patch #535990 by catch: removed a silly test.Dries Buytaert2009-07-30
|
* - Patch #92877 by mfer, Rob Loach, Damien Tournoud, et al: add numeric ↵Dries Buytaert2009-07-30
| | | | weight to drupal_add_css.
* - Patch #199774 by dww, ugerhard, brianV, John Morahan: make it more ↵Dries Buytaert2009-07-30
| | | | 'natural' to enable security notification e-mails.
* - Patch #336483 by brianV: SELECT MAX(comment_count) FROM ↵Dries Buytaert2009-07-30
| | | | node_comment_statistics did a full table scan so added an index.
* - Patch #535564 by Gábor Hojtsy: the D7UX mockups call for a top level ↵Dries Buytaert2009-07-30
| | | | Content item, which would immediatey lead to the "Find content" screen. The current Drupal 7 code is almost there, but still has an RSS settings item blocking the implementation of this by default and aggregator and book also add subitems.
* - Patch #534414 by Gábor Hojtsy: fix missing docs and consistency issues ↵Dries Buytaert2009-07-30
| | | | with and .