Commit Graph

14793 Commits (002cf94d320b714640b3af5551a07bb5652c191b)

Author SHA1 Message Date
Dries Buytaert 46d152074d - Patch #1099254 by hansfn: typo in modules/system/system.admin.inc. 2011-04-10 22:19:45 +02:00
Dries Buytaert c6b5f18067 - Patch #897140 by fgm: system.methodSignature returns incorrect and incomplete data. 2011-04-10 22:17:11 +02:00
Dries Buytaert d003c2afd1 - Patch #1120698 by skwashd, Dave Reid: typo in MAINTAINERS.txt. 2011-04-10 22:00:31 +02:00
Dries Buytaert e2466dae0c - Patch #1065020 by Berdir: fixed E_STRICT warning when downloading/viewing a file or image. 2011-04-10 21:42:36 +02:00
Dries Buytaert 9ee9817d1b - Patch #733306 by atchijov, carlos8f: add static caching for drupal_parse_info_file(). 2011-04-10 21:38:45 +02:00
Dries Buytaert 9e4c89876e - Patch #1075886 by franz: typo on help text. 2011-04-10 19:15:06 +02:00
Dries Buytaert bc9d236dc1 - Patch #598586 by grendzy, deekayen: watchdog() assumes is defined. 2011-04-10 18:59:29 +02:00
Dries Buytaert db042d2cbc - Patch #608478 by David_Rothstein: remove leftover code and variables 2011-04-10 18:30:26 +02:00
Dries Buytaert 29b424a245 - Patch #1050686 by David_Rothstein: theme region names are no longer translated. 2011-04-10 18:25:06 +02:00
Dries Buytaert fa64e87589 - Patch #999538 by Josh The Geek: default.settings.php still refers to 'aggressive caching'. 2011-04-10 18:10:46 +02:00
Dries Buytaert 7b40d0ad00 - Patch #839556 by dalin, jrchamp, effulgentsia, dmitrig01, David_Rothstein: fix isset regression in tablesort, add tests, and cleanup theme_process_registry(). 2011-04-10 18:03:22 +02:00
Dries Buytaert 7becd8a44e - Patch #839556 by dalin, jrchamp, effulgentsia, dmitrig01, David_Rothstein: fix isset regression in tablesort, add tests, and cleanup theme_process_registry(). 2011-04-10 18:03:07 +02:00
Dries Buytaert fc5f56e9c3 - Patch #545518 by bfroehle: committed missing change to older patch. 2011-04-04 18:25:05 +02:00
Dries Buytaert 094cc89d4c - Patch #1101678 by Reidsy: hook_search_status() should return 0 if search category disabled. 2011-04-04 18:22:10 +02:00
Dries Buytaert e45c147896 - Patch #1110862 by Reidsy: remove reference to search-theme-form.tpl.php in search.module. 2011-04-04 16:11:51 +02:00
Dries Buytaert 2199b91fb8 - Patch #1097100 by rfay: corrected missing file. 2011-04-04 15:45:55 +02:00
Dries Buytaert 3948199821 - Patch #1097100 by quicksketch, boombatower, claar: remove all 7xxx update functions and tests (D6 to D7 upgrade path). 2011-04-01 10:08:42 -04:00
Dries Buytaert 488176bf51 - Patch #1089430 by manarth: improved code comment. 2011-03-27 20:28:24 -04:00
Dries Buytaert 860766056c - Patch #567072 by Heine: improvements to the IIS 7 configuration file. 2011-03-27 20:22:34 -04:00
Dries Buytaert c9f03cddca - Patch #749992 by jhodgdon: menu system / menu module distinction is not obvious to folks new to Drupal. 2011-03-27 20:13:59 -04:00
Dries Buytaert ea2e49a7d1 - Patch #988318 by jhodgdon: translation_form_node_form_alter() doc says it implements the wrong hook. 2011-03-27 19:52:31 -04:00
Dries Buytaert 6a63b3531a - Patch #1106528 by joachim: field_attach_form_validate() documentation indentation is incorrect. 2011-03-27 19:48:37 -04:00
Dries Buytaert 75f6474983 - Patch #1106636 by pwolanin: use system_get_info() API function instead of unserializing from DB to get module names. 2011-03-27 19:44:49 -04:00
Dries Buytaert 6ebfd9cfc7 - Patch #1037352 by David_Rothstein: removed conflict. 2011-03-27 19:41:15 -04:00
Dries Buytaert df0e13bd1c - Patch #1105384 by claar: system_admin_menu_block_page() description not one line. 2011-03-27 19:31:05 -04:00
Dries Buytaert 0a0226c13b - Patch #1021406 by ygerasimov: fixed typo in documentation 2011-03-27 11:46:02 -04:00
Dries Buytaert 284b1af4e8 - Patch #1037352 by David_Rothstein: clarified usage of 'warning' parameter. 2011-03-27 09:50:25 -04:00
Dries Buytaert c997684dc3 - Patch #1037352 by David_Rothstein: clarified usage of 'warning' parameter. 2011-03-27 09:48:44 -04:00
Dries Buytaert 2edad6ef14 - Patch #1097972 by boombatower: Fixed hook_field_extra_fields_display_alter() incorrect example code. 2011-03-27 09:44:50 -04:00
webchick f1ba363a8c Issue #1041440 by jhodgdon: hook_cron() falsely claims it will only be called if cron.php is run. 2011-03-21 11:34:00 -07:00
webchick 66f93d7106 Issue #1041902 by jhodgdon: hook_entity_info() doc header has a couple of omissions. 2011-03-21 11:29:21 -07:00
webchick 11a177068d Issue #1037352 by jhodgdon: hook_permission() is missing doc about 'warning'. 2011-03-21 11:27:13 -07:00
webchick 19f821ef7d Issue #1082624 by Barrett: hook_form() doc references example project and shouldn't in D7/8. 2011-03-21 11:19:48 -07:00
webchick 7c81e60109 Issue #1031692 by jhodgdon: entity_load() doc should not say to use for more than one load only. 2011-03-21 11:17:05 -07:00
Dries Buytaert d34e4a7d19 - Patch #1079214 by drewish: drupal_goto() doc says 'either' but presents only one alternative. 2011-03-20 20:32:21 -04:00
Dries Buytaert 787127df81 - Patch #1089320 by Dave Reid: update version strings and constants to 8.x. 2011-03-20 20:28:12 -04:00
Dries Buytaert 7a8e71e0be - Patch #1031692 by jhodgdon: entity_load() doc should not say to use for more than one load only. 2011-03-19 20:53:17 -04:00
Dries Buytaert 47231754b6 - Patch #1041440 by jhodgdon: hook_cron() falsely claims it will only be called if cron.php is run. 2011-03-19 20:41:00 -04:00
Dries Buytaert b79a5fdb47 - Patch #1041902 by jhodgdon: hook_entity_info() doc header has a couple of omissions. 2011-03-19 20:39:36 -04:00
Dries Buytaert 09421f4f91 - #1037352 by jhodgdon: hook_permission() is missing doc about 'warning'. 2011-03-19 20:32:33 -04:00
Dries Buytaert 82b8ca8d6e - Patch #1082624 by Barrett: hook_form() doc references example project and shouldn't in D7/8. 2011-03-19 20:27:38 -04:00
webchick 34c6cdd66b Issue #1022924 by yched, chx: Fixed critical bug: Updates are broken for deleted fields in installs upgraded from rc1. 2011-03-10 01:40:12 -06:00
webchick 6dabf4fc47 Issue #1087092 by danillonunes: Fix documentation for drupal_map_assoc() function 2011-03-10 01:17:43 -06:00
Dries Buytaert 074848d097 #1065968 by droplet: fixed function node_get_recent(). 2011-02-28 20:55:25 -05:00
Dries Buytaert 768208f8dd - Patch #1076394 by pillarsdotnet: improved test code. 2011-02-28 20:36:37 -05:00
Dries Buytaert 540ee5f440 - Patch #1071494 by Takafumi: typo in menu.module. 2011-02-28 20:14:44 -05:00
The Great Git Migration 79bcdb8b7d Stripping CVS keywords 2011-02-25 02:06:03 +00:00
Dries Buytaert 80aacdb000 - Patch #1064212 by catch: page caching performance has regressed by 30-40%. 2011-02-24 12:09:59 +00:00
Dries Buytaert b3094a0b76 - Patch #1068184 by bfroehle: _openid_get_math_library() should not use drupal_static(). 2011-02-24 12:06:58 +00:00
Dries Buytaert be689dc4cf - Patch #1067662 by mfb: optimize file_uri_scheme(). 2011-02-23 20:28:40 +00:00