Alex Pott
|
bcc5763239
|
Issue #1953408 by swentel, aspilicious, andypost, yched: Remove ArrayAccess BC layer from field config entities.
|
2013-10-04 08:55:32 +01:00 |
webchick
|
0dd4b14fbb
|
Issue #2099261 by JulienD, mr.baileys, amateescu: Fixed field_help() no longer lists field_type()/widget modules and can throw undefined index notice.
|
2013-10-02 09:25:40 -07:00 |
Nathaniel Catchpole
|
1aeee1cd39
|
Issue #2004244 by Berdir, plach, tim.plunkett, msonnabaum, das-peter: Move entity revision, content translation, validation and field methods to ContentEntityInterface.
|
2013-10-01 12:42:30 +01:00 |
Alex Pott
|
691a576259
|
Issue #1994140 by Berdir, yched, fgm, smiletrl: Unify entity field access and Field API access.
|
2013-09-30 15:14:06 +02:00 |
Nathaniel Catchpole
|
7e163dbb19
|
Issue #1751194 by Cottser, mikl, effulgentsia, benjifisher: Introduce hook_theme_suggestions_HOOK() and hook_theme_suggestions_HOOK_alter().
|
2013-09-29 08:19:59 +01:00 |
Alex Pott
|
10b43b953b
|
Issue #1953528 by swentel, Hydra: Store 'per-bundle view mode settings' in CMI, get rid of field_bundle_settings() & its variable.
|
2013-09-27 12:06:58 +02:00 |
Nathaniel Catchpole
|
9e5def44b7
|
Issue #1778122 by scor, linclark, effulgentsia: Fixed Enable modules to inject attributes into field formatters, so that RDF attributes get output on the appropriate elements.
|
2013-09-20 10:59:23 +01:00 |
Dries
|
65b155d9c2
|
Issue #1199946 by alexpott, fubhy, bojanz, steinmb, chx, catch: Fixed Disabled modules are broken beyond repair so the 'disable' functionality needs to be removed.
|
2013-09-19 18:22:53 +02:00 |
webchick
|
034d956906
|
Issue #2075095 by yched, amateescu: Widget / Formatter methods signatures needlessly complex.
|
2013-09-16 08:52:28 -07:00 |
Nathaniel Catchpole
|
3a7bfeac10
|
Issue #1983554 by plach, effulgentsia, Berdir: Remove BC-mode from EntityNG .
|
2013-09-16 12:28:20 +01:00 |
webchick
|
5bb0d5e667
|
Issue #2053489 by chx, tim.plunkett: Standardize on \Drupal throughout core.
|
2013-09-15 20:58:10 -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 |
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 |
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 |
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 |
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
|
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 |
Nathaniel Catchpole
|
f9ec71dfcc
|
Issue #2045935 by benjy: Replace all module_hook() deprecated function calls.
|
2013-08-01 14:42: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
|
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 |
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
|
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 |
Nathaniel Catchpole
|
54b703ed4b
|
Issue #1843728 by jenlampton, thund3rbox, mr.baileys, Cottser: Remove template_process_field().
|
2013-07-11 10:26:38 +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 |
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
|
d988a30f87
|
Issue #1810370 by plach, kfritsche, berdir, alexpott, xjm, chx: Entity Translation API improvements.
|
2013-06-30 20:09:38 -04: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
|
4586ea128d
|
Issue #2014821 by amateescu, swentel: Introduce form modes UI and their configuration entity.
|
2013-06-27 22:24:39 +01:00 |
Dries
|
da60ebc321
|
Issue #2028175 by effulgentsia: Finish the removal of non-formatter's prepareView().
|
2013-06-26 22:17:42 -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
|
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 |
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
|
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
|
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
|
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
|
5ccb432956
|
Issue #1969136 by swentel: Move field_reserved_columns() to a static method.
|
2013-06-05 12:40: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
|
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
|
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 |
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 |
catch
|
ae0984f871
|
Issue #1942346 by swentel: Convert Field API variables to CMI.
|
2013-04-22 22:57:38 +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
|
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 |
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
|
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 |
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
|
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 |
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 |
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 |
webchick
|
0038f2a936
|
Issue #1900356 by swentel: Fixed Redundant space in theme_field() function.
|
2013-01-29 20:53:03 -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 |
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
|
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 |
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 |
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
|
b09642317a
|
Issue #1774332 by c960657: Better handling of invalid/expired cache entries.
|
2012-11-28 21:36:29 +00:00 |
catch
|
b28e80dd59
|
Issue #1831240 by yched: Register Field API plugin managers in the DIC.
|
2012-11-14 11:23:17 +00: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
|
b149df70af
|
Issue #1785748 by yched, swentel, Stalski: Field formatters as plugins.
|
2012-10-13 23:04:15 -07:00 |
Dries
|
8a3a18bbb2
|
Issue #1798782 by andreiashu: Convert field_purge_batch_size() to CMI.
|
2012-10-05 12:09:40 -04:00 |
catch
|
43942f8ad0
|
Issue #1040790 by yched, swentel, geerlingguy, beejeebus, Berdir: Fixed _field_info_collate_fields() memory usage.
|
2012-09-28 23:11:59 +01:00 |
Dries
|
6824ba0ed7
|
Issue #1696640 by fago, effulgentsia, tim.plunkett, dixon_, plach: Add a uniform Entity Property API.
|
2012-09-28 13:00:24 -04:00 |
Jennifer Hodgdon
|
0790cd975b
|
Issue #1326634 by xjm, NROTC_Webmaster, dellintosh, xenophyle: Fix up API docs in field module
|
2012-09-27 08:44:17 -07:00 |
webchick
|
c63f99d61e
|
Issue #1785256 by yched, Stalski, zuuperman, sun, tstoeckler, aspilicious, EclipseGc, larowlan: Widgets as Plugins.
|
2012-09-26 15:39:39 -04:00 |
catch
|
f556c0b023
|
Issue #1760786 by sun: Move entity system 'back' into a Drupal\Core component.
|
2012-09-12 10:18:04 +01:00 |
catch
|
4f37cf0255
|
Issue #1700382 by Albert Volkman, cam8001: Replace remaining references to drupal_attributes() with new Attributes().
|
2012-09-04 14:32:47 +01:00 |
Dries
|
f40a69c510
|
- Patch #1374030 by aspilicious, Berdir, tim.plunkett: remove entity_extract_ids() now we have proper classed entity objects.
|
2012-08-11 12:19:01 -04:00 |
webchick
|
4c97c097ae
|
Issue #1551140 by Berdir, fago: Remove stub entities, replace entity_create_stub_entity().
|
2012-08-07 12:22:09 -07:00 |
Dries
|
33d4ef886c
|
- Patch #1290694 by hefox, tlattimore, c4rl, chx, tim.plunkett, tstoeckler, msonnabaum: provide consistency for attributes and classes arrays provided by template_preprocess().
|
2012-08-03 11:31:18 -04:00 |
webchick
|
9df50e2f14
|
Issue #1599306 by bojanz, exratione: Fixed field_sync_field_status() needlessly rebuilds module data, slows down installation dramatically.
|
2012-07-03 11:43:40 -07:00 |
webchick
|
c195d872bc
|
Issue #1630264 by vasi1186, fubhy, Gábor Hojtsy: Move field language fallback code from Locale to Field and field language handling for nodes to Node.
|
2012-06-15 19:14:22 +02:00 |
Jennifer Hodgdon
|
50a7330b56
|
Issue #1454266 by Chaulky, Volx: fix documentation for field_bundle_settings
|
2012-05-24 15:16:35 -07:00 |
Dries
|
2379c9b95b
|
- Patch #1587822 by drumm, bfroehle: Code style: link in field_system_info_alter().
|
2012-05-18 16:38:28 -04:00 |
Jennifer Hodgdon
|
467a825239
|
Issue #1358944 by wulff, Désiré: Fix ingroup/addtogroup syntax
|
2012-05-17 05:58:49 -07:00 |
catch
|
74c409f134
|
Issue #1495024 by Berdir, Rob Loach, fago: Convert the entity system to PSR-0.
|
2012-05-16 12:38:40 +09:00 |
catch
|
fe01ab6e16
|
Issue #1542682 by Berdir: Convert exception classes in field.module to PSR-0.
|
2012-05-07 11:56:49 +09:00 |