Skip to content

Commit 3c7e8ed

Browse files
committed
Updated CKEditor
- From 4.5.7 to 4.7.3 - Changed skin from moono to moono-lisa - Added font and texttransform plugins
1 parent bbb5e5a commit 3c7e8ed

File tree

308 files changed

+4411
-2924
lines changed

Some content is hidden

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

308 files changed

+4411
-2924
lines changed

Resources/public/vendor/ckeditor/CHANGES.md

Lines changed: 310 additions & 5 deletions
Large diffs are not rendered by default.

Resources/public/vendor/ckeditor/LICENSE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Software License Agreement
22
==========================
33

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

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

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

40-
* CKSource Samples Framework (included in the samples) - Copyright (c) 2014-2016, CKSource - Frederico Knabben.
40+
* CKSource Samples Framework (included in the samples) - Copyright (c) 2014-2017, CKSource - Frederico Knabben.
4141
* PicoModal (included in `samples/js/sf.js`) - Copyright (c) 2012 James Frasca.
4242
* CodeMirror (included in the samples) - Copyright (C) 2014 by Marijn Haverbeke <marijnh@gmail.com> and others.
4343

Resources/public/vendor/ckeditor/README.md

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

Resources/public/vendor/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.

Resources/public/vendor/ckeditor/build-config.js

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
2+
* @license Copyright (c) 2003-2017, 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/195c1866d6de5fbcf96424543dda6d79
16+
* (2) http://ckeditor.com/builder/040e16a0be5d9cd45af9b508f638f258
1717
* Visit online builder to build CKEditor, starting with the same setup as before.
1818
*
19-
* (3) http://ckeditor.com/builder/download/195c1866d6de5fbcf96424543dda6d79
19+
* (3) http://ckeditor.com/builder/download/040e16a0be5d9cd45af9b508f638f258
2020
* Straight download link to the latest version of CKEditor (Optimized) with the same setup as before.
2121
*
2222
* NOTE:
@@ -25,28 +25,30 @@
2525
*/
2626

2727
var CKBUILDER_CONFIG = {
28-
skin: 'moono',
28+
skin: 'moono-lisa',
2929
preset: 'standard',
3030
ignore: [
31-
'.bender',
32-
'bender.js',
33-
'bender-err.log',
34-
'bender-out.log',
35-
'dev',
3631
'.DS_Store',
32+
'.bender',
3733
'.editorconfig',
3834
'.gitattributes',
3935
'.gitignore',
40-
'gruntfile.js',
4136
'.idea',
4237
'.jscsrc',
4338
'.jshintignore',
4439
'.jshintrc',
45-
'less',
4640
'.mailmap',
41+
'.travis.yml',
42+
'README.md',
43+
'bender-err.log',
44+
'bender-out.log',
45+
'bender.ci.js',
46+
'bender.js',
47+
'dev',
48+
'gruntfile.js',
49+
'less',
4750
'node_modules',
4851
'package.json',
49-
'README.md',
5052
'tests'
5153
],
5254
plugins : {
@@ -67,6 +69,7 @@ var CKBUILDER_CONFIG = {
6769
'filebrowser' : 1,
6870
'floatingspace' : 1,
6971
'floatpanel' : 1,
72+
'font' : 1,
7073
'format' : 1,
7174
'horizontalrule' : 1,
7275
'htmlwriter' : 1,
@@ -98,6 +101,7 @@ var CKBUILDER_CONFIG = {
98101
'table' : 1,
99102
'tabletools' : 1,
100103
'templates' : 1,
104+
'texttransform' : 1,
101105
'toolbar' : 1,
102106
'undo' : 1,
103107
'videodetector' : 1,

0 commit comments

Comments
 (0)