aboutsummaryrefslogtreecommitdiff
path: root/sources
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2016-04-04 23:55:13 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2016-04-06 00:23:49 +0200
commit1096cdefb1c9a3f3c4ca6807e272da6c92e5ed9c (patch)
tree3be7d730ccdc6783d67321625c2bcc69933a7d99 /sources
parent3332bebe4da6dfa0fe3e4b2abddc84b1cc62f8f5 (diff)
downloadpiedsjaloux-ckeditor-component-1096cdefb1c9a3f3c4ca6807e272da6c92e5ed9c.tar.gz
piedsjaloux-ckeditor-component-1096cdefb1c9a3f3c4ca6807e272da6c92e5ed9c.tar.zst
piedsjaloux-ckeditor-component-1096cdefb1c9a3f3c4ca6807e272da6c92e5ed9c.zip
Upgrade to 4.5.84.5.8
Diffstat (limited to 'sources')
-rw-r--r--sources/CHANGES.md20
-rw-r--r--sources/README.md2
-rw-r--r--sources/config.js4
-rw-r--r--sources/contents.css3
-rw-r--r--sources/core/dom/iterator.js2
-rw-r--r--sources/plugins/button/lang/ast.js8
-rw-r--r--sources/plugins/floatpanel/plugin.js4
7 files changed, 33 insertions, 10 deletions
diff --git a/sources/CHANGES.md b/sources/CHANGES.md
index a11b9aa..f751de9 100644
--- a/sources/CHANGES.md
+++ b/sources/CHANGES.md
@@ -1,21 +1,33 @@
1CKEditor 4 Changelog 1CKEditor 4 Changelog
2==================== 2====================
3 3
4## CKEditor 4.5.8
5
6New Features:
7
8* [#12440](http://dev.ckeditor.com/ticket/12440): Added the [`config.colorButton_enableAutomatic`](http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-colorButton_enableAutomatic) option to allow hiding the "Automatic" option in the [color picker](http://ckeditor.com/addon/colorbutton).
9
10Fixed Issues:
11
12* [#10448](http://dev.ckeditor.com/ticket/10448): Fixed: Lack of scrollbar in the [right-to-left text direction](http://ckeditor.com/addon/bidi).
13* [#12707](http://dev.ckeditor.com/ticket/12707): Fixed: The order of table elements does not comply with the HTML specification.
14* [#13756](http://dev.ckeditor.com/ticket/13756): [Edge] Fixed: Context menus are cut-off.
15
4## CKEditor 4.5.7 16## CKEditor 4.5.7
5 17
6New Features: 18New Features:
7 19
8* [#14327](http://dev.ckeditor.com/ticket/14327): Added Swiss German localization. 20* [#14327](http://dev.ckeditor.com/ticket/14327): Added Swiss German localization. Thanks to [Miro Grenda](https://twitter.com/mirogrenda)!
9 21
10Other Changes: 22Fixed Issues:
11 23
12* [#13816](http://dev.ckeditor.com/ticket/13816): Introduced a new strategy for Filling Character handling to avoid changes in DOM. This fixes the following issues: 24* [#13816](http://dev.ckeditor.com/ticket/13816): Introduced a new strategy for Filling Character handling to avoid changes in DOM. This fixes the following issues:
13 * [#12727](http://dev.ckeditor.com/ticket/12727): [Blink] `IndexSizeError` when using the [Div Editing Area](http://ckeditor.com/addon/divarea) and [Content Templates](http://ckeditor.com/addon/templates) plugins. 25 * [#12727](http://dev.ckeditor.com/ticket/12727): [Blink] `IndexSizeError` when using the [Div Editing Area](http://ckeditor.com/addon/divarea) and [Content Templates](http://ckeditor.com/addon/templates) plugins.
14 * [#13377](http://dev.ckeditor.com/ticket/13377): [Widget](http://ckeditor.com/addon/widget) plugin issue when typing in Korean. 26 * [#13377](http://dev.ckeditor.com/ticket/13377): [Widget](http://ckeditor.com/addon/widget) plugin issue when typing in Korean.
15 * [#13389](http://dev.ckeditor.com/ticket/13389): [Blink] [`editor.getData()`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-method-getData) fails when the cursor is next to an `<hr>` tag. 27 * [#13389](http://dev.ckeditor.com/ticket/13389): [Blink] [`editor.getData()`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-method-getData) fails when the cursor is next to an `<hr>` tag.
16 * [#13513](http://dev.ckeditor.com/ticket/13513): [Blink, WebKit] [Div Editing Area](http://ckeditor.com/addon/divarea) and [`editor.getData()`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-method-getData) throw an error when an image is the only data in the editor. 28 * [#13513](http://dev.ckeditor.com/ticket/13513): [Blink, WebKit] [Div Editing Area](http://ckeditor.com/addon/divarea) and [`editor.getData()`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-method-getData) throw an error when an image is the only data in the editor.
17* [#13884](http://dev.ckeditor.com/ticket/13884): Fixed: Copy/paste table in Firefox results in just first cell being pasted. 29* [#13884](http://dev.ckeditor.com/ticket/13884): [Firefox] Fixed: Copying and pasting a table results in just the first cell being pasted.
18* [#14234](http://dev.ckeditor.com/ticket/14234): Fixed: URL input field is not marked as required in the [Embed](http://ckeditor.com/addon/embed) dialog. 30* [#14234](http://dev.ckeditor.com/ticket/14234): Fixed: URL input field is not marked as required in the [Media Embed](http://ckeditor.com/addon/embed) dialog.
19 31
20## CKEditor 4.5.6 32## CKEditor 4.5.6
21 33
diff --git a/sources/README.md b/sources/README.md
index 57b331f..5257b29 100644
--- a/sources/README.md
+++ b/sources/README.md
@@ -1,7 +1,7 @@
1CKEditor 4 1CKEditor 4
2========== 2==========
3 3
4Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. 4Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
5http://ckeditor.com - See LICENSE.md for license information. 5http://ckeditor.com - See LICENSE.md for license information.
6 6
7CKEditor is a text editor to be used inside web pages. It's not a replacement 7CKEditor is a text editor to be used inside web pages. It's not a replacement
diff --git a/sources/config.js b/sources/config.js
index e80a583..3653a22 100644
--- a/sources/config.js
+++ b/sources/config.js
@@ -1,5 +1,5 @@
1/** 1/**
2 * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. 2 * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3 * For licensing, see LICENSE.md or http://ckeditor.com/license 3 * For licensing, see LICENSE.md or http://ckeditor.com/license
4 */ 4 */
5 5
@@ -7,7 +7,7 @@ CKEDITOR.editorConfig = function( config ) {
7 7
8 // %REMOVE_START% 8 // %REMOVE_START%
9 // The configuration options below are needed when running CKEditor from source files. 9 // The configuration options below are needed when running CKEditor from source files.
10 config.plugins = 'dialogui,dialog,a11yhelp,dialogadvtab,basicstyles,panel,floatpanel,menu,contextmenu,resize,button,toolbar,elementspath,enterkey,entities,popup,filebrowser,floatingspace,listblock,richcombo,format,horizontalrule,htmlwriter,fakeobjects,iframe,wysiwygarea,image,indent,indentblock,indentlist,justify,link,list,liststyle,magicline,maximize,removeformat,showborders,sourcearea,tab'; 10 config.plugins = 'dialogui,dialog,a11yhelp,basicstyles,panel,floatpanel,menu,contextmenu,dialogadvtab,elementspath,enterkey,entities,popup,filebrowser,floatingspace,listblock,button,richcombo,format,horizontalrule,htmlwriter,fakeobjects,iframe,image,indent,indentblock,indentlist,justify,link,list,liststyle,magicline,maximize,removeformat,resize,showborders,sourcearea,tab,toolbar,wysiwygarea';
11 config.skin = 'moono'; 11 config.skin = 'moono';
12 // %REMOVE_END% 12 // %REMOVE_END%
13 13
diff --git a/sources/contents.css b/sources/contents.css
index 88f34fe..bef3ebc 100644
--- a/sources/contents.css
+++ b/sources/contents.css
@@ -22,6 +22,9 @@ body
22{ 22{
23 font-size: 13px; 23 font-size: 13px;
24 line-height: 1.6; 24 line-height: 1.6;
25
26 /* Fix for missing scrollbars with RTL texts. (#10488) */
27 word-wrap: break-word;
25} 28}
26 29
27blockquote 30blockquote
diff --git a/sources/core/dom/iterator.js b/sources/core/dom/iterator.js
index 41a823c..1e1b180 100644
--- a/sources/core/dom/iterator.js
+++ b/sources/core/dom/iterator.js
@@ -554,7 +554,7 @@
554 } 554 }
555 555
556 /** 556 /**
557 * Creates a {CKEDITOR.dom.iterator} instance for this range. 557 * Creates a {@link CKEDITOR.dom.iterator} instance for this range.
558 * 558 *
559 * @member CKEDITOR.dom.range 559 * @member CKEDITOR.dom.range
560 * @returns {CKEDITOR.dom.iterator} 560 * @returns {CKEDITOR.dom.iterator}
diff --git a/sources/plugins/button/lang/ast.js b/sources/plugins/button/lang/ast.js
new file mode 100644
index 0000000..5ab7bf6
--- /dev/null
+++ b/sources/plugins/button/lang/ast.js
@@ -0,0 +1,8 @@
1/**
2 * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
3 * For licensing, see LICENSE.md or http://ckeditor.com/license
4 */
5
6CKEDITOR.plugins.setLang( 'button', 'ast', {
7 selectedLabel: '%1 (Seleicionáu)'
8} );
diff --git a/sources/plugins/floatpanel/plugin.js b/sources/plugins/floatpanel/plugin.js
index 0de3e5e..c104037 100644
--- a/sources/plugins/floatpanel/plugin.js
+++ b/sources/plugins/floatpanel/plugin.js
@@ -270,8 +270,8 @@ CKEDITOR.plugins.add( 'floatpanel', {
270 target.removeStyle( 'width' ); 270 target.removeStyle( 'width' );
271 271
272 if ( block.autoSize ) { 272 if ( block.autoSize ) {
273 var panelDoc = block.element.getDocument(); 273 var panelDoc = block.element.getDocument(),
274 var width = ( CKEDITOR.env.webkit ? block.element : panelDoc.getBody() ).$.scrollWidth; 274 width = ( ( CKEDITOR.env.webkit || CKEDITOR.env.edge ) ? block.element : panelDoc.getBody() ).$.scrollWidth;
275 275
276 // Account for extra height needed due to IE quirks box model bug: 276 // Account for extra height needed due to IE quirks box model bug:
277 // http://en.wikipedia.org/wiki/Internet_Explorer_box_model_bug 277 // http://en.wikipedia.org/wiki/Internet_Explorer_box_model_bug