Skip to content

Commit

Permalink
update ckeditor to 4.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
trsteel88 committed May 4, 2017
1 parent aa80a16 commit 3a5bc28
Show file tree
Hide file tree
Showing 282 changed files with 1,855 additions and 1,381 deletions.
141 changes: 140 additions & 1 deletion Resources/public/CHANGES.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Resources/public/LICENSE.md
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 <marijnh@gmail.com> and others.

Expand Down
2 changes: 1 addition & 1 deletion Resources/public/README.md
@@ -1,7 +1,7 @@
CKEditor 4
==========

Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
http://ckeditor.com - See LICENSE.md for license information.

CKEditor is a text editor to be used inside web pages. It's not a replacement
Expand Down
2 changes: 1 addition & 1 deletion Resources/public/adapters/jquery.js

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

11 changes: 7 additions & 4 deletions Resources/public/build-config.js
@@ -1,5 +1,5 @@
/**
* @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/

Expand All @@ -13,10 +13,10 @@
* (1) http://ckeditor.com/builder
* Visit online builder to build CKEditor from scratch.
*
* (2) http://ckeditor.com/builder/9112f95de78a7f2c3576c61a29c8fc5b
* (2) http://ckeditor.com/builder/50877b4c1fcbadd4a2c7659a7907c067
* Visit online builder to build CKEditor, starting with the same setup as before.
*
* (3) http://ckeditor.com/builder/download/9112f95de78a7f2c3576c61a29c8fc5b
* (3) http://ckeditor.com/builder/download/50877b4c1fcbadd4a2c7659a7907c067
* Straight download link to the latest version of CKEditor (Optimized) with the same setup as before.
*
* NOTE:
Expand All @@ -25,7 +25,7 @@
*/

var CKBUILDER_CONFIG = {
skin: 'moono',
skin: 'moono-lisa',
preset: 'full',
ignore: [
'.bender',
Expand Down Expand Up @@ -59,6 +59,7 @@ var CKBUILDER_CONFIG = {
'colorbutton' : 1,
'colordialog' : 1,
'contextmenu' : 1,
'copyformatting' : 1,
'dialogadvtab' : 1,
'div' : 1,
'elementspath' : 1,
Expand Down Expand Up @@ -113,6 +114,7 @@ var CKBUILDER_CONFIG = {
languages : {
'af' : 1,
'ar' : 1,
'az' : 1,
'bg' : 1,
'bn' : 1,
'bs' : 1,
Expand Down Expand Up @@ -158,6 +160,7 @@ var CKBUILDER_CONFIG = {
'nb' : 1,
'nl' : 1,
'no' : 1,
'oc' : 1,
'pl' : 1,
'pt' : 1,
'pt-br' : 1,
Expand Down
1,263 changes: 657 additions & 606 deletions Resources/public/ckeditor.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Resources/public/config.js
@@ -1,5 +1,5 @@
/**
* @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
* @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/

Expand Down
75 changes: 74 additions & 1 deletion Resources/public/contents.css
@@ -1,5 +1,5 @@
/*
Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/

Expand Down Expand Up @@ -133,3 +133,76 @@ a > img {
border: none;
outline: 1px solid #0782C1;
}

/* Widget Styles */
.code-featured
{
border: 5px solid red;
}

.math-featured
{
padding: 20px;
box-shadow: 0 0 2px rgba(200, 0, 0, 1);
background-color: rgba(255, 0, 0, 0.05);
margin: 10px;
}

.image-clean
{
border: 0;
background: none;
padding: 0;
}

.image-clean > figcaption
{
font-size: .9em;
text-align: right;
}

.image-grayscale
{
background-color: white;
color: #666;
}

.image-grayscale img, img.image-grayscale
{
filter: grayscale(100%);
}

.embed-240p
{
max-width: 426px;
max-height: 240px;
margin:0 auto;
}

.embed-360p
{
max-width: 640px;
max-height: 360px;
margin:0 auto;
}

.embed-480p
{
max-width: 854px;
max-height: 480px;
margin:0 auto;
}

.embed-720p
{
max-width: 1280px;
max-height: 720px;
margin:0 auto;
}

.embed-1080p
{
max-width: 1920px;
max-height: 1080px;
margin:0 auto;
}
4 changes: 2 additions & 2 deletions Resources/public/lang/af.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Resources/public/lang/ar.js

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions Resources/public/lang/az.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Resources/public/lang/bg.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Resources/public/lang/bn.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Resources/public/lang/bs.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Resources/public/lang/ca.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Resources/public/lang/cs.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Resources/public/lang/cy.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Resources/public/lang/da.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Resources/public/lang/de-ch.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Resources/public/lang/de.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Resources/public/lang/el.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Resources/public/lang/en-au.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Resources/public/lang/en-ca.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Resources/public/lang/en-gb.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Resources/public/lang/en.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Resources/public/lang/eo.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Resources/public/lang/es.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Resources/public/lang/et.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Resources/public/lang/eu.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Resources/public/lang/fa.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Resources/public/lang/fi.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Resources/public/lang/fo.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Resources/public/lang/fr-ca.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Resources/public/lang/fr.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Resources/public/lang/gl.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Resources/public/lang/gu.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Resources/public/lang/he.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Resources/public/lang/hi.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Resources/public/lang/hr.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Resources/public/lang/hu.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Resources/public/lang/id.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Resources/public/lang/is.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Resources/public/lang/it.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Resources/public/lang/ja.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Resources/public/lang/ka.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Resources/public/lang/km.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Resources/public/lang/ko.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Resources/public/lang/ku.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Resources/public/lang/lt.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Resources/public/lang/lv.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Resources/public/lang/mk.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Resources/public/lang/mn.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Resources/public/lang/ms.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Resources/public/lang/nb.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Resources/public/lang/nl.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Resources/public/lang/no.js

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions Resources/public/lang/oc.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Resources/public/lang/pl.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Resources/public/lang/pt-br.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Resources/public/lang/pt.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Resources/public/lang/ro.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Resources/public/lang/ru.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Resources/public/lang/si.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Resources/public/lang/sk.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Resources/public/lang/sl.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Resources/public/lang/sq.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Resources/public/lang/sr-latn.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Resources/public/lang/sr.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Resources/public/lang/sv.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Resources/public/lang/th.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Resources/public/lang/tr.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Resources/public/lang/tt.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Resources/public/lang/ug.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Resources/public/lang/uk.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Resources/public/lang/vi.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Resources/public/lang/zh-cn.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Resources/public/lang/zh.js

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions Resources/public/plugins/a11yhelp/dialogs/a11yhelp.js

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

@@ -1,4 +1,4 @@
Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license

cs.js Found: 30 Missing: 0
Expand Down
8 changes: 4 additions & 4 deletions Resources/public/plugins/a11yhelp/dialogs/lang/af.js

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

0 comments on commit 3a5bc28

Please sign in to comment.