Skip to content

Commit 08d7f72

Browse files
committed
Update CKEditor (4.8.0)
1 parent fb8a0d9 commit 08d7f72

139 files changed

Lines changed: 1790 additions & 1787 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: 921 additions & 839 deletions
Large diffs are not rendered by default.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Software License Agreement
22
==========================
33

4-
CKEditor - The text editor for Internet - http://ckeditor.com
4+
CKEditor - The text editor for Internet - https://ckeditor.com/
55
Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
66

77
Licensed under the terms of any of the following licenses at your

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

Lines changed: 0 additions & 39 deletions
This file was deleted.

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: 29 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,32 @@
1-
/**
2-
* @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
3-
* For licensing, see LICENSE.md or http://ckeditor.com/license
4-
*/
5-
6-
/**
7-
* This file was added automatically by CKEditor builder.
8-
* You may re-use it at any time to build CKEditor again.
9-
*
10-
* If you would like to build CKEditor online again
11-
* (for example to upgrade), visit one the following links:
12-
*
13-
* (1) http://ckeditor.com/builder
14-
* Visit online builder to build CKEditor from scratch.
15-
*
16-
* (2) http://ckeditor.com/builder/fd4a387aeb849d3d6bc30bf0d2bbbca8
17-
* Visit online builder to build CKEditor, starting with the same setup as before.
18-
*
19-
* (3) http://ckeditor.com/builder/download/fd4a387aeb849d3d6bc30bf0d2bbbca8
20-
* Straight download link to the latest version of CKEditor (Optimized) with the same setup as before.
21-
*
22-
* NOTE:
23-
* This file is not used by CKEditor, you may remove it.
24-
* Changing this file will not change your CKEditor configuration.
25-
*/
26-
27-
var CKBUILDER_CONFIG = {
28-
skin: 'moono-lisa',
29-
preset: 'standard',
1+
/**
2+
* @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
3+
* For licensing, see LICENSE.md or http://ckeditor.com/license
4+
*/
5+
6+
/**
7+
* This file was added automatically by CKEditor builder.
8+
* You may re-use it at any time to build CKEditor again.
9+
*
10+
* If you would like to build CKEditor online again
11+
* (for example to upgrade), visit one the following links:
12+
*
13+
* (1) http://ckeditor.com/builder
14+
* Visit online builder to build CKEditor from scratch.
15+
*
16+
* (2) http://ckeditor.com/builder/ca1529b267e51f7f1eec6edcb62ad316
17+
* Visit online builder to build CKEditor, starting with the same setup as before.
18+
*
19+
* (3) http://ckeditor.com/builder/download/ca1529b267e51f7f1eec6edcb62ad316
20+
* Straight download link to the latest version of CKEditor (Optimized) with the same setup as before.
21+
*
22+
* NOTE:
23+
* This file is not used by CKEditor, you may remove it.
24+
* Changing this file will not change your CKEditor configuration.
25+
*/
26+
27+
var CKBUILDER_CONFIG = {
28+
skin: 'moono-lisa',
29+
preset: 'standard',
3030
ignore: [
3131
'.DS_Store',
3232
'.bender',
@@ -54,7 +54,6 @@ var CKBUILDER_CONFIG = {
5454
plugins : {
5555
'basicstyles' : 1,
5656
'blockquote' : 1,
57-
'clipboard' : 1,
5857
'colorbutton' : 1,
5958
'colordialog' : 1,
6059
'contextmenu' : 1,
@@ -71,7 +70,6 @@ var CKBUILDER_CONFIG = {
7170
'liststyle' : 1,
7271
'magicline' : 1,
7372
'maximize' : 1,
74-
'pastefromword' : 1,
7573
'removeformat' : 1,
7674
'resize' : 1,
7775
'smiley' : 1,

0 commit comments

Comments
 (0)