Commit Graph

219 Commits (937b9f228d2822b4a0c1a401398089aa52cc0c06)

Author SHA1 Message Date
Nathaniel Catchpole 8a1341ac97 Issue #2718733 by alexpott: ConfigInstaller can create configuration files which have unmet dependencies 2016-07-12 12:04:46 +01:00
Nathaniel Catchpole 962c9900a6 Issue #2762347: config_test_no_status has wrong edit route 2016-07-11 17:00:06 +01:00
Alex Pott 133c212ed9 Issue #2719695 by alexpott, Mile23: Fix 'Drupal.Classes.ClassDeclaration.CloseBraceAfterBody' coding standard 2016-05-08 10:05:38 -05:00
Alex Pott 6ab5a3aaa1 Issue #2715741 by Mile23, pfrenssen: Fix 'Drupal.Classes.FullyQualifiedNamespace' coding standard 2016-04-30 15:11:15 +01:00
Nathaniel Catchpole c655b16803 Issue #2711645 by alexpott, dawehner: ConfigInstaller::isSyncing() should return true always during a config sync 2016-04-28 11:58:55 +01:00
Alex Pott bfde6d3423 Issue #2665992 by alexpott, klausi, heykarthikwithu, xjm, tstoeckler: @file is not required for classes, interfaces and traits 2016-04-09 15:48:39 +01:00
Nathaniel Catchpole cd068ef421 Issue #2623940 by alexpott, Berdir: ConfigInstaller tries to install optional config with missing dependencies 2016-03-07 08:01:41 +09:00
Nathaniel Catchpole 7d029cb7cf Issue #2642374 by alexpott, Berdir, drunken monkey, beejeebus: Dependency removal logic incorrectly affects indirect dependents 2016-02-23 15:56:37 +09:00
Nathaniel Catchpole 205f549016 Issue #2663410 by alexpott, Berdir: TypedConfigManager::_getDefinitionWithReplacements() incorrectly replaces generic definition 2016-02-17 09:39:04 +09:00
Alex Pott 9ccbfdaca4 Issue #2392057 by tim.plunkett, vasi, benjy, alexpott, Gábor Hojtsy, YesCT: Config schema fails to expand dynamic top-level types 2016-02-02 15:30:59 +00:00
Alex Pott a2e9644f2e Issue #2643280 by googletorp, alexpott: Fix outdated documentation for ConfigEvents::COLLECTION_NAMES 2016-01-15 14:45:09 +00:00
Alex Pott 7c7504ccd0 Issue #2409547 by znerol: Remove config_export_test.module 2015-11-24 11:52:09 +00:00
xjm 639272360e Issue #2502621 by Pravin Ajaaz, hussainweb, Peacog, jhodgdon, ivanjaros: Replace implement notes with inheritdoc tag 2015-10-23 13:59:43 -07:00
Nathaniel Catchpole 8b65164c5a Issue #2533800 by alexpott: Remove all unused use statements from core 2015-10-08 20:46:26 +01:00
effulgentsia 190032b775 Issue #2072945 by Berdir, plach, effulgentsia, Schnitzel, andypost, Wim Leers: Remove the $langcode parameter in EntityAccessControllerInterface::access() and friends 2015-10-07 12:30:24 -07:00
Nathaniel Catchpole d653aaaa6b Issue #2507031 by claudiu.cristea, dawehner, Wim Leers, mitrpaka, webflo, catch, piyuesh23, beejeebus, Berdir: Optimize automatic cron subscriber by moving automatic cron to a module 2015-10-07 10:39:38 +01:00
Nathaniel Catchpole d0ecad65ac Revert "Issue #2507031 by claudiu.cristea, dawehner, Wim Leers, mitrpaka, webflo, catch, piyuesh23, beejeebus: Optimize automatic cron subscriber by moving automatic cron to a module"
This reverts commit 6e0ce0808c.
2015-10-07 10:39:10 +01:00
Nathaniel Catchpole 6e0ce0808c Issue #2507031 by claudiu.cristea, dawehner, Wim Leers, mitrpaka, webflo, catch, piyuesh23, beejeebus: Optimize automatic cron subscriber by moving automatic cron to a module 2015-10-07 10:34:45 +01:00
effulgentsia e1984e60e4 Issue #2520526 by alexpott, dawehner, pwolanin, nlisgo, Eli-T, claudiu.cristea, catch, cosmicdreams, Wim Leers, yched, jibran, Gábor Hojtsy, YesCT, swentel, heddn, xjm: Calculate configuration entity dependencies on install 2015-10-07 00:01:18 -07:00
Nathaniel Catchpole 6e0225e304 Issue #2520540 by alexpott: Enforced configuration dependencies shouldn't have to be repeated in the calculated dependencies 2015-10-05 16:26:08 +01:00
Nathaniel Catchpole 1ae0ed8796 Issue #2476563 by Gábor Hojtsy, penyaskito, amateescu: Entity operations links tied to original entity language, ignore everything else 2015-10-02 11:24:37 +01:00
Alex Pott 2c8388103f Issue #2247291 by Eli-T, yoroy, jhodgdon, alexpott, Bojhan, tim.plunkett, xjm, ivanstegic: Reorder tabs in configuration UI 2015-09-25 15:19:10 +02:00
Nathaniel Catchpole 42c9be9328 Issue #2560851 by alexpott, Xano: Deprecate EntityListBuilder::getLabel() and remove usages of SafeMarkup::checkPlain() 2015-09-02 13:18:50 +01:00
Alex Pott aecc5a4a45 Issue #2465751 by andypost, JeroenT, RavindraSingh, tim.plunkett, Berdir: Remove config_test_load() and replace with entity_load 2015-07-27 13:38:53 +01:00
Alex Pott 61603f58f6 Issue #2524082 by pfrenssen, Gábor Hojtsy, Wim Leers, Berdir, Fabianx, dawehner, catch: Config overrides should provide cacheability metadata 2015-07-24 21:27:30 +01:00
Alex Pott 1f53649bfb Issue #1392754 by tss, justAChris, jhodgdon: Comply with new documentation standards for @file for namespaced class files 2015-06-26 21:53:33 +01:00
Alex Pott 73b5652a74 Issue #2470693 by dawehner, Berdir, jibran, hussainweb, pwolanin, znerol: Upgrade to Symfony 2.7.0 2015-06-01 11:47:08 +01:00
xjm ac3b76625c Issue #2383871 by mgifford, rpayanm, a_thakur, maximpodorov, AohRveTPV, jhodgdon: Spellchecking Drupal - PHP 2015-05-24 15:51:18 -05:00
Nathaniel Catchpole 66c9f700d9 Issue #2361423 by alexpott, larowlan, dixon_, swentel: Add a step to config import to allow contrib to create content based on config dependencies 2015-05-20 14:22:10 +01:00
Nathaniel Catchpole 5eb13a958e Issue #2473907 by alexpott, maijs: Tests not being run by testbot due to missing summary line 2015-05-18 12:28:42 +01:00
Nathaniel Catchpole b5f7cccde4 Issue #1081266 by stefan.r, mikeytown2, jeroen.b, tsphethean, mfb, joseph.olstad, marcelovani: Avoid re-scanning module directory when a filename or a module is missing 2015-05-08 15:33:16 +01:00
Nathaniel Catchpole 2b49f7bb5c Issue #2430219 by alexpott: Implement a key value store to optimise config entity lookups 2015-05-08 15:02:19 +01:00
Nathaniel Catchpole e0aae8c26a Issue #2432791 by alexpott, vijaycs85, tim.plunkett, joshtaylor, Fabianx, Berdir, yched, bojanz: Skip Config::save schema validation of config data for trusted data. 2015-05-05 11:47:16 +01:00
webchick 257abe1256 Issue #2472669 by keopx, rpayanm, rteijeiro, jhodgdon: Complete documentation for every implementation of hook_ENTITY_TYPE_* 2015-04-21 14:01:03 -07:00
Alex Pott 3bc319745c Issue #2079427 by Berdir, andypost, yched: Core/Entity depends on classes / functions from field.module 2015-04-14 09:28:14 +02:00
webchick ccfaa23e0a Issue #2460847 by alexpott: Allow optional configuration to be installed when its dependencies are met 2015-04-02 10:54:57 -07:00
Alex Pott a739166226 Issue #2460677 by Wim Leers: Tests testing config_test routes should use an authenticated user 2015-04-01 13:00:00 +01:00
Alex Pott 5b19144783 Issue #2459971 by Gábor Hojtsy: The langcode key on configuration files is not explicit in configuration schema 2015-03-31 10:40:13 +01:00
catch 40cc6312d9 Issue #2090115 by alexpott, xjm: Don't install a module when its default configuration has unmet dependencies 2015-03-22 18:53:45 +00:00
Alex Pott 1c72fda1ba Issue #2448357 by amateescu: Config entity forms need to have access to an updated entity object at all times 2015-03-22 14:39:49 +00:00
Alex Pott eaffcfc511 Issue #2451885 by Gábor Hojtsy: Config entities need to ship with language or are assumed undefined 2015-03-17 08:28:57 +00:00
Alex Pott 28e35f6517 Issue #2414539 by webflo, vijaycs85: Simplify schema definition for sequence 2015-03-09 08:23:40 +00:00
catch 69e817c920 Issue #2419059 by chx: Impossible to enable views if entities are not in SQL 2015-02-22 09:29:01 +00:00
catch 0bc927f20a Issue #2420107 by alexpott: Determine which config entities can be fixed and which will be deleted when a dependency is removed 2015-02-17 23:33:18 +00:00
Nathaniel Catchpole 02b9e08b7a Issue #2361775 by alexpott, swentel: Third party settings dependencies cause config entity deletion 2015-02-04 13:07:28 +00:00
Nathaniel Catchpole e152fefcdf Issue #2414991 by alexpott: Prevent hook_config_schema_info_alter from adding or removing definitions 2015-02-04 11:59:36 +00:00
Alex Pott 9be3165caf Issue #1728804 by Berdir: Introduce (Content)EntityDeleteForm and children to handle entity deletions 2015-01-30 10:46:14 +00:00
Alex Pott 3d14a7d25a Issue #2401505 by Berdir, jibran, larowlan: Add an entity collection template for lists 2015-01-19 09:37:11 +00:00
catch 6efd90c8dc Issue #2140511 by alexpott, Gábor Hojtsy, swentel, babruix, ohthehugemanatee, jessebeach, Berdir: Configuration file name collisions silently ignored for default configuration 2015-01-16 21:04:16 +00:00
Nathaniel Catchpole 73069e05e8 Issue #2392319 by alexpott, effulgentsia: Config objects (but not config entities) should by default be immutable 2015-01-16 10:43:35 +00:00