Commit Graph

58 Commits (9d5aefb739809c20da3947a1609ddb364f12c72d)

Author SHA1 Message Date
Alex Pott 4b7bbecbc3 Issue #2097903 by Berdir, amateescu: Rename EntityRenderController to EntityViewBuilder. 2013-10-25 13:54:18 -07:00
Alex Pott b201c0546c Issue #2111209 by Xano: Fixed Rename FormInterface::getFormID() to FormInterface::getFormId(). 2013-10-16 13:37:27 +01:00
Alex Pott 3cee107ce5 Issue #2100329 by cosmicdreams: Use \Drupal instead of Drupal to make IDEs and static code analyse tools happy. 2013-10-03 12:26:25 +01:00
Nathaniel Catchpole 1aeee1cd39 Issue #2004244 by Berdir, plach, tim.plunkett, msonnabaum, das-peter: Move entity revision, content translation, validation and field methods to ContentEntityInterface. 2013-10-01 12:42:30 +01:00
Alex Pott 10b43b953b Issue #1953528 by swentel, Hydra: Store 'per-bundle view mode settings' in CMI, get rid of field_bundle_settings() & its variable. 2013-09-27 12:06:58 +02:00
Nathaniel Catchpole d7fa47b49b Issue #1605290 by amateescu, msonnabaum, Caseledde, damiankloip, beejeebus, catch, Berdir, Wim Leers: Enable entity render caching with cache tag support. 2013-09-22 09:31:05 +01: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 5bb0d5e667 Issue #2053489 by chx, tim.plunkett: Standardize on \Drupal throughout core. 2013-09-15 20:58:10 -07:00
Jennifer Hodgdon 93d37c619a Issue #2073901 by xtfer, larowlan: document that entity_load now accepts a mixed argument for ID 2013-09-12 07:47:48 -07:00
Alex Pott ea8a4bdb35 Issue #2030151 by damiankloip, dawehner: Convert entity_get_bundles() to a method on the entity manager. 2013-09-08 13:36:50 +02:00
Nathaniel Catchpole c7994001cc Issue #1497374 by yched, chx, amateescu, plach, Damien Tournoud, fago, swentel: Switch from Field-based storage to Entity-based storage. 2013-09-01 07:20:49 +01:00
webchick 523fb85533 Issue #1847002 by tim.plunkett, effulgentsia, msonnabaum: Move entity type classes from Drupal$provider\Plugin\Core\Entity to Drupal$provider\Entity. 2013-08-18 14:16:19 -07:00
Alex Pott e33ddd1b74 Issue #2045923 by drupalrv, tim.plunkett: Replace all module_invoke_all() deprecated function calls in procedural code. 2013-08-01 10:10:33 +02:00
Dries 38bf424dfd Issue #2021817 by effulgentsia, yched: Make widgets / formatters work on EntityNG Field value objects. 2013-07-24 16:38:18 -04:00
Nathaniel Catchpole 7dd31494f3 Issue #1979094 by Berdir, dawehner, msonnabaum, tim.plunkett, effulgentsia: Fixed Separate create access operation entity access controllers to avoid costly EntityNG instantiation. 2013-07-16 10:33:18 +01:00
Dries 58de5374c4 Issue #2024833 by claudiu.cristea: Adopt load() and loadMultiple() on entity storage controllers. 2013-06-30 20:09:38 -04:00
Alex Pott 4c357934c2 Issue #1754246 by webflo, swentel, penyaskito, andypost, alexpott, YesCT, dagmar: Languages should be configuration entities. 2013-06-29 11:56:53 +01:00
Alex Pott 4586ea128d Issue #2014821 by amateescu, swentel: Introduce form modes UI and their configuration entity. 2013-06-27 22:24:39 +01:00
Alex Pott a2c2367bf8 Issue #1969728 by yched, effulgentsia, swentel, fago, plach: Implement Field API 'field types' as TypedData Plugins. 2013-06-25 11:27:47 +01:00
Alex Pott c4b665859a Issue #1982980 by ParisLiakos, larowlan, dawehner, tim.plunkett: Move entity_get_form() to Drupal\Core\Entity\EntityManager::getForm(). 2013-06-18 07:21:35 +02: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
Alex Pott 518c4d10bd Issue #1875992 by amateescu, swentel, yched: Add EntityFormDisplay objects for entity forms. 2013-05-19 13:02:16 -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
webchick e775437eb2 Issue #1982984 by larowlan: Create Drupal::entityManager for improved DX. 2013-05-01 23:42:27 -07:00
Alex Pott 620d497915 Issue #1913618 by tim.plunkett, amateescu: Convert EntityFormControllerInterface to extend FormInterface. 2013-04-30 00:46:14 +01:00
Alex Pott bc3a902fbc Issue #1807042 by tim.plunkett, effulgentsia: Rename entity storage/list/form/render controllers to handlers, part 1: organize existing annotation keys. 2013-04-23 08:38:30 +01:00
Alex Pott 17f4d14287 Issue #1862758 by Berdir, dawehner: [Followup] Implement entity access API for terms and vocabularies. 2013-04-19 09:08:12 +01:00
Alex Pott bea3588b22 Issue #1957148 by damiankloip | Berdir: Replace entity_query() with Drupal::entityQuery(). 2013-04-11 13:55:05 +01:00
webchick d5847d3f94 Issue #1374116 by amateescu, swentel, Berdir, yched: Move bundle CRUD API out of Field API. 2013-04-05 09:53:22 -07:00
catch e5de05353f Issue #1919322 by plach: Entity_load_unchanged() should be part of the storage controller. 2013-03-06 21:53:22 +00:00
catch a395309cf2 Issue #1913742 by tim.plunkett: Allow custom form state to be passed to entity_get_form(). 2013-02-18 11:06:26 +00:00
catch 2171aedc97 Issue #1854708 by chx, dawehner, damiankloip: EntityQuery aggregation support. 2013-02-15 11:15:37 +00:00
catch 8215bf998a Issue #1862758 by dawehner, rootatwc: Implement entity access API for terms and vocabularies. 2013-02-06 12:35:42 +00:00
catch b30e657b35 Issue #1846648 by yched, swentel: Rename field_attach_submit(), because it is also called from within validation. 2013-02-04 14:30:22 +00:00
catch 9d276ca5f5 Issue #1892462 by tim.plunkett: EntityManager should use the CacheDecorator. 2013-01-29 13:20:49 +00:00
catch f755b6942c Issue #1846454 by chx, dawehner, amateescu: Add Entity query to Config entities. 2013-01-28 14:08:49 +00:00
Dries bb91b33df8 Issue #1862752 by larowlan, fago: Implement entity access API for users. 2013-01-24 15:04:49 -05:00
Dries 2fa3ffe132 Issue #1822458 by tim.plunkett, effulgentsia: Move dynamic parts (view modes, bundles) out of entity_info(). 2013-01-23 12:46:47 -05: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 97c3ee2be9 Issue #1875970 by yched, swentel: Pass EntityDisplay objects to the whole entity_view() callstack. 2013-01-08 11:16:16 -08:00
catch 6e5d1a09ca Issue #1874300 by Berdir, swentel: Remove $entity_type argument from field.module functions that receive a single $entity. 2013-01-07 11:22:28 +00:00
catch 85c8d12ec9 Issue #1852966 by yched, amateescu: (Doc fixes followup) Rework entity display settings around EntityDisplay config entity. 2012-12-31 21:57:58 +00:00
catch 2288314826 Issue #1852966 by yched, Stalski, zuuperman, swentel: Rework entity display settings around EntityDisplay config entity. 2012-12-28 23:03:17 +00:00
catch 53de739800 Revert "Issue #1852966 by yched, swentel: Rework entity display settings around EntityDisplay config entity."
This reverts commit 8ad67af2e0.
2012-12-28 23:02:37 +00:00
catch 8ad67af2e0 Issue #1852966 by yched, swentel: Rework entity display settings around EntityDisplay config entity. 2012-12-28 19:05:41 +00:00
catch b09642317a Issue #1774332 by c960657: Better handling of invalid/expired cache entries. 2012-11-28 21:36:29 +00:00
webchick 581dac09c3 Issue #1696660 by fubhy, xjm, fago, webflo: Added an entity access API for single entity access. 2012-11-21 11:16:38 -08:00
catch a0de1621f3 Issue #1829530 by tim.plunkett, dawehner: Added Provide a clone method on views listing/edit page. 2012-11-16 12:15:39 +00:00
webchick 12993dd636 Issue #1188388 by plach, peximo, YesCT | Gábor Hojtsy, fago, webchick, Bojhan, podarok, cosmicdreams, Berdir, aspilicious, bforchhammer, penyaskito: Added Entity translation UI in core. 2012-11-03 19:38:49 -07:00
catch d6075b5f91 Issue #1822150 by sun: Fixed EntityStorageControllerInterface::delete() should accept an array of entities, not IDs. 2012-10-31 23:19:29 +00:00