-
Notifications
You must be signed in to change notification settings - Fork 185
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3478dfb
commit ada4cff
Showing
323 changed files
with
3,161 additions
and
1,765 deletions.
There are no files selected for viewing
178 changes: 173 additions & 5 deletions
178
djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/CHANGES.md
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ Software License Agreement | |
========================== | ||
|
||
CKEditor - The text editor for Internet - https://ckeditor.com/ | ||
Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved. | ||
Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved. | ||
|
||
Licensed under the terms of any of the following licenses at your | ||
choice: | ||
|
@@ -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-2022, CKSource Holding sp. z o.o. | ||
* CKSource Samples Framework (included in the samples) - Copyright (c) 2014-2023, CKSource Holding sp. z o.o. | ||
* 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. | ||
* ES6Promise - Copyright (c) 2014 Yehuda Katz, Tom Dale, Stefan Penner and contributors. | ||
|
4 changes: 2 additions & 2 deletions
4
djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 10 additions & 0 deletions
10
djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/SECURITY.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Reporting a security issues | ||
|
||
If you believe you have found a security issue in the CKEditor 4 software, please contact us immediately. | ||
|
||
When reporting a potential security problem, please bear this in mind: | ||
|
||
* Make sure to provide as many details as possible about the vulnerability. | ||
* Please do not disclose publicly any security issues until we fix them and publish security releases. | ||
|
||
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. |
8 changes: 4 additions & 4 deletions
8
djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/adapters/jquery.js
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
16 changes: 16 additions & 0 deletions
16
djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/bender-runner.config.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"bender": { | ||
"port": 9001 | ||
}, | ||
"server": { | ||
"port": 9002 | ||
}, | ||
"paths": { | ||
"ckeditor4": "../ckeditor4/", | ||
"runner": "./src/runner.html" | ||
}, | ||
"browsers": { | ||
"linux": [ "chrome", "firefox" ], | ||
"macos": [ "safari" ] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.