Commit Graph

378 Commits (15ae76d090ca96313d821a47c4df6ced1b0b410f)

Author SHA1 Message Date
Nathaniel Catchpole d7fa47b49b Issue #1605290 by amateescu, msonnabaum, Caseledde, damiankloip, beejeebus, catch, Berdir, Wim Leers: Enable entity render caching with cache tag support. 2013-09-22 09:31:05 +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 deebed44b2 Issue #2087231 by tim.plunkett, pwolanin: Add a PluginBase in the Core namespace with t() as a helper method. 2013-09-18 18:48:18 -07:00
webchick 4d5d08659d Issue #2077973 by plopesc: Modernize editor.module forms. 2013-09-16 08:35:15 -07:00
webchick 8347b04c34 Issue #2051097 follow-up by tim.plunkett: Remove silly spacing errors. 2013-09-15 22:06:19 -07:00
webchick 7cfa38d01a Issue #2051097 by dawehner, Manuel Garcia, tlattimore, neclimdul: Change 'pattern' to 'path' in *.routing.yml files. 2013-09-15 21:47:28 -07:00
webchick 5bb0d5e667 Issue #2053489 by chx, tim.plunkett: Standardize on \Drupal throughout core. 2013-09-15 20:58:10 -07:00
webchick 99670f0847 Issue #1981368 by tim.plunkett, Crell, webchick: Convert all routes to 'module_name().foo_bar()' naming convention. 2013-09-15 12:59:49 -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 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
webchick 577a41d473 Issue #2027181 by Wim Leers, seutje, Bojhan: Use a CKEditor Widget to create a stellar UX for captioning and aligning images. 2013-09-11 11:48:51 -07:00
webchick f503d2282a Issue #2074509 by tim.plunkett, falcon03, mgifford, Xano: Fixed Add missing #title property to ensure form accessibility. 2013-09-11 00:16:22 -07:00
Alex Pott 51811d8a78 Issue #2062171 by Garbar, m1r1k: Remove calls to deprecated global in favor of current user service in editor module. 2013-09-09 18:11:45 +02:00
Nathaniel Catchpole 085a24e07f Issue #2067017 by damiankloip: Remove usage of DRUPAL_CORE_COMPATIBILITY/VERSION constants. 2013-09-05 10:48:11 +01:00
webchick ee3542fa8c Issue #2078333 by Wim Leers | dcrocks: Fixed Blank links in tool menus because routes are automatically added to the Tools menu. 2013-09-04 10:16:22 -07:00
Alex Pott a8d4542933 Issue #2012312 by tim.plunkett: Remove legacy code from filter.module. 2013-08-29 20:38:58 +01:00
webchick d06b467688 Issue #2033471 by Pancho, Wim Leers, ifrik: Mention core WYSIWYG / CKEditor in editor_help(). 2013-08-29 08:29:20 -07:00
Alex Pott 13ee73e7aa Issue #2066879 by claudiu.cristea: Apply coding standards for interface method declarations. 2013-08-29 13:50:20 +01:00
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
webchick 5b001b81da Issue #2031385 by Wim Leers, Thomas Brekelmans: Fixed Editor's in-place editing AJAX endpoint broken because of #1043198 and routing system bug. 2013-08-19 08:45:11 -07: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 0adcf47245 Issue #2031529 by Wim Leers, oadaeh: Fixed JavaScript error when submitting a form that has a text_format() selector set to a text format without associated text editor. 2013-08-06 23:21:26 -07:00
Dries 394b9d158f Issue #2053731 by StephaneQ: Replace theme() with drupal_render() in editor. 2013-08-05 08:45:10 +02: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
Alex Pott d88a2be443 Issue #2043379 by tim.plunkett: Allow plugins to be discovered in any directory. 2013-07-25 00:57:30 +02:00
Alex Pott aaa2408ccb Issue #2039433 by Wim Leers: Convert EditorManager to extend DefaultPluginManager. 2013-07-20 21:16:48 +01:00
Nathaniel Catchpole 6a34283547 Issue #1969824 by Wim Leers, Barrett: Reword description of Editor module to be grammatically correct. 2013-07-10 22:50:39 +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
webchick 73063ee49a Issue #2035083 by Wim Leers: Fix body in-place editing in teasers by triggering formUpdated event. 2013-07-09 09:39:04 -04:00
webchick 04a84d71d7 Issue #2031385 by Wim Leers: Fixed Editor's in-place editing AJAX endpoint broken. 2013-07-09 09:23:25 -04: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
Dries e924593126 Issue #1678002 by jessebeach, Wim Leers, Gábor Hojtsy: Edit should provide a usable entity-level toolbar for saving fields. 2013-06-29 17:42:22 -04:00
Dries 95cbbbcd43 Issue #1879120 by quicksketch, Wim Leers, larowlan, frega: Use Drupal-specific image and link plugins — use core dialogs rather than CKEditor dialogs, containing alterable Drupal forms. 2013-06-28 13:41:52 -04: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 2de46154c9 Issue #1981306 by aspilicious, andypost, pcambra, swentel, amateescu: Drop procedural usage of fields in [a-e] modules. 2013-06-18 12:38:11 +02:00
Alex Pott db0e911778 Issue #1894644 by Wim Leers, quicksketch: Unidirectional editor configuration -> filter settings syncing. 2013-06-18 12:21:40 +02:00
webchick 3e57871205 Issue #2003616 by DmitryDrozdik, ebeyrent: Replace drupal_container() with Drupal::service() in the editor module. 2013-06-17 01:39:17 -05:00
Alex Pott 814089c93e Issue #1950634 by Wim Leers: Fatal error when creating a new text format with a text editor while JS is disabled. 2013-06-13 22:35:47 +01:00
Alex Pott ba80bc317b Issue #2006278 by Wim Leers: Remove leftover 'module' annotation keys and plugin manager processDefinition() to deal with disabled modules during tests. 2013-06-12 16:23:04 +01:00
Alex Pott c65c6440a5 Issue #2011998 by David_Rothstein: String-parsing in hook_custom_theme() should be replaced with theme callbacks (for now). 2013-06-10 14:03:14 +01:00
Nathaniel Catchpole 579aa78880 Issue #1947720 by damiankloip: Use Drupal::state() to replace state(). 2013-06-05 15:58:21 +01:00
Alex Pott 93e801555b Issue #1987140 by damiankloip: Add a dedicated @InPlaceEditor plugin annotation. 2013-06-05 07:00:32 +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 96b23549d4 Issue #1992744 by quicksketch: Add a dedicated @Editor plugin annotation. 2013-05-20 13:29:40 -07:00
Dries ea2ac54516 Issue #1979784 by Wim Leers, jessebeach: Factor Create.js and VIE.js out of the Edit module. 2013-05-14 15:02:48 -04: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
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
webchick bceb85e8d4 Issue #1943776 by Wim Leers, nod_: In-place editors (Create.js PropertyEditor widgets) should be loaded lazily. 2013-04-26 08:52:01 -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 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
Alex Pott 924be51ace Issue #1954968 by Wim Leers | YesCT: Fixed Required CKEditor fields always fail HTML5 validation. 2013-04-18 08:32:12 +01:00
Alex Pott 24f546207f Issue #1964648 by vijaycs85: Create configuration schemas for editor module. 2013-04-18 08:29:41 +01: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 fd6594bef7 Issue #1955288 by lilster66 | nod_: JSHint editor. 2013-04-10 10:58:47 +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
Alex Pott ab4418e65f Issue #1943624 by joelpittet, Berdir, Wim Leers, xjm: Fixed EntityMalformedException when enabling a text editor while creating a new text format, because Editor depends on FilterFormat. 2013-04-08 09:13:20 +01:00
webchick 2e3c6842c0 Issue #1960612 by Wim Leers, bergie, scottgonzalez: Fixed jQuery UI 1.10 update broke Create.js, and thus in-place editing. 2013-04-07 12:51:35 -07:00
webchick 2ad7c18229 Revert "Issue #1960612 by Wim Leers: Fixed jQuery UI 1.10 update broke Create.js, and thus in-place editing."
Sorry, this should be giving credit to more people. Rolling back.

This reverts commit 96b69b0a5d.
2013-04-07 12:50:50 -07:00
webchick 96b69b0a5d Issue #1960612 by Wim Leers: Fixed jQuery UI 1.10 update broke Create.js, and thus in-place editing. 2013-04-07 12:49:13 -07:00
webchick 03b6a41085 Issue #1886566 by Wim Leers, sun, effulgentsia, quicksketch: Make WYSIWYG editors available for in-place editing. 2013-03-20 14:38:12 -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 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 b9a4e9b7ab Issue #788114 by quicksketch, David_Rothstein, sun, Wim Leers: Unprivileged users should only get one text format by default. 2013-03-04 22:45:18 -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 429edf3787 Issue #1898844 by Wim Leers: Fixed No test coverage for hook_editor_js_settings_alter(). 2013-02-09 03:47:51 -08:00
Dries 81d604958f Issue #1890502 by Wim Leers, quicksketch, jessebeach, nod_, sun, effulgentsia: Added CKEditor module to core. 2013-02-08 12:00:40 +11:00
webchick 3cf6ad7cd5 Issue #1779026 by dagmar, tim.plunkett, sun, heyrocker: Convert Text Formats to Configuration System. 2013-01-17 14:28:27 -08:00
webchick 83193f1ce2 Issue #1833716 by quicksketch, Wim Leers, sun, TwoD: Added WYSIWYG: Introduce 'Text editors' as part of filter format configuration. 2013-01-16 09:07:48 -08:00
webchick b6ac1b819d Revert "Issue #1833716 by quicksketch, Wim Leers, effulgentsia: added WYSIWYG: Introduce 'Text editors' as part of filter format configuration."
Fixing commit credit.

This reverts commit ee1b6de693.
2013-01-16 09:06:28 -08:00
Dries ee1b6de693 Issue #1833716 by quicksketch, Wim Leers, effulgentsia: added WYSIWYG: Introduce 'Text editors' as part of filter format configuration. 2013-01-15 21:13:25 -05:00