summaryrefslogtreecommitdiff
path: root/modules/system/system.admin.inc
Commit message (Collapse)AuthorAge
...
* #651086 follow-up by carols8f: Fix cache clearing is an ineffective mess.Angie Byron2010-10-01
|
* #699858 by David_Rothstein, catch, yoroy, sun, ronald_istos, et al: Fix ↵Angie Byron2010-10-01
| | | | admin/by-task is confusing because it looks too similar to admin/config. Makes admin/by-task a very minimal view, and makes admin/by-module a more fully fledged index.
* - Patch #924686 by mikey_p, munzirtaha: space required after foreach construct.Dries Buytaert2010-09-28
|
* - Patch #140783 by sun: a select list without #default_value() always passes ↵Dries Buytaert2010-09-24
| | | | form validation.
* - Patch #921098 by munzirtaha: !is_null() should be replaced by isset() ↵Dries Buytaert2010-09-24
| | | | because it's faster.
* - Patch #915322 by munzirtaha: coding standard violation.Dries Buytaert2010-09-23
|
* - Patch #912700 by bleen18: modules with no files[] entries in .info files ↵Dries Buytaert2010-09-16
| | | | are deemed 'incompatible with 7.x'.
* - Patch #913146 by Jacine: alt attribute for incompatible module image on ↵Dries Buytaert2010-09-16
| | | | module listing page needs improvement.
* #358437 follow-up by sun: Roll back unrelated caching changes.Angie Byron2010-09-15
|
* - Patch #884960 by mgifford: labels missing for date.Dries Buytaert2010-09-11
|
* - Patch #827086 by mcarbone: date format screen dies with a PDO error when ↵Dries Buytaert2010-09-09
| | | | the format is longer than 100 characters.
* #800502 by Damien Tournoud, sun: Fixed Module page is not ordered correctly.Angie Byron2010-09-05
|
* - Patch #895308 by Damien Tournoud: remove file_directory_path().Dries Buytaert2010-09-01
|
* - Patch #864938 by antgiant, Stevel: can't upload .ico favicon.Dries Buytaert2010-09-01
|
* - Patch #358437 by David_Rothstein, Berdir, sun: filter system security ↵Dries Buytaert2010-08-22
| | | | fixes from SA-2008-073 not applied to Drupal 7.x.
* - Patch #887102 by Heine: trigger and action escaping issues. Critical bug fix.Dries Buytaert2010-08-22
|
* - Patch #806232 by adam.hastings, cross: site information improvements.Dries Buytaert2010-08-18
|
* - Patch #878752 by heather: mis-matched text on maintenance mode ↵Dries Buytaert2010-08-15
| | | | administration page.
* - Patch #629826 by Jody Lynn: theme setting toggles for comments appear when ↵Dries Buytaert2010-08-12
| | | | the comment module is disabled.
* - Patch #804328 by jcfiala, David_Rothstein: 'Compress cached pages'-setting ↵Dries Buytaert2010-07-28
| | | | should always clear cache on toggle.
* #845742 by Damien Tournoud: Make Bartik the default core theme.Angie Byron2010-07-08
|
* - Patch #523286 by aspilicious, Bojhan, anarcat, aaronbauman: cleanup IP ↵Dries Buytaert2010-06-30
| | | | blocking.
* - Patch #266246 by sun, effulgentsia, marcingy: remove smart defaults for ↵Dries Buytaert2010-06-26
| | | | system_settings_form().
* #293223 follow-up by David_Rothstein: Roll back 'Hide required core ↵Angie Byron2010-06-21
| | | | modules'. This was removing useful information to both new and experienced site builders, as well as hiding critical 'help' links.
* - Patch #818206 by Berdir et al: apply coding standard for no-arg constructors.Dries Buytaert2010-06-17
|
* - Patch #760170 by sivaji: custom date format string form accepts empty ↵Dries Buytaert2010-06-01
| | | | string input.
* - Patch #808030 by dhthwy: new themes are not detected when visiting themes ↵Dries Buytaert2010-05-28
| | | | setting page without first clearing the cache manually.
* - Patch #592800 by cpliakas, Berdir, aufumy: critical bug: dependent modules ↵Dries Buytaert2010-05-26
| | | | are still installed when required modules return errors in hook_requirements().
* - Patch #805124 by catch: admin/config shows empty admin blocks.Dries Buytaert2010-05-21
|
* - Patch #763850 by c960657: require_once() and drupal_get_path() ↵Dries Buytaert2010-05-18
| | | | inconsistencies.
* - Patch #790650 by casey: dashboard always appears in drag-and-drop mode ↵Dries Buytaert2010-05-18
| | | | when Seven is not used (and on 404 pages).
* - Patch #228860 by tstoeckler, Mike Wacker, flickerfly, randallknutson, ↵Dries Buytaert2010-05-16
| | | | gordon: upgrading a module with a newly added dependencies breaks things badly.
* - Patch #730046 by pwolanin, Damien Tournoud: performance settings page is ↵Dries Buytaert2010-05-12
| | | | inconsistent.
* #490400 by jpmckinney: Fixed modules with dependencies whose .info file sets ↵Angie Byron2010-05-06
| | | | required=TRUE cannot be enabled.
* #331951 by aspilicious, sun, jhodgdon, Morbus, et al: Figure out and apply ↵Angie Byron2010-05-06
| | | | coding standard for casting.
* - Patch #783534 by dmitrig01, droplet, Nick Lewis: make Report table better.Dries Buytaert2010-05-05
|
* - Patch #723802 by pwolanin, grendzy: convert to sha-256 and hmac from md5 ↵Dries Buytaert2010-05-01
| | | | and sha1.
* #551658 by pwolanin, aaron, drewish: Move private files to an opt-in system, ↵Angie Byron2010-04-30
| | | | and no longer force private files to live within web-accessible directory.
* - Patch #783584 by Pasqualle: fixed invalid HTML.Dries Buytaert2010-04-28
|
* - Patch #783580 by dmitrig01: what's the point of _system_theme_list()?Dries Buytaert2010-04-28
|
* #778272 by cwgordon7: Fixed Ordering on admin/by-module page is unintuitive.Angie Byron2010-04-28
|
* - Patch #683988 by catch, dww, aspilicious: failure to clear the ↵Dries Buytaert2010-04-27
| | | | system_list() entry from {cache_bootstrap()} results in bogus results when you upgrade a module.
* - Patch #482816 by sun, Rob Loach: make a consistent wrapper around submit ↵Dries Buytaert2010-04-24
| | | | buttons.
* #779390 by solotandem: Fixed esoteric invalid syntax bugs in core found by ↵Angie Byron2010-04-23
| | | | Grammar Parser module.
* #778360 by cwgordon7: Fixed theme_system_admin_by_module() does not have ↵Angie Byron2010-04-22
| | | | proper comment formatting.
* - Patch #716496 by JohnAlbin: documentation updates for theme functions.Dries Buytaert2010-04-13
|
* - Patch #348448 by mfb, c960657, marvil07, cdale, jpmckinney: fixed PHP ↵Dries Buytaert2010-04-11
| | | | strict warnings when running tests and for PHP 5.3.
* - Patch #651086 by David_Rothstein, roborn, pwolanin, casey, ↵Dries Buytaert2010-04-02
| | | | aspilicious:cache clearing is an ineffective mess in module_enable() and system_modules_submit() (toolbar present in overlay).
* - Patch #745656 by sociotech: fixed warning message on system_themes_page().Dries Buytaert2010-03-28
|
* - Patch #588480 by aspilicious, droplet: fixed interface string space issues.Dries Buytaert2010-03-24
|