Commit Graph

253 Commits (8cc75202e7e417f51199c1a903c42523a62a178e)

Author SHA1 Message Date
Greg Dunlap 1bc549de8f Merge remote-tracking branch 'origin/8.x' into 8.x-file-config 2012-02-29 19:47:35 -08:00
Nathaniel bdb71c6fa7 Merge remote branch 'crell/dbtngtng' into 8.x 2012-03-01 12:22:48 +09:00
Greg Dunlap bdd013ea2a Merge remote-tracking branches 'origin/8.x' and 'origin/8.x-file-config' into 8.x-file-config 2012-02-22 14:29:38 -08:00
Dries a58940f111 - Patch #1222194 by Gábor Hojtsy, plach: rename global to (). 2012-02-22 08:37:04 -05:00
Dries fa0562fac4 - Patch #1416392 by Gábor Hojtsy, plach, rvilar: clean up language (types) bootstrap function naming and documentation. 2012-02-21 10:44:11 -05:00
Greg Dunlap 9c700a6509 Removed comment about psr-0 2012-02-17 14:03:52 -08:00
Greg Dunlap a8313cf422 Merge remote-tracking branch 'core/8.x' into 8.x-file-config 2012-02-12 11:24:16 -05:00
catch 49dbb6d4fb Issue #1411114 by sun: Fixed drupal_valid_test_ua() is not statically cached on non-positive match. 2012-02-11 14:24:47 +09:00
Dries fdca0419a5 - Patch #1357918 by Gábor Hojtsy, swentel, sun, no_commit_credit: missing update for language_default() in language langcode update. 2012-02-07 14:34:52 -05:00
Larry Garfield 1bc5b98e6c Merge remote-tracking branch 'dries/8.x' into dbtngtng 2012-02-02 23:50:39 -06:00
Dries 82cb7cf5e8 - Patch #1414314 by Gábor Hojtsy, tstoeckler: make node and path depend on language module only for language support, get rid of locale_language_name(). 2012-02-02 11:08:57 -05:00
Greg Dunlap a7c6328d17 Merge remote-tracking branch 'core/8.x' into 8.x-file-config 2012-02-01 14:02:58 +01:00
catch 037faa8fbf Issue #1400748 by Crell, jbrown, plach: Proposal for unified namespace organization. 2012-02-01 12:23:30 +09:00
Dries 64e79ac197 - Patch #838800 by kotnik, Damien Tournoud: Improve random number generation. 2012-01-29 16:37:38 -05:00
sun b3f717812c Renamed global variables to $config_directory_name and $config_signature_key. 2012-01-25 21:27:19 +01:00
Greg Dunlap a5b4c2500a Merge from core for PSR-0 2012-01-25 21:01:35 +01:00
Larry Garfield 0ee2386bc0 Merge branch '1400748-namespaces' into dbtngtng 2012-01-23 19:32:58 -06:00
Larry Garfield 910535c9ab Merge branch '8.x' into 1400748-namespaces 2012-01-23 19:23:12 -06:00
Larry Garfield d0dd76140a Correct more comments. 2012-01-23 19:18:51 -06:00
Dries 4b92841794 - Patch #1387608 by Gábor Hojtsy, tstoeckler: Unify language_list() and locale_language_list(). 2012-01-23 10:46:29 -05:00
Larry Garfield 92286713d5 Move database files to the new lib directory and update code accordingly. 2012-01-22 23:56:07 -06:00
Larry Garfield 3f0cb723a0 Merge branch '1400748-namespaces' into dbtngtng 2012-01-22 22:10:37 -06:00
Larry Garfield adbd7c9aad Merge branch '8.x' into dbtngtng 2012-01-22 21:34:59 -06:00
Larry Garfield 0cb703be45 refs #1400748 by Crell: Move Drupal and Symfony code to core/lib and core/vendor respectively. 2012-01-22 20:56:35 -06:00
catch f969b391b4 Issue #1227942 by Rob Loach, cweagans, tstoeckler, xjm: Rename format_username() now that it's in user.module. 2012-01-16 11:18:26 +09:00
catch 86ce7f97d5 Issue #1290658 by sun, msonnabaum: Namespace strategy for module-provided classes. 2012-01-13 23:14:07 +09:00
catch 1878eb1534 Issue #1357918 by Gábor Hojtsy: Change language schema to refer to langcode. 2012-01-11 00:29:08 +09:00
catch a1b360ece1 Issue #1371484 by catch, makara, ArtistConk: Fixed Private properties in abstract class DrupalCacheArray. 2012-01-11 00:25:36 +09:00
Greg Dunlap 1434bbf5f8 Added doc about file loading 2012-01-07 22:20:03 +01:00
Greg Dunlap cdc4bc1c64 Merging from core 2012-01-07 22:12:13 +01:00
catch 5d5cadea60 Issue #1387586 by Gábor Hojtsy: Rename drupal_multilingual() to language_multilingual(). 2012-01-03 14:17:30 +09:00
Larry Garfield 0879ffd974 Merge branch '8.x' into dbtngtng
Manually merged the transaction order fixes, since that code has moved to new files.
2012-01-02 14:13:49 -06:00
webchick 9f9744bff8 Revert "- Patch #1371484 by makara: private properties in abstract class DrupalCacheArray."
This reverts commit 7be846e75d.
2012-01-01 20:43:23 -08:00
Larry Garfield 9062e1e4e7 Simplify the class name finding and loading routines, since PSR-0 now handles them for us. 2011-12-27 19:06:42 -06:00
Larry Garfield 67429ab19f Initial move and rename of database classes to PSR-0 namespaces. So far only MySQL has been converted. 2011-12-27 15:17:19 -06:00
catch 13830d022c Issue #1301040 by Gábor Hojtsy: Move language listing functionality from locale.module to a new language.module. 2011-12-22 20:26:12 +09:00
Dries 7be846e75d - Patch #1371484 by makara: private properties in abstract class DrupalCacheArray. 2011-12-19 09:37:02 -05:00
catch 4bd96ab7cf Issue #1359326 by xjm: Fixed t() documentation does not clearly indicate that options are documented in format_string() docs. 2011-12-13 01:15:08 +09:00
Greg Dunlap 5d3e3a1fc3 Reworked calls to remove nesting of values 2011-12-08 09:40:48 +01:00
Greg Dunlap 769e0afdfc Updating references to page compression 2011-12-07 22:13:47 +01:00
Greg Dunlap ee4f6008d0 Updating references to page cache maximum age 2011-12-07 22:11:51 +01:00
Greg Dunlap f9a2916266 Updating references to page cache variable 2011-12-07 22:02:20 +01:00
catch 9727bd093b Issue #1315886 by xjm: Clean up API docs for includes directory, files starting with A-C. 2011-12-05 21:52:27 +09:00
Greg Dunlap 035cd48649 Fixing path to config.inc 2011-11-30 13:27:40 +01:00
Greg Dunlap c1c2ceab25 Fixing problems related to corepocalypse merge 2011-11-30 13:17:28 +01:00
catch efe0a73b29 Issue #334024 by klausi, catch, beejeebus, sun: Use const keyword to define constants instead of define(). 2011-11-29 18:56:53 +09:00
catch c42985ffb3 Issue #1301460 by loganfsmyth, good_man, Gábor Hojtsy, xjm: Decouple domain/path language negotiation storage from language config storage. 2011-11-29 11:23:49 +09:00
Dries 97c83c4f4d - Patch #1289208 by minorOffense, skottler, rocket_nova: REQUEST_TIME documentation is misleading. 2011-11-22 20:12:55 -05:00
Nathaniel a77ed6e2ca Issue #1006714 by Steven Jones, chx, mr.baileys, xjm, carlos8f: Fixed Test broken: drupal_get_path() doesn't work for profiles. 2011-11-08 13:24:21 +09:00
Nathan Haug f434037c0e Issue #22336 by quicksketch, scor, boombatower, and rfay. Move all core Drupal files under a core subdirectory. 2011-11-01 12:48:40 +09:00
Nathan Haug 06fb770bd3 Issue #22336 by quicksketch, scor, boombatower, and rfay. Move all core Drupal files under a core subdirectory. 2011-11-01 12:48:40 +09:00
Nathaniel 906a6db347 Revert "Issue #22336 by quicksketch, rfay, scor, Rob Loach, boombatower, tstoeckler, kbahey: Move all core Drupal files under a /core folder to improve usability and upgrades."
This reverts commit f0a16bf2a4.
2011-11-01 12:32:15 +09:00
Nathaniel f0a16bf2a4 Issue #22336 by quicksketch, rfay, scor, Rob Loach, boombatower, tstoeckler, kbahey: Move all core Drupal files under a /core folder to improve usability and upgrades. 2011-11-01 12:25:12 +09:00