Skip to content

Commit 3aed32d

Browse files
committed
Update CKEditor to 4.11.4
1 parent ceb11ff commit 3aed32d

File tree

257 files changed

+1798
-1524
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

257 files changed

+1798
-1524
lines changed

ckeditor/CHANGES.md

Lines changed: 476 additions & 256 deletions

ckeditor/LICENSE.md

Lines changed: 2 additions & 2 deletions

ckeditor/adapters/jquery.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ckeditor/build-config.js

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
2-
* @license Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
3-
* For licensing, see LICENSE.md or http://ckeditor.com/license
2+
* @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
3+
* For licensing, see LICENSE.md or https://ckeditor.com/license
44
*/
55

66
/**
@@ -10,13 +10,13 @@
1010
* If you would like to build CKEditor online again
1111
* (for example to upgrade), visit one the following links:
1212
*
13-
* (1) http://ckeditor.com/builder
13+
* (1) https://ckeditor.com/cke4/builder
1414
* Visit online builder to build CKEditor from scratch.
1515
*
16-
* (2) http://ckeditor.com/builder/a03d6ba5620152a5a7776bda9efdf4b4
16+
* (2) https://ckeditor.com/cke4/builder/d5a8e6ba8b97eef6fe69e57d3dd6d8b7
1717
* Visit online builder to build CKEditor, starting with the same setup as before.
1818
*
19-
* (3) http://ckeditor.com/builder/download/a03d6ba5620152a5a7776bda9efdf4b4
19+
* (3) https://ckeditor.com/cke4/builder/download/d5a8e6ba8b97eef6fe69e57d3dd6d8b7
2020
* Straight download link to the latest version of CKEditor (Optimized) with the same setup as before.
2121
*
2222
* NOTE:
@@ -38,6 +38,7 @@ var CKBUILDER_CONFIG = {
3838
'.jshintignore',
3939
'.jshintrc',
4040
'.mailmap',
41+
'.npm',
4142
'.travis.yml',
4243
'README.md',
4344
'bender-err.log',

ckeditor/ckeditor.js

Lines changed: 648 additions & 628 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ckeditor/contents.css

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,19 @@
11
/*
2-
Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
2+
Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
33
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
44
*/
55

66
body
77
{
88
/* Font */
9-
font-family: sans-serif, Arial, Verdana, "Trebuchet MS";
9+
/* Emoji fonts are added to visualise them nicely in Internet Explorer. */
10+
font-family: sans-serif, Arial, Verdana, "Trebuchet MS", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
1011
font-size: 12px;
1112

1213
/* Text color */
1314
color: #333;
1415

15-
/* Remove the background color to make it transparent */
16+
/* Remove the background color to make it transparent. */
1617
background-color: #fff;
1718

1819
margin: 20px;
@@ -60,7 +61,7 @@ ol,ul,dl
6061
{
6162
/* IE7: reset rtl list margin. (#7334) */
6263
*margin-right: 0px;
63-
/* preserved spaces for list items with text direction other than the list. (#6249,#8049)*/
64+
/* Preserved spaces for list items with text direction different than the list. (#6249,#8049)*/
6465
padding: 0 40px;
6566
}
6667

ckeditor/lang/af.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ckeditor/lang/ar.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ckeditor/lang/az.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ckeditor/lang/bg.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)