summaryrefslogtreecommitdiff
path: root/modules/system
Commit message (Collapse)AuthorAge
* - Patch #656266 by fgm: fixed the hook and added documentation.Dries Buytaert2009-12-13
|
* - Patch #645796 by arianek, jhodgdon, lisarex: fixed help texts.Dries Buytaert2009-12-12
|
* - Patch #523214 by David_Rothstein, Bojhan: UI cleanup of the text on 'Site ↵Dries Buytaert2009-12-11
| | | | Information'.
* #656300 by JoshuaRogers: Fixed Typo in system.test prevents D7 from passing ↵Angie Byron2009-12-10
| | | | tests.
* - Patch #653940 by sun: tests weren't reporting all errors.Dries Buytaert2009-12-10
|
* - Patch #645968 by yoroy, Bojhan, seutje, Dave Reid, Damien Tournoud: added ↵Dries Buytaert2009-12-09
| | | | workflow category.
* - Patch #639638 by c960657: missing check_plain() on actions admin page.Dries Buytaert2009-12-09
|
* #375352 by Damien Tournoud, sun, and chx: Fixed errors caused by adding ↵Angie Byron2009-12-08
| | | | dependency to non-existing module (with tests).
* - Patch #652420 by sun: fixed various failures.Dries Buytaert2009-12-06
|
* - Patch #626286 by sun, David_Rothstein, Rob Loach: make contextual links a ↵Dries Buytaert2009-12-06
| | | | module.
* - Patch #641356 by fago, sun: cache more of () when form caching is enabled.Dries Buytaert2009-12-05
|
* - Patch #584296 by jhodgdon: improved field API documentation.Dries Buytaert2009-12-04
|
* - Patch #502190 by jhodgdon, stella, sun: hook implementation headers out of ↵Dries Buytaert2009-12-04
| | | | compliance with standards.
* - Patch #627048 by Bojhan, yoroy: added user interface category.Dries Buytaert2009-12-04
|
* - Patch #626024 by sun, catch: fixed filter_list_format() hits database too ↵Dries Buytaert2009-12-03
| | | | often / filter_format_save() doesn't save all filters.
* - Patch #635094 by plach: unify 'language neutral' language codes.Dries Buytaert2009-12-02
|
* - Patch #558928 by brandonojc, mgifford, Owen Barton, Everett Zufelt: ↵Dries Buytaert2009-12-02
| | | | improved consistency, flexibility and accessibility of form element labels.
* - Patch #648410 by Dave Reid: standardize add 'empty' row functionality to ↵Dries Buytaert2009-12-02
| | | | all tables.
* #569354 by jhodgdon: Fixed More Help link on Actions page, some capitalization.Angie Byron2009-12-02
|
* #610234 by Gábor Hojtsy, ksenzee, cwgordon7, David_Rothstein, seutje, ↵Angie Byron2009-12-02
| | | | marcvangend, sun, JoshuaRogers, markus_petrux, Bojhan, Rob Loach, Everett Zufelt, drifter, markboulton, leisareichelt, et al: Added Overlay module to core, which shows administrative pages in a JS overlay, retaining context on the front-end site.
* - Patch #620446 by sun: removed a whitespace.Dries Buytaert2009-12-02
|
* - Patch #446666 by cweagans: split 'administer site configuration' into more ↵Dries Buytaert2009-12-01
| | | | granular permissions.
* #613858 follow-up by cweagans: Rename update function so HEAD works again. ;)Angie Byron2009-12-01
|
* - Patch #613858 by sun, Dave Reid: fixed drupal_is_front_page() should not ↵Dries Buytaert2009-12-01
| | | | call drupal_get_normal_path().
* #632030 by JohnAlbin: Merge Garland and Minnelli into one theme.Angie Byron2009-12-01
|
* - Patch #634234 by jhodgdon, arianek, lisarex: better help for system ↵Dries Buytaert2009-12-01
| | | | module, syslog module, and simpletest module.
* - Patch #336483 by catch: moving the update function to the proper module.Dries Buytaert2009-12-01
|
* - Patch #601150 by eojthebrave, bganicky, sun, seutje, JacobSingh, ivansf: ↵Dries Buytaert2009-12-01
| | | | improved UI for contextual links.
* - Patch #620446 by Xano: rewrite permission titles and descriptions.Dries Buytaert2009-12-01
|
* - Patch #491214 by JohnAlbin, Gábor Hojtsy, eigentor: implement a more ↵Dries Buytaert2009-12-01
| | | | usable top level Appearance page. Yay.
* - Patch #645078 by sun: #skip_duplicate_check() is obsoleteDries Buytaert2009-11-28
|
* #642612 by yched: Add clean way to reset entity_info() cache.Angie Byron2009-11-26
|
* - Patch #639628 by c960657: fixed malformed alt text on theme admin page.Dries Buytaert2009-11-22
|
* #634684 by callison: Fixed Installation Progress Bar Too Short.Angie Byron2009-11-22
|
* #636860 by heather, yoroy, et al: Shorten help text on modules page.Angie Byron2009-11-22
|
* #634440 follow-up by sun: More fixes post-form_state storage removal.Angie Byron2009-11-21
|
* #634440 follow-up by justinrandell: Fixed enabling/uninstalling modules.Angie Byron2009-11-21
|
* - Patch #634440 by fago, effulgentsia, sun: remove auto-rebuilding magic for ↵Dries Buytaert2009-11-21
| | | | ()['storage'].
* #629958 by jhodgdon: Cleaned up page.tpl.php documentation.Angie Byron2009-11-20
|
* #636666 by c960657: Don't auto-detect timezones after a failed submit.Angie Byron2009-11-19
|
* - Patch #598758 by stBorchert, sun, pwolanin, eigentor, TheRec, seutje: add ↵Dries Buytaert2009-11-17
| | | | link to the permissions and configuration page of each module from the module configuration page. Great team work!
* #622136 by brandonojc and mgifford: Fixed user filter accessibility.Angie Byron2009-11-17
|
* #386462 by Jeff Burnz, mgifford, Cliff, Everett Zufelt, annmcmeekin, et al: ↵Angie Byron2009-11-16
| | | | Added 'Skip to main content' links in all core themes.
* #601806 by sun, effulgentsia, and Damien Tournoud: drupal_render() should ↵Angie Byron2009-11-16
| | | | not set default element properties that make no sense.
* #632896 by stBorchert: Rollback translation of module names; these are ↵Angie Byron2009-11-15
| | | | proper names that have only one canonical source, and should not change based on the installed language.
* - Patch #632660 by yched: fixed hook_update_N() documentation.Dries Buytaert2009-11-15
|
* - Patch #530652 by sun: _user_password_dynamic_validation() should be a ↵Dries Buytaert2009-11-13
| | | | #process of password_confirm().
* - Patch #550742 by David_Rothstein: removed left-over code: remove search ↵Dries Buytaert2009-11-11
| | | | box settings because we already remove the search box.
* - Patch #629808 by yched: fixed indentation of code.Dries Buytaert2009-11-11
|
* - Patch #623992 by catch: performance improvements to system_list().Dries Buytaert2009-11-11
|