summaryrefslogtreecommitdiff
path: root/modules/system/system.admin.inc
Commit message (Collapse)AuthorAge
* - Patch #944484 by xmacinfo: performance bandwidth optimization text do not ↵Dries Buytaert2010-11-23
| | | | match latest aggregation performance fix.
* #151452 by David_Rothstein, Dave Reid, tstoeckler: Fixed uninstalling ↵Angie Byron2010-11-20
| | | | modules does not follow dependencies.
* - Patch #961136 by sun: move system_sort_by_title() into common.inc.Dries Buytaert2010-11-07
|
* #936536 by rszrama, sun, yched: Fixed Missing #empty_option on a couple selects.Angie Byron2010-10-20
|
* - Patch #882694 by mgifford, sun, ksenzee, bleen18, yched: add missing form ↵Dries Buytaert2010-10-20
| | | | element titles for accessibility.
* - Patch #943558 by joachim: 'block_callback()' in menu_router() table has no ↵Dries Buytaert2010-10-20
| | | | purpose.
* #939918 by joetsuihk: Remove unused variable in system_ip_blocking().Angie Byron2010-10-15
|
* - Patch #902644 by sun, tobiasb: machine names are too hard to implement. ↵Dries Buytaert2010-10-13
| | | | | | Date types and menu names are not validated. This patch fixes a bug, but is also a last minute clean-up that will help with better distribution support. We discussed this in http://drupal.org/node/933846.
* #906738 by mgifford, markabur, Jeff Burnz: Fixed status report needs ↵Angie Byron2010-10-09
| | | | identifying icons (WCAG 2.0)
* #934110 by dww: Fixed regression: Installer defaults to country ↵Angie Byron2010-10-07
| | | | 'Afghanistan', not 'None'.
* - Patch #932098 by sun: various bogus theme variables.Dries Buytaert2010-10-06
|
* - Patch #908578 by jonhattan: dependents array key not used in any place ↵Dries Buytaert2010-10-05
| | | | across the code.
* #931190 by klausi, carlos8f: Fixed enabling modules via the UI breaks module ↵Angie Byron2010-10-05
| | | | dependencies.
* - Patch #894614 by boombatower: PHP incompatibility message is not complete.Dries Buytaert2010-10-03
|
* #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
|