Nathaniel Catchpole
66fa3fa9f9
Issue #2384853 by alexpott: Both configuration directories have to be specified in settings.php
2014-12-04 12:05:33 +00:00
webchick
8d601c74b1
Issue #2342593 by znerol, grendzy, David_Rothstein: Remove mixed SSL support from core
2014-12-01 08:26:28 -08:00
Nathaniel Catchpole
7177b56464
Issue #2346287 by bserem, rteijeiro, Zekvyrin, alexpott: Fixed Installer requirements errors escaped HTML in variables.
2014-11-10 13:34:31 +00:00
webchick
89c6ae701d
Issue #2267551 follow-up by jfhovinne: [meta] Deal with PHP requirement vs. Debian PHP version numbering.
2014-10-20 11:44:35 -07:00
catch
df20c166d9
Issue #2267551 by jfhovinne, ParisLiakos, catch: PHP 5.4.5 needed to avoid zend failure when using autoloaded traits.
2014-10-07 23:14:37 +01:00
Alex Pott
9315a45e01
Issue #2338759 by StryKaizer, tom_ek | alexpott: Fixed core/update.php is now just update.php.
2014-10-04 17:29:36 +02:00
Alex Pott
4f49087b71
Issue #2277103 by tim.plunkett, pwolanin, Wim Leers, dawehner, hotpizzas: Switch Drupal::l() and LinkGenerator to expect a Url object.
2014-09-29 15:41:29 +02:00
webchick
a6492ce9d9
Issue #2343651 by xjm, tim.plunkett, Wim Leers, dinarcon, dawehner: Remove most remaining l() calls.
2014-09-28 00:21:34 -07:00
webchick
0eda196d46
Issue #2340251 by iMiksu, alexpott, tim.plunkett, dawehner, Wim Leers: Remove most remaining url() calls.
2014-09-27 00:03:46 -07:00
Alex Pott
32d5530e58
Issue #2333113 by effulgentsia, plach: Add an EntityDefinitionUpdateManager so that entity handlers can respond (e.g., by updating db schema) to code updates in a controlled way (e.g., from update.php).
2014-09-15 21:37:27 +01:00
webchick
4fb0f9d8fd
Issue #2251113 by alexpott, damiankloip, Crell, Wim Leers, dawehner, sun: Use container parameters instead of settings.
2014-08-23 13:19:53 -07:00
Alex Pott
8f04acbb77
Issue #2309221 by mikey_p: Drupal\Core\Datetime\Date should be renamed to DateFormatter.
2014-08-05 11:39:21 +01:00
Alex Pott
5783e08f16
Issue #2149197 by penyaskito, mikey_p, vijaycs85, herom: Replace format_interval with \Drupal::service('date')->formatInterval().
2014-07-24 15:54:28 +01:00
Alex Pott
87e675f09b
Issue #1825952 by Fabianx, joelpittet, bdragon, heddn, chx, xjm, pwolanin, mikey_p, ti2m, bfr, dags, cilefen, scor, mgifford: Turn on twig autoescape by default
2014-07-18 10:05:22 +01:00
Alex Pott
6a8faf5552
Issue #2290261 by tim.plunkett, amool: Fixed Full configuration export crashing without the php_fileinfo extension.
2014-07-06 18:14:59 +01:00
Alex Pott
eed52b4d82
Issue #2003800 by jhedstrom, filijonka, YesCT, ParisLiakos, steeloctopus, damiankloip, sun, LinL, amateescu: Move drupal_check_memory_limit() and parse_size() functionality to components.
2014-05-23 20:25:52 +01:00
Nathaniel Catchpole
7bc792063e
Issue #2263273 by alexpott: Config_snapshot table can be created by the storage class itself.
2014-05-12 10:58:09 +01:00
Nathaniel Catchpole
44b38852b8
Issue #2158571 by tstoeckler, dawehner, kgoel, tim.plunkett, catch, effulgentsia: Routes added in RouteSubscribers cannot be altered.
2014-05-01 10:46:02 +01:00
Alex Pott
8a56782390
Issue #2208475 by sun, Xano, Jalandhar, andrei.dincu: Move Settings into Drupal\Core\Site\Settings.
2014-04-25 20:13:44 +01:00
webchick
2c90c67c4e
Issue #1067408 by alexpott, Jalandhar, jessebeach, Désiré, neetu morwani, dawehner, sun: Themes do not have an installation status.
2014-04-22 11:37:12 -07:00
catch
8ad79cebb5
Issue #2224777 by pwolanin, dawehner: Unlimited allowed length of path in menu router allows DoS attack on Drupal 8.
2014-03-28 15:22:01 +01:00
Alex Pott
000966e0dd
Issue #2219009 by pwolanin: Improve DX of Settings class.
2014-03-24 09:51:28 +01:00
webchick
8608fed622
Issue #2107533 by tim.plunkett, dawehner, pwolanin, Berdir: Remove {menu_router}.
2014-02-28 20:58:58 -08:00
Dries
3a5c3b322a
Issue #2152073 by dmouse, sun, Xano: Bump Drupal core's PHP requirement to 5.4.2.
2014-02-27 20:14:53 +01:00
webchick
b8ef3c6bff
Issue #2140433 by pwolanin, chx, Owen Barton, dstol, Heine, Damien Tournoud: Port SA-CORE-2013-003 to Drupal 8.
2014-02-26 20:48:12 -08:00
Nathaniel Catchpole
db460fe78b
Issue #2171683 by sun, alexpott, tstoeckler, larowlan: Remove all Simpletest overrides and rely on native multi-site functionality instead.
2014-02-10 17:31:31 +00:00
Nathaniel Catchpole
ec06f877a4
Revert "Issue #2171683 by sun, tstoeckler, larowlan: Remove all Simpletest overrides and rely on native multi-site functionality instead."
...
This reverts commit 91db25eba4
. Broke web
tests.
2014-02-10 11:14:28 +00:00
Nathaniel Catchpole
91db25eba4
Issue #2171683 by sun, tstoeckler, larowlan: Remove all Simpletest overrides and rely on native multi-site functionality instead.
2014-02-10 10:36:12 +00:00
webchick
2fbe2b565b
Issue #2182423 by Berdir, joelpittet: Key_value_expire doesn't get reset and balloons the PDO execution time for form pages.
2014-02-09 10:33:06 -08:00
Nathaniel Catchpole
bcc57baf0b
Issue #1881582 by sun: Change configuration overrides to use $config instead of $conf.
2014-02-05 18:21:55 +00:00
webchick
bc058bada9
Issue #2168011 by xjm, jessebeach, Damien Tournoud, znerol, Xano: Remove all 7.x to 8.x update hooks and disallow updates from the previous major version.
2014-01-31 09:26:04 -08:00
Nathaniel Catchpole
e373ebee34
Issue #2167109 by Berdir, sun, alexpott, ACF, acrollet, adamdicarlo, Albert Volkman, andreiashu, andyceo, andypost, anenkov, aspilicious, barbun, beejeebus, boombatower, cam8001, chriscalip, chx, cosmicdreams, dagmar, damiankloip, dawehner, deviance, disasm, dixon_, dstol, ebrowet, Gábor Hojtsy, heyrocker, Hydra, ianthomas_uk, japicoder, jcisio, jibran, julien, justafish, jvns, KarenS, kbasarab, kim.pepper, larowlan, Lars Toomre, leschekfm, Letharion, LinL, lirantal, Lukas von Blarer, marcingy, Mike Wacker, mrf, mtift, mtunay, n3or, nadavoid, nick_schuch, Niklas Fiekas, ParisLiakos, pcambra, penyaskito, pfrenssen, plopesc, Pol, Rok Žlender, rvilar, swentel, tim.plunkett, tobiasb, tsvenson, typhonius, vasi1186, vijaycs85, wamilton, webchick, webflo, wizonesolutions, xjm, yched, YesCT, znerol: Remove Variable subsystem.
2014-01-28 13:07:47 +00:00
Nathaniel Catchpole
318d178b6e
Issue #2164025 by skipyT, pwolanin: Improve security of session ID against DB exposure or SQL injection.
2014-01-27 11:44:25 +00:00
Alex Pott
a3c8c88fa4
Issue #2121849 by moshe weitzman: Move chmod.directory and chmod.file out of config and into settings so that file writes are independant of the config system.
2014-01-24 10:45:47 +01:00
Nathaniel Catchpole
0b55dcd841
Issue #1862202 by plach, Berdir, katbailey, ParisLiakos, alexpott, chx, sun, larowlan, Gábor Hojtsy, cosmicdreams, vijaycs85, YesCT, penyaskito, andypost, Albert Volkman, joelpitett: Objectify the language system.
2014-01-15 16:27:37 +00:00
Nathaniel Catchpole
68ce258d63
Issue #2166065 by alexpott, mtift: Replace config_install_default_config with ConfigInstaller service.
2014-01-10 11:48:37 +00:00
webchick
d5efc596c8
Issue #2133325 by mtift, alexpott, sun: Create a site UUID on install and only allow config sync between sites with the same UUID.
2014-01-02 23:48:25 -08:00
Nathaniel Catchpole
a6cdd740f8
Issue #1954892 by dawehner, David_Rothstein, tim.plunkett: Replace 'theme callback' and hook_custom_theme() with a clean theme negotiation system.
2013-12-17 11:03:15 +00:00
Nathaniel Catchpole
52d3b49336
Issue #2097189 by damiankloip, sun, Albert Volkman, chx: Add a rebuild script.
2013-12-10 13:50:21 +00:00
webchick
3bb5f796f6
Issue #1998638 by damiankloip, dawehner, kim.pepper, cosmicdreams, alexpott, larowlan, Damien Tournoud: Replace almost all remaining superglobals (, , etc.) with Symfony Request object.
2013-12-05 10:02:36 -08:00
webchick
dc7a5b27ef
Revert of Issue #1998638 , since it broke drush si and other command-line scripts.
2013-12-04 21:13:05 -08:00
webchick
a38172dc20
Issue #1998638 by damiankloip, dawehner, kim.pepper, cosmicdreams, larowlan, Damien Tournoud: Replace all remaining superglobals (, , etc.) with Symfony Request object.
2013-12-03 10:57:18 -08:00
Nathaniel Catchpole
a1b0d2480d
Issue #2031219 by deneo, crowdcg: Remove theme_link from system.performance.yml
2013-12-03 11:10:08 +00:00
Alex Pott
8e729c32fe
Issue #2102417 by damiankloip, dawehner: Change Drupal\Core\Routing\RouteBuildEvent::getModule() to getProvider().
2013-12-01 09:56:50 -04:00
Nathaniel Catchpole
172cd2652a
Revert "Issue #1954892 by dawehner, tim.plunkett, David_Rothstein, effulgentsia: Replace 'theme callback' and hook_custom_theme() with a clean theme negotiation system."
...
This reverts commit fc04601c35
.
2013-11-22 13:56:50 +00:00
Nathaniel Catchpole
fc04601c35
Issue #1954892 by dawehner, tim.plunkett, David_Rothstein, effulgentsia: Replace 'theme callback' and hook_custom_theme() with a clean theme negotiation system.
2013-11-19 12:24:14 +00:00
catch
ac49559784
Issue #2137217 by aspilicious: Remove install_time() variable get usage.
2013-11-16 21:29:18 +00:00
Nathaniel Catchpole
04b4a96c8f
Issue #2045931 by PerthSam152, LinL, adsw12, joelpittet: Replace all module_exists() deprecated function calls.
2013-10-16 13:18:18 +01:00
Nathaniel Catchpole
759dad87cb
Revert "Issue"
...
This reverts commit cc84f3903c
- bad
commit message.
2013-10-16 13:18:18 +01:00
Nathaniel Catchpole
cc84f3903c
Issue
2013-10-16 12:19:18 +01:00
Nathaniel Catchpole
164ac6d0d4
Issue #2106097 by ianmthomasuk: Fixed Finish converting menu_default_active_menus() to CMI.
2013-10-09 11:35:13 +01:00
webchick
9a598b7c15
Issue #2089327 by thedavidmeister, Cyberschorsch: Remove / deprecate calls to drupal_strip_dangerous_protocols() use \Drupal\Component\Utility\Url::stripDangerousProtocols().
2013-10-08 21:42:16 -07:00
webchick
d48480f3db
Issue #2099467 by moshe weitzman, chx: Let non-interactive installers determine mode of files directory and its subdirectories.
2013-10-07 10:03:36 -07:00
Alex Pott
82b964b828
Issue #2080071 by rhm50: Remove Unused local variable $base_url() from /core/modules/system/system.install.
2013-09-29 16:31:01 +02:00
webchick
2f0a4c42e6
Issue #1798738 by alexpott, mtift, tayzlor, ianmthomasuk, Albert Volkman, heyrocker, cam8001: Move css_js_query_string() to state system.
2013-09-27 14:20:32 +02:00
catch
56b72541e5
Issue #2009674 by pplantinga, Samvel, dmitrii: Replace theme() with drupal_render() in system module.
2013-09-25 09:49:11 +02:00
webchick
7dedb6cad0
Issue #1969572 by neclimdul, larowlan, hussainweb, dawehner, damiankloip, ParisLiakos, pwieck, Berdir, socketwench: Make Uuid a service.
2013-09-25 00:16:05 +02:00
Alex Pott
37422573a3
Issue #2053489 followup by tim.plunkett, klausi: Standardize on \Drupal throughout core.
2013-09-21 17:23:51 +02:00
Dries
65b155d9c2
Issue #1199946 by alexpott, fubhy, bojanz, steinmb, chx, catch: Fixed Disabled modules are broken beyond repair so the 'disable' functionality needs to be removed.
2013-09-19 18:22:53 +02:00
webchick
7cfa38d01a
Issue #2051097 by dawehner, Manuel Garcia, tlattimore, neclimdul: Change 'pattern' to 'path' in *.routing.yml files.
2013-09-15 21:47:28 -07:00
webchick
5bb0d5e667
Issue #2053489 by chx, tim.plunkett: Standardize on \Drupal throughout core.
2013-09-15 20:58:10 -07:00
webchick
53d757cbe3
Issue #2084339 by alexpott: Fixed The configuration value system.maintenance.enabled should be moved to the state system.
2013-09-14 00:08:33 -07:00
Nathaniel Catchpole
11aead58a2
Issue #2082499 by alexpott: Fixed Uninstalling action module removes actions created by the user module.
2013-09-07 23:30:22 +01:00
Nathaniel Catchpole
085a24e07f
Issue #2067017 by damiankloip: Remove usage of DRUPAL_CORE_COMPATIBILITY/VERSION constants.
2013-09-05 10:48:11 +01:00
Alex Pott
28f1ad6ad0
Issue #2051889 by dawehner, pwolanin, tstoeckler: Add route parameters property to menu links.
2013-08-27 17:39:23 +01:00
Alex Pott
5460c03e89
Issue #1856766 by chx, Berdir, heyrocker, kim.pepper: Convert file_public_path() to the new settings system (make it not configurable via UI or YAML).
2013-08-22 02:11:07 +01:00
webchick
3cf100dfcd
Issue #1957142 by damiankloip, fubhy, cosmicdreams: Replace config() with Drupal::config().
2013-08-14 09:54:28 -07:00
Jennifer Hodgdon
98822f7003
Issue #2062127 by jlindsey15, joachim: Document system_requirements as implementation of hook_requirements
2013-08-13 08:01:10 -07:00
Nathaniel Catchpole
42fcb35676
Issue #1934712 by dlu, alexpott, pplantinga, rbayliss, s_leu, Gaelan: Fixed Merge system.timezone config object into system.date.
2013-08-01 14:46:05 +01:00
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
Nathaniel Catchpole
fe7acd41bf
Issue #2040571 by Xano: Fixed Missing index on router table.
2013-07-16 16:29:25 +01:00
Alex Pott
9cd28855d3
Issue #2029321 by tim.plunkett, aspilicious, swentel: Provide list and form controllers for EntityViewMode and EntityFormMode.
2013-07-14 15:37:55 -04:00
Alex Pott
06cb438e03
Issue #2003892 by tim.plunkett, vijaycs85: Convert date formats to config entities.
2013-07-09 19:57:20 +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
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
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
ecfbc27f34
Issue #1838310 by ParisLiakos, Jose Reyero: Remove st(), get_t() and for good.
2013-06-17 14:35:07 +01:00
Alex Pott
e5774f5b1b
Issue #1851086 by tim.plunkett, damiankloip, dawehner, alimac: Replace admin/people with a View.
2013-06-13 21:57:33 +01:00
Alex Pott
d7d085b4a1
Issue #2011376 by YesCT: Fix verb tense in update function summaries.
2013-06-10 13:15:33 +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
b0cf1be964
Issue #1846172 by tim.plunkett, damiankloip: Replace the actions API.
2013-06-06 20:10:20 +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
f2d710c607
Issue #1620010 by dawehner, ParisLiakos, plach, jibran: Move LANGUAGE constants to the Language class.
2013-05-25 13:12:45 -07:00
Jennifer Hodgdon
286b353036
Issue #1981912 by kostajh, theMusician, Justin M. Woodum: Make reference to INSTALL.txt in system_requirements link to the file when displayed.
2013-05-21 12:21:40 -07:00
Alex Pott
6fa50c64eb
Issue #1043198 by tim.plunkett, tstoeckler, swentel, larowlan: Convert view modes to ConfigEntity.
2013-05-16 08:29:16 +01:00
Nathaniel Catchpole
3566cfe7bc
Follow-up to #1712250 : fix system_update numbering.
2013-05-07 11:08:08 +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
webchick
6de362318d
Issue #1929288 by ParisLiakos, Dave Reid: Move cryptographic functions to Crypt component.
2013-05-01 21:46:53 -07:00
webchick
594c849d8d
Issue #1938960 by tim.plunkett, dawehner: Fixed _menu_translate() doesn't care about new routes.
2013-05-01 21:09:48 -07:00
catch
87462db60e
Issue #1167144 by chx, catch, claudiu.cristea: Make cache backends responsible for their own storage.
2013-04-22 12:25:08 +01:00
Alex Pott
34e630950a
Issue #1939660 by chx | catch: Use YAML as the primary means for service registration.
2013-04-09 05:32:49 +01:00
webchick
229872b360
Issue #1951068 by alexpott, chx, BTMash: Fixed install.php error reporting is broken.
2013-04-07 13:06:33 -07:00
webchick
03b7ceaae6
Fixing update hook number. PHP doesn't like repetition. ;)
2013-03-27 12:02:28 -07:00
Dries
5818a99bfc
Issue #512026 by Berdir, effulgentsia, sun, marcingy, Eric_A, xjm, katbailey, Damien Tournoud, alexpott, beejeebus, pillarsdotnet: Move () storage from cache to new state/key-value system.
2013-03-27 14:57:12 -04:00
catch
c07e727d8f
Issue #1664844 by alexpott, cweagans, heyrocker, eojthebrave, ACF, Berdir: Convert image toolkits into plugins.
2013-03-25 11:55:05 +00: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
webchick
277d8fe978
Issue #1934716 by alexpott: Merge system.fast_404 config object into system.performance.
2013-03-10 12:14:36 -07:00
webchick
c9a273af25
Issue #1845402 by Crell, amateescu, dawehner, klausi, g.oechsler: Change notice: Update menu link access checks for new router.
2013-03-08 21:46:28 -08:00
webchick
29146a41de
Issue #1806334 by dawehner, xjm, tim.plunkett, rootatwc: Convert the node listing at /node to Views.
2013-03-08 21:20:26 -08:00
catch
b0666783f5
Issue #1821420 by vijaycs85, cam8001, Albert Volkman, ACF, typhonius, pcambra, Berdir: Convert mail variables to cmi.
2013-03-07 10:48:27 +00:00
catch
f8899fb67b
Issue #1829224 by alexpott, pfrenssen, vijaycs85, lirantal: Convert the 'theme_default()' variable to CMI.
2013-03-04 14:04:05 +00:00
webchick
17c3d258ed
Issue #1853086 by katbailey, msonnabaum, alexpott: Remove cache.page.enabled in favor of an explicit internal cache setting.
2013-02-27 22:00:19 -05:00
webchick
7e1a0ca0bb
Issue #1919022 by Berdir: Remove translatable tag.
2013-02-27 21:58:46 -05:00
webchick
b0e08e4280
Issue #1515312 by heyrocker, beejeebus, alexpott, xjm, realityloop, sun: Added snapshots of last loaded config for tracking whether config has changed.
2013-02-18 21:08:21 -08:00
webchick
e72ff70409
Issue #916388 by disasm, podarok, dawehner, andypost, amateescu, Dave Reid: Convert menu links into entities.
2013-02-08 15:55:25 -08:00
webchick
167e70ba00
Issue #1496480 by mrf, disasm, kbasarab, pfrenssen, cam8001, typhonius, Letharion, ACF, vijaycs85, heyrocker, Berdir, alexpott: Convert file system settings to the new configuration system.
2013-02-08 15:36:06 -08:00
Jennifer Hodgdon
db8a42c558
Issue #1899460 by chrisjlee, richard.c.allen2386: Replace duplicate defgroup tags with addtogroup in documentation blocks
2013-01-31 19:27:16 -08:00
Jennifer Hodgdon
8b8c4202df
Issue #1894382 by nick_schuch: fix misspelling of word indices in a few spots
2013-01-22 15:23:41 -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
3422b7b5d0
Issue #1873574 by David_Rothstein: Fixed Cron URL on status report page is no longer an absolute URL.
2013-01-16 21:09:51 -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
catch
1f4c2cf30f
Issue #1833516 by Berdir, chx, catch, webchick: Add $settings for low-level configuration - move things out of .
2013-01-07 11:45:26 +00:00
webchick
590cc8f6a5
Issue #1824898 by vijaycs85, ACF: Convert drupal_weight_select_max() variable to CMI system.
2012-12-26 18:57:18 -08:00
webchick
efde866599
Issue #1831076 by ACF, Albert Volkman: Convert omit_vary_cookie() to cmi.
2012-12-26 11:10:22 -08:00
webchick
3bee35710d
Issue #1860778 by plach, tayzlor, Berdir, cosmicdreams: Fixed Provide an upgrade path for date formats.
2012-12-26 09:02:54 -08:00
webchick
532ea17f07
Issue #937284 by chx, tim.plunkett, Berdir, Damien Tournoud: Fixed DEADLOCK errors on MergeQuery INSERT due to InnoDB gap locking when condition in SELECT ... FOR UPDATE results in 0 rows.
2012-12-21 21:09:52 -08:00
Dries
2aa87d3993
Issue #1778478 by dstol, cam8001, Albert Volkman, japicoder, ACF: Convert fast_404 to CMI.
2012-12-17 16:56:35 -05:00
catch
91788849dd
Issue #1824920 by sun, xjm: Fixed duplicate update numbering.
2012-12-13 12:40:43 +00:00
catch
2b5616298b
Issue #1824920 by cam8001, justafish: Convert variable 'theme_link()' to config system.
2012-12-13 12:25:46 +00:00
catch
4b9fec43cd
Issue #1798872 by : follow-up, move admin theme to system.theme configuration object.
2012-12-10 12:35:52 +00:00
webchick
031f673593
Issue #1857074 by yched: Add missing update + test for entity.module.
2012-12-08 15:07:18 -08:00
catch
557351e2e3
Issue #1798872 by vijaycs85, leschekfm, pcambra, andreiashu: Convert admin_theme() to CMI.
2012-12-07 20:40:04 +00:00
Dries
8f50acbcf4
Issue #1788084 by andyceo, dawehner: Convert actions variable(s) to CMI - add upgrade path.
2012-12-07 12:57:03 -05:00
catch
ab200662bc
Issue #1858984 by berdir: Split system date formats from timezone settings.
2012-12-06 16:19:03 +00:00
catch
5e69528167
Revert "Issue #1824898 by vijaycs85, ACF: Convert drupal_weight_select_max() variable to CMI system."
...
This reverts commit cd8dd173dd
.
Conflicts:
core/modules/system/system.install
2012-12-04 15:57:22 +00:00
Dries
ac21d7bc11
Issue #1824778 by vijaycs85, ACF, pcambra, cam8001: Covert css_gzip_compression() and js_gzip_compression() variables to CMI system.
2012-12-02 22:15:26 -05:00
webchick
cd8dd173dd
Issue #1824898 by vijaycs85, ACF: Convert drupal_weight_select_max() variable to CMI system.
2012-12-01 20:56:04 -08:00
webchick
be694ba944
Issue #1571632 by cosmicdreams, marcingy, justafish, chx, KarenS, aspilicious, disasm, swentel, dawehner, rvilar: Convert regional settings to configuration system.
2012-11-28 23:37:55 -08:00
catch
b09642317a
Issue #1774332 by c960657: Better handling of invalid/expired cache entries.
2012-11-28 21:36:29 +00:00
Dries
bb3b4b996a
Issue #1463624 by znerol, marcingy, Rob Loach, cosmicdreams: Move password.inc into DIC.
2012-11-24 09:12:43 +01:00
webchick
0bbca7fdee
Issue #1824762 by justafish, alexpott: Convert admin_compact_mode() to CMI.
2012-11-21 12:02:27 -08:00
catch
a1714da904
Issue #1559780 by sun: Fixed Remove ban_ip_action() from core. It blocks the currently logged-in user. (and potentially, your entire team).
2012-11-17 21:50:41 +00:00
catch
60bf71e252
Issue #1799440 by dagmar, znerol, Albert Volkman: Convert Filter variables to Configuration System.
2012-11-13 22:27:58 +00:00
catch
0e9bf2e0bc
Issue #1821530 by LinL, alexpott: Move cron key from configuration to state system.
2012-11-09 20:35:14 +00:00
catch
a8650951b9
Issue #1790920 by alexpott, japicoder, LinL, heyrocker: Move cron_last(), node_cron_last() and common_test_cron() to state system.
2012-11-06 13:57:02 +00:00
catch
3f48765271
Issue #1798732 : Revert convert install_task() variable to use state system - breaks the installer.
2012-11-04 09:53:56 +00:00
catch
5a71644ae0
Revert "- Issue #1829400 by pfrenssen: Convert the 'maximum_replication_lag()' variable to CMI."
...
This reverts commit 405c5fbd35
.
2012-11-02 20:11:20 +00:00
Dries
405c5fbd35
- Issue #1829400 by pfrenssen: Convert the 'maximum_replication_lag()' variable to CMI.
2012-11-02 10:52:19 -07:00
Dries
86ef492969
Issue #1829308 by aspilicious: Convert variables in menu.inc to config and state.
2012-11-02 10:23:40 -07:00
catch
871e6bd282
Issue #1824854 by cam8001: Convert variable drupal_stale_file_threshold() to CMI system.
2012-10-31 20:11:12 +00:00
webchick
cda3ffb1a4
Issue #1691438 follow-up by Devin Carlson: Remove 8.x update function for {file_managed()}.filename should NOT be binary (and case-sensitive by default), which was added in 7.x.
2012-10-27 14:10:10 -07:00
catch
fa38430066
Issue #1798724 by andreiashu, Albert Volkman, alexpott: Convert drupal_js_cache_files() to State system.
2012-10-26 20:31:26 +01:00
Dries
9fa172532b
Issue #594660 by sun, jenlampton, dagmar, yoroy, no_commit_credit: rename default menu names.
2012-10-25 11:53:18 -04:00
Jennifer Hodgdon
d5dafb4b83
Issue #1818972 by andrewmacpherson: Fix docblock opening on system_update_8022
2012-10-23 15:57:54 -07: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
Jennifer Hodgdon
deab5f5173
Issue #1814904 by kattekrab: Fix up a/an on UUID documentation
2012-10-17 09:40:55 -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
a7eee0e400
Issue #1813758 by sun: Fixed Drupal 8 installer refers to Drupal 7 :)
2012-10-15 18:10:19 -07:00
webchick
c397029455
Issue #1804346 by 8thom, aspilicious: Convert authorize variables to config system.
2012-10-14 10:07:46 -07:00
webchick
bbdc5256eb
Issue #1798884 by Luukyb, alexpott: Convert path_alias_whitelist() to state system .
2012-10-13 21:43:50 -07:00
webchick
f0cde9394a
Small comment tweak on that last patch.
2012-10-13 21:27:33 -07:00
webchick
416ac0c5e1
Issue #1798760 by ACF, alexpott: Convert menu_masks() to the state system.
2012-10-13 21:25:56 -07:00
webchick
9858e18829
Issue #1798796 by LinL, alexpott: Convert javascript_parsed() variable to use state system.
2012-10-13 08:58:55 -07:00
webchick
91fec4d2d7
Issue #1798732 by Dean Reilly, westie, alexpott: Convert install_task() variable to use state system.
2012-10-13 08:55:19 -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
webchick
20f5e2b1bd
Issue #1642062 by tim.plunkett, xjm, chx, merlinofchaos, damiankloip, dawehner, Berdir, aspilicious, Fabianx: Add TempStore for persistent, limited-term storage of non-cache data.
2012-10-06 11:22:39 -07:00
Jennifer Hodgdon
8aa4fdbae0
Issue #1799116 by jwilson3: Standardize on installation profile term vs. install profile
2012-10-05 09:11:15 -07:00
Larry Garfield
ff6804ed82
Chasing update hook numbers.
2012-10-01 17:01:21 -07:00
Larry Garfield
2bf5b4d17e
Wire the new PartialMatcher and PathMatcher into the routing configuration.
2012-10-01 16:57:21 -07:00
Larry Garfield
ac10076ccf
Wire the new PartialMatcher and PathMatcher into the routing configuration.
2012-10-01 16:57:21 -07:00
webchick
2edfc475e5
Issue #1008166 by sun, catch, rootatwc, Rob Loach, Jody Lynn: Actions should be a module.
2012-09-26 22:57:50 -04:00
Dries
4e4ea71e66
Patch #1161486 by rootatwc, sun, andypost, catch, marcingy, aspilicious, cam8001: Move IP blocking into its own module.
2012-09-23 22:17:45 -04:00
webchick
7b8712b1b2
Issue #1789606 by sun, alexpott: Fixed Upgrade path tests for all system module variables converted to CMI so far.
2012-09-20 17:45:16 -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
Dries
584e709d8b
Issue #1712352 by sun, effulgentsia: configuration system does not support themes.
2012-09-18 16:04:16 +02:00
webchick
857ded8c79
Issue #1627006 follow-up by YesCT, webflo, Gábor Hojtsy: CMI conversion and minor followups to 'Collect project information for translation update'.
2012-09-13 00:25:54 -07:00
catch
f556c0b023
Issue #1760786 by sun: Move entity system 'back' into a Drupal\Core component.
2012-09-12 10:18:04 +01:00
catch
4b5fad5475
Issue #1702080 by sun, chx: Added Introduce canonical FileStorage + (regular) cache.
2012-09-04 14:51:51 +01:00
catch
b65fd7feb6
Issue #1541674 by Berdir, Tor Arne Thune, sun, plach, dixon_, tim.plunkett: Remove the registry.
2012-08-31 11:03:05 +01:00
webchick
316c1f4a7a
Issue #1468328 by Berdir: Move file entity info, managed file, and file usage functionality into File module.
2012-08-30 18:27:21 -07:00
webchick
1ca01c77d8
Issue #1691438 by Dave Reid, CrashTest_, quicksketch, jbrown: Fixed Regression: {file_managed()}.filename should NOT be binary (and case-sensitive by default).
2012-08-30 13:27:48 -07: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
webchick
5c8cdca2c4
Issue #1669902 by alexpott, aspilicious, sun: Adjust system.performance configuration for new guidelines.
2012-08-24 06:53:11 +02:00
Dries
33227d0132
- Increased the update number to avoid clash.
2012-08-07 15:40:47 -04:00
Dries
34573dde97
- Patch #1496458 by swentel, pcambra, n3or, sun, kbasarab, marcingy, no_commit_credit: convert maintenance mode settings to configuration system.
2012-08-07 15:26:00 -04:00
Dries
d1ea099f80
- Patch #1348162 by catch, sun, Berdir: Add update_variable_*().
2012-08-07 15:11:13 -04:00
Dries
4c2e6b41ec
- Patch #1637370 by danielnolde, sun, djdevin, Berdir: Added UUID support to core entity types.
2012-08-07 14:33:39 -04:00
catch
ed1d937f56
Issue #1493108 by marcingy, sun, Mike Wacker, kbasarab, Berdir, Rok Žlender, cosmicdreams, alexpott: Convert logging and error settings to configuration system.
2012-08-06 10:30:10 +01:00
webchick
04a2523997
Issue #1493108 by marcingy, Mike Wacker, sun, kbasarab, Berdir, Rok Žlender, cosmicdreams, alexpott: Convert logging and error settings to configuration system.
2012-07-28 11:35:17 -05:00
Dries
48d139aed1
- Patch #1496462 by acrollet, sun, cosmicdreams, Niklas Fiekas, aspilicious: convert RSS publishing settings to configuration system.
2012-07-26 17:09:56 -04:00
Dries
bf24773d38
- Patch #1677304 by socketwench, Niklas Fiekas: Remove drupal_deliver_page(), ajax_deliver(), drupal_deliver_html_page().
2012-07-24 12:56:55 -04:00
Dries
f193db251f
- Patch #1493098 by sun, jcisio, pcambra, Pol, wamilton, Rok Žlender, beejeebus: convert cron settings to configuration system.
2012-07-21 15:16:31 -04:00
catch
b91a015b6c
Issue #687842 by tim.plunkett et al: Added a 'description callback' property to menu items.
2012-07-18 11:03:02 +01:00
Dries
1d4a4a2126
- Patch #1471848 by BassistJimmyJam, michaellenahan: user interface text containing URLs in translated part.
2012-07-15 06:18:37 -07:00
webchick
e06e89612e
Issue #343706 by tstoeckler, deviantintegral, rocket_nova: Add link to handbook page in PHP memory limit check on /admin/reports/status.
2012-07-07 13:37:43 -07: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
Dries
acf0737347
- Patch #1263208 by Niklas Fiekas, BTMash, aiwata55, Berdir, kathyh: upgrade path for blog module removal.
2012-06-29 11:24:40 -04:00
catch
2e47b2fbee
Issue #445012 by David_Rothstein, sun: Prevent drupal_rewrite_settings() from overwriting customizations made to settings.php.
2012-06-14 11:48:09 +09:00
catch
cc16c4d2ff
Issue #1611686 by TravisCarden, dww: Add test for unprotected settings.local.php.
2012-06-05 14:51:41 +09:00
Dries
c677a96ff7
- Patch #1589174 by sun, marcingy: Fixed Configuration upgrade path is broken.
2012-06-02 15:45:56 -04:00
catch
6679cf9b66
Issue #965078 by catch, akamustang: Fixed HTTP request checking is unreliable and should be removed in favor of watchdog() calls.
2012-05-28 00:19:58 +09:00
catch
99a456c32e
Issue #665790 by sun, yoroy, aspilicious: A cleaner look for the status report.
2012-05-25 14:42:59 +09: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