Commit Graph

86 Commits (391755e4c154bb0778f2940628a02bc7211dbdf7)

Author SHA1 Message Date
Alex Pott 50ae478f85 Issue #1998204 by tim.plunkett: Fixed config_install_default_config() is not safe to use in hook_update_N(). 2013-07-21 08:44:33 +01:00
Alex Pott 566ebfd9de Issue #1856976 by andypost, Soul88, ACF, aspilicious, vijaycs85, dawehner: Convert language_count() to the state system. 2013-07-20 20:39:11 +01:00
Alex Pott d5d172e3c8 Issue #1833022 by e0ipso, plach, YesCT, kfritsche, penyaskito, vijaycs85, nod_, cam8001: Only display interface language detection options to customize more granularity. 2013-07-03 13:48:55 +01:00
Dries 8ce27f2279 Issue #1273968 by Sutharsan, penyaskito, chx: Fixed locale.module uses eval. 2013-06-29 17:25:40 -04:00
Alex Pott 4c357934c2 Issue #1754246 by webflo, swentel, penyaskito, andypost, alexpott, YesCT, dagmar: Languages should be configuration entities. 2013-06-29 11:56:53 +01:00
Alex Pott b1c684b8f8 Issue #1988508 by katbailey: Stop pretending we support Symfony bundles when we really just have service providers. 2013-06-28 17:13:22 +01:00
Nathaniel Catchpole 195849b2a4 Issue #1872876 by chx, fubhy, dawehner, alexpott, tim.plunkett: Turn role permission assignments into configuration. 2013-06-24 17:38:32 +01:00
Nathaniel Catchpole 00cb147e14 Issue #1668866 by ParisLiakos, aspilicious, tim.plunkett, pdrake, g.oechsler, dawehner, Berdir, corvus_ch, damiankloip, disasm, marcingy, neclimdul: Replace drupal_goto() with RedirectResponse. 2013-06-19 17:07:30 +01:00
Nathaniel Catchpole 270db4a504 Issue #1852454 by patrickd, xjm, YesCT, Berdir, amateescu, Pancho, djroshi, dealancer, Wim Leers, jessebeach: Restrict module and theme name lengths to 50 characters. 2013-06-19 10:14:55 +01:00
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