Commit Graph

333 Commits (c69b525c382bd24d389e56af3033d5a82051aab1)

Author SHA1 Message Date
Dries Buytaert 148569d986 - Patch #690544 by bleen18, andypost, marcvangend, dbeheydt, rschwab, robertom: blocks admin (admin/structure/block) requires menu_rebuild() to display settings for current theme. 2011-05-13 15:32:45 -04:00
Dries Buytaert c2108cd0ad - Patch #1099254 by hansfn: typo in modules/system/system.admin.inc. 2011-04-10 22:19:55 +02:00
webchick d8679a62e4 Issue #1105384 by claar: system_admin_menu_block_page() description not one line. 2011-03-28 08:45:05 -07:00
The Great Git Migration 79bcdb8b7d Stripping CVS keywords 2011-02-25 02:06:03 +00:00
Dries Buytaert 0a50c581d8 - Patch #545518 by sun, Xano: move Locale module specific code out of module.inc and system.module. 2011-02-21 23:51:45 +00:00
Dries Buytaert 39fc52de65 - Patch #1015150 by redndahead: clean-up 'getsize' remnants since it has been removed. 2011-01-13 01:08:28 +00:00
Angie Byron 3a37a9c01b #884960 follow-up by bfroehle: Remove phantom empty column on date settings. 2011-01-04 04:02:29 +00:00
Dries Buytaert 8f5201153d - Patch #944484 by xmacinfo: performance bandwidth optimization text do not match latest aggregation performance fix. 2010-11-23 02:54:13 +00:00
Angie Byron aa10522336 #151452 by David_Rothstein, Dave Reid, tstoeckler: Fixed uninstalling modules does not follow dependencies. 2010-11-20 03:34:30 +00:00
Dries Buytaert d3852cd3f5 - Patch #961136 by sun: move system_sort_by_title() into common.inc. 2010-11-07 18:33:53 +00:00
Angie Byron 4a187d271b #936536 by rszrama, sun, yched: Fixed Missing #empty_option on a couple selects. 2010-10-20 16:19:24 +00:00
Dries Buytaert b0cbc018ec - Patch #882694 by mgifford, sun, ksenzee, bleen18, yched: add missing form element titles for accessibility. 2010-10-20 01:31:07 +00:00
Dries Buytaert 0281833bb7 - Patch #943558 by joachim: 'block_callback()' in menu_router() table has no purpose. 2010-10-20 00:47:44 +00:00
Angie Byron 34a7848749 #939918 by joetsuihk: Remove unused variable in system_ip_blocking(). 2010-10-15 04:23:18 +00:00
Dries Buytaert 284f2b11a4 - Patch #902644 by sun, tobiasb: machine names are too hard to implement. 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.
2010-10-13 13:43:21 +00:00
Angie Byron 97c6a237d4 #906738 by mgifford, markabur, Jeff Burnz: Fixed status report needs identifying icons (WCAG 2.0) 2010-10-09 05:18:53 +00:00
Angie Byron 00ea494765 #934110 by dww: Fixed regression: Installer defaults to country 'Afghanistan', not 'None'. 2010-10-07 03:26:41 +00:00
Dries Buytaert fb8025056c - Patch #932098 by sun: various bogus theme variables. 2010-10-06 13:38:40 +00:00
Dries Buytaert 485946f296 - Patch #908578 by jonhattan: dependents array key not used in any place across the code. 2010-10-05 00:31:19 +00:00
Angie Byron 9a7899efa6 #931190 by klausi, carlos8f: Fixed enabling modules via the UI breaks module dependencies. 2010-10-05 00:22:24 +00:00
Dries Buytaert 9a0b424407 - Patch #894614 by boombatower: PHP incompatibility message is not complete. 2010-10-03 00:47:51 +00:00
Angie Byron bf751d9a94 #651086 follow-up by carols8f: Fix cache clearing is an ineffective mess. 2010-10-01 18:37:23 +00:00
Angie Byron 0223bf1dc2 #699858 by David_Rothstein, catch, yoroy, sun, ronald_istos, et al: Fix 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. 2010-10-01 15:24:18 +00:00
Dries Buytaert b1190c11b5 - Patch #924686 by mikey_p, munzirtaha: space required after foreach construct. 2010-09-28 02:30:32 +00:00
Dries Buytaert e22b2153a2 - Patch #140783 by sun: a select list without #default_value() always passes form validation. 2010-09-24 21:36:22 +00:00
Dries Buytaert 45acc5a46f - Patch #921098 by munzirtaha: !is_null() should be replaced by isset() because it's faster. 2010-09-24 02:10:06 +00:00
Dries Buytaert be705b9190 - Patch #915322 by munzirtaha: coding standard violation. 2010-09-23 17:53:09 +00:00
Dries Buytaert 5a01e04053 - Patch #912700 by bleen18: modules with no files[] entries in .info files are deemed 'incompatible with 7.x'. 2010-09-16 18:00:43 +00:00
Dries Buytaert ae66095b3b - Patch #913146 by Jacine: alt attribute for incompatible module image on module listing page needs improvement. 2010-09-16 17:42:56 +00:00
Angie Byron b1d2adf26a #358437 follow-up by sun: Roll back unrelated caching changes. 2010-09-15 04:31:02 +00:00
Dries Buytaert 02a63d0269 - Patch #884960 by mgifford: labels missing for date. 2010-09-11 03:00:26 +00:00
Dries Buytaert fb17591d93 - Patch #827086 by mcarbone: date format screen dies with a PDO error when the format is longer than 100 characters. 2010-09-09 21:01:38 +00:00
Angie Byron 14d65ce19e #800502 by Damien Tournoud, sun: Fixed Module page is not ordered correctly. 2010-09-05 15:38:16 +00:00
Dries Buytaert fb300d1f96 - Patch #895308 by Damien Tournoud: remove file_directory_path(). 2010-09-01 20:08:17 +00:00
Dries Buytaert d62224dc56 - Patch #864938 by antgiant, Stevel: can't upload .ico favicon. 2010-09-01 20:05:14 +00:00
Dries Buytaert b36d4959ef - Patch #358437 by David_Rothstein, Berdir, sun: filter system security fixes from SA-2008-073 not applied to Drupal 7.x. 2010-08-22 12:55:04 +00:00
Dries Buytaert ee691c593a - Patch #887102 by Heine: trigger and action escaping issues. Critical bug fix. 2010-08-22 11:04:09 +00:00
Dries Buytaert 2ece18cef5 - Patch #806232 by adam.hastings, cross: site information improvements. 2010-08-18 18:41:30 +00:00
Dries Buytaert 9239621a0b - Patch #878752 by heather: mis-matched text on maintenance mode administration page. 2010-08-15 02:01:50 +00:00
Dries Buytaert 3d62d3703b - Patch #629826 by Jody Lynn: theme setting toggles for comments appear when the comment module is disabled. 2010-08-12 00:34:25 +00:00
Dries Buytaert 18693269b4 - Patch #804328 by jcfiala, David_Rothstein: 'Compress cached pages'-setting should always clear cache on toggle. 2010-07-28 02:57:36 +00:00
Angie Byron 8f5c296cc0 #845742 by Damien Tournoud: Make Bartik the default core theme. 2010-07-08 03:41:27 +00:00
Dries Buytaert 9e0af44f62 - Patch #523286 by aspilicious, Bojhan, anarcat, aaronbauman: cleanup IP blocking. 2010-06-30 15:51:51 +00:00
Dries Buytaert e27e1a0e0d - Patch #266246 by sun, effulgentsia, marcingy: remove smart defaults for system_settings_form(). 2010-06-26 21:32:20 +00:00
Angie Byron ce19c67110 #293223 follow-up by David_Rothstein: Roll back 'Hide required core modules'. This was removing useful information to both new and experienced site builders, as well as hiding critical 'help' links. 2010-06-21 02:27:47 +00:00
Dries Buytaert 3620310d7c - Patch #818206 by Berdir et al: apply coding standard for no-arg constructors. 2010-06-17 13:16:57 +00:00
Dries Buytaert cf822bd236 - Patch #760170 by sivaji: custom date format string form accepts empty string input. 2010-06-01 05:08:40 +00:00
Dries Buytaert 78d4c09459 - Patch #808030 by dhthwy: new themes are not detected when visiting themes setting page without first clearing the cache manually. 2010-05-28 18:18:50 +00:00
Dries Buytaert 7d0f0aed7d - Patch #592800 by cpliakas, Berdir, aufumy: critical bug: dependent modules are still installed when required modules return errors in hook_requirements(). 2010-05-26 07:31:47 +00:00
Dries Buytaert f42b6adaff - Patch #805124 by catch: admin/config shows empty admin blocks. 2010-05-21 11:37:55 +00:00