summaryrefslogtreecommitdiff
path: root/modules/system/system.admin.inc
Commit message (Collapse)AuthorAge
* - 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.
* #201415 by sun: Add a permission to access site in maintenance mode.Angie Byron2009-08-22
|
* - Patch #331611 by sun, joshmiller, TheRec, Rob Loach, Damien Tournoud: add ↵Dries Buytaert2009-08-22
| | | | a poormanscron-like feature to core.
* #326539 by JohnAlbin, sun, cha0s, ultimateboy, Rob Loach, Damien Tournoud: ↵Angie Byron2009-08-22
| | | | Convert 'class' attribute to use an array, not a string.
* - Patch rollback of #549432: tests didn't actually ran successfully.Dries Buytaert2009-08-22
|
* - Patch #549432 by Gábor Hojtsy: moving 'IP blocking' to 'People and ↵Dries Buytaert2009-08-22
| | | | permissions'.
* - Patch #552958 by Gábor Hojtsy: create 'regional and language' section in ↵Dries Buytaert2009-08-21
| | | | 'configuration and modules'.
* #551080 by Gábor Hojtsy: List non-container items (stuff in the toolbar) on ↵Angie Byron2009-08-21
| | | | /admin for a complete overview.
* #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://.
* #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
|
* #548182 by yoroy: Better admin theme descriptions.Angie Byron2009-08-15
|
* - Patch #531476 by JohnAlbin: corrected some favicon mime-type behavior.Dries Buytaert2009-08-14
|
* #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
|
* - Patch #459980 by Xano: rework admin/settings/performance.Dries Buytaert2009-08-12
|
* - 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 ...
* #292253 by Damien Tournoud: Remove per-user themes selection from core.Angie Byron2009-08-05
|
* #531476 by aaron and mfb: Add favicon mimetype as a theme setting to avoid ↵Angie Byron2009-08-04
| | | | expensive calls to file system.
* #489762 by JohnAlbin: Add theme lineage information to .info file cache and ↵Angie Byron2009-08-03
| | | | fix several edge-case bugs.
* - 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 #511748 by moshe weitzman: pushing rending to later in the cycle so ↵Dries Buytaert2009-07-29
| | | | there is more room for customization.
* - Patch #211747 by chx, alex_b, dww: allow specifying version information as ↵Dries Buytaert2009-07-28
| | | | part of module dependencies.
* - Patch #521474 by bangpound, JuliaKM et al: rename admin/site-building to ↵Dries Buytaert2009-07-20
| | | | admin/structure.
* - Patch #523214 by Bohjan: clean up text Site Information page.Dries Buytaert2009-07-19
|
* - Patch #518750 by Damien Tournoud: rethink system settings form.Dries Buytaert2009-07-16
|
* #193366 by Anthony Hersey: Move various rebuild functions to module page ↵Angie Byron2009-07-14
| | | | submission rather than viewing for vastly increased performance.
* - Patch #497590 by Dave Reid: remove pointless 'system paths only' warning ↵Dries Buytaert2009-07-08
| | | | from admin/settings/site-information.
* - Patch #495964 by jhodgdon: fixed documentation error.Dries Buytaert2009-06-19
|
* - Patch #276615 by mikeytown2: only clear the CSS cache when submitting the ↵Dries Buytaert2009-06-16
| | | | form, not when displaying the form.
* - Patch #221399 by smk-ka, jeffschuler, lilou, earnie et al: make it ↵Dries Buytaert2009-06-13
| | | | possible to enable blocks on 404 pages.
* #236657 by swentel: Fix order of arguments in system_clear_cache_submit().Angie Byron2009-06-08
|
* - Patch #147000 by Berdir: unify and rewrite module_rebuild_cache() and ↵Dries Buytaert2009-06-06
| | | | system_theme_data().
* - Patch #361277 by michaelfavia, Brandonian, catch, et al: remove the 'post ↵Dries Buytaert2009-06-05
| | | | settings' admin screen and relocate options.
* - Patch #477944 by Damien Tournoud: fix and streamline page cache and ↵Dries Buytaert2009-06-02
| | | | session handling.
* - Patch #423196 by frega, Xano, alienbrain et al: clean up the URL settings ↵Dries Buytaert2009-05-29
| | | | page.
* - Patch #137932 by grendzy, Alan D, lilou et al: automatic enctype on adding ↵Dries Buytaert2009-05-25
| | | | a file field.
* - Patch #471070 by stella: millions of code style fixes.Dries Buytaert2009-05-24
|