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 |
Nathaniel Catchpole
|
0f28b515f8
|
Issue #2287071 by Wim Leers, alexpott, chx: Add cacheability metadata to access checks.
|
2014-09-17 15:39:29 +01:00 |
Nathaniel Catchpole
|
f022decb56
|
Issue #2260457 by alexpott, beejeebus: Fixed Allow config entities to remove dependent configuration keys when dependencies are deleted due to module uninstall.
|
2014-09-16 10:05:37 +01:00 |
Nathaniel Catchpole
|
4c8576c3f0
|
Issue #2022875 by Berdir, alexpott, Xano, swentel, tim.plunkett, vladan.me: Resolve difference between submitForm(), submit(), and save() in EntityFormController.
|
2014-09-09 14:01:03 +01:00 |
Dries
|
ca85441da2
|
Issue #2260121 by sun: PHPUnit Tests namespace of modules is ambiguous with regular runtime namespace (+ Simpletest tests).
|
2014-09-05 12:40:22 -04:00 |
webchick
|
6b5c18da3c
|
Issue #2303881 by alexpott, effulgentsia: Fixed Config entity static cache doesn't get reset and isn't override aware.
|
2014-08-24 13:10:45 -07:00 |
Alex Pott
|
629ebca291
|
Issue #1976158 by Berdir | msonnabaum: Rename entity storage/list/form/render "controllers" to handlers.
|
2014-08-22 12:59:25 +01:00 |
Alex Pott
|
0463b81a08
|
Issue #2322889 by sun: Fixed Various setUp() and tearDown() methods are not protected.
|
2014-08-18 16:50:50 +01:00 |
Dries
|
8ed2e2058e
|
Issue #2317865 by alexpott, mdrummond: Fixed Config schema definitions for plugins aren't applied to their derivatives.
|
2014-08-13 16:06:29 -04:00 |
Alex Pott
|
258856aee9
|
Issue #2154435 by andypost, Berdir, mparker17: Rename EntityAccessController to EntityAccessControlHandler.
|
2014-08-07 23:27:28 +01:00 |
Alex Pott
|
627a719a7f
|
Issue #2189661 by tim.plunkett: Replace $form_state['redirect_route'] with setRedirect().
|
2014-08-06 09:05:02 +01:00 |
Alex Pott
|
f3cda09f6f
|
Issue #2314859 by Crell: Standardize ConfigTest route names.
|
2014-08-05 10:30:42 +01:00 |
Dries
|
fc5e111aca
|
Issue #2225353 by tim.plunkett: Convert to an object and provide methods like setError().
|
2014-07-30 20:50:42 -04:00 |
Alex Pott
|
59c3c9757c
|
Issue #2305023 by dawehner: Fixed Rename getCancelRoute to getCancelUrl.
|
2014-07-25 15:44:31 +01:00 |
Alex Pott
|
f2b6aa7a75
|
Issue #2291137 by cilefen | webchick: Rename various *links.yml files to improve DX.
|
2014-07-15 12:29:14 +01:00 |
webchick
|
30c2afed20
|
Issue #697760 by sun: Replace getInfo() in tests with native phpDoc + annotations (following PHPUnit).
|
2014-07-10 20:50:37 -07:00 |
Nathaniel Catchpole
|
cb5263f0e8
|
Issue #2225485 by alexpott, gremy: Fix config test modules namespacing.
|
2014-07-08 12:02:40 +01:00 |
Alex Pott
|
da5ea41603
|
Issue #2293063 by Gábor Hojtsy: Fixed Config schema mapping parsing is inconsistently forgiving, does not conform to the interface.
|
2014-07-01 11:59:18 +01:00 |
Nathaniel Catchpole
|
0c33183a9e
|
Issue #2256679 by alexpott, tim.plunkett: Fixed Use config schema to determine which config entity properties to export regardless of whether they are public or protected.
|
2014-06-14 10:03:25 +01:00 |
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
|
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 |
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 |
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
|
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 |
Dries
|
4e451f6566
|
Issue #2262861 by alexpott: Add concept of collections to config storages.
|
2014-05-16 13:20:34 -04:00 |
Nathaniel Catchpole
|
bf3ba52fa0
|
Issue #2209337 by tstoeckler: Remove hidden property from test extensions.
|
2014-05-13 17:55:52 +01: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 |
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
|
c79ac2f741
|
Issue #2238077 by Berdir, alexpott, tim.plunkett: Rename EntityFormController to EntityForm.
|
2014-04-26 00:12:39 +01: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 |
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
|
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 |
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 |
Nathaniel Catchpole
|
48ae9707f4
|
Issue #2184387 by alexpott, sun: Remove SchemaStorage.
|
2014-04-08 11:40:54 +01:00 |
Nathaniel Catchpole
|
ae702dc56d
|
Issue #1808248 by alexpott, beejeebus, tayzlor, Nitesh Sethia: Add a separate module install/uninstall step to the config import process.
|
2014-04-04 14:49:13 +01:00 |
Alex Pott
|
4511dc22e6
|
Issue #2228921 by sun: Consolidate system.module + system.theme + system.theme.disabled into core.extension config.
|
2014-04-02 08:05:28 +01:00 |
catch
|
2f959b9693
|
Issue #2188613 by Berdir, Xen, andypost: Rename EntityStorageController to EntityStorage.
|
2014-03-27 12:54:40 +01:00 |
catch
|
ad293099ec
|
Issue #2219499 by Berdir, alexpott, Gábor Hojtsy, vijaycs85, swentel: Generalize language config override responsibility.
|
2014-03-24 15:10:05 +00:00 |
Alex Pott
|
1370edf99f
|
Issue #2134857 by Xano, Wim Leers, Berdir, damiankloip: PHPUnit test the entity base classes.
|
2014-03-24 13:34:01 +01:00 |
Alex Pott
|
5abaa5f957
|
Issue #2120871 by andypost, Berdir, amateescu, vladan.me, Xano: Rename EntityListController to EntityListBuilder.
|
2014-03-23 22:25:46 +00:00 |
Nathaniel Catchpole
|
8cbab1493b
|
Issue #2080823 by alexpott, swentel, Wim Leers: Create API to discover content or config entities' soft dependencies and use this to present a confirm form on module uninstall.
|
2014-03-21 11:53:32 +00:00 |
webchick
|
23902766ac
|
Issue #2219925 by tim.plunkett: Rename ConfigEntityInterface::getExportProperties() to toArray().
|
2014-03-20 19:31:32 -07:00 |
webchick
|
77123f3f1b
|
Issue #340723 by ParisLiakos, sun, Berdir, glennpratt, Cottser, swentel, alexpott, tstoeckler, Xano, tim.plunkett, BassistJimmyJam | beejeebus: Make modules and installation profiles only require .info.yml files.
|
2014-03-17 07:43:29 -07:00 |
Alex Pott
|
eba0b71872
|
Revert "Issue #340723 by ParisLiakos, sun, Berdir, glennpratt, Cottser, swentel, tstoeckler, Xano, tim.plunkett, BassistJimmyJam: Make modules and installation profiles only require .info.yml files."
This reverts commit b4c561d0d5 .
|
2014-03-17 13:02:04 +00:00 |
Nathaniel Catchpole
|
b4c561d0d5
|
Issue #340723 by ParisLiakos, sun, Berdir, glennpratt, Cottser, swentel, tstoeckler, Xano, tim.plunkett, BassistJimmyJam: Make modules and installation profiles only require .info.yml files.
|
2014-03-17 11:57:35 +00:00 |