Commit Graph

276 Commits (24526aedd0daf99a47809583369f76e9f6d5b1ac)

Author SHA1 Message Date
catch 0ad22f5c95 Issue #1730770 by sun: Fixed Drupal installer cannot be fully tested in a separate sub/multi-site. 2012-08-23 13:21:24 +02:00
webchick 7e79095a49 Issue #1637348 by vasi1186, attiks, clemens.tolboom, penyaskito: Import Gettext .po files in progressive batches to avoid time limits. 2012-08-19 12:46:48 +02:00
webchick ea5de2e379 Issue #1392208 by Gábor Hojtsy, penyaskito, David_Rothstein: Fixed Impossible to install Drupal in a non-English language when following the provided instructions. 2012-08-18 17:45:05 +02:00
catch b996bbb220 Issue #562042 by cburschka, Rob Loach, sun, scor: Added Search for install profiles in sites/[all|site]/profiles folders, and move core profiles into /core/profiles. 2012-08-10 10:18:18 +01:00
Katherine Bailey 842d1217d3 Various coding standards fixes, cleanup and documentation fixes 2012-08-06 21:52:13 -07:00
Katherine Bailey 768925132d Adding/modifying some todos 2012-08-06 21:52:13 -07:00
Katherine Bailey e1b4fe97a7 Get rid of the request() wrapper function, plus various other cleanups 2012-08-06 21:52:11 -07:00
Katherine Bailey d1e52e0089 Various cleanups 2012-08-06 21:52:11 -07:00
Katherine Bailey 6d64268e50 Only use the LanguageManager for multilingual environments 2012-08-06 21:52:11 -07:00
Katherine Bailey 600a17e839 Make installation work 2012-08-06 21:52:09 -07:00
Dries 3ed46905f3 - Patch #1710512 by n3or: Convert update settings to configuration system. 2012-08-03 12:52:07 -04:00
Dries 9b43f5593a - Patch #1700996 by droplet: undefined variable: file install.core.inc:1302. 2012-07-27 11:18:32 -04:00
catch 78e88b778a Issue #1500312 by aspilicious, marcingy, sun: Create $config_directory_name() during a D7 => D8 upgrade. 2012-07-18 11:01:11 +01:00
Dries 4c81313cad - Patch #1503224 by catch, sun, bojanz: cleanup module_list(). 2012-07-04 14:49:18 -04:00
webchick 4b6bdbb1dd Issue #1496542 by cosmicdreams, sun, chx, vasi1186, aspilicious, alexpott, nadavoid, Pedro Lozano, disasm, andypost | heyrocker: Convert site information to config system. 2012-07-02 10:20:33 -07:00
Larry Garfield 848c134d65 Merge remote-tracking branch 'upstream/8.x' into kernel 2012-05-23 23:55:54 -05:00
catch b08c8b478e Issue #1464944 by heyrocker, alexpott, David_Rothstein, ksenzee: Fixed Installation of configuration system fails in some cases. 2012-05-20 15:41:16 +09:00
Niklas Fiekas 171fdb4410 Detailed cleanup of documentation blocks for spacing, language, placement, etc. 2012-05-11 20:54:55 -05:00
Larry Garfield 270dcd2e88 Merge remote-tracking branch 'upstream/8.x' into kernel 2012-05-10 00:14:31 -05:00
catch d390816023 Issue #1444620 by dawehner, sun, heyrocker: Remove file signing from configuration system. 2012-05-08 14:04:54 +09:00
Larry Garfield 12e53f92a3 Merge remote-tracking branch 'upstream/8.x' into kernel
Resolve conflicts in cron improvements.

Conflicts:
	core/INSTALL.txt
	core/includes/bootstrap.inc
	core/modules/simpletest/drupal_web_test_case.php
	core/modules/system/system.install
	core/modules/system/system.module
	core/modules/system/system.test
	core/scripts/cron-curl.sh
	core/scripts/cron-lynx.sh
2012-05-06 23:03:57 -05:00
Dries f72f814f7b - Patch #1404198 by sun, beejeebus, fago, chx: Separate database cache clearing from static cache clearing and data structure rebuilding. 2012-05-03 11:09:39 -04:00
Larry Garfield 29ec5c929b Merge remote-tracking branch 'upstream/8.x' into kernel
Conflicts:
	core/includes/common.inc
	core/includes/menu.inc
	core/modules/image/image.test
	core/modules/system/tests/file.test
2012-04-30 21:29:48 -05:00
Dries 02750689dd - Patch #1183208 by effulgentsia, Niklas Fiekas, katbailey, no_commit_credit, catch: remove variable_get()('clean_url()') and switch to index.php/path pattern for dirty URL support. 2012-04-29 11:16:27 -04:00
Larry Garfield 88be740cdb Merge remote-tracking branch 'upstream/8.x' into kernel
Conflicts:
	core/modules/node/node.module
	core/modules/overlay/overlay.module
2012-04-27 21:59:33 -05:00
catch 93c20fd054 Issue #1361228 by marcingy, Niklas Fiekas, fago, cosmicdreams, aspilicious et al: Make the user entity a classed object. 2012-04-26 12:51:09 +09:00
catch 7642d2466b Issue #1497230 by Rob Loach, pdrake, effulgentsia, beejeebus: follow-up for dependency injection - ensure t() can be called early in bootstrap. 2012-04-24 11:14:08 +09:00
Larry Garfield 71146f2397 Complete Batch API workaround for install system. 2012-04-15 17:57:20 -05:00
Larry Garfield e20de25cbe Handle a response object returned from Batch API in the installer. 2012-04-15 13:36:07 -05:00
Larry Garfield a94bb607ed Merge remote-tracking branch 'upstream/8.x' into kernel 2012-04-13 00:19:25 -05:00
catch 32c1b1e6d3 Issue #1477446 by pounard, amateescu, tstoeckler: Move lock backend to PSR-0 code. 2012-04-13 12:55:31 +09:00
catch 969256bd8b Issue #636454 by catch, carlos8f, msonnabaum, beejeebus, Berdir, moshe weitzman, pillarsdotnet: Added Cache tag support. 2012-04-13 10:49:34 +09:00
Dries 3c2b78d7d8 - Patch #1468930 by dawehner, Gábor Hojtsy, plach, das-peter, fubhy: clean up and move the code for the negotiation functionality from locale module to language module. 2012-04-11 10:47:06 -04:00
Nathaniel 7388171b2b Issue #1477446 by pounard, amateescu: Move lock backend to PSR-0 code. 2012-04-09 12:04:51 +09:00
Larry Garfield 674dae32c7 Register the request object in the installer so that the utility functions that now depend on it work. 2012-03-31 20:08:15 -05:00
catch f5032a6cff Issue #1180112 by franz, Pedro Lozano, amateescu: Move drupal_*_schema_*() functions into one place. 2012-03-15 00:29:10 +09:00
Dries 5c45ddc9cf - Patch #1464940 by amateescu: move database.inc to proper location. 2012-03-03 13:12:04 -05:00
Dries 44963050b2 Merge remote-tracking branch 'heyrocker/8.x-file-config' into 8.x 2012-03-02 12:42:36 -05:00
catch 2cc2aa2568 Issue #1174620 by Niklas Fiekas, Dave Reid, ericduran: Added new HTML5 FAPI element: email. 2012-03-02 16:29:16 +09:00
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
catch b059099e56 Issue #652288 by Niklas Fiekas: Rewording the 'proceed with the installation' text on the installer's requirements page. 2012-02-20 16:29:13 +09:00
Greg Dunlap 3f9c931860 Cleaning up whitespace 2012-02-16 13:08:44 -08:00
Greg Dunlap 757ce5148e Removed sig from global htaccess, create a new one in the config directory at install time which simply does a DenyFromAll, just like private files 2012-02-13 18:11:17 -05:00
Greg Dunlap a8313cf422 Merge remote-tracking branch 'core/8.x' into 8.x-file-config 2012-02-12 11:24:16 -05:00
Dries 91263e5851 - Patch #1426954 by Gábor Hojtsy: remove locale backward compatibility layer in installer. 2012-02-05 08:23:53 -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
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 92286713d5 Move database files to the new lib directory and update code accordingly. 2012-01-22 23:56:07 -06:00
Larry Garfield 86c93f3b74 Merge branch '1400748-namespaces' into dbtngtng 2012-01-22 22:31:43 -06:00
Larry Garfield 8b8c2a9463 refs #1400748 by Crell: Update docblocks and the installer for the new namespaces. 2012-01-22 22:25:13 -06:00
Larry Garfield adbd7c9aad Merge branch '8.x' into dbtngtng 2012-01-22 21:34:59 -06:00
catch 8e20a82ed5 Issue #1392174 by Gábor Hojtsy, Garrett Albright, tstoeckler: Fixed install_find_translation_files() breaks if is passed. 2012-01-18 13:01:07 +09:00
catch 2451f7fc23 Issue #1323120 by pounard, aspilicious, beejeebus: Convert cache system to PSR-0. 2012-01-13 12:19:33 +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
sun e312880573 Fixed coding style, comments, and some trivial issues. 2012-01-08 02:29:22 +01:00
Greg Dunlap b31c2510e2 Added a todo about the install bug 2012-01-08 00:24:07 +01:00
Greg Dunlap cdc4bc1c64 Merging from core 2012-01-07 22:12:13 +01:00
catch decd75769a Issue #1392348 by Gábor Hojtsy: Fixed The installer does not translate profile names and descriptions. 2012-01-07 17:33:21 +09:00
catch 6ea395e685 Issue #1260716 by David_Rothstein: Follow-up for improve language onboarding user experience. 2012-01-04 14:47:07 +09: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
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 b7bbf85187 - Patch #1365156 by droplet: update.php path. 2011-12-09 10:37:32 -05: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
Nathaniel 129de63e06 Issue #1260716 by good_man, Gábor Hojtsy, emarchak, David_Rothstein, ezra-g: Improve language onboarding user experience. 2011-11-25 15:22:29 +09:00
webchick 554ea9ecf9 Issue #1198398 by jm@bellcom.dk, AllRob: Fixed Timezone selected on install not correctly saved to admin user account. 2011-11-24 13:27:12 -08:00
catch e1b21e1278 Issue #655190 by dealancer, kathyh, pingers, xjm: Fixed Allow hook_install_tasks() to be called from a profile's .install file (or document that it can't be). 2011-11-08 22:12:52 +09:00
catch baec135ce6 Issue #212284 by Damien Tournoud, dww, alexanderpas: Fixed security check in 'configure' stage not compatible with overriding variables: site_name() and site_mail(). 2011-11-07 16:05:33 +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