Commit Graph

484 Commits (eeac53e45f99b51f4826703dab59c35fa4d7aab6)

Author SHA1 Message Date
Dries Buytaert dc29547ab3 - Patch #1265700 by Gábor Hojtsy: Little modernization of language_default(). 2011-09-07 22:00:12 -04:00
Dries Buytaert a120045c9f - Patch #81461 by catch, pillarsdotnet, beejeebus: clean up the cache API (stop overloading function arguments, remove procedural wrappers). 2011-09-07 14:38:31 -04:00
Dries Buytaert 4e8ceed648 - Patch #1265294 by sven.lauer: minor improvement of the documentation page for t(). 2011-09-07 06:32:17 -04:00
Dries Buytaert d577495fc4 - Patch #402896 by berdir, catch, andypost, dmitrig01, chx, pounard, sun, sdboyer: introduce DrupalCacheArray and use it for drupal_get_schema(). 2011-08-27 05:14:34 -04:00
Dries Buytaert a938ce8187 - Patch #1191614 by Gábor Hojtsy: make t() formatter available as its own function. 2011-08-07 11:01:39 -04:00
webchick 97bc9fb828 Issue #348448 follow-up by jrchamp, catch: Fix E_STRICT errors and set Drupal 8's default error reporting to E_STRICT to prevent further regressions. 2011-07-13 21:48:34 -04:00
Dries Buytaert bfaf647099 - Patch #1209470 by Damien Tournoud: Fixed REQUEST_TIME is a float with microseconds on PHP 5.4. 2011-07-05 09:37:34 -04:00
webchick 920a653dc6 Issue #1136130 by pillarsdotnet: Reinstated WATCHDOG_* constants; using PHP equivalents caused issues on Windows. 2011-07-04 09:58:33 -07:00
webchick d88d83cd7a Issue #1071846 by gbrands: Fixed conf_path() doc needs cleanup. 2011-06-30 00:01:53 -07:00
Dries Buytaert d1ec7ef861 - Patch #804864 by fabsor, pwolanin, catch, c960657: external page caching does only work when 'page_cache_invoke_hooks()' is set to FALSE. (Old 'Aggressive Mode' is on). 2011-06-12 19:52:20 -04:00
Dries Buytaert 0e5bc01b48 - Patch #576508 by Rob Loach, TR: require PHP 5.3. 2011-06-06 06:17:45 -04:00
Dries Buytaert 6b951d3f46 - Patch #1136130 by Crell: don't duplicate watchdog level constants. 2011-05-08 15:42:32 -04:00
Dries Buytaert 8a06356b25 - Patch #1086066 by drewish, Mile23: get_t() should describe what it does and why. 2011-05-04 20:42:31 -07:00
Dries Buytaert 17d17254c1 - Patch #1099396 by Désiré, droplet, plach: language_count() is never decremented when removing a language. 2011-05-01 06:31:14 -04:00
Dries Buytaert 5e142ee288 - Patch #711650 by marcvangend, cha0s: when index.php appears in the URL (or is automatically added by the server) users get a 'page not found' message. 2011-05-01 06:08:46 -04:00
Dries Buytaert af53fca833 - Patch #1097538 by davidtrainer: update drupal_set_message() docs. 2011-04-25 22:11:13 -04:00
Dries Buytaert 6c9563a4bf - Patch #1097538 by davidtrainer: update drupal_set_message() docs. 2011-04-20 22:42:21 -04:00
Dries Buytaert 125596eeff - Patch #1066118 by Barrett: hook_field_widget_form() has punctuation error. 2011-04-12 22:54:16 +02: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
The Great Git Migration 79bcdb8b7d Stripping CVS keywords 2011-02-25 02:06:03 +00:00
Dries Buytaert 9c44a60045 - Rollback of accidentical commit #1064882. 2011-02-19 16:59:43 +00:00
Dries Buytaert 3e914018de - Patch #880278 by RoboPhred: cleanup _locale_import_read_po(). 2011-02-19 13:24:32 +00:00
Dries Buytaert 5369ef896d - Patch #997884 by jhodgdon: improved t() documentation. 2011-01-13 01:04:13 +00:00
Angie Byron b793fc9eba Back to 7.0-dev 2011-01-05 06:23:07 +00:00
Angie Byron 4979149203 Drupal 7.0 2011-01-05 06:17:58 +00:00
Angie Byron 6a8aecc468 #761212 follow-up by jbrown: Better method of changing to DRUPAL_ROOT. 2011-01-01 22:46:02 +00:00
Angie Byron f6cd923ed7 Back to 7.0-dev 2010-12-30 04:36:53 +00:00
Angie Byron be8c8fefa8 Drupal 7.0-rc4 2010-12-30 04:35:00 +00:00
Angie Byron 9a98523a80 #761212 by jbrown: Fixed Always use DRUPAL_ROOT instead of getcwd() 2010-12-28 19:14:48 +00:00
Angie Byron 4abc1fbda7 Back to 7.0-dev 2010-12-23 10:13:53 +00:00
Angie Byron cf3ec0f337 Drupal 7.0-rc3 2010-12-23 10:11:33 +00:00
Angie Byron fdaae76270 #1002364: Fixed Whitespace in bootstrap.inc 2010-12-19 04:56:11 +00:00
Dries Buytaert a686c81335 - Patch #917536 by neclimdul: drupal_initialize_variables() doesn't allow overide of html_errors(). 2010-12-18 01:28:02 +00:00
Angie Byron b9a0db2fb2 Back to 7.0-dev 2010-12-11 21:03:47 +00:00
Angie Byron 381f7e46b0 Drupal 7.0-rc2 2010-12-11 20:59:12 +00:00
Dries Buytaert 7361b458f1 - Patch #991588 by mfer, mbutcher: make t() faster. 2010-12-09 02:12:08 +00:00
Angie Byron 88009fe5b1 Back to 7.0-dev 2010-12-01 07:54:50 +00:00
Angie Byron ac4fc2b2e3 Drupal 7.0-rc1 2010-12-01 07:52:26 +00:00
Angie Byron 1a685474e6 #851136 by Crell, chx, Damien Tournoud: Make the database autoloading more robust. 2010-11-29 04:45:11 +00:00
Angie Byron cfb6ff4127 Rolling back #851136. Broke SQLite installation. 2010-11-28 07:32:39 +00:00
Dries Buytaert d7a63ff988 - Patch #851136 by Damien Tournoud, Crell, chx: make the database autoloading more robust. 2010-11-27 20:37:34 +00:00
Dries Buytaert 7aab0ab368 - Patch #557298 by Arancaytar, David_Rothstein: drupal_override_server_variables() does not properly override SCRIPT_NAME. 2010-11-23 03:08:34 +00:00
Angie Byron 0e35d4d818 #601548 follow-up by David_Rothstein: Remaining clean-ups from drupal_placeholder() patch. 2010-11-22 04:33:02 +00:00
Angie Byron 9abb496d8a #222109 by David_Rothstein: Fix documentation for module_list(). 2010-11-20 05:45:48 +00:00
Angie Byron 8a482a4fda #208611 by effulgentsia, ksenzee, p.brouwers, et al: Fixed drupal_add_js() includes settings twice and breaks certain JS files. 2010-11-20 05:02:46 +00:00
Dries Buytaert 203b6a88b2 - Patch #944198 by sun: functions that call drupal_system_listing() act on potentially invalid system items. 2010-11-19 20:35:31 +00:00
Angie Byron fc970fe6c5 Back to 7.0-dev 2010-11-14 00:21:13 +00:00
Angie Byron d08387cf63 Drupal 7.0-beta3 2010-11-14 00:19:41 +00:00
Angie Byron 09380d76a7 Back to 7.0-dev 2010-11-14 00:13:00 +00:00
Angie Byron 8098e73120 Drupal 7.0-beta3 2010-11-14 00:12:02 +00:00