Commit Graph

166 Commits (17ccb8b1daa09d2e79f465b7d868c27af2dfd291)

Author SHA1 Message Date
Jennifer Hodgdon 4abcd06071 Issue #2091319 by amitgoyal, mparker17, cyberdog: Update hook_help for Field module 2014-06-02 10:22:23 -07:00
Alex Pott 00339b3d36 Issue #2167167 by Berdir: Remove field_info_*(). 2014-05-27 09:34:19 +01:00
Alex Pott da026cf53c Issue #2116363 by Berdir, jessebeach | fago: Unified repository of field definitions (cache + API). 2014-05-15 12:26:18 -05:00
webchick eef067b5a5 Issue #2183113 by jhodgdon, effulgentsia, tim.plunkett, herom, larowlan: Update hook_help signature to use route_name instead of path. 2014-05-06 19:04:53 -07:00
webchick 5e4b8a1111 Issue #2198429 by alexpott: Make deleted fields work with config synch. 2014-04-22 12:50:19 -07:00
Alex Pott acbd5fa840 Issue #2226197 by fago, jessebeach: Introduce FieldStorageDefinitionInterface in the Entity Field API. 2014-04-13 13:36:33 -04:00
webchick 86ae96e4fd Issue #2089433 by ianthomas_uk, grom358, herom, thedavidmeister, visabhishek, longwave, Sweetchuck: Remove uses of deprecated XSS filter functions. 2014-04-07 08:01:20 -07:00
webchick 684f0cb4d4 Issue #2224833 by tim.plunkett: Remove redundant ID manipulation in ConfigEntityStorage::save(). 2014-03-28 13:33:42 -07:00
catch 2f959b9693 Issue #2188613 by Berdir, Xen, andypost: Rename EntityStorageController to EntityStorage. 2014-03-27 12:54:40 +01:00
Alex Pott c40d1173ae Issue #2201693 followup by plopesc, Sweetchuck, rodrigoaguilera: Field output supporting code should move out of field.module. 2014-03-26 23:25:08 +01:00
catch bb0f5fced3 Issue #1194136 by Berdir, damiankloip, Wim Leers: Re-organise core cache bins. 2014-03-26 14:19:28 +01:00
catch 83b797dfce Issue #2095195 by yched, fago, Berdir, amateescu, swentel, pfrenssen, Xano: Remove deprecated field_attach_form_*(). 2014-03-25 19:26:29 +01:00
Alex Pott 13242b5af6 Issue #2201693 by plopesc, e0ipso, swentel: Field output supporting code should move out of field.module. 2014-03-25 12:19:33 +01:00
webchick bead76ad5b Issue #1987398 by Nigel_S, Tim Bozeman, InternetDevels, adsw12, joelpittet, Cottser, mdrummond, dsayswhat, jerdavis, rteijeiro, LewisNyman, Rumato, gnuget: Field.module - Convert theme_ functions to Twig. 2014-03-24 11:15:19 -07:00
webchick b907c2f3ae Issue #2191709 by andypost, Berdir: Remove the configurable flag on field types. 2014-03-24 09:13:25 -07:00
Alex Pott 28d0b8efa5 Issue #2210197 by sun, longwave, Sutharsan: Remove public access to Extension::$type, ::$name, ::$filename. 2014-03-11 17:19:24 +00:00
Alex Pott d8c718b2f6 Revert "Issue #2210197 by sun, longwave: Remove public access to Extension::$type, ::$name, ::$filename." Broke 'drush en simpletest' on testbots
This reverts commit 2c51074d59.
2014-03-07 14:14:32 +00:00
Alex Pott 2c51074d59 Issue #2210197 by sun, longwave: Remove public access to Extension::$type, ::$name, ::$filename. 2014-03-07 11:18:08 +00:00
webchick 28d5e26943 Issue #2134887 by zwischenzug, yched, plopesc: Move field_view_field() / field_view_value() to methods. 2014-03-05 08:49:15 -08:00
Alex Pott 7a6fb338b3 Issue #2114707 by Berdir, yched, amateescu, effulgentsia, fago: Allow per-bundle overrides of field definitions. 2014-03-04 10:27:25 +00:00
Nathaniel Catchpole 31dbc6a137 Issue #2151459 by jessebeach, Wim Leers, plach, amateescu, Berdir: Enable node render caching. 2014-02-28 10:06:00 +00:00
Alex Pott a1a5e155f8 Issue #2198343 by damiankloip, longwave: Convert all usages of cache() and cache_invalidate_tags() procedural functions. 2014-02-21 15:21:08 +00:00
Alex Pott 40dc8daf51 Issue #2095303 by swentel, plopesc, Berdir, claudiu.cristea, yched: Rename 'field_entity' to 'field_config' and 'field_instance' to 'field_instance_config'. 2014-02-19 23:29:14 +00:00
Nathaniel Catchpole 9fc89d90d8 Issue #2191285 by sun, andypost, jibran, Berdir, alexpott: Text module is not required, but is marked as required. 2014-02-18 11:14:14 +00:00
Alex Pott a16b56392b Issue #2195745 by sun: Replace _filter_htmlcorrector() with a utility class in core. 2014-02-16 19:15:45 +00:00
Nathaniel Catchpole 7dcaa39580 Issue #2167267 by yched, andypost: Remove deprecated field_attach_*_view(). 2014-02-12 10:42:13 +00:00
Nathaniel Catchpole 9c88b1afce Issue #2090509 by yched, swentel, Wim Leers: Optimize entity_get_render_display() for the case of 'multiple entity view'. 2014-02-10 14:50:13 +00:00
Alex Pott 6c2ed3f11e Issue #2165155 by Berdir, tim.plunkett: Change $entity_type to $entity_type_id and $entity_info to $entity_type/$entity_types. 2014-02-10 09:24:05 +00:00
Alex Pott 20315e1de7 Issue #2164827 by Berdir, Xano, tim.plunkett: Rename the entityInfo() and entityType() methods on EntityInterface and EntityStorageControllerInterface. 2014-01-30 12:14:58 +00:00
Nathaniel Catchpole 098289167d Issue #2042773 by yched, Berdir, pcambra: Change #items within a theme_field() render array from an *array* to the same $items *object* used throughout the rest of the formatter pipeline. 2014-01-24 12:44:59 +00:00
webchick 7ab517f9ef Issue #2177971 by chr.fritsch, Berdir: Remove bundle_keys annotation and related methods. 2014-01-23 23:28:50 -08:00
Nathaniel Catchpole 9c5aac97be Issue #1649780 by effulgentsia, jibran, Wim Leers, nod_, hefox, joelpittet, kaare, BarisW, sun, rbayliss, Cottser, fubhy: Remove first/last/odd/even classes in favor of CSS3 pseudo selectors. 2014-01-15 11:02:11 +00:00
Alex Pott 814aed203d Issue #2005716 by tim.plunkett, msonnabaum, dawehner, alexpott, effulgentsia: Promote EntityType to a domain object. 2014-01-01 11:08:57 +01:00
webchick bb4359a428 Issue #2067079 by yched, andypost: Remove the Field Language API. 2013-12-27 22:42:52 -08:00
Nathaniel Catchpole ba6591cdd2 Issue #2018319 by yched, swentel, pcambra: Remove field_read_field(s)() and field_read_instance(s) in favor of entity_load() and entity_load_multiple_by_properties(). 2013-12-19 14:10:57 +00:00
Alex Pott cdac25ee08 Issue #2143263 by plopesc | yched: Remove "Field" prefix from FieldDefinitionInterface methods. 2013-12-09 19:19:58 -04:00
Nathaniel Catchpole 160e691c08 Issue #1503314 by swentel, amateescu, bojanz: Remove the concept of active / inactive (field types, storage) from Field API. 2013-12-03 13:34:33 +00:00
Nathaniel Catchpole 15fded0c84 Issue #1988612 by effulgentsia, yched, Wim Leers, Berdir, Pancho: Apply formatters and widgets to rendered entity base fields, starting with node.title. 2013-12-03 11:53:16 +00: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
webchick e04d6380cd Issue #1106344 by mgifford, BarisW: Taxonomy term reference field headers always should be rendered with a HTML header (invisible or not). 2013-11-05 09:19:50 -08:00
Alex Pott 840e20aec6 Issue #2097691 by plopesc, amateescu: Move FIELD_CARDINALITY_UNLIMITED constant to FieldDefinitionInterface. 2013-10-26 09:26:00 -07:00
Alex Pott 00249dba68 Issue #2011082 by jiff, phiit, swentel, pfrenssen: Replace drupal_container() with Drupal::service() in the field module. 2013-10-19 09:32:02 +01:00
Alex Pott c1027b9d1a Issue #2050835 by Berdir | yched: Move Widget, Formatter, and FieldType plugin types to the Core\Field system. 2013-10-18 12:57:37 +01:00
Nathaniel Catchpole 04b4a96c8f Issue #2045931 by PerthSam152, LinL, adsw12, joelpittet: Replace all module_exists() deprecated function calls. 2013-10-16 13:18:18 +01:00
Nathaniel Catchpole 759dad87cb Revert "Issue"
This reverts commit cc84f3903c - bad
commit message.
2013-10-16 13:18:18 +01:00
Nathaniel Catchpole 7c219bbfc1 Issue #2060705 by yched, Hydra, swentel, amateescu: Remove the 'hidden widget' plugin, it is actually never used. 2013-10-16 12:21:17 +01:00
Nathaniel Catchpole cc84f3903c Issue 2013-10-16 12:19:18 +01: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 ad5810ed20 Issue #2047997 follow-up by asimmonds: Remove FIELD_BEHAVIOR_* constants. 2013-10-05 16:10:27 -07:00
Jennifer Hodgdon f4c5be06a4 Issue #1969256 by zhuber, ronan.orb: Replace stdClass with object in param docs, as per standards 2013-10-04 06:24:54 -07:00