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 |