Commit Graph

33 Commits (5c80527210556f367b418aa34e929be737d31d32)

Author SHA1 Message Date
Alex Pott cdac25ee08 Issue #2143263 by plopesc | yched: Remove "Field" prefix from FieldDefinitionInterface methods. 2013-12-09 19:19:58 -04:00
webchick aeecb0a4ce Issue #2076445 by plach, andypost, yched, Gábor Hojtsy: Make sure language codes for original field values always match entity language regardless of field translatability. 2013-11-28 00:25:13 -08:00
webchick 9bcaedec15 Issue #2047229 by fago, smiletrl, Berdir, effulgentsia, amateescu: Make use of classes for entity field and data definitions. 2013-11-27 13:55:54 -08:00
Alex Pott 7b8e204118 Issue #2133469 by tim.plunkett, damiankloip, dawehner: Replace path-based entity links with route names. 2013-11-15 09:31:24 -04:00
Alex Pott ab59feb8ea Issue #2095943 by dotoree, Tim Bozeman: Core modules and themes missing the version attribute in info.yml. 2013-10-22 16:23:24 -07:00
Alex Pott 3ded2216b0 Issue #2115145 by Berdir | effulgentsia: Move field type plugins to Plugin/Field/FieldType. 2013-10-19 09:12:13 +01:00
webchick fccc64dc31 git commit -m Issue 2013-10-14 22:23:30 -07:00
Alex Pott 0f8b4e794e Issue #2023563 by Berdir, smiletrl, fago: Convert entity field types to the field_type plugin. 2013-10-14 16:53:22 +01:00
webchick 8144f2d8ed Issue #2029755 by batigolix, linclark, clemens.tolboom: Create hook_help() for HAL module. 2013-10-10 07:15:08 -07: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 510c81a9c5 Issue #2051923 by Berdir, dixon_, plach: Rename \Drupal\Core\Entity\Field\Field, related subclasses and interfaces to *FieldItemList. 2013-09-28 13:29:14 +02:00
webchick af4ec603d1 Issue #2092817 by klausi: Move REST, serialization and HAL to the web services package + CHANGELOG.txt entry. 2013-09-27 14:19:14 +02:00
Alex Pott e40eb19722 Issue #2086095 by yched, swentel, Hydra: Fixed Remove remaining references to field_sql_storage(). 2013-09-23 15:04:08 +02:00
Nathaniel Catchpole 29530fd0f2 Issue #2081197 by smiro: Remove Unused local variable $links from /core/modules/hal/lib/Drupal/hal/Normalizer/EntityNormalizer.php. 2013-09-16 12:12:06 +01:00
Alex Pott 678df35b2b Issue #2061331 by yched, plopesc: Added helper methods getEntity() in FieldInterface / FieldItemInterface. 2013-09-11 00:20:54 +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
Alex Pott 52771351f9 Issue #1758622 by klausi, fago, das-peter, Pancho, Berdir, yched: Provide the options list of an entity field. 2013-08-27 14:10:25 +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 cde3c7de42 Issue #1972116 by klausi: Add REST test coverage for nodes. 2013-07-31 22:51:41 +02:00
Alex Pott 2c2f5f59f5 Issue #1867856 by fubhy the cat, EclipseGc, Berdir: Use annotation discovery for data type plugins. 2013-06-29 15:48:52 +01: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 a6a4adc9b4 Issue #1981316 by aspilicious, andypost, pcambra, swentel: Drop procedural usage of fields in [f-l] modules. 2013-06-18 12:28:44 +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 79ea2f38f8 Issue #1292284 by ParisLiakos, RobLoach, karschsp: Require 'type' key in .info.yml files. 2013-05-07 14:51:26 +01:00
Nathaniel Catchpole bba539c65f #1869562 by fago, berdir, dawehner: Avoid instantiating EntityNG field value objects by default. 2013-04-26 09:32:17 +01:00
catch ae0984f871 Issue #1942346 by swentel: Convert Field API variables to CMI. 2013-04-22 22:57:38 +01:00
webchick 1c29588594 Issue #1880424 by linclark, effulgentsia: Handle entity references on import. 2013-04-16 17:44:21 -07:00
Alex Pott a820153fa5 Issue #1735118 by swentel, yched, xjm, larowlan, alexpott, tim.plunkett: Convert Field API to CMI. 2013-04-13 18:06:40 +01:00
Alex Pott 34e630950a Issue #1939660 by chx | catch: Use YAML as the primary means for service registration. 2013-04-09 05:32:49 +01:00
webchick f277d1dc58 Issue #1931976 follow-up by linclark, effulgentsia: Support deserialization for hal+json (minor nit fixes). 2013-04-03 19:01:09 -07:00
webchick 4b455afc6d Issue #1931976 by linclark, effulgentsia: Support deserialization for hal+json. 2013-03-29 09:00:20 -07:00
Dries b59ad36f0b Issue #1924220 by linclark: Support serialization in hal+json. 2013-03-13 13:09:05 -04:00