summaryrefslogtreecommitdiff
path: root/modules/system
Commit message (Collapse)AuthorAge
...
* - 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
|
* #625744 by boombatower: Fixed discovery logic of multiple module copies.Angie Byron2009-11-11
|
* - Patch #627338 by catch: add a cache_bootstrap() bin for better ↵Dries Buytaert2009-11-10
| | | | performance/scalability.
* - Patch #570900 by Crell: remove remnants of update_sql().Dries Buytaert2009-11-09
|
* - Patch #623992 by sun: fixed the tests. We can re-enable the test bot now.Dries Buytaert2009-11-08
|
* #602522 follow-up by effulgentsia: Fix a couple of straggler missed ↵Angie Byron2009-11-08
| | | | operation link conversions.
* #541568 by brandonojc, mgifford, Everett Zufelt, and sun: Fixed Link to ↵Angie Byron2009-11-08
| | | | expand / collapse fieldsets has poorly accessible link text.
* #622766 by sun: Add contextual links UI as a JS library.Angie Byron2009-11-08
|
* - Patch #623992 by catch: performance improvement: reduce {system} database ↵Dries Buytaert2009-11-08
| | | | hits on every page request.
* - Patch #607244 by sun: added permission to decrease performance impact of ↵Dries Buytaert2009-11-07
| | | | contextual links.
* #585868 by sun: Provide a generic way for actions to denote that they change ↵Angie Byron2009-11-06
| | | | a property.
* - Patch #621392 by jhodgdon: fixed formatting of phpDoc.Dries Buytaert2009-11-05
|
* #571086 follow-up by sun: Allow specifying a 'wrapper callback' before ↵Angie Byron2009-11-04
| | | | executing a form builder function.
* #552478 by pwolanin, samj, dropcube, and sun: Improve link/header API and ↵Angie Byron2009-11-03
| | | | support on node/comment pages rel=canonical and rel=shortlink standards.
* #602522 by effulgentsia, sun, and moshe weitzman: Make links in renderable ↵Angie Byron2009-11-03
| | | | arrays and forms (e.g. 'Operations') alterable.
* #211015 follow-up by sun: Don't hard-code #theme for system_settings_form().Angie Byron2009-11-02
|