Nathaniel Catchpole
37445fd7d0
Issue #1813762 by ParisLiakos, Jose Reyero, YesCT, japicoder, attiks: Introduce unified interfaces, use dependency injection for interface translation.
2013-06-10 12:46:03 +01:00
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