Skip to content

Commit

Permalink
Update CKEditor (4.8.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
svivian committed Dec 23, 2017
1 parent fb8a0d9 commit 08d7f72
Show file tree
Hide file tree
Showing 139 changed files with 1,790 additions and 1,787 deletions.
1,760 changes: 921 additions & 839 deletions qa-plugin/wysiwyg-editor/ckeditor/CHANGES.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion qa-plugin/wysiwyg-editor/ckeditor/LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Software License Agreement
==========================

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

Licensed under the terms of any of the following licenses at your
Expand Down
39 changes: 0 additions & 39 deletions qa-plugin/wysiwyg-editor/ckeditor/README.md

This file was deleted.

2 changes: 1 addition & 1 deletion qa-plugin/wysiwyg-editor/ckeditor/adapters/jquery.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

60 changes: 29 additions & 31 deletions qa-plugin/wysiwyg-editor/ckeditor/build-config.js
Original file line number Diff line number Diff line change
@@ -1,32 +1,32 @@
/**
* @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/

/**
* This file was added automatically by CKEditor builder.
* You may re-use it at any time to build CKEditor again.
*
* If you would like to build CKEditor online again
* (for example to upgrade), visit one the following links:
*
* (1) http://ckeditor.com/builder
* Visit online builder to build CKEditor from scratch.
*
* (2) http://ckeditor.com/builder/fd4a387aeb849d3d6bc30bf0d2bbbca8
* Visit online builder to build CKEditor, starting with the same setup as before.
*
* (3) http://ckeditor.com/builder/download/fd4a387aeb849d3d6bc30bf0d2bbbca8
* Straight download link to the latest version of CKEditor (Optimized) with the same setup as before.
*
* NOTE:
* This file is not used by CKEditor, you may remove it.
* Changing this file will not change your CKEditor configuration.
*/

var CKBUILDER_CONFIG = {
skin: 'moono-lisa',
preset: 'standard',
/**
* @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/

/**
* This file was added automatically by CKEditor builder.
* You may re-use it at any time to build CKEditor again.
*
* If you would like to build CKEditor online again
* (for example to upgrade), visit one the following links:
*
* (1) http://ckeditor.com/builder
* Visit online builder to build CKEditor from scratch.
*
* (2) http://ckeditor.com/builder/ca1529b267e51f7f1eec6edcb62ad316
* Visit online builder to build CKEditor, starting with the same setup as before.
*
* (3) http://ckeditor.com/builder/download/ca1529b267e51f7f1eec6edcb62ad316
* Straight download link to the latest version of CKEditor (Optimized) with the same setup as before.
*
* NOTE:
* This file is not used by CKEditor, you may remove it.
* Changing this file will not change your CKEditor configuration.
*/

var CKBUILDER_CONFIG = {
skin: 'moono-lisa',
preset: 'standard',
ignore: [
'.DS_Store',
'.bender',
Expand Down Expand Up @@ -54,7 +54,6 @@ var CKBUILDER_CONFIG = {
plugins : {
'basicstyles' : 1,
'blockquote' : 1,
'clipboard' : 1,
'colorbutton' : 1,
'colordialog' : 1,
'contextmenu' : 1,
Expand All @@ -71,7 +70,6 @@ var CKBUILDER_CONFIG = {
'liststyle' : 1,
'magicline' : 1,
'maximize' : 1,
'pastefromword' : 1,
'removeformat' : 1,
'resize' : 1,
'smiley' : 1,
Expand Down
Loading

0 comments on commit 08d7f72

Please sign in to comment.