Commit Graph

78 Commits (50a7f29565489ff5089950bd3f6cb9fffb65c735)

Author SHA1 Message Date
webchick 5b24f7bcdd Issue #2080217 by Wim Leers, tkoleary, Bojhan: Polish entity toolbar visually. 2013-10-05 00:14:39 -07:00
Nathaniel Catchpole 8b3e463bc6 Issue #1653026 by damiankloip, alexpott, sun, tim.plunkett, dawehner, mtift: Fixed All configuration values are stored as strings. 2013-10-04 12:01:09 +01:00
Alex Pott 3cee107ce5 Issue #2100329 by cosmicdreams: Use \Drupal instead of Drupal to make IDEs and static code analyse tools happy. 2013-10-03 12:26:25 +01:00
Alex Pott 9eacefa169 Issue #2097545 by thijsvdanker: Change link format in hook_help() in CKEditor module. 2013-10-02 21:48:19 +01:00
webchick 82f8f24dc2 Issue #2095225 by nod_, pameeela: Fixed Scrolling is broken on modals. 2013-09-27 14:34:52 +02:00
webchick 79b57a95d4 Issue #2093077 by Wim Leers: Fixed target attribute is set to '0' when creating a link without checking the 'Open in new window' checkbox. 2013-09-22 00:35:18 +02:00
webchick 7b5109dd72 Issue #2092871 by Wim Leers: Fixed width and height attributes are empty when inserting an image. 2013-09-22 00:28:11 +02: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 5bb0d5e667 Issue #2053489 by chx, tim.plunkett: Standardize on \Drupal throughout core. 2013-09-15 20:58:10 -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
Jennifer Hodgdon 2463750d31 Issue #2083943 by Xano, InternetDevels, longwave: Fix spelling errors in various documentation 2013-09-12 07:01:59 -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
Dries 5f936edc96 Issue #2035721 by Wim Leers, Gábor Hojtsy: Figure out how to translate Drupal-specific CKEditor plugins. 2013-09-06 12:45:07 -04: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 de0f3ab3dd Issue #2071957 by Wim Leers: Fixed Cannot change existing images or links through Text Editor's image/link dialogs. 2013-08-30 23:58:18 -07:00
Alex Pott a8d4542933 Issue #2012312 by tim.plunkett: Remove legacy code from filter.module. 2013-08-29 20:38:58 +01:00
Jennifer Hodgdon d2457a61e6 Issue #202973: Fix file permissions on ckeditor.module 2013-08-29 08:12:17 -07:00
webchick d4b4d27cd9 Issue #2050097 by Gábor Hojtsy, Wim Leers: Map CKEditor languages to Drupal languages. 2013-08-29 07:57:41 -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 3d8d98577e Issue #2029737 by ifrik, batigolix, Wim Leers: Create hook_help() for ckeditor module. 2013-08-27 23:40:35 -07:00
webchick 094a9e16b5 Issue #2067427 by Wim Leers: Fixed Drupal.editors.ckeditor.attachInlineEditor() should pass Drupal-specific settings like Drupal.editors.ckeditor.attach() does. 2013-08-23 07:17:00 -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 3cf100dfcd Issue #1957142 by damiankloip, fubhy, cosmicdreams: Replace config() with Drupal::config(). 2013-08-14 09:54:28 -07:00
webchick 240982325a Issue #2060715 by legolasbo: Remove Unused local variable () from /core/modules/ckeditor/lib/Drupal/ckeditor/Plugin/Editor/CKEditor.php. 2013-08-13 01:40:41 -07:00
webchick 64171682f1 Issue #2057981 by Wim Leers: Remove tiny remnant of CKEditor image and link plugins. 2013-08-10 08:09:04 -07:00
webchick aac3160d50 Issue #2003430 by Wim Leers, ebeyrent, DmitryDrozdik, pwieck: Convert CKEditor tests to use ->container instead of drupal_container(). 2013-08-10 00:55:58 -07:00
Alex Pott 84cd084ebd Issue #2037613 by droplet: Fixed Use formatPlural to format plural strings. 2013-08-10 02:17:47 +01:00
webchick ab2cd35225 Issue #1905018 by Wim Leers, effulgentsia: Improve method names or return values of CKEditorPluginManager::getEnabledPlugins() and getButtonsPlugins(). 2013-08-06 23:55:08 -07:00
Alex Pott 7aae5d35ca Issue #2036253 by Wim Leers: Update CKEditor library to 4.2. 2013-07-28 00:11:55 +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
Alex Pott c370de2674 Issue #2039425 by Wim Leers: Convert CKEditorPluginManager to extend DefaultPluginManager. 2013-07-20 21:44:18 +01:00
Alex Pott b48f8fda69 Issue #2030925 by echoz: Quote rtl attribute selector. 2013-07-02 13:40:19 +01:00
Alex Pott eed488bbe5 Issue #1907418 by quicksketch, Wim Leers: Make CKEditor's alignment + underline buttons available (but not enabled by default). 2013-06-29 21:10:20 +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
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
Nathaniel Catchpole 0f7247e9b2 Issue #1473066 by JohnAlbin, echoz: Move third-party assets out of core/misc folder. 2013-06-28 10:41:31 +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
Dries da1234fb74 Issue #2028457 by Wim Leers: Fixed Configuring CKEditor's ACF broke CKEditor configuration -> filter setting syncing. 2013-06-26 21:41:31 -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 e52a3bbf27 Issue #2005520 by echoz: Remove remaining prefixed border-radius and box-shadow from core. 2013-06-19 22:49:23 +02:00
Dries 31fe58d108 Issue #1936392 by Wim Leers: Configure CKEditor's 'Advanced Content Filter' (ACF) to match Drupal's text filters settings. 2013-06-19 14:58:20 -04:00
Alex Pott db0e911778 Issue #1894644 by Wim Leers, quicksketch: Unidirectional editor configuration -> filter settings syncing. 2013-06-18 12:21:40 +02:00
Alex Pott da1b134af1 Issue #1363112 by mparker17, mgifford, tlattimore, Jacine, dcmouyard, bowersox, ry5n, ahdiaz: Simplify names of 'element-x' helper classes. 2013-06-17 21:58:27 +02: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