Skip to content

Commit ccfe901

Browse files
committed
Upgrade CKEditor to 4.10.0
1 parent 474ffe1 commit ccfe901

135 files changed

Lines changed: 700 additions & 608 deletions

Some content is hidden

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

qa-plugin/wysiwyg-editor/ckeditor/CHANGES.md

Lines changed: 141 additions & 17 deletions

qa-plugin/wysiwyg-editor/ckeditor/LICENSE.md

Lines changed: 2 additions & 2 deletions

qa-plugin/wysiwyg-editor/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.

qa-plugin/wysiwyg-editor/ckeditor/build-config.js

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

@@ -13,10 +13,10 @@
1313
* (1) http://ckeditor.com/builder
1414
* Visit online builder to build CKEditor from scratch.
1515
*
16-
* (2) http://ckeditor.com/builder/ca1529b267e51f7f1eec6edcb62ad316
16+
* (2) http://ckeditor.com/builder/df437b64bdb17eec3e10a2cc8f29feb8
1717
* Visit online builder to build CKEditor, starting with the same setup as before.
1818
*
19-
* (3) http://ckeditor.com/builder/download/ca1529b267e51f7f1eec6edcb62ad316
19+
* (3) http://ckeditor.com/builder/download/df437b64bdb17eec3e10a2cc8f29feb8
2020
* Straight download link to the latest version of CKEditor (Optimized) with the same setup as before.
2121
*
2222
* NOTE:

qa-plugin/wysiwyg-editor/ckeditor/ckeditor.js

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

qa-plugin/wysiwyg-editor/ckeditor/contents.css

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,19 @@
11
/*
2-
Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
3-
For licensing, see LICENSE.md or https://ckeditor.com/legal/terms-of-use/#open-source-licences
2+
Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
3+
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

@@ -113,8 +114,7 @@ span[lang]
113114
figure
114115
{
115116
text-align: center;
116-
border: solid 1px #ccc;
117-
border-radius: 2px;
117+
outline: solid 1px #ccc;
118118
background: rgba(0,0,0,0.05);
119119
padding: 10px;
120120
margin: 10px 20px;

qa-plugin/wysiwyg-editor/ckeditor/lang/ar.js

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

qa-plugin/wysiwyg-editor/ckeditor/lang/bn.js

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

qa-plugin/wysiwyg-editor/ckeditor/lang/ca.js

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

qa-plugin/wysiwyg-editor/ckeditor/lang/cs.js

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

0 commit comments

Comments
 (0)