Commit Graph

48 Commits (7625696dba833902affb92715649b82732deb701)

Author SHA1 Message Date
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
Nathaniel Catchpole 1c1774112c Issue #2047993 by plopesc: Remove current uses of field_info_*_types() / field_info_*_settings(). 2013-08-01 14:35:00 +01:00
Alex Pott 11495979d0 Issue #2041423 by yched: Rely on 'provider' instead of 'module' for Field plugin types. 2013-07-28 23:29:26 +02:00
Alex Pott 4ac8645745 Issue #2049485 by yched: Remove traces of the 'user_register_form()' field setting. 2013-07-26 16:12:36 +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
Alex Pott ad137531c9 Issue #2041287 by Berdir: Convert ->nid to ->id() and ->isNew(). 2013-07-20 13:21:43 +01:00
Alex Pott 4fc16f8ea1 Issue #2035315 by dawehner: Add a dedicated @FieldWidget annotation. 2013-07-20 01:22:20 +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 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 a4bfb01aa9 Issue #1981334 by pcambra, aspilicious, swentel, andypost: Drop procedural usage of fields in [n-r] modules. 2013-06-18 14:32:58 +02: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 30f6062a18 Issue #2018731 by swentel: Move field_has_data() to Field::hasData(). 2013-06-17 02:22:30 +02:00
Alex Pott d9f7b3a35b Issue #1950632 by effulgentsia, Wim Leers, amateescu, yched: Create a FieldDefinitionInterface, decoupled from and config entities, and use it for formatters and widgets. 2013-06-16 10:27:11 +02:00
Alex Pott 22a09e4daf Issue #2013891 by swentel: Remove widget config schema from text, options and field modules. 2013-06-14 23:31:17 +02:00
Alex Pott 984940b8f2 Issue #1985344 by tim.plunkett, swentel: Add a dedicated @FieldFormatter annotation. 2013-06-14 01:03:32 +02:00
Alex Pott bf2c404e68 Issue #2004224 by Berdir, andypost: Convert tests using TestEntity to EntityTest (except Field API tests). 2013-06-10 13:37:27 +01:00
Nathaniel Catchpole affc74ccdd Issue #1999322 by elvis2, alexander.ilivanov | Berdir: Remove node_save() and node_delete()/node_delete_multiple() in favor of $node->save()/$node->delete(). 2013-06-03 11:00:40 +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
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 1ac72a9de3 Issue #1980632 by dawehner, yched: Fixed Viewing a node with a List field results in fatal error. 2013-05-12 20:22:44 +01:00
Alex Pott 88572e46ff Issue #1988614 by aroq: Adjust hook_options_list_alter() example in options.api.php to use ->id() instead of ->id. 2013-05-12 18:52:29 +01:00
Alex Pott 608fa1d54d Issue #1985386 by yched, Gábor Hojtsy: Crufty 'allowed_values_function_display()' ends up in list field stored config. 2013-05-08 00:12:57 +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
Nathaniel Catchpole be3667b3ef Issue #1898434 by gnuget, joelpittet, webthingee, -enzo-, Cottser: Remove theme_options_none(), use an alter hook instead for changing empty option label. 2013-05-05 22:32:01 +01:00
Alex Pott a82a5efe22 Issue #1981198 by yched: Change notice: More accurate names and form_ids() for Field UI form classes. 2013-05-04 01:01:03 +01:00
webchick 567203a0eb Issue #1973448 by vijaycs85: Provide config schema to field types, widgets and storage in options module. 2013-05-02 00:49:16 -07:00
Alex Pott 6ed57d39c5 Issue #1946404 by tim.plunkett, amateescu, swentel: Convert forms in field_ui().admin.inc to the new form interface. 2013-04-27 00:28:10 +01:00
webchick 53d8c24d94 Issue #1818560 by Berdir, fago, Wim Leers, jessebeach, dawehner, YesCT: Convert taxonomy entities to the new Entity Field API. 2013-04-26 09:10:49 -07:00
Alex Pott 6fa5b693be Issue #1751234 by yched, amateescu, swentel, kotnik, webflo, pcambra | tstoeckler: Convert option widgets to Plugin system. 2013-04-18 08:02:19 +01:00
Alex Pott e9aa9c4ac4 Issue #1787238 by aspilicious, swentel, yched | pcambra: Convert options module formatters to Plugin system. 2013-04-14 12:30:20 +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 bea3588b22 Issue #1957148 by damiankloip | Berdir: Replace entity_query() with Drupal::entityQuery(). 2013-04-11 13:55:05 +01:00
webchick 37afef0004 Issue #1818556 by das-peter, plach, fago, Berdir, vijaycs85: Change notice: Convert nodes to the new Entity Field API. 2013-03-10 12:05:24 -07: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 2e0ecd55b3 Issue #1839064 by Berdir: Implement the new entity field API for the list field type. 2013-02-18 16:30:18 -08: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
Dries 9b7bdba101 Issue #1838114 by ry5n, swentel, sun: change node form’s vertical tabs into details elements. 2013-01-17 17:04:11 -05:00
catch bbcf047060 Issue #611294 by swentel, tsphethean: Refine permissions for Field UI. 2013-01-17 21:37:31 +00:00
catch 5ff1cee383 Issue #1029060 by plopesc, Kars-T: Should allowed options for list fields trim() the strings?. 2013-01-17 21:25:57 +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 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
Dries f55649698c Issue #1705920 by tim.plunkett, sun, underq, javier.alejandr...: Convert all calls to procedural drupal_array_()*() functions to Drupal\Component\Utility\NestedArray. 2012-12-17 16:54:13 -05:00
catch 20c3db0133 Issue #1862656 by sun: Move field type modules out of Field API module. 2012-12-13 12:21:22 +00:00