Skip to content
This repository has been archived by the owner on Apr 25, 2022. It is now read-only.

Commit

Permalink
cksource update
Browse files Browse the repository at this point in the history
update ckeditor and ckfinder to latest versions
  • Loading branch information
highstrike committed Apr 24, 2018
1 parent b1d6444 commit 399dbc6
Show file tree
Hide file tree
Showing 103 changed files with 5,198 additions and 1,110 deletions.
1,483 changes: 1,483 additions & 0 deletions webroot/js/scripts/ckeditor/CHANGES.md

Large diffs are not rendered by default.

1,420 changes: 1,420 additions & 0 deletions webroot/js/scripts/ckeditor/LICENSE.md

Large diffs are not rendered by default.

29 changes: 16 additions & 13 deletions webroot/js/scripts/ckeditor/build-config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* @license Copyright (c) 2003-2018, 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/ff6a72c64a169984493d95ecb3842c33
* (2) http://ckeditor.com/builder/f5c744ff86706490b89973c8826cbc77
* Visit online builder to build CKEditor, starting with the same setup as before.
*
* (3) http://ckeditor.com/builder/download/ff6a72c64a169984493d95ecb3842c33
* (3) http://ckeditor.com/builder/download/f5c744ff86706490b89973c8826cbc77
* Straight download link to the latest version of CKEditor (Optimized) with the same setup as before.
*
* NOTE:
Expand All @@ -25,28 +25,29 @@
*/

var CKBUILDER_CONFIG = {
skin: 'moono',
skin: 'moono-lisa',
preset: 'standard',
ignore: [
'.bender',
'bender.js',
'bender-err.log',
'bender-out.log',
'dev',
'.DS_Store',
'.bender',
'.editorconfig',
'.gitattributes',
'.gitignore',
'gruntfile.js',
'.idea',
'.jscsrc',
'.jshintignore',
'.jshintrc',
'less',
'.mailmap',
'.travis.yml',
'bender-err.log',
'bender-out.log',
'bender.ci.js',
'bender.js',
'dev',
'gruntfile.js',
'less',
'node_modules',
'package.json',
'README.md',
'tests'
],
plugins : {
Expand Down Expand Up @@ -82,6 +83,8 @@ var CKBUILDER_CONFIG = {
'wysiwygarea' : 1
},
languages : {
'en' : 1
'de' : 1,
'en' : 1,
'ro' : 1
}
};
1,677 changes: 873 additions & 804 deletions webroot/js/scripts/ckeditor/ckeditor.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions webroot/js/scripts/ckeditor/config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
* @license Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see https://ckeditor.com/legal/ckeditor-oss-license
*/

CKEDITOR.editorConfig = function( config ) {
Expand Down
80 changes: 76 additions & 4 deletions webroot/js/scripts/ckeditor/contents.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/

body
Expand Down Expand Up @@ -113,8 +113,7 @@ span[lang]
figure
{
text-align: center;
border: solid 1px #ccc;
border-radius: 2px;
outline: solid 1px #ccc;
background: rgba(0,0,0,0.05);
padding: 10px;
margin: 10px 20px;
Expand All @@ -133,3 +132,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;
}
5 changes: 5 additions & 0 deletions webroot/js/scripts/ckeditor/lang/de.js

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

Loading

0 comments on commit 399dbc6

Please sign in to comment.