Commit Graph

36 Commits (e855a496a7e725e5e1e62f1a32a4d245f1a17c18)

Author SHA1 Message Date
Dries d988a30f87 Issue #1810370 by plach, kfritsche, berdir, alexpott, xjm, chx: Entity Translation API improvements. 2013-06-30 20:09:38 -04:00
Alex Pott d0d1817738 Issue #1822000 by Berdir, plach, amateescu, yched: Remove Drupal\field_test\Plugin\Entity\Type\TestEntity in favor of EntityTest. 2013-06-26 16:38:18 +01:00
Alex Pott b537ccd584 Issue #2028489 by chx, dawehner: Move entity query out of field_sql_storage(). 2013-06-26 15:21:57 +01:00
Alex Pott 5ff3e98c4b Issue #2013939 by swentel, amateescu, pcambra: Remove hook_field_CRUD_() in favor of hook_entity_TYPE_CRUD() calls. 2013-06-25 23:02:08 +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 0eeda29f40 Issue #1981292 by aspilicious, pcambra, andypost, swentel: Drop procedural usage of fields in field_sql_storage() & field_ui() tests. 2013-06-18 14:36:42 +02:00
Alex Pott 0204ee8e86 Issue #2019651 by damiankloip: Add a QueryFactoryInterface for QueryFactory classes. 2013-06-17 18:26:11 +02:00
Alex Pott 30f6062a18 Issue #2018731 by swentel: Move field_has_data() to Field::hasData(). 2013-06-17 02:22:30 +02:00
Nathaniel Catchpole 579aa78880 Issue #1947720 by damiankloip: Use Drupal::state() to replace state(). 2013-06-05 15:58:21 +01:00
Nathaniel Catchpole 5ccb432956 Issue #1969136 by swentel: Move field_reserved_columns() to a static method. 2013-06-05 12:40:59 +01: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
Nathaniel Catchpole 261b71d29c Issue #1992950 by xjm: Stop use-ing Exception. 2013-05-16 09:15:22 +01: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
catch 288f240c18 Issue #1957204 by yched: Stop exposing dynamic field data tables in hook_schema() 2013-04-25 22:17:16 +01:00
webchick 6daf6f637d Issue #1953404 by vijaycs85, yched, Gábor Hojtsy: Add config schema to field and instance config entities. 2013-04-23 00:54:10 -07:00
webchick 2f303cc898 Issue #1416506 by Damien Tournoud, swentel, yched: Fixed Field schema foreign keys support is broken. 2013-04-21 12:34:18 -07:00
webchick 0e95fcf8cd Issue #1966998 by andypost, swentel: Add a constant OR use TRUE/FALSE for active storage vs. inactive storage and other properties. 2013-04-19 20:47:11 -07:00
Alex Pott e0a111a88a Issue #1931900 by marcingy, chx | swentel: Fixed EFQ calls field_info_field() too liberally. 2013-04-14 14:45:45 +01: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 d5847d3f94 Issue #1374116 by amateescu, swentel, Berdir, yched: Move bundle CRUD API out of Field API. 2013-04-05 09:53:22 -07:00
webchick 20c925a32e Issue #1943494 by swentel: Use batch in field_sql_storage_update_8000(). 2013-03-26 22:59:14 -07:00
webchick 6bcbd0ae86 Issue #1932382 by Berdir, swentel, amateescu: Use DrupalUnitTestBase for Field API tests. 2013-03-09 23:22:01 -08:00
webchick 282f6b90ba Issue #1932382 by Berdir, swentel: Use DrupalUnitTestBase for Field API tests. 2013-03-09 22:49:53 -08:00
Dries 6bf13bd87b Issue #1793074 by cweagans, sun, chx: Convert .info files to YAML. 2013-03-06 17:51:39 -05:00
webchick 17f76e227d Issue #1922892 by yched: Last missing bit from D7 '_field_info_collate_fields()' patch. 2013-02-27 22:13:22 -05:00
Jennifer Hodgdon 2bfaff6bff Issue #1918254 by dawehner: Fix docs and exception message typo in entity query code 2013-02-21 15:26:49 -08:00
catch 2171aedc97 Issue #1854708 by chx, dawehner, damiankloip: EntityQuery aggregation support. 2013-02-15 11:15:37 +00:00
Dries 78876b2060 Issue #1845546 by fago, EclipseGc, attiks, effulgentsia: Implement validation for the TypedData API. 2013-02-01 12:31:52 -05:00
Dries fb08e2f281 Issue #1801304 by Amitaibu, amateescu, effulgentsia, tim.plunkett, EclipseGc, Fabianx, Cottser: Added Entity reference field. 2013-02-01 11:08:58 -05:00
catch f755b6942c Issue #1846454 by chx, dawehner, amateescu: Add Entity query to Config entities. 2013-01-28 14:08:49 +00: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
catch 9fd8864cf4 Issue #1446600 by chx: Add EntityFieldQuery (pseudo-)join support. 2013-01-07 13:03:23 +00:00
catch c2858a0fcd Reverting patch that was accidentally committed five weeks ago... 2013-01-07 13:00:40 +00: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 20c3db0133 Issue #1862656 by sun: Move field type modules out of Field API module. 2012-12-13 12:21:22 +00:00