Skip to content

Commit

Permalink
Update CKEditor plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilia Rostovtsev committed Nov 7, 2017
1 parent 5d2568e commit a0dd96d
Show file tree
Hide file tree
Showing 345 changed files with 10,029 additions and 4,902 deletions.
282 changes: 280 additions & 2 deletions unauthenticated/js/ckeditor/CHANGES.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions unauthenticated/js/ckeditor/LICENSE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Software License Agreement
==========================

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

Licensed under the terms of any of the following licenses at your
choice:
Expand Down Expand Up @@ -37,7 +37,7 @@ done by developers outside of CKSource with their express permission.

The following libraries are included in CKEditor under the MIT license (see Appendix D):

* CKSource Samples Framework (included in the samples) - Copyright (c) 2014-2016, CKSource - Frederico Knabben.
* CKSource Samples Framework (included in the samples) - Copyright (c) 2014-2017, CKSource - Frederico Knabben.
* PicoModal (included in `samples/js/sf.js`) - Copyright (c) 2012 James Frasca.
* CodeMirror (included in the samples) - Copyright (C) 2014 by Marijn Haverbeke <[email protected]> and others.

Expand Down
39 changes: 0 additions & 39 deletions unauthenticated/js/ckeditor/README.md

This file was deleted.

2 changes: 1 addition & 1 deletion unauthenticated/js/ckeditor/adapters/jquery.js

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

109 changes: 57 additions & 52 deletions unauthenticated/js/ckeditor/build-config.js
Original file line number Diff line number Diff line change
@@ -1,57 +1,58 @@
/**
* @license Copyright (c) 2003-2016, 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/7b1b7daa9e0a0b2fa2dcf000e590291c
* Visit online builder to build CKEditor, starting with the same setup as before.
*
* (3) http://ckeditor.com/builder/download/7b1b7daa9e0a0b2fa2dcf000e590291c
* 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: 'bootstrapck',
preset: 'full',
ignore: [
'.bender',
'bender.js',
'bender-err.log',
'bender-out.log',
'dev',
'.DS_Store',
'.editorconfig',
'.gitattributes',
'.gitignore',
'gruntfile.js',
'.idea',
'.jscsrc',
'.jshintignore',
'.jshintrc',
'less',
'.mailmap',
'node_modules',
'package.json',
'README.md',
'tests'
],
/**
* @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/a0e9bd4fe47845d2b66b77286b0cb135
* Visit online builder to build CKEditor, starting with the same setup as before.
*
* (3) http://ckeditor.com/builder/download/a0e9bd4fe47845d2b66b77286b0cb135
* 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: 'full',
ignore: [
'.DS_Store',
'.bender',
'.editorconfig',
'.gitattributes',
'.gitignore',
'.idea',
'.jscsrc',
'.jshintignore',
'.jshintrc',
'.mailmap',
'.travis.yml',
'README.md',
'bender-err.log',
'bender-out.log',
'bender.ci.js',
'bender.js',
'dev',
'gruntfile.js',
'less',
'node_modules',
'package.json',
'tests'
],
plugins : {
'a11yhelp' : 1,
'about' : 1,
'basicstyles' : 1,
'bidi' : 1,
'blockquote' : 1,
Expand Down Expand Up @@ -111,19 +112,23 @@ var CKBUILDER_CONFIG = {
'wysiwygarea' : 1
},
languages : {
'ca' : 1,
'cs' : 1,
'da' : 1,
'de' : 1,
'en' : 1,
'es' : 1,
'fr' : 1,
'id' : 1,
'it' : 1,
'nl' : 1,
'no' : 1,
'pl' : 1,
'pt' : 1,
'ro' : 1,
'ru' : 1,
'sq' : 1,
'sv' : 1,
'zh-cn' : 1
}
};
Loading

0 comments on commit a0dd96d

Please sign in to comment.