Nathaniel Catchpole
ffaabb7cfa
Issue #1998576 by beejeebus, alexpott, swentel: Make the config import process use full config trees again.
2013-06-08 21:10:53 +01:00
Alex Pott
9d73599020
Issue #2001310 by chx, effulgentsia, Berdir, YesCT: Disallow firing hooks during update.
2013-06-06 09:08:39 +01:00
Nathaniel Catchpole
579aa78880
Issue #1947720 by damiankloip: Use Drupal::state() to replace state().
2013-06-05 15:58:21 +01:00
webchick
30d3671c03
Issue #1957154 by joates, ayelet_Cr, xjm | Berdir: Replace calls to drupal_container()->get('module_handler()') service with Drupal::moduleHandler().
2013-06-04 20:58:17 -05:00
Alex Pott
0979e1f587
Issue #2002732 by Froelund, diarmy, drupalmonkey: Improve code maintainability by removing unused local variables - core/includes/update.inc.
2013-05-30 07:18:49 +01:00
Nathaniel Catchpole
ca665f7be3
Issue #1827448 by RobLoach, sun, jbrown, tstoeckler: Use __DIR__ instead of DRUPAL_ROOT where possible/sensible.
2013-05-09 10:25:10 +01:00
Nathaniel Catchpole
31513883d9
Issue #1712250 by alexpott, n3or, cam8001, vijaycs85, Albert Volkman, jibran, heyrocker, chx: Convert theme settings to configuration system.
2013-05-07 10:47:19 +01:00
Alex Pott
7aca9955dc
Issue #1937600 by Berdir, rootatwc | webchick: Determine what services to register in the new Drupal class.
2013-04-03 09:44:04 +01:00
Dries
61de42a008
Issue #1948650 by swentel, chx: update is broken.
2013-03-22 13:10:08 -04:00
catch
fc7c38bde8
Issue #1764474 by Berdir, chx, alexpott, pounard, msonnabaum: Make Cache interface and backends use the DIC.
2013-03-22 09:36:55 +00:00
webchick
d97b8dac4b
Issue #1943726 by chx: Fixed BootstrapConfigStorageFactory and update.
2013-03-20 14:35:27 -04:00
catch
fea7acc2b2
Issue #1547008 by Berdir, Sutharsan: Replace Update's cache system with the (expirable) key value store.
2013-03-20 11:51:03 +00:00
Dries
6aa308f8ea
Issue #1798734 by Berdir, ACF, leschekfm, heyrocker, alexpott: Convert drupal_private_key() to the configuration system.
2013-02-27 16:27:35 -05:00
Dries
148f3b874e
Issue #1751348 by heyrocker, vijaycs85, julien, Gábor Hojtsy: Convert locale settings to configuration system.
2013-02-14 21:40:03 -05:00
webchick
8c0f2e89d0
Issue #1894328 by Berdir, chx: Fixed user -> image upgrade is broken.
2013-02-08 16:14:58 -08:00
catch
10ab47224d
Issue #1331486 by katbailey, chx, sun, beejeebus, amateescu: Move module_invoke_*() and friends to an Extensions class.
2013-01-21 19:21:34 +00:00
catch
2cf9e49ebc
Revert "Issue #1331486 by katbailey, chx, sun, beejeebus, amateescu: Move module_invoke_*() and friends to an Extensions class. Broke core tests after commit."
...
This reverts commit c80c3e18f1
.
2013-01-21 13:53:28 +00:00
catch
c80c3e18f1
Issue #1331486 by katbailey, chx, sun, beejeebus, amateescu: Move module_invoke_*() and friends to an Extensions class.
2013-01-21 11:02:01 +00:00
webchick
273499059d
Issue #1848998 by dawehner, chx, xjm: Fixed Module/Bundle services not available in update.php.
2013-01-19 12:13:19 -08:00
webchick
31e0e18328
Issue #1887904 by larowlan: Fixed update_retrieve_dependencies() only considers enabled modules.
2013-01-15 14:07:29 -08:00
Jennifer Hodgdon
4824c21934
Issue #1317628 by Albert Volkman, Gaelan, disasm, mjonesdinero, xjm: Clean up for API docs in include files starting with n-z
2013-01-10 15:50:55 -08:00
catch
f5d69718ee
Issue #1792536 by chx, Berdir, sun, David_Rothstein: Remove the install backend and stop catching exceptions in the default database cache backend.
2013-01-10 12:08:06 +00:00
webchick
99fa84cbfe
Issue #1158322 follow-up by chx: Fixed htmlspecialchars() expects parameter 1 to be string, array given errors in exception backtraces.
2012-12-29 00:58:04 -08:00
Dries
42dd9f2b5f
Issue #1817182 by andypost, alexpott, yched: Add upgrade path tests for contact category config conversion.
2012-12-27 20:22:20 +01:00
webchick
8cb0a1945b
Issue #1817182 by andypost, alexpott, yched: Add upgrade path tests for contact category config conversion.
2012-12-26 09:06:27 -08:00
catch
b09642317a
Issue #1774332 by c960657: Better handling of invalid/expired cache entries.
2012-11-28 21:36:29 +00:00
catch
4433a2a2a7
Issue #1292470 by sun, tim.plunkett, Berdir, moshe weitzman, pcambra, Niklas Fiekas, andypost et al: Convert user pictures to Image Field.
2012-11-26 10:38:45 +00:00
webchick
af608d7002
Issue #1825466 by justafish, sun, alexpott: Allow NestedArray::mergeDeepArray() to preserve integer keys for the purpose of merging config data.
2012-11-14 02:15:58 -08:00
catch
34e2ea004d
Issue #1618346 by alberto56, tim.plunkett: Fixed Error: Call to undefined function drupal_get_installed_schema_version() in core/includes/update.inc, line 94.
2012-11-09 20:15:35 +00:00
catch
a598aa4654
Issue #1821312 by Berdir, alexpott: Fixed Manual upgrade path from 7.x to 8.x does not work.
2012-10-30 10:08:53 +00:00
webchick
d029eeb5d5
Issue #1810880 by Albert Volkman, vijaycs85, barbun, alexpott: Convert update_last_check() and update_last_email_notification() variables to CMI system.
2012-10-27 14:15:15 -07:00
catch
10e58bdd64
Issue #1777070 by Jose Reyero, Gábor Hojtsy: Refactor and clean up source string location handling.
2012-10-23 11:25:45 +01:00
webchick
41814bb38c
Revert "Issue #1798732 by Dean Reilly, westie, alexpott, sun: convert install_task() variable to use state system."
...
This reverts commit d3edf50190
.
This caused unexpected errors with installation on sites with existing
settigs.php files. Rolling back until keyvalue store is available during
installation.
2012-10-18 23:15:53 -07:00
Dries
d3edf50190
Issue #1798732 by Dean Reilly, westie, alexpott, sun: convert install_task() variable to use state system.
2012-10-16 14:14:52 -04:00
webchick
92a5b29970
Issue #1809962 by Jose Reyero, sun: Move some locale updates to update.inc for a safe language upgrade.
2012-10-11 14:49:49 -07:00
catch
9fbe74405a
Issue #1608842 by chx, alexpott, sun, effulgentsia, beejeebus, tim.plunkett et al: Replace list of bootstrap modules, enabled modules, enabled themes, and default theme with config.
2012-10-09 21:40:35 +01:00
webchick
e7787c9cca
Issue #1642526 by andypost, Berdir, dixon_: Add upgrade path from for generating UUIDs for all core entities.
2012-10-08 09:39:59 -07:00
Jennifer Hodgdon
1df8d28040
Issue #1134088 by Cottser, catch: Fix up documentation for update helper functions
2012-10-04 09:12:04 -07:00
catch
8337955d48
Issue #1175054 by msonnabaum, chx, sun, tim.plunkett, arlinsandbulte, beejeebus: Add a storage (API) for persistent non-configuration state.
2012-09-20 10:25:24 +01:00
catch
4b5fad5475
Issue #1702080 by sun, chx: Added Introduce canonical FileStorage + (regular) cache.
2012-09-04 14:51:51 +01:00
webchick
7c7b91ef66
Issue #1741804 by beejeebus, sun, chx, alexpott, matason: Implement a config import/staging directory.
2012-08-30 10:30:12 -07:00
Dries
19fecb5279
- Patch #1717878 by willvincent: Fix summary of update_variable_get() to be under 80 characters.
2012-08-09 16:21:50 -04:00
Dries
d1ea099f80
- Patch #1348162 by catch, sun, Berdir: Add update_variable_*().
2012-08-07 15:11:13 -04:00
Katherine Bailey
d1e52e0089
Various cleanups
2012-08-06 21:52:11 -07:00
Katherine Bailey
f8e189ede7
Temporary fix to prevent fatal error on language upgrade test
2012-08-06 21:52:11 -07:00
webchick
cd224643ba
Issue #1496458 by swentel, pcambra, n3or, kbasarab, sun, marcingy: Convert maintenance mode settings to configuration system.
2012-07-28 08:39:43 -05: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
3a3bce39e4
- Patch #1649400 by vasi1186, Gábor Hojtsy: make locked/special languages fully extensible.
2012-07-04 09:17:19 -04:00
webchick
28df3aa644
Issue #1605324 by sun, Jose Reyero, alexpott, chx, Rob Loach | beejeebus: Configuration system cleanup and rearchitecture.
2012-06-29 10:35:06 -07:00
webchick
450135017d
Revert "- Patch #1605324 by sun, Jose Reyero, alexpott, chx, Rob Loach, beejeebus: configuration system cleanup and rearchitecture."
...
This reverts commit 8df23c8a87
. Original commit
was missing some files. Trying again.
2012-06-29 10:34:05 -07:00
Dries
8df23c8a87
- Patch #1605324 by sun, Jose Reyero, alexpott, chx, Rob Loach, beejeebus: configuration system cleanup and rearchitecture.
2012-06-29 12:29:51 -04:00
webchick
4705576906
Issue #1637710 by Schnitzel, vasi1186: Fixed Pass on language weight to language_locked_languages() when available.
2012-06-16 15:17:16 +02:00
webchick
18040223ad
Issue #1471432 by Gábor Hojtsy, vasi1186, tobiasb, kalman.hosszu, Schnitzel, nod_, pixelite, dawehner: Rework language_list(), let people use more special languages.
2012-06-15 19:03:15 +02:00
Dries
7c1ef6ed07
- Patch #1627208 by vasi1186: make language_list() and language_default() return instances of Language.
2012-06-12 20:43:37 -04:00
Dries
c677a96ff7
- Patch #1589174 by sun, marcingy: Fixed Configuration upgrade path is broken.
2012-06-02 15:45:56 -04:00
catch
fcbbe85deb
Issue #1495024 by Berdir, Rob Loach, aspilicious, fago: Convert the entity system to PSR-0.
2012-05-25 12:45:38 +09:00
Jennifer Hodgdon
467a825239
Issue #1358944 by wulff, Désiré: Fix ingroup/addtogroup syntax
2012-05-17 05:58:49 -07:00
catch
44c07e9b26
Issue #1545068 by Berdir: Convert Exception in update.inc to PSR-0.
2012-05-12 12:10:23 +09:00
Dries
bac3ed7764
- Patch #1539072 by Gábor Hojtsy: Fixed Support for disabled languages broken, drop it.
2012-04-25 16:44:20 -07: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
Dries
62a39c9a18
- Patch #1503184 by aspilicious, Rob Loach, cweagans: convert Graph.inc to PSR-0.
2012-04-09 14:02:59 -04:00
catch
68eecef413
Issue #1497132 by alexpott, pcambra, marcingy: follow-up for generalised function to update variables from Drupal 7 to Drupal 8's configuration management system.
2012-04-07 11:28:53 +09:00
catch
08351faac4
Issue #1497132 by alexpott, pcambra, marcingy: Provide a generalised function to update variables from Drupal 7 to Drupal 8's configuration management system.
2012-03-30 12:43:32 +09:00
Dries
661488afc9
- Patch #1222106 by Gábor Hojtsy, plach, xjm: Unify language negotiation APIs, declutter terminology.
2012-03-05 07:28:36 -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
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
catch
da5aa80e09
Issue #1331370 by beejeebus, plach: Fixed [Upgrade path broken] Stored include paths need to be updated to /core before running the upgrade path.
2012-02-03 22:52:24 +09:00
Dries
1b6ba5243c
- Patch #1357912 by Gábor Hojtsy, sun: convert path language code schema to langcode.
2012-01-22 21:14:12 -05: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
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
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
4325efbd46
Issue #1331350 by beejeebus, plach, catch: Fixed [Upgrade path broken] Entity module not enabled during D8 upgrade.
2011-11-24 11:21:22 +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