Commit Graph

707 Commits (17ccb8b1daa09d2e79f465b7d868c27af2dfd291)

Author SHA1 Message Date
webchick 5bb0d5e667 Issue #2053489 by chx, tim.plunkett: Standardize on \Drupal throughout core. 2013-09-15 20:58:10 -07:00
webchick 0451a6d700 Issue #2083811 by yched, plach: Remove langcode nesting for fields in entity structures. 2013-09-12 22:35:51 -07:00
webchick 670e43b51e Issue #2087449 by andypost: Fixed broken tests FieldAttachOtherTest->testFieldAttachCache(). 2013-09-12 15:05:22 -07:00
Jennifer Hodgdon 2463750d31 Issue #2083943 by Xano, InternetDevels, longwave: Fix spelling errors in various documentation 2013-09-12 07:01:59 -07:00
webchick 9bb5d68aef Issue #2083835 by yched: Fixed theme('field') displays no value on empty fields even if the formatter returned an output. 2013-09-11 13:29:55 -07:00
webchick d009cac09c Issue #2074037 by Wim Leers, effulgentsia: Add drupalPostUrl() — drupalPost()/drupalPostAjax() are for forms only, D8 JS performs non-form HTTP requests. 2013-09-11 12:41:33 -07:00
webchick e05902e5da Issue #2084513 by donquixote, EclipseGc: Annotation class loading could be more elegant. 2013-09-11 12:36:35 -07:00
Alex Pott 678df35b2b Issue #2061331 by yched, plopesc: Added helper methods getEntity() in FieldInterface / FieldItemInterface. 2013-09-11 00:20:54 +02:00
Alex Pott 304da11c95 Issue #2081609 by yched: Fixed field purge should bail out on unknown entity types. 2013-09-09 18:39:09 +02:00
Dries 8e7a80adf5 Issue #2078507 by yched: Add explicit upgrade path tests for fields shared between entities. 2013-09-06 13:17:32 -04:00
Nathaniel Catchpole fb38555e50 Issue #2079011 by Berdir, alexpott: Move field.module constants related to storage to EntityStorageControllerInterface. 2013-09-05 10:41:02 +01:00
Dries f6cc0f9848 Issue #2074547 by plopesc, effulgentsia, yched: Remove ConfigFieldItemInterface::getInstance(). 2013-09-04 16:51:00 -04:00
webchick 91d8b13c6f Issue #2079025 by yched, Berdir: Remove dead code (e.g. field_test().storage.inc) due to entity storage refactoring. 2013-09-02 13:26:08 -07:00
webchick b028d3174d Revert "git commit -m Issue"
This reverts commit a234a4fa3b.

Bad commit message. :P
2013-09-02 13:25:38 -07:00
webchick a234a4fa3b git commit -m Issue 2013-09-02 13:25:15 -07:00
webchick 455749e07a Issue #2078847 by andypost: Clean-up the rest of 'plugin.manager.entity' to 'entity.manager'. 2013-09-02 13:10:01 -07:00
Alex Pott 7742cc3563 Issue #2057869 by dawehner, jibran: Provide an alias for 'plugin.manager.entity' called 'entity.manager'. 2013-09-01 13:24:15 +01: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
webchick 8bd23e4bdd Issue #2065393 by dlu: Find 'use Drupal' and replace with inline references to \Drupal. 2013-08-30 23:28:33 -07:00
webchick 9def98f6a7 Issue #2061987 by InternetDevels: Replace user_access() calls with ->hasPermission() in field module. 2013-08-29 08:30:05 -07:00
webchick cb599de3be Issue #2056405 by plopesc, yched: Let field types provide their support for 'default values' and associated input UI. 2013-08-28 14:56:08 -07:00
webchick 8671e6c141 Issue #2071969 by yched: Fixed Serialize interface not reliable. 2013-08-27 23:38:47 -07:00
Alex Pott a04c933440 Issue #2071479 by pameeela: Fixed Incorrect replacement documented for @deprecated field_info_instance(). 2013-08-28 01:11:10 +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
Nathaniel Catchpole 94cd6717a8 Issue #1939994 by Berdir, rlmumford: Complete conversion of nodes to the new Entity Field API. 2013-08-27 11:36:16 +01:00
Alex Pott e2e8b97551 Issue #2071997 by yched: Fixed Race condition in caching of field & instance definitions. 2013-08-25 09:48:46 +01:00
Nathaniel Catchpole a2d86efbd6 Issue #2050801 by yched, amateescu: Unify handling of default values between base and configurable fields. 2013-08-21 02:04:06 +01:00
Alex Pott 375a708147 Issue #2067127 by yched: Reorganize the contents of field.* files. 2013-08-20 11:58:32 +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
webchick c3be1f10ee Issue #2057227 by vijaycs85, YesCT, Gábor Hojtsy: Fixed Field instance needs uri() method different from the default. 2013-08-15 10:59:35 -07:00
webchick 3cf100dfcd Issue #1957142 by damiankloip, fubhy, cosmicdreams: Replace config() with Drupal::config(). 2013-08-14 09:54:28 -07:00
Jennifer Hodgdon ef200672ad Issue #2059785 by kiamlaluno, longwave: Fix punctuation in field_view_field() docs 2013-08-13 08:09:27 -07:00
Alex Pott 7833e61c45 Issue #2051157 by yched, swentel: Fixed pass () as a param to ConfigFieldItem::settingsForm(). 2013-08-13 06:34:01 -05:00
Nathaniel Catchpole 772849f021 Issue #2060003 by claudiu.cristea, yched: Fixed Wrong precedence in Field::getFieldSetting[s]() when setting appears in both field and instance. 2013-08-12 03:40:21 +01:00
webchick 5bcf733848 Issue #2058257 by effulgentsia: Fix ConfigFieldItemInterface's method signatures to typehint interfaces instead of classes. 2013-08-06 23:48:46 -07:00
Alex Pott b44b584d79 Issue #2054699 by pcambra: Ensure config entity id is set for computed composite ids. 2013-08-03 23:05:02 +02:00
Alex Pott 637e6fb8d2 Issue #2035315 follow-up by swentel: [Follow up] Add a dedicated @FieldWidget annotation. 2013-08-03 16:53:39 +02:00
Alex Pott 353dcd9344 Issue #2056761 by janstoeckler: Remove Unused local variable from /core/modules/field/lib/Drupal/field/Tests/FieldImportCreateTest.php. 2013-08-03 12:35:03 +02:00
Alex Pott 299682efda Issue #2056827 by janstoeckler: Remove Unused local variable $module_handler() from /core/modules/field/lib/Drupal/field/Plugin/Core/Entity/FieldInstance.php. 2013-08-03 12:31:47 +02:00
Nathaniel Catchpole f9ec71dfcc Issue #2045935 by benjy: Replace all module_hook() deprecated function calls. 2013-08-01 14:42:18 +01:00
Nathaniel Catchpole dbcb65bd47 Issue #2032369 by yched: Fixed _update_8003_field_create_field() relies on field schemas never changing and plugins being available. 2013-08-01 14:40:18 +01: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
Nathaniel Catchpole 63d299d9d2 Issue #2051721 by yched: Get rid of field_get_items(). 2013-08-01 13:46:59 +01:00
Alex Pott e33ddd1b74 Issue #2045923 by drupalrv, tim.plunkett: Replace all module_invoke_all() deprecated function calls in procedural code. 2013-08-01 10:10:33 +02:00
webchick 06e1dd8b0f Issue #1987602 by glennpratt, juampy, pwieck, vijaycs85, dawehner, tim.plunkett, effulgentsia: Convert ajax_form_callback() to a new style controller. 2013-07-31 22:21:45 -07:00
Alex Pott 8242143eca Issue #2051847 by dawehner: Fixed AnnotatedClassDiscovery::getDefinitions is critically slow when viewing nodes with comments. 2013-07-29 01:19:12 +02: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
Nathaniel Catchpole d3c5919d17 Issue #2045919 by drupalrv: Replace all module_implements() deprecated function calls. 2013-07-27 15:30:10 +01:00
Alex Pott 1aebdc7390 Issue #2048833 by larowlan, andypost: Fixed Prepare cache called on field items without checking if PrepareCacheInterface is implemented. 2013-07-26 17:58:50 +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
Alex Pott f1ce57ce4a Issue #2047983 follow-up by plopesc: Mark field_info_()*_types() / field_info_()*_settings() functions as deprecated. 2013-07-26 16:05:20 +02:00
Alex Pott d88a2be443 Issue #2043379 by tim.plunkett: Allow plugins to be discovered in any directory. 2013-07-25 00:57:30 +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
Nathaniel Catchpole 197ad58ca8 Issue #2046445 by FMB: Replace inappropriate translatatable string in core/modules/field/field.views.inc. 2013-07-24 09:47:01 +01:00
Alex Pott 94b394600f Issue #2047983 by yched: Mark field_info_()*_types() / field_info_()*_settings() functions as deprecated. 2013-07-24 02:42:16 +02:00
Alex Pott 2a1e1472c1 Issue #2009008 by pplantinga, InternetDevels, duckx, benjifisher: Replace theme() with drupal_render() in field and field_ui() modules. 2013-07-24 00:21:55 +02: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 14708544c8 Issue #2031885 by droplet: Add t() context to 'Order' string. 2013-07-16 20:56:44 -04:00
Alex Pott d03acd3ce9 Issue #1831080 by dawehner, IshaDakota, YesCT: Remove the 'More' area from the bottom of handler configuration. 2013-07-14 14:01:25 -04:00
Nathaniel Catchpole 54b703ed4b Issue #1843728 by jenlampton, thund3rbox, mr.baileys, Cottser: Remove template_process_field(). 2013-07-11 10:26:38 +01:00
Alex Pott 5207055bc6 Issue #2032393 by effulgentsia: Limit APIs to FieldDefinitionInterface when FieldInstance isn't needed. 2013-07-10 20:28:14 +01:00
Alex Pott 06cb438e03 Issue #2003892 by tim.plunkett, vijaycs85: Convert date formats to config entities. 2013-07-09 19:57:20 +01:00
Alex Pott 8c19f192d9 Issue #2034563 by dawehner: Switch field plugin managers to DefaultPluginManager. 2013-07-05 21:58:18 +01:00
Alex Pott a4c65bec40 Issue #1825896 by dawehner, damiankloip, heddn: Add module owner to plugin data on handlers. 2013-07-05 21:54:59 +01:00
Alex Pott 5fc86b0029 Issue #1868004 by fago, das-peter, Berdir, EclipseGc, fubhy the cat, dixon_: Improve the TypedData API usage of EntityNG. 2013-07-05 19:43:36 +01:00
Nathaniel Catchpole 8ceb6e1719 Issue #1971158 by Berdir, beejeebus, alexpott, amateescu: Add loadMultiple() and listAll() caching to (cached) config storage. 2013-07-05 14:45:20 +01:00
Alex Pott b48f8fda69 Issue #2030925 by echoz: Quote rtl attribute selector. 2013-07-02 13:40:19 +01:00
Nathaniel Catchpole 1fcea0a54b Issue #2031707 by andypost, larowlan: Fixed field_sync_field_status() does not enable fields defined without hook_field_info(). 2013-07-02 11:22:09 +01:00
Dries 58de5374c4 Issue #2024833 by claudiu.cristea: Adopt load() and loadMultiple() on entity storage controllers. 2013-06-30 20:09:38 -04:00
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 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 bfba7b8de9 Issue #2015789 by fubhy, echoz, rteijeiro, LewisNyman, penyaskito: Remove language_css_alter() (RTL stylesheets) in favor of HTML 'dir' attribute. 2013-06-28 09:47:08 +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
Dries a5ae85b347 Issue #2019147 by swentel, andypost: Mark functions in field.info.inc deprecated. 2013-06-27 08:12:11 -04:00
Alex Pott 46973e74b5 Issue #111715 by andypost, swentel, tim.plunkett, sun, Berdir, amateescu, kkaefer, YesCT, dagmar, chx: Convert node/content types into configuration. 2013-06-27 06:48:51 +01:00
Dries 0d1cf2c1c3 Issue #2028403 by fago: Mark field_attach_()* functions as deprecated. 2013-06-26 22:19:04 -04:00
Dries da60ebc321 Issue #2028175 by effulgentsia: Finish the removal of non-formatter's prepareView(). 2013-06-26 22:17:42 -04:00
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
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
catch 7b29749998 Issue #1949988 by amateescu, netsensei: Simplify field_entity_field_info() now that all field types have a field item class. 2013-04-06 22:53:30 +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
Alex Pott 12b09da4bf Issue #1895266 by damiankloip, dawehner: Convert views to use the ModuleHandler. 2013-04-05 13:32:19 +01:00
Jennifer Hodgdon 893ca9e140 Issue #1614108 by Xano, bartmcpherson: Add documentation to hook_field_extra_fields for missing properties in return array 2013-04-04 15:43:37 -07:00
webchick 7e465a9b17 Issue #1888390 by dawehner, damiankloip, tim.plunkett: Change 'human_name()' to 'label' and replace View::getHumanName() with View::label(). 2013-04-03 12:57:49 -07:00
catch 31bd200679 Issue #1944674 by damiankloip, dawehner: Improve performance of ViewsDataCache. 2013-04-03 11:52:26 +01:00
webchick 0b306f9385 Issue #1956434 by Berdir, amateescu: Fixed Can't edit nodes with entity reference fields. 2013-03-30 20:08:25 -07:00
webchick 46284d2e07 Issue #1927884 by Alan D., swentel: Always return an array from field_get_items(). 2013-03-30 16:44:45 -07:00
webchick 02f199f62b Issue #1400256 by mahaprasad, David_Rothstein, amcgowanca: Tests for field info cache. 2013-03-26 22:08:29 -07:00
catch fc7c38bde8 Issue #1764474 by Berdir, chx, alexpott, pounard, msonnabaum: Make Cache interface and backends use the DIC. 2013-03-22 09:36:55 +00:00
webchick e6f953db92 Issue #1875182 by yched: Pass plugin definition to plugin instances instead of discovery object. 2013-03-19 17:28:35 -04:00
webchick 1bec76308f Issue #1446382 by plach: Need a reliable way to determine if a specific bundle for an entity type is translatable. 2013-03-18 05:40:12 -07:00
webchick 0aaed25e2d Issue #1919164 by Vikas Negi, sandipmkhairnar, vijaycs85: Create configuration schemas for field module. 2013-03-17 09:35:29 -07:00
Dries 9ce08a3a2b Issue #1938030 by dawehner: Replace View's usage of drupal_container()->get() with Drupal::service(). 2013-03-13 17:29:08 -04: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 957b556442 Issue #1932596 by ACF: Change site_name() into config in userpasswordreset.test and formtest. 2013-03-09 10:16:21 -05:00
webchick 29146a41de Issue #1806334 by dawehner, xjm, tim.plunkett, rootatwc: Convert the node listing at /node to Views. 2013-03-08 21:20:26 -08:00
Dries d2ace64a64 Issue #1623574 by droplet, thund3rbox, sun, stevecowie: Remove trailing space from form element labels and field labels (HTML nbsp). 2013-03-07 10:49:05 -05:00
Dries 6bf13bd87b Issue #1793074 by cweagans, sun, chx: Convert .info files to YAML. 2013-03-06 17:51:39 -05:00
catch 13bd2b25ec Issue #1849752 by effulgentsia, Berdir, jibran, neclimdul: Abstract non-Drupal-specific parts of AnnotatedClassDiscovery into a Drupal\Component base class. 2013-03-06 22:02:58 +00:00
webchick 057dd5110f Issue #1919142 by tim.plunkett, dawehner: Convert Views UI AJAX forms to use FormInterface. 2013-03-03 17:01:21 -05:00
catch 780b439297 Issue #1836008 by dawehner, Berdir, alexpott, katbailey, effulgentsia, EclipseGc: Fixed Remove drupal_classloader() use in Drupal\Core\AnnotatedClassDiscovery. 2013-02-28 11:24:13 +00: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
webchick d4c21cd945 Issue #1893108 by Berdir, dawehner: Convert most entity tests to DrupalUnitTestBase. 2013-02-27 21:18:48 -05:00
catch 98294873f5 Issue #1839068 by Berdir, fago: Implement the new entity field API for the file field type. 2013-02-21 10:04:20 +00:00
catch 4ad272c1c1 Issue #1882240 by dawehner, tim.plunkett: Remove default assignment of render_controller_class() in EntityManager. 2013-02-18 11:11:46 +00:00
webchick 5549278cd4 Issue #1912748 by samhassell: Rename ' Views Modules' test group. 2013-02-09 14:03:36 -08:00
catch 1c92546e41 Issue #1826602 by damiankloip, xjm, sun, dawehner, EclipseGc: Allow all configuration entities to be enabled/disabled. 2013-02-06 12:00:39 +00:00
catch b30e657b35 Issue #1846648 by yched, swentel: Rename field_attach_submit(), because it is also called from within validation. 2013-02-04 14:30:22 +00:00
webchick 72711258b1 Issue #1810480 by dawehner, ACF: Provide the plugin_id() to support views metadata integration. 2013-02-01 18:15:01 -08:00
Dries 1f5e126d29 Issue #1852104 by sun, nod_, Cottser, swentel: #type details: Remove #collapsible property. 2013-02-01 16:48:05 -05: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
webchick 38e9b30c2b Issue #1851706 by yched, effulgentsia, tim.plunkett: Fixed Make all core plugin managers be consistent as to whether or ->discovery is passed to the factory. 2013-01-30 14:28:45 -08:00
webchick 0038f2a936 Issue #1900356 by swentel: Fixed Redundant space in theme_field() function. 2013-01-29 20:53:03 -08:00
webchick a63c6cbc8a Issue #1839082 by Berdir: Implement the new entity field API for the field test field type. 2013-01-29 20:04:12 -08:00
catch 7c61f4aa1b Issue #1834184 by dawehner: Fixed Add basic views hooks to hook_hook_info(). 2013-01-28 22:54:44 +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
Dries de63cbb859 Issue #61285 by typhonius, catch: remove poll module from core. 2013-01-23 12:29:29 -05:00
webchick 3f8b6a1a84 Issue #1894784 by dawehner: Remove api_version from views 2013-01-21 16:35:35 -08:00
catch b3f18a65cc Issue #1891036 by damiankloip: Make 'click sortable' default to TRUE. 2013-01-21 20:59:01 +00:00
catch 10ab47224d Issue #1331486 by katbailey, chx, sun, beejeebus, amateescu: Move module_invoke_*() and friends to an Extensions class. 2013-01-21 19:21:34 +00:00
catch 2cf9e49ebc Revert "Issue #1331486 by katbailey, chx, sun, beejeebus, amateescu: Move module_invoke_*() and friends to an Extensions class. Broke core tests after commit."
This reverts commit c80c3e18f1.
2013-01-21 13:53:28 +00:00
catch c80c3e18f1 Issue #1331486 by katbailey, chx, sun, beejeebus, amateescu: Move module_invoke_*() and friends to an Extensions class. 2013-01-21 11:02:01 +00:00
webchick a7e9817989 Issue #1740470 follow-up by Wim Leers, larowlan, jibran: Clean-ups to phone field. 2013-01-18 21:28:07 -08:00
webchick dd8c44b490 Issue #1757564 by damiankloip, dawehner, tim.plunkett: Change 'name' to 'id' on View entity. 2013-01-18 21:10:42 -08:00
webchick bc237f9a13 Issue #1831264 by tim.plunkett: Use the Entity manager to create new controller instances. 2013-01-18 20:58:23 -08:00
Dries ef658a6b62 Issue #1740470 by nick_schuch, rbayliss, patrickd, lliss, larowlan, webflo: added a new phone number field type. 2013-01-18 13:17:06 -05:00
webchick 62c93ff8d4 Issue #1253820 by yched, zserno, tim.plunkett, xjm, effulgentsia, plach: Fixed It's impossible to submit no value for a field that has a default value. 2013-01-16 09:37:23 -08:00
Dries 248284df26 Issue #1889826 by tim.plunkett: DefaultFactory::getPluginClass() is very useful and should be public and static. 2013-01-16 11:02:59 -05:00
catch d049222620 Issue #1876942 by damiankloip, dawehner, tim.plunkett: Use direct methods instead of arrayAccess for display handlers. 2013-01-15 16:34:32 +00:00
catch db1122d6ab Issue #1778178 by fago, Berdir, effulgentsia, mradcliffe, das-peter: Convert comments to the new Entity Field API. 2013-01-14 10:59:47 +00:00
webchick 579c3ba7e1 Issue #1867572 by swentel, dawehner, damiankloip, sun: Fixed Field module generates views data for entities without base table. 2013-01-11 00:51:34 -08:00
webchick dd8e4f2d44 Issue #1845372 by xjm, larowlan, Berdir, chx: Fixed Deleting a field from a non-node entity bundle results in an Entity Field Query Exception. 2013-01-10 18:12:12 -08:00
Dries 97ccf0f5f9 Issue #1861838 by tim.plunkett, dawehner: Clean up the various Views field rendering methods. 2013-01-09 16:26:39 -05:00
Dries a6c11e9d4f Issue #1875122 by dawehner, damiankloip: field formatter settings on views are lost. 2013-01-09 16:03:56 -05:00
Jennifer Hodgdon ba7b4570ea Issue #1879214 by swentel, Berdir: Fix param docs for hook_field_attach_create_bundle 2013-01-08 16:19:14 -08:00
webchick 97c3ee2be9 Issue #1875970 by yched, swentel: Pass EntityDisplay objects to the whole entity_view() callstack. 2013-01-08 11:16:16 -08: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
catch 2bd155b106 Issue #1861676 by sun: Remove stylesheets[] and scripts[] .info file property support for modules. 2012-12-27 22:26:37 +00:00
webchick 0f2232c3a0 Revert "Issue #1810480 by dawehner, ACF: Provide the plugin_id() to support views metadata integration."
Oops. Broke testbot.

This reverts commit 015d61bc03.
2012-12-26 12:14:40 -08:00
webchick 015d61bc03 Issue #1810480 by dawehner, ACF: Provide the plugin_id() to support views metadata integration. 2012-12-26 10:53:54 -08:00
webchick 01567a6343 Issue #1867782 by damiankloip, tim.plunkett: Replace _views_fetch_data() with cache class. 2012-12-21 21:15:44 -08:00
webchick dc6c7a4be9 Issue #1850792 by damiankloip, dawehner, tim.plunkett: Make init() method consistent across all views plugins. 2012-12-21 21:11:43 -08: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
Dries ca2f0a8c0d Issue #1864720 by yched: Minor hysteresis in field_info_instances(). 2012-12-17 16:47:16 -05:00
catch 452ee7ac9e Issue #1187726 by yched: add a comment to field_test_module_implements_alter(). 2012-12-17 11:09:01 +00:00
catch bc801aab00 Issue #1187726 by chx, Berdir, Fabianx, sun: Fixed Add caching for configuration / rework config object loading. 2012-12-14 22:30:50 +00:00
Dries f03337ade5 Issue #1825044 by sun: turn contact form submissions into full-blown Contact Message entities, without storage. 2012-12-14 11:16:41 -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
catch ec9f9b5ed5 Issue #1799218 by ACF, Albert Volkman, anenkov, penyaskito, znerol, LinL: Convert taxonomy_override_selector() and taxonomy_terms_per_page_admin() variables to use configuration system. 2012-12-13 12:18:30 +00:00
catch 0631d191c7 Issue #1855228 by damiankloip: Move Views core module tests to their respective modules. 2012-12-11 16:27:41 +00:00
catch 08df7b0db2 Issue #552604 by sun, lambic, swentel, yched, Lukas von Blarer: Adding new fields leads to a confusing 'Field settings' form. 2012-12-10 12:39:37 +00:00
webchick cd8dd173dd Issue #1824898 by vijaycs85, ACF: Convert drupal_weight_select_max() variable to CMI system. 2012-12-01 20:56:04 -08:00
catch 59d0c1f660 Issue #680546 by swentel, jramby, Cottser, jonathan1055: Added a custom 'number of values' for 'multiple / multi-value' field. (e.g. nodereference, imagefield). 2012-11-29 10:42:00 +00:00
webchick 63619f5c64 Issue #1241938 by swentel, Niklas Fiekas, yched: Added support for #placeholder to relevant Field API widgets. 2012-11-28 23:26:16 -08:00
webchick 9a9a89d143 Issue #1843476 by ACF: Added Change field_test() variables to state system. 2012-11-28 22:31:18 -08:00
catch b09642317a Issue #1774332 by c960657: Better handling of invalid/expired cache entries. 2012-11-28 21:36:29 +00:00
catch a49654afd9 Issue #882666 by mgifford, andrewmacpherson, sun: Fixed Core form descriptions shouldn't use a label when not associated with a form. 2012-11-28 11:57:45 +00:00
webchick d26e8a7d57 Issue #1168246 by sun, mgifford, Manuel Garcia, mbrett5062, ry5n, Everett Zufelt, nod_, aspilicious, deviantintegral, tim.plunkett: Freedom For Fieldsets! Long Live The DETAILS. 2012-11-26 23:07:37 -08:00
catch 4433a2a2a7 Issue #1292470 by sun, tim.plunkett, Berdir, moshe weitzman, pcambra, Niklas Fiekas, andypost et al: Convert user pictures to Image Field. 2012-11-26 10:38:45 +00:00
catch 3ee3f5ad54 Issue #1764278 by tstoeckler, tim.plunkett, yched: Fixed Run PluginManagerBase::processDefinition() in a ProcessDecorator. 2012-11-26 10:34:46 +00:00
catch 5b6721a287 Issue #1848200 by yched: Fixed Random warnings in tests in field_ui().admin.inc. 2012-11-26 10:22:39 +00:00
Dries 3d2c548b41 Issue #1764232 by yched, tim.plunkett: CacheDecorator provides no way to clear cached definitions. 2012-11-23 20:58:38 +01:00
webchick 8fcd5546ba Issue #1831444 by das-peter, Berdir, andypost: Added EntityNG: Support for revisions for entity save and delete operations. 2012-11-21 14:07:53 -08:00
webchick b20cb1dd19 Issue #1837018 by yched: Fixed Possible 'ambiguous column name' error in field_read_fields(). 2012-11-21 12:07:13 -08:00
catch b28e80dd59 Issue #1831240 by yched: Register Field API plugin managers in the DIC. 2012-11-14 11:23:17 +00:00
webchick d249e95a99 Issue #1837022 by yched: Fixed Field API comment fixes. 2012-11-13 21:14:18 -08:00
Jennifer Hodgdon 40d7bc4df3 Issue #1831408 by kotnik: Fix spelling of entity in docs 2012-11-10 06:55:08 -08:00
webchick 07030912aa Issue #1828408 by Amitaibu: Fixed Re-add addTag() and AddMetaData() to EFQ. 2012-11-07 01:16:21 -08:00
catch e941b168f3 Issue #1831202 by yched: Fixed wrong param for field_read_field(). 2012-11-06 16:48:09 +00:00
catch 00613c9009 Issue #1770172 by netsensei, webflo, sun, linclark: Convert email module widgets and formatters to Plugin system. 2012-11-04 21:56:28 +00:00
catch f05404655a Issue #1824180 by fubhy: Fixed Undefined variable () in Field UI module. 2012-11-03 20:02:47 +00:00
Dries 0a9ed3f86b Issue #1798880 by andyceo, LinL, mtunay: Convert teaser_length() to use configuration system. 2012-11-02 10:56:58 -07:00
webchick 238ffe4f74 Issue #1828790 by plach, chx, pfrenssen: Fixed Entity count query not working with fields shared among different entity types. 2012-11-01 22:33:10 -07:00
webchick 76a157fe32 Issue #1763974 by tim.plunkett, EclipseGC, berdir, xjm, neclimdul, FabianX: Convert entity type info into plugins. 2012-10-30 13:37:18 -07:00
catch b9c4744e02 Issue #1801726 by chx, bojanz, plach: EntityFieldQuery v2. 2012-10-30 10:41:42 +00:00
webchick c2874bbce6 Issue #1817180 by zuuperman, tstoeckler, amateescu: Fixed Tests: hook_widget_info_alter() is not called anymore. 2012-10-29 19:00:06 -07:00
catch b938b575f0 Issue #892344 by LaurentAjdnik, pcambra: Fixed Wrong schema description for {cache_field()}. 2012-10-29 22:52:36 +00:00
webchick b94bb8d824 Issue #1821906 by Wim Leers: Allow more Field API public API functions to act on a single field within an entity. 2012-10-27 13:01:08 -07:00
webchick cc38404bcd Issue #1792844 by tim.plunkett: Change more public properties to protected in ViewExecutable and ViewStorage. 2012-10-26 22:19:41 -07:00
webchick 35e917e0d1 Issue #1812822 by larowlan: Fixed field_test_entity_info() does not set a 'label' on the Test Entity. 2012-10-23 19:50:59 -07:00
Tim Plunkett 20ba6bbd18 Issue #1805996 by tim.plunkett: Move Views integration for core to their respective modules. 2012-10-22 14:11:54 -04:00
webchick efa195acbd Issue #1308564 by amontero, madmatter23, kbasarab, guile2912, Deciphered: Added Basic token support in fields' help texts. 2012-10-19 00:33:17 -07:00
Jennifer Hodgdon 7e5a47ce8e Issue #1797106 by zuuperman, dcam, Lars Toomre, xjm: Remove t() from test assertions in Field module 2012-10-18 15:48:14 -07:00
webchick 28045a2e8a Issue #1739928 by vasi1186, YesCT, webflo, Transition, plach, Gábor Hojtsy: Generalize language configuration on content types to apply to terms and other entities. 2012-10-18 01:59:12 -07:00
webchick 3088640cc2 Revert "Issue #1588422 by andypost, disasm, sun, dawehner, vasi1186, alexpott, tim.plunkett, larowlan, Gábor Hojtsy: Convert contact categories to configuration system."
This reverts commit 5cb63c4d13.

Oops. That was a little more patch than we bargained for. :P
2012-10-18 01:54:31 -07:00
webchick 5cb63c4d13 Issue #1588422 by andypost, disasm, sun, dawehner, vasi1186, alexpott, tim.plunkett, larowlan, Gábor Hojtsy: Convert contact categories to configuration system. 2012-10-18 01:25:16 -07:00
webchick 711ed2adec Issue #1814418 by swentel, xjm: Fixed FormatterBase::view() calls field_access() with the wrong order of arguments. 2012-10-17 23:55:55 -07:00
catch a85e06e048 Issue #1665920 by TravisCarden: 'Save and add fields' should be 'Save and manage fields'. 2012-10-17 22:28:33 +01:00
webchick 06132f4bb1 Issue #1812056 by chx: Fixed field sql storage test failing on various MySQL engines due to indexing unbound text fields. 2012-10-17 09:56:50 -07:00
webchick e9ca778b53 Issue #1026616 by fgm, Berdir, Dave Reid, fago: Implement an entity render controller. 2012-10-13 23:40:03 -07:00
webchick b149df70af Issue #1785748 by yched, swentel, Stalski: Field formatters as plugins. 2012-10-13 23:04:15 -07:00
webchick ca64740b0b Issue #1723892 by Berdir, Pancho, das-peter, fago: Support for revisions for entity save and delete operations. 2012-10-13 22:44:26 -07:00
webchick 22ac2df4d9 Issue #1810686 by Rob Loach: Remove the remaining files[] entries . 2012-10-11 23:37:47 -07:00
webchick 89cd70d136 Issue #1778942 by yched, tstoeckler, andypost: Fixed Discovery::getDefinition() / getDefinitions() : inconsistent return values for 'no result.
git commit -am Issue
2012-10-09 21:21:09 -07:00