Commit Graph

65 Commits (7625696dba833902affb92715649b82732deb701)

Author SHA1 Message Date
webchick 5429044d5e Issue #1932652 by Wim Leers, nirbhasa, quicksketch: Add image uploading to WYSIWYGs through editor.module. 2013-08-29 04:27:41 -07: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
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
Dries a18a231ea4 Issue #2056721 by Berdir, effulgentsia: Remove or rename TypedDataInterface::getType(). 2013-08-15 15:23:43 -05:00
webchick 3cf100dfcd Issue #1957142 by damiankloip, fubhy, cosmicdreams: Replace config() with Drupal::config(). 2013-08-14 09:54:28 -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
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 8bed4698c6 Issue #2051177 by yched: Make existing ConfigFieldItem subclasses usable by base fields. 2013-08-03 11:57:45 +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
Alex Pott 4ac8645745 Issue #2049485 by yched: Remove traces of the 'user_register_form()' field setting. 2013-07-26 16:12:36 +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
Alex Pott 8e23b465a6 Issue #2045275 by Berdir: Convert user properties to methods. 2013-07-24 21:40:03 +02:00
Alex Pott 4fc16f8ea1 Issue #2035315 by dawehner: Add a dedicated @FieldWidget annotation. 2013-07-20 01:22:20 +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 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
Alex Pott 93ea9a472b Issue #1987124 by tim.plunkett, h3rj4n, dawehner: Convert filter_admin_format_page() and filter_admin_overview() to a Controller. 2013-06-26 09:17:11 +01:00
Alex Pott a9b5c81657 Revert "Issue #1987124 by tim.plunkett, h3rj4n, dawehner: Convert filter_admin_format_page() and filter_admin_overview() to a Controller."
This reverts commit af5478b863.
2013-06-25 17:44:41 +01:00
Alex Pott af5478b863 Issue #1987124 by tim.plunkett, h3rj4n, dawehner: Convert filter_admin_format_page() and filter_admin_overview() to a Controller. 2013-06-25 16:23:13 +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
Nathaniel Catchpole 195849b2a4 Issue #1872876 by chx, fubhy, dawehner, alexpott, tim.plunkett: Turn role permission assignments into configuration. 2013-06-24 17:38:32 +01:00
Alex Pott 851d7d0ff2 Issue #1777956 by fago, klausi, sun, dasjo: Provide a way to define default values for entity fields. 2013-06-19 10:31:20 +02:00
Alex Pott 5eff1db9f6 Issue #1981336 by aspilicious, andypost, swentel, amateescu: Drop procedural usage of fields in [t*] modules. 2013-06-18 12:43:19 +02: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 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