Commit Graph

50 Commits (7827f1d7ddb55471e862405afd8dd4476dd295d3)

Author SHA1 Message Date
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
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 80fdd08599 Issue #2008976 by InternetDevels: Replace theme() with drupal_render() in ckeditor module. 2013-06-10 12:24: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 4424521244 Issue #1999810 by nod_: JSHint ckeditor. 2013-05-22 11:11:49 -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 96b23549d4 Issue #1992744 by quicksketch: Add a dedicated @Editor plugin annotation. 2013-05-20 13:29:40 -07:00
Alex Pott 2f1a280fb9 Issue #1995730 by Wim Leers: Drupal.editors.ckeditor.onChange() misses changes made by last keypress — leads to data loss. 2013-05-20 10:29:11 -07:00
Alex Pott 9b6caf5368 Issue #1986988 by tim.plunkett: Add a dedicated @CKEditorPlugin annotation. 2013-05-12 23:55:49 +01: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 f46053386c Issue #1964316 by Wim Leers: Automatically use 'sourcedialog' plugin/button instead of 'sourcearea' plugin/button when using CKEditor for in-place editing. 2013-04-26 09:25:46 -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
webchick 0deed2a562 Issue #1955926 by quicksketch: Fixed CKEditor admin interface not touch-compatible (Add jQuery Touch Punch to core). 2013-04-19 10:20:53 -07:00
Alex Pott 24f546207f Issue #1964648 by vijaycs85: Create configuration schemas for editor module. 2013-04-18 08:29:41 +01:00
webchick 99fa48d9df Issue #1940592 by alexpott, Wim Leers, nikkubhai: Fixed Ckeditor disappears when caching and compression is enabled. 2013-04-15 08:25:40 -07: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
webchick 261a3752a1 Issue #1950098 by Wim Leers: Update CKEditor library to 4.1. 2013-03-22 12:32:36 -04: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 47d90dcec5 Issue #1937484 by Wim Leers, quicksketch: Update CKEditor library to 4.1 RC and remove CKEditor default style configuration. 2013-03-08 20:38:00 -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 f8899fb67b Issue #1829224 by alexpott, pfrenssen, vijaycs85, lirantal: Convert the 'theme_default()' variable to CMI. 2013-03-04 14:04:05 +00: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
catch 3698e17fb2 Issue #1918190 by amateescu: Fixed CKEditor test failures. 2013-02-15 15:25:43 +00:00
webchick 91597564de Issue #1912028 by Wim Leers: Fixed CKEditorPluginManagerTest fails because plugins are discovered in slightly different order. 2013-02-08 13:35:06 -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