Skip to content
This repository was archived by the owner on Mar 26, 2025. It is now read-only.

Commit ada4cff

Browse files
authored
Updated ckeditor to v4.21.0 (#640)
1 parent 3478dfb commit ada4cff

File tree

323 files changed

+3161
-1765
lines changed

Some content is hidden

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

323 files changed

+3161
-1765
lines changed

djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/CHANGES.md

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

djangocms_text_ckeditor/static/djangocms_text_ckeditor/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 - https://ckeditor.com/
5-
Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
5+
Copyright (c) 2003-2023, CKSource Holding sp. z o.o. 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-2022, CKSource Holding sp. z o.o.
40+
* CKSource Samples Framework (included in the samples) - Copyright (c) 2014-2023, CKSource Holding sp. z o.o.
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 <[email protected]> and others.
4343
* ES6Promise - Copyright (c) 2014 Yehuda Katz, Tom Dale, Stefan Penner and contributors.

djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
CKEditor 4
22
==========
33

4-
Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
5-
https://ckeditor.com - See LICENSE.md for license information.
4+
Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
5+
https://ckeditor.com - See https://ckeditor.com/legal/ckeditor-oss-license for license information.
66

77
CKEditor 4 is a text editor to be used inside web pages. It's not a replacement
88
for desktop text editors like Word or OpenOffice, but a component to be used as
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Reporting a security issues
2+
3+
If you believe you have found a security issue in the CKEditor 4 software, please contact us immediately.
4+
5+
When reporting a potential security problem, please bear this in mind:
6+
7+
* Make sure to provide as many details as possible about the vulnerability.
8+
* Please do not disclose publicly any security issues until we fix them and publish security releases.
9+
10+
Contact the security team at [email protected]. As soon as we receive the security report, we will work promptly to confirm the issue and then to provide a security fix.

djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/adapters/jquery.js

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"bender": {
3+
"port": 9001
4+
},
5+
"server": {
6+
"port": 9002
7+
},
8+
"paths": {
9+
"ckeditor4": "../ckeditor4/",
10+
"runner": "./src/runner.html"
11+
},
12+
"browsers": {
13+
"linux": [ "chrome", "firefox" ],
14+
"macos": [ "safari" ]
15+
}
16+
}

djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/build-config.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
2+
* @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
33
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license/
44
*/
55

@@ -13,10 +13,10 @@
1313
* (1) https://ckeditor.com/cke4/builder
1414
* Visit online builder to build CKEditor from scratch.
1515
*
16-
* (2) https://ckeditor.com/cke4/builder/83ddad0bc9dea2a30cd6cbc82fea4ea0
16+
* (2) https://ckeditor.com/cke4/builder/0c430c6952d315a58b76c44024675b5e
1717
* Visit online builder to build CKEditor, starting with the same setup as before.
1818
*
19-
* (3) https://ckeditor.com/cke4/builder/download/83ddad0bc9dea2a30cd6cbc82fea4ea0
19+
* (3) https://ckeditor.com/cke4/builder/download/0c430c6952d315a58b76c44024675b5e
2020
* Straight download link to the latest version of CKEditor (Optimized) with the same setup as before.
2121
*
2222
* NOTE:
@@ -71,7 +71,7 @@ var CKBUILDER_CONFIG = {
7171
'entities' : 1,
7272
'filebrowser' : 1,
7373
'find' : 1,
74-
// 'flash' : 1,
74+
// 'flash' : 1,
7575
'floatingspace' : 1,
7676
'font' : 1,
7777
'format' : 1,
@@ -113,7 +113,7 @@ var CKBUILDER_CONFIG = {
113113
'toolbar' : 1,
114114
'undo' : 1,
115115
'widget' : 1,
116-
'wsc' : 1,
116+
// 'wsc' : 1,
117117
'wysiwygarea' : 1
118118
},
119119
languages : {

0 commit comments

Comments
 (0)