webchick
|
49a900460d
|
Issue #2246665 by jaredsmith, martin107, YesCT, filijonka, tstoeckler: Typehint with Drupal\Core\Language\LanguageInterface instead Drupal\Core\Language\Language.
|
2014-06-10 09:53:32 -07:00 |
Alex Pott
|
22fc66d5e4
|
Issue #2277941 by yched: Allow injecting an arbitrary FieldConfig when building a FieldInstanceConfig.
|
2014-06-09 09:41:31 -05:00 |
Nathaniel Catchpole
|
0f1af0ad59
|
Issue #1848266 by alexpott: Convert Diff into a proper, PSR-0-compatible PHP component.
|
2014-06-04 11:05:31 +01:00 |
Alex Pott
|
1ab2651755
|
Issue #2183231 by tstoeckler, plach, jessebeach, fago, Berdir, xjm, mauzeh: Make ContentEntityDatabaseStorage generate static database schemas for content entities.
|
2014-06-01 15:53:43 -05:00 |
Nathaniel Catchpole
|
973170d2c3
|
Issue #2271967 by Jose Reyero, alexpott, amitgoyal: Fixed and use TypedConfigManagerInterface/TypedConfigManager.
|
2014-06-01 11:50:06 +01:00 |
Alex Pott
|
7a98471c44
|
Issue #2273631 by vijaycs85: Unify config entity schemas with a base schema type.
|
2014-05-31 06:55:13 -05:00 |
webchick
|
086d507d28
|
Issue #2261131 by Jose Reyero, Gábor Hojtsy | alexpott: Fixed Overrides will bleed in config export.
|
2014-05-28 09:16:34 -07:00 |
webchick
|
d0d3e53361
|
Issue #2247991 by xjm, typhonius, donquixote: [May 27] Move all module code to PSR-4.
|
2014-05-27 19:43:20 -07:00 |
Alex Pott
|
00339b3d36
|
Issue #2167167 by Berdir: Remove field_info_*().
|
2014-05-27 09:34:19 +01:00 |
Nathaniel Catchpole
|
68d6316ba1
|
Issue #2224887 by alexpott, Berdir, Gábor Hojtsy, Jalandhar: Language configuration overrides should have their own storage.
|
2014-05-24 08:52:35 +01:00 |
Nathaniel Catchpole
|
e44d15a76d
|
Issue #1289536 by ParisLiakos, RobLoach, Crell, larowlan, fgm, pounard, Pancho, dawehner, scor, tim.plunkett, alexpott, socketwench: Switch Watchdog to a PSR-3 logging framework.
|
2014-05-22 10:38:46 +01:00 |
Alex Pott
|
52a11d6ac3
|
Revert "Issue #1289536 by RobLoach, Crell, Pancho, pounard, socketwench, fgm, dawehner, scor, tim.plunkett, larowlan, ParisLiakos: Switch Watchdog to a PSR-3 logging framework."
This reverts commit ef250ba2cb .
|
2014-05-21 14:59:11 +01:00 |
webchick
|
783bc94834
|
Issue #2226871 by tim.plunkett: ConfirmFormInterface::getCancelRoute() should always return Drupal\Core\Url.
|
2014-05-20 14:48:51 -07:00 |
Nathaniel Catchpole
|
ef250ba2cb
|
Issue #1289536 by RobLoach, Crell, Pancho, pounard, socketwench, fgm, dawehner, scor, tim.plunkett, larowlan, ParisLiakos: Switch Watchdog to a PSR-3 logging framework.
|
2014-05-20 17:40:34 +01:00 |
Nathaniel Catchpole
|
4451ee6a80
|
Issue #2264179 by Gábor Hojtsy, vijaycs85, alexpott, benjy: Clarify use of property/undefined and add an ignore type in configuration schema.
|
2014-05-20 17:38:14 +01:00 |
Alex Pott
|
c98b2fdca0
|
Issue #2266501 by Gábor Hojtsy, vijaycs85, YesCT: Array level schema errors are not reported, fix wrong schemas identified.
|
2014-05-16 12:49:42 -05:00 |
Dries
|
4e451f6566
|
Issue #2262861 by alexpott: Add concept of collections to config storages.
|
2014-05-16 13:20:34 -04:00 |
Alex Pott
|
bfb8fdf920
|
Issue #2268439 by Gábor Hojtsy: String introspection backwards data typing is confusing / incorrect.
|
2014-05-15 17:07:56 -05:00 |
Nathaniel Catchpole
|
bf3ba52fa0
|
Issue #2209337 by tstoeckler: Remove hidden property from test extensions.
|
2014-05-13 17:55:52 +01:00 |
Alex Pott
|
8494b0632a
|
Issue #2262195 by sun: Various test classes are missing phpDoc.
|
2014-05-12 14:31:16 -05:00 |
Nathaniel Catchpole
|
5be9d3e379
|
Issue #2263287 by alexpott: Test the CachedStorage class using ConfigStorageTestBase.
|
2014-05-12 16:52:26 +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 |
webchick
|
c2ffb7b63a
|
Issue #2263255 by alexpott: Cache.config only has a single key in it for config schema this seems a waste.
|
2014-05-11 11:56:05 -07:00 |
webchick
|
af56f3c37e
|
Issue #2259525 by alexpott: System.action.user_add_role_action.ROLE_ID does not match any config schema.
|
2014-05-09 09:29:22 -07:00 |
webchick
|
eef067b5a5
|
Issue #2183113 by jhodgdon, effulgentsia, tim.plunkett, herom, larowlan: Update hook_help signature to use route_name instead of path.
|
2014-05-06 19:04:53 -07:00 |
webchick
|
4fcb5b1d9e
|
Issue #2245729 by alexpott | vijaycs85: Add missing configuration schema in Color component.
|
2014-05-04 09:28:35 -07:00 |
Alex Pott
|
b0821d885e
|
Issue #2079797 by ParisLiakos, Xano, amateescu, tim.plunkett: Provide a trait for $this->t() and $this->formatPlural().
|
2014-05-02 08:29:56 +01:00 |
webchick
|
a1ca5f6eea
|
Issue #2216529 by jhodgdon: Fill in topic/@defgroup docs for Config and State System.
|
2014-04-30 11:35:07 -07:00 |
Nathaniel Catchpole
|
95c69f5b9b
|
Issue #2208617 by tim.plunkett: Add key value entity storage.
|
2014-04-30 11:08:22 +01:00 |
Alex Pott
|
4ad6fc9043
|
Issue #2251915 by tim.plunkett: Overridden config bleeds through to admin forms.
|
2014-04-30 08:07:50 +01:00 |
Alex Pott
|
def57073bc
|
Issue #2239065 by tim.plunkett | webchick: Overridden config bleeding through to configuration forms.
|
2014-04-30 08:00:07 +01:00 |
webchick
|
7a8d22e9c3
|
Issue #2235099 by ParisLiakos, catch: Move Archiver to Drupal/Core.
|
2014-04-25 22:38:40 -07:00 |
Alex Pott
|
c79ac2f741
|
Issue #2238077 by Berdir, alexpott, tim.plunkett: Rename EntityFormController to EntityForm.
|
2014-04-26 00:12:39 +01:00 |
Alex Pott
|
750a1d8465
|
Issue #216064 by Xano, idflood, drifter, Artusamak, ygerasimov, sun, ParisLiakos, Cottser, TravisCarden, marcingy, floretan, catch, tedbow: Entity form "Delete" button triggers server-side + HTML5 form validation; change "Delete" button to a link.
|
2014-04-25 20:31:57 +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 |
webchick
|
b390475f1a
|
Issue #2208633 by sun: Add a Yaml class to Drupal\Component\Serialization.
|
2014-04-18 09:45:14 -07:00 |
Alex Pott
|
1e15efd7d2
|
Issue #2202629 by sun: Move Drupal\Core\KeyValueStore\State* into Drupal\Core\State\State*.
|
2014-04-18 11:53:27 +01:00 |
Nathaniel Catchpole
|
6f0f10b2aa
|
Issue #2238725 by sun: ConfigLanguageOverrideTest is not in ConfigLanguageOverrideTest.php.
|
2014-04-17 16:55:00 +01:00 |
webchick
|
f0bed14de3
|
Issue #2233787 by alexpott, xjm | tim.plunkett: Move default configuration into extension/config/install to clarify its purpose.
|
2014-04-16 15:00:30 -07:00 |
webchick
|
37250bb5bb
|
Issue #1740378 by xjm, Désiré, alexpott | heyrocker: Implement renames in the import cycle.
|
2014-04-16 15:00:29 -07:00 |
Nathaniel Catchpole
|
83f28fad4f
|
Issue #2240709 by xjm, alexpott: ConfigImportUITest::testImport fails when the module list changes.
|
2014-04-16 16:06:07 +01:00 |
Nathaniel Catchpole
|
26d253c768
|
Issue #2239299 by tim.plunkett: Form errors should only be set during validation.
|
2014-04-15 20:12:58 +01:00 |
webchick
|
95e6d3a549
|
Issue #2236553 by xjm, dags, Gaelan, alexpott: Config import validation needs to be able to list multiple issues and the messages should be translatable.
|
2014-04-14 13:45:42 -07:00 |
Dries
|
abc7e15fa6
|
Issue #2161591 by pwolanin, beejeebus, sun: Change default active config from file storage to DB storage.
|
2014-04-14 22:23:05 +02:00 |
webchick
|
ea22b21949
|
Issue #2238069 by alexpott, xjm: Create a way to add steps to configuration sync.
|
2014-04-13 15:27:54 -04:00 |
webchick
|
59dc3c3b13
|
Revert "Issue #2238069 by alexpott: Create a way to add steps to configuration sync."
Wrong commit credit.
This reverts commit 0a93d9a16b .
|
2014-04-13 15:27:27 -04:00 |
webchick
|
0a93d9a16b
|
Issue #2238069 by alexpott: Create a way to add steps to configuration sync.
|
2014-04-13 15:23:42 -04:00 |
webchick
|
0b4bf3af72
|
Issue #2124535 by Berdir, alexpott, Désiré, xjm | yched: Prevent secondary configuration creates and deletes from breaking the ConfigImporter.
|
2014-04-11 11:38:28 -04:00 |
Alex Pott
|
9a878fb486
|
Issue #2227187 by Mykhailo Gurei, Jalandhar, cs_shadow, mandar.harkare | Berdir: Stop refering to config storage as storage controller.
|
2014-04-11 09:59:35 -04:00 |
Nathaniel Catchpole
|
48ae9707f4
|
Issue #2184387 by alexpott, sun: Remove SchemaStorage.
|
2014-04-08 11:40:54 +01:00 |