summaryrefslogtreecommitdiff
path: root/modules/system/system.admin.inc
Commit message (Collapse)AuthorAge
* - 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'.
* - 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 #641356 by fago, sun: cache more of () when form caching is enabled.Dries Buytaert2009-12-05
|
* - Patch #648410 by Dave Reid: standardize add 'empty' row functionality to ↵Dries Buytaert2009-12-02
| | | | all tables.
* - 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 #491214 by JohnAlbin, Gábor Hojtsy, eigentor: implement a more ↵Dries Buytaert2009-12-01
| | | | usable top level Appearance page. Yay.
* #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
|
* #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'].
* - 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!
* #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 #550742 by David_Rothstein: removed left-over code: remove search ↵Dries Buytaert2009-11-11
| | | | box settings because we already remove the search box.
* #602522 follow-up by effulgentsia: Fix a couple of straggler missed ↵Angie Byron2009-11-08
| | | | operation link conversions.
* #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
|
* #539022 follow-up by David_Rothstein: Batch API should use the current theme ↵Angie Byron2009-11-02
| | | | to run the batches.
* - Patch #550742 by sun: removed some left-over code.Dries Buytaert2009-10-19
|
* - Patch #557272 by kkaefer, Rob Loach, quicksketch: added FAPI JavaScript ↵Dries Buytaert2009-10-16
| | | | States system.
* - Patch #412730 by Crell, jbomb, JohnAlbin: theme system should report when ↵Dries Buytaert2009-10-15
| | | | a theme key is not found.
* - Patch #563708 by JohnAlbin, joshmiller: improve theme_get_setting() and ↵Dries Buytaert2009-10-14
| | | | make custom theme settings a true form_alter().
* - Patch #11623 by sun, stella, Gábor Hojtsy, Pancho: add ability to ↵Dries Buytaert2009-10-13
| | | | localize date formats.
* - Patch #601570 by effulgentsia: hook_exit() and other cleanup needs to ↵Dries Buytaert2009-10-13
| | | | happen for AJAX requests too.
* #561452 by pwolanin and David_Rothstein: Add API function to get ↵Angie Byron2009-10-13
| | | | module/theme info without rebuilding it.
* - Patch #572618 by effulgentsia, pwolanin, sun: all theme functions should ↵Dries Buytaert2009-10-09
| | | | take a single argument. Code clean-up and performance improvement. Woot.
* #343898 by dww and JohnAlbin: Respect hidden property in themes to allow for ↵Angie Byron2009-10-06
| | | | theme testing.
* - Patch #553944 by David_Rothstein, ksenzee | JacobSingh, sun, jhodgdon, ↵Dries Buytaert2009-09-30
| | | | pwolanin: allow modules to specify per-page custom themes in hook_menu().
* - Patch #500038 by Shai, sreynen | webchick: changed default for RSS output ↵Dries Buytaert2009-09-21
| | | | from 'teaser only' to 'full node'.
* - Patch #556018 by Damien Tournoud, dereine | sun: rename drupal_to_js() and ↵Dries Buytaert2009-09-21
| | | | drupal_json() for consistency and readability.
* Patch #579366 by sun, litwol | chx, Dries: simplified form API redirection ↵Dries Buytaert2009-09-21
| | | | handling. I can actually understand it now. ;-).
* - Patch ##525540 by jvandyk, sun, jhodgdon, fago | webchick, TheRec, Dave ↵Dries Buytaert2009-09-19
| | | | Reid, brianV, sun.core, cweagans, Dries: gave trigger.module and includes/actions.inc an API overhaul. Simplified definitions of actions and triggers and removed dependency on the combination of hooks and operations. Triggers now directly map to module hooks.
* #571086 by sun and merlinofchaos: Added a 'wrapper callback' that executesAngie Byron2009-09-18
| | | | | | before a form builder function, to facilitate common form elements. Clean-up from form_builder changes from CTools patch. Has nice side-benefit of making all form functions' signatures consistent.
* #539022 by dropcube: Use current theme during Batch API processes.Angie Byron2009-09-11
|
* #306316 follow-up by catch: Revert coupling of node_types_rebuild() and ↵Angie Byron2009-09-10
| | | | menu_rebuild().
* - Patch #306151 by agentrickard, David_Rothstein, Dave Reid, dbabbage, moshe ↵Dries Buytaert2009-09-10
| | | | weitzman: automatically install/uninstall schema.
* - Patch #569282 by joshmiller: removal of Site configuration and fixed a ↵Dries Buytaert2009-09-10
| | | | number of broken links.
* - Patch #423992 by JohnAlbin, Davy Van Den Bremt: remove show_blocks page ↵Dries Buytaert2009-08-26
| | | | variable.
* - Patch #460320 by catch, fago, Frando: standardized, pluggable entity ↵Dries Buytaert2009-08-25
| | | | loading for nodes, users, taxonomies, files and comments.
* #489762 follow-up by JohnAlbin: Fix for sub-theme screenshots not showing up.Angie Byron2009-08-25
|
* - Patch #551080 by Gábor Hojtsy: the by module page blocks did not have the ↵Dries Buytaert2009-08-25
| | | | new show flag.
* #557890 by Gábor Hojtsy: Added 'Search and metadata' category to ↵Angie Byron2009-08-24
| | | | configuration page.
* - Patch #549432 by jromine, Gábor Hojtsy: move ip blocking settings.Dries Buytaert2009-08-24
|
* #497118 by chx, catch, pwolanin, JoshuaRogers, and Jacob Singh: Remove the ↵Angie Byron2009-08-24
| | | | function registry. While the hope was that this would result in improved performance for low-end hosts, it comes at the expense of critical development experience problems and less benefit than something like APC. Class registry remains intact to facilitate autoloading.
* Of all the patches to accidentally commit without a message. :( Rolling back ↵Angie Byron2009-08-24
| | | | registry rip. Let's try that again.
* *** empty log message ***Angie Byron2009-08-24
|
* #556714 by Davy Van Den Bremt: Fixed broken url in administration theme ↵Angie Byron2009-08-22
| | | | status message.