Commit Graph

85 Commits (5c80527210556f367b418aa34e929be737d31d32)

Author SHA1 Message Date
webchick b77715c307 Issue #1967294 by tim.plunkett: Add a dedicated @EntityType annotation. 2013-04-13 15:15:20 -07: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 1bec76308f Issue #1446382 by plach: Need a reliable way to determine if a specific bundle for an entity type is translatable. 2013-03-18 05:40:12 -07:00
webchick dd927b0008 Issue #1934964 by alexpott, Gábor Hojtsy, nevergone: Fixed Locale override subscriber should re-init context to clear caches. 2013-03-17 12:24:33 -07:00
Dries 7813d65e3f Issue #1940440 by vijaycs85: Fixed schema discovery to identify schema with more than one wildcard. 2013-03-13 14:05:26 -04:00
Dries 6bf13bd87b Issue #1793074 by cweagans, sun, chx: Convert .info files to YAML. 2013-03-06 17:51:39 -05:00
catch 13bd2b25ec Issue #1849752 by effulgentsia, Berdir, jibran, neclimdul: Abstract non-Drupal-specific parts of AnnotatedClassDiscovery into a Drupal\Component base class. 2013-03-06 22:02:58 +00:00
catch 0612c664da Issue #1763640 by beejeebus, alexpott, Jose Reyero, c31ck, das-peter, YesCT, heyrocker, Gábor Hojtsy: Introduce config context to make original config and different overrides accessible. 2013-02-27 09:49:26 +00:00
catch 8afbc081dd Issue #1889620 by vijaycs85, sun, heyrocker: Fixed config_install_default_config() overwrites existing configuration. 2013-02-24 21:04:38 +00:00
catch faaddf2f4b Issue #1914366 by vijaycs85, Gábor Hojtsy, alexpott: Move all configuration schema files into a schema subdirectory. 2013-02-21 10:20:43 +00:00
Dries 52c9be41a7 Issue #1905230 by Gábor Hojtsy, fago: Improve the typed data API usage of configuration schema. 2013-02-18 18:49:59 -05:00
Dries a96697c7d5 Issue #1864066 by sun, andypost, tim.plunkett: Simplify hook_menu_local_tasks() and MENU_DEFAULT_LOCAL_TASK usage. 2013-02-18 12:03:05 -05:00
catch 252d05b0ea Issue #1831774 by damiankloip, tim.plunkett, Gábor Hojtsy, alexpott: Fixed Config import assumes that 'config_prefix' contains one dot only. 2013-02-18 11:51:24 +00:00
catch d234ff8e3b Issue #1888688 by tim.plunkett: Allow list controller sorting to be overridden. 2013-02-06 12:09:56 +00:00
catch 1c92546e41 Issue #1826602 by damiankloip, xjm, sun, dawehner, EclipseGc: Allow all configuration entities to be enabled/disabled. 2013-02-06 12:00:39 +00:00
webchick cfb1b5989e Issue #1889752 by alexpott: Fixed Remove unnecessary manifest creation in config_install_default_config(). 2013-02-01 19:44:13 -08:00
webchick 56580a391a Issue #1889854 by tim.plunkett: Fixed Config import breaks on protected entity properties. 2013-01-29 19:39:46 -08:00
catch f755b6942c Issue #1846454 by chx, dawehner, amateescu: Add Entity query to Config entities. 2013-01-28 14:08:49 +00:00
webchick 38a36d4e3d Issue #1253820 follow-up by plach: Missing a few hook implementations + tests. 2013-01-21 16:31:08 -08:00
webchick bc237f9a13 Issue #1831264 by tim.plunkett: Use the Entity manager to create new controller instances. 2013-01-18 20:58:23 -08:00
webchick f237e58948 Issue #1701014 by disasm, boztek, heyrocker, sun, xjm: Fixed Validate config object names. 2013-01-11 00:39:25 -08:00
webchick 31d4f1b018 Issue #1806178 by tim.plunkett, beejeebus: Remove code duplication for hook_config_import_()*() implementations of config entities. 2013-01-02 17:17:20 -08: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
webchick 265fe4e751 Issue #1697256 by heyrocker, alexpott, sun, xjm, webchick: Create a UI for importing new configuration. 2012-11-03 21:48:01 -07:00
webchick 76a157fe32 Issue #1763974 by tim.plunkett, EclipseGC, berdir, xjm, neclimdul, FabianX: Convert entity type info into plugins. 2012-10-30 13:37:18 -07:00
webchick a61f62b4c6 Issue #1798944 by kbasarab, sun, tim.plunkett, andypost: Convert config_test() entity forms to EntityFormController. 2012-10-30 12:05:58 -07:00
webchick bbfc566c7f Issue #1820834 by sun: Change #type machine_name() default 'source' element to 'label'. 2012-10-23 19:28:41 -07:00
webchick 4ecc679823 Issue #1781372 by tim.plunkett, xjm, sun, damiankloip, andypost, Jelle_S, Gábor Hojtsy: Change notice: Add an API for listing (configuration) entities. 2012-09-30 16:48:46 -04:00
catch 1f86ba60da Issue #1785974 by tim.plunkett, alexpott, sun: Move ConfigEntity into a Core component. 2012-09-26 17:44:46 +01:00
webchick de473408a6 Issue #1742958 by DamienMcKenna, jhodgdon: Fixed All spellings of URI should be uppercase. 2012-09-01 21:50:06 -07:00
webchick c58b08ae9c Issue #1761040 by sun, tim.plunkett, fago, effulgentsia: Rename Storable, Entity, and Configurable to Entity, ContentEntity, and ConfigEntity. 2012-09-01 19:21:35 -07:00
webchick fe247ca5fc Issue #1668820 follow-up by tim.plunkett, sun: Documentation fixes and clean-ups to Configurables patch. 2012-08-30 11:00:16 -07:00
webchick 42d5f0053b Issue #1668820 by sun, xjm, tim.plunkett, fgm: Concept, base class, and interface for configurable objects. 2012-08-25 01:17:32 +02:00
webchick 7b757ff47e Issue #1646580 by chx, Jose Reyero, beejeebus: Implement Config Events and Listeners, and storage realms for localized configuration. 2012-08-22 01:22:22 +02:00
webchick 83a9b89aa9 Issue #1609760 by chx, sun: Fixed hook_image_style_()*() is not invoked for image styles upon Image module installation. 2012-07-03 14:03:18 -07:00