Commit Graph

428 Commits (4784baff4f4a9fb3acc928b2c70fdc4c03b1d60b)

Author SHA1 Message Date
Dries e94b01e516 Issue #1996714 by amateescu: Convert FileItem and ImageItem to extend EntityReferenceItem. 2013-06-26 21:52:15 -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 356dc8bacd Issue #1969698 by xjm, damiankloip, tim.plunkett, yched: ConfigEntity::save() should disallow saving ID/UUID conflicts (Field UUID changes can badly corrupt field data). 2013-06-25 23:57:46 +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 088b191c90 Issue #1828536 by sun, thedavidmeister, benjf, derek.deraps, jenlampton, dcam, pwieck: Rename 'type' variable of theme_item_list() to 'list_type'. 2013-06-22 21:49:22 +02:00
Dries 55651cf3a4 Issue #1981314 by pcambra, aspilicious, andypost, swentel: Drop procedural usage of fields in field module. 2013-06-21 15:23:16 -04:00
Alex Pott 3f196cab2e Issue #2021981 by bdone: Fixed typo: lable to label. 2013-06-19 10:18:21 +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
Nathaniel Catchpole a10b792f41 Issue #2018375 by andypost: Get rid of node_hook() and node_invoke(). 2013-06-17 12:03:40 +01: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 bd6ad51a89 Issue #2008558 by effulgentsia: Move nonalterations from hook_entity_bundle_info_alter() implementations to hook_entity_bundle_info() implementations. 2013-06-17 01:41:55 +02:00
Alex Pott 1648a479c4 Issue #1893772 by chx, fubhy, slashrsm: Move entity-type specific storage logic into entity classes. 2013-06-16 11:40:11 +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 fc1bd6f3d3 Issue #2002344 by elvis2, heddn: Rename Views method add_where_expression() to addWhereExpression(). 2013-06-15 11:43:20 +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
Jennifer Hodgdon 4798dcf395 Issue #2009092 by smiletr: Fix up documentation for field_attach_view(), which was inaccurate for D8 2013-06-14 05:51:15 -07: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 8cc0c63808 Issue #1912504 by damiankloip, dawehner, amateescu: Remove _field_view_formatter_options() from Views as it duplicates FormatterPluginManager::getOptions(). 2013-06-14 00:56:22 +02:00
Alex Pott f0f2475b34 Issue #1968996 by yched, swentel, xjm: Add protected saveNew() and saveUpdated() methods to Field and FieldInstance to improve code readability. 2013-06-14 00:51:07 +02:00
Alex Pott 939a8a8de5 Issue #1960574 by swentel, smiletrl: Add more tests for Field config import. 2013-06-13 23:36:54 +01:00
Alex Pott eb2b412832 Issue #2002426 by rootwork, hugo.lallo, Dan Reinders: Rename Views method click_sortable() to clickSortable(). 2013-06-13 09:25:45 +01:00
Alex Pott 9c5e4bc77f Issue #2002272 by elvis2, jibran, heddn: Rename Views method add_orderby() to addOrderby(). 2013-06-13 09:24:07 +01:00
Alex Pott 2b51e78747 Issue #2002906 by pwieck, jibran, aaronott, chr.fritsch, chrisguindon: Rename Views method get_entity() to getEntity(). 2013-06-13 09:22:22 +01:00
Alex Pott 202fe604b4 Issue #1986802 by yched: Rename PluginInspectionInterface::getDefinition() to getPluginDefinition(). 2013-06-12 17:14:59 +01:00
Alex Pott e416a5ca72 Issue #1953414 by swentel, andypost: Move logic of field_read_fields() and field_read_instances() to the storage controller. 2013-06-12 16:38:00 +01:00
Alex Pott b48343a2e2 Issue #2002910 by diarmy, toddtomlinson, dbcollies, heddn: Rename Views method get_field() to getField(). 2013-06-11 23:33:23 +01:00
Alex Pott 579780cab5 Issue #2003330 by heddn, ericthelast: Rename Views method render_items() to renderItems(). 2013-06-11 23:30:19 +01:00
Alex Pott a24345a3fb Issue #2002918 followup by tim.plunkett: Rename Views method get_items() to getItems(). 2013-06-11 14:01:55 +01:00
Alex Pott ac6bbe45ee Issue #2002918 by sillygwailo, kronda, oenie, jibran: Rename Views method get_items() to getItems(). 2013-06-11 00:13:23 +01:00
Jennifer Hodgdon 7485f62b3b Issue #1968986 by jibran, swentel, smiletrl, aspilicious, yched: Better documentation for Field and FieldInstance constructors 2013-06-10 08:42:37 -07: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
Alex Pott bda47427a7 Issue #1798654 by swentel, amateescu: Clean faulty HTML in help description of field widgets. 2013-06-09 15:11:58 +01:00
Alex Pott 7f99ae9e99 Issue #1982138 by tim.plunkett, amateescu, swentel, yched: Clean out field_ui().admin.inc. 2013-06-09 11:15:09 +01:00
Nathaniel Catchpole ffaabb7cfa Issue #1998576 by beejeebus, alexpott, swentel: Make the config import process use full config trees again. 2013-06-08 21:10:53 +01:00
Alex Pott 18e03273de Issue #2002274 by elvis2: Rename Views method add_relationship() to addRelationship(). 2013-06-08 00:10:08 +01:00
Alex Pott 2432c02138 Issue #1987066 by Kevin Morse, JohnAlbin, rteijeiro, echoz, ry5n: Rename files to match CSS file naming convention. 2013-06-07 11:48:55 +01:00
Nathaniel Catchpole 6d93172b96 Issue #1969662 by swentel, amateescu, chx | yched: Provide new _update_8000_*() CRUD helpers for Field and Instance definitions. 2013-06-06 10:06:46 +01: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 176968cb82 Issue #2002466 by druderman, hugo.lallo: Rename Views method document_self_tokens() to documentSelfTokens(). 2013-06-05 07:43:52 +01:00
Alex Pott 51d364e0f1 Issue #2002424 by web.dev.cas: Rename Views method click_sort() to clickSort(). 2013-06-05 07:12:14 +01:00
webchick 79cbe7973c Issue #2001318 by Dan Reinders, chertzog: Rename Views method add_additional_fields() to addAdditionalFields(). 2013-06-04 20:32:58 -05:00
Alex Pott 2e63868616 Issue #625958 followup by slashrsm, chx, andypost, yched: [Follow up] Support Uploading Multiple Files for HTML5 Browsers via #multiple attribute. 2013-06-03 20:37:59 +01:00
Alex Pott 8e778911dd Revert "Issue #1798654 by swentel: Fixed Clean faulty HTML in help description of field widgets."
This reverts commit 0e59a8d66d.
2013-05-31 16:19:27 +01:00
Alex Pott 0e59a8d66d Issue #1798654 by swentel: Fixed Clean faulty HTML in help description of field widgets. 2013-05-31 10:04:10 +01:00
Alex Pott 3ad40a3e3a Issue #2002986 by jastraat, rjleigh, tvlooy, Dan Reinders: Rename Views method summary_name() to summaryName(). 2013-05-30 00:39:33 +01:00
Alex Pott 687af78488 Revert "Issue #1892182 by nod_: #type details: Rename #collapsed to #open."
This reverts commit c4e52bb6b4.
2013-05-29 22:08:39 +01:00
Alex Pott b8f18c3f08 Issue #2003500 by tyjamessmith, aviindub, marlatt: Rename Views method get_value_options() to getValueOptions(). 2013-05-29 14:42:56 +01:00
Alex Pott c4e52bb6b4 Issue #1892182 by nod_: #type details: Rename #collapsed to #open. 2013-05-29 12:31:25 +01:00
Alex Pott 2c2ae72033 Issue #2002332 by mikedotexe, elvis2: Rename Views method add_table() to addTable(). 2013-05-29 12:14:17 +01:00
Alex Pott 20d028f50c Issue #2002276 by elvis2: Rename Views method add_self_tokens() to addSelfTokens(). 2013-05-28 23:16:45 +01:00
Alex Pott f6b5925da7 Issue #1912504 by damiankloip, dawehner: Move _field_view_formatter_options() to Field.php. 2013-05-27 12:46:26 -07:00
Alex Pott 477c06c413 Issue #1498674 by plach, das-peter, Schnitzel, dawehner, YesCT, attiks, Berdir, Gábor Hojtsy, Soul88, Carsten Müller: Refactor node properties to multilingual. 2013-05-26 13:18:10 -07: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 624f9e62de Issue #1898062 by c4rl, jenlampton, shlapa, joelpittet, Cottser, duellj, swentel: Convert field module to Twig. 2013-05-24 10:37:11 -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 30e1599a3c Issue #1854868 by swentel: Let formatter summaries return arrays instead of strings. 2013-05-17 12:32:40 -07:00
Nathaniel Catchpole 4eaa775b10 Issue #1890784 by alexpott, YesCT, heyrocker, tim.plunkett, EllaTheHarpy, beejeebus: Refactor configuration import and sync functions. 2013-05-17 15:16:16 +01:00
Nathaniel Catchpole 261b71d29c Issue #1992950 by xjm: Stop use-ing Exception. 2013-05-16 09:15:22 +01: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
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 9a53a21bed Issue #1823306 by webflo, mkalkbrenner, zuuperman, swentel: Fixed Missing langcode in in hook_field_attach_view_alter(). 2013-05-09 21:43:04 +01:00
Alex Pott ed131e7ca9 Issue #1876018 by yannickoo: Displaced space in core/modules/field/lib/Drupal/field/Plugin/views/field/Field.php. 2013-05-09 21:38:26 +01:00
Nathaniel Catchpole ca665f7be3 Issue #1827448 by RobLoach, sun, jbrown, tstoeckler: Use __DIR__ instead of DRUPAL_ROOT where possible/sensible. 2013-05-09 10:25:10 +01:00
Alex Pott 19e6c2c0ae Issue #1987298 by tim.plunkett, quicksketch: Shorten directory structure and PSR-0 namespacing for plugins. 2013-05-07 21:34:00 +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
Alex Pott 0be98498e0 Issue #1974474 by Berdir: Make sure within field_attach_()*() that we are working with a BC entity. 2013-05-04 01:49:43 +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 e775437eb2 Issue #1982984 by larowlan: Create Drupal::entityManager for improved DX. 2013-05-01 23:42:27 -07:00
webchick dfd616367e Issue #1851880 by Alan Evans, yched: Ensure that formatters for fields with no values are still run. 2013-05-01 22:05:18 -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 38ffd7a199 Issue #1952652 by swentel: Instance components are not removed from entity display when the field/instance is deleted. 2013-04-29 12:50:02 +01:00
webchick d77275ff1f Issue #1391694 by tim.plunkett, aspilicious, fago, pounard, plach, Crell, msonnabaum, tstoeckler: Use type-hinting for entity-parameters. 2013-04-26 15:34:02 -07:00
Nathaniel Catchpole 1eb9af15f9 Issue #1930020 by dawehner, Berdir, olli: Inject a class into the Core annotated discovery implementation so that namespaces can be updated. 2013-04-25 09:38:49 +01:00
Alex Pott 5578271e5b Issue #1977790 by andypost: Fixed Drop node_entity_info_alter() as unused. 2013-04-24 13:33:56 +01:00
webchick ae08f47b5d Issue #1969032 by cam8001, swentel, amateescu: More sensible way of defining field default values. 2013-04-23 12:10:27 -07:00
Jennifer Hodgdon 15d9e6d6e2 Issue #1786740 by shanethehat: Fix docs for field_update_instance 2013-04-23 07:42:44 -07:00
Jennifer Hodgdon 492ce213c9 Issue #1973762 by chx, cosmicdreams, yched: Add example to field_info_field_map return docs 2013-04-23 07:39:00 -07: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
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
catch ae0984f871 Issue #1942346 by swentel: Convert Field API variables to CMI. 2013-04-22 22:57:38 +01:00
catch 56021b509e Issue #1955678 by swentel: Remove formatter and widgets legacy plugin. 2013-04-22 13:06:28 +01:00
catch ea4dcb41a4 Issue #1973324 by andypost, yched: Mark field_create_*(), field_update_*() and field_delete_*() deprecated in favor of just using the ConfigEntity API. 2013-04-22 12:33:00 +01:00
catch 87462db60e Issue #1167144 by chx, catch, claudiu.cristea: Make cache backends responsible for their own storage. 2013-04-22 12:25:08 +01: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 c285bbcc43 Issue #1950088 by swentel: Move FieldInfo class to the DIC. 2013-04-21 12:30:52 -07:00
webchick c54ae0f51c Issue #1967106 by larowlan, yched, swentel: FieldInstance::getField() method. 2013-04-21 12:21:47 -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
webchick af7bd45648 Issue #1974396 by effulgentsia: Narrow the API of _text_sanitize() and make it public. 2013-04-19 20:45:44 -07:00
Alex Pott 02611753f5 Issue #1957748 by larowlan, Berdir, amateescu | yoroy: Fixed hook_field_prepare_view() is passed empty field values for EntityNG Entities. 2013-04-18 12:08:22 +01:00
Alex Pott c014519ca1 Issue #1969540 by Xano: Convert token.inc to a service. 2013-04-18 08:24:35 +01:00
Alex Pott 0cc0335638 Issue #1970206 by andypost, swentel: Move fields and instances to standard profile config. 2013-04-18 08:08:18 +01:00
webchick 1488b8bf30 Issue #1969714 by yched: Fixed Stale class names for FieldInstance in phpdocs. 2013-04-14 13:00:31 -07:00
webchick 45e0ca450b Issue #1877638 by fago, Gaelan, YesCT, das-peter, tim.plunkett, smiletrl: Rename getOriginalEntity() and remove duplicated functions from ConfigEntityBase. 2013-04-14 12:22:31 -07:00
webchick b77715c307 Issue #1967294 by tim.plunkett: Add a dedicated @EntityType annotation. 2013-04-13 15:15:20 -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 ee1c53e517 Issue #1965164 by tim.plunkett: Add dedicated annotations for Views handlers. 2013-04-11 22:42:45 +01:00
Alex Pott 809138a7c6 Issue #1465774 by amateescu, patrickd: Provide a 'Hidden' field widget. 2013-04-11 21:58:27 +01:00
Alex Pott bea3588b22 Issue #1957148 by damiankloip | Berdir: Replace entity_query() with Drupal::entityQuery(). 2013-04-11 13:55:05 +01:00