Commit Graph

42 Commits (9b3f8719d29f579099f81f150c7a5b74d4737229)

Author SHA1 Message Date
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 22a09e4daf Issue #2013891 by swentel: Remove widget config schema from text, options and field modules. 2013-06-14 23:31:17 +02: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 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 88e6a760b7 Issue #1818570 by Berdir, effulgentsia, das-peter, andypost: Convert users to the new Entity Field API. 2013-06-06 11:20:38 +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 9f57b6fa24 Issue #1868772 by tim.plunkett, sun, heyrocker: Convert filters to plugins. 2013-05-22 10:30:56 -07:00
Alex Pott 530a6eda68 Issue #1957888 by ParisLiakos, Berdir: Fixed Exception when a field is empty on programmatic creation. 2013-05-21 16:54:06 -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 071dccf69f Issue #680546 followup by swentel, Cottser, sun: [Followup] Add a custom 'number of values' for 'multiple / multi-value' field. (e.g. nodereference, imagefield). 2013-05-19 10:37:19 -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
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 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
Alex Pott 6ed57d39c5 Issue #1946404 by tim.plunkett, amateescu, swentel: Convert forms in field_ui().admin.inc to the new form interface. 2013-04-27 00:28:10 +01:00
Nathaniel Catchpole bba539c65f #1869562 by fago, berdir, dawehner: Avoid instantiating EntityNG field value objects by default. 2013-04-26 09:32:17 +01: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
catch ae0984f871 Issue #1942346 by swentel: Convert Field API variables to CMI. 2013-04-22 22:57:38 +01: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 a820153fa5 Issue #1735118 by swentel, yched, xjm, larowlan, alexpott, tim.plunkett: Convert Field API to CMI. 2013-04-13 18:06:40 +01:00
webchick 17a2aa62ff Issue #1719640 by nod_, droplet, Wim Leers, SebCorbin: Use 'button' element instead of empty links. 2013-04-12 20:25:44 -07:00
webchick dd85e54ab1 Issue #1799594 by nod_, Wim Leers, jessebeach, jcisio: Update to jQuery 1.9 version. 2013-04-09 13:58:51 -07:00
Dries 6a8bb2e4d4 Issue #1152216 by sun, jhedstrom: Fixed (Long) text field (textarea) with 'Default' formatter does not retain newlines. 2013-03-09 17:13:15 -05:00
Dries 1b4d29c864 Issue #1930974 by jenlampton: Update description text on Placeholder. 2013-03-09 16:49:27 -05:00
webchick f47ff3ecbb Issue #1911884 by quicksketch, Wim Leers: Enable CKEditor in the Standard install profile. 2013-03-08 20:59:42 -08: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 bdadc0a7af Issue #1919210 by vijaycs85, rahuldolas123: Create configuration schemas for text module. 2013-02-27 17:37:13 -05:00
Dries aafa1150d8 Issue #1785012 by beltofte, hass, YesCT: Standardize capitalization on actions for node operations: 'revert', 'view', 'edit', 'translate', 'delete'. 2013-02-14 21:53:23 -05:00
webchick 2215dc2ecd Issue #1877632 by fago, jhodgdon: Improve comments and clean-up code for EntityNG and the TypedData API. 2013-01-24 10:07:44 -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
catch bbcf047060 Issue #611294 by swentel, tsphethean: Refine permissions for Field UI. 2013-01-17 21:37:31 +00:00
webchick bd4bd8e5e8 Issue #1888744 by nick_schuch: Fixed text.module missing text_library_info() - does not explicitly declare js dependencies. 2013-01-16 21:10:56 -08:00
Dries a2ae42b33b Issue #1853720 by vijaycs85, sun, Gábor Hojtsy: Fixed Hide language selection option is backwards. 2013-01-15 20:11:30 -05: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 c96966f079 Issue #1869250 by fago, Berdir, das-peter, YesCT, mradcliffe, fubhy: Various EntityNG and TypedData API improvements. 2013-01-02 11:51:19 +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
Dries c85c994db2 Issue #1824500 by Wim Leers, tkoleary, frega, jessebeach, henribergius, effulgentsia, nod_, yched: In-place editing for Fields. 2012-12-21 12:03:57 -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