CKEditor 4.7.2: Zusätzliche Module
authorSven Schöling <s.schoeling@linet-services.de>
Fri, 8 Sep 2017 14:32:07 +0000 (16:32 +0200)
committerBernd Bleßmann <bernd@kivitendo-premium.de>
Wed, 16 Feb 2022 11:43:12 +0000 (12:43 +0100)
commitba8887dc6d456264bb09a2664eee012bfcc23aa8
tree714db16d684aeae389ff3794803bd51cc21c8cf9
parent058e3bc770fa6cc7f9695e39f22a9a6415dd5834
CKEditor 4.7.2: Zusätzliche Module

- resize          - wird durch inline_resize ersetzt
- wysiwygarea     - iframe editing wird nicht mehr gebraucht
+ horizontalrule  - wird für <hr> gebraucht
+ sourcedialog    - wird für source editing gebraucht

(cherry picked from commit a5e7fc8c450dd2d912c329b7c9d90cd17354e3c5)
(cherry-pick von odyn)
76 files changed:
js/ckeditor/build-config.js
js/ckeditor/ckeditor.js
js/ckeditor/config.js
js/ckeditor/lang/de.js
js/ckeditor/lang/en.js
js/ckeditor/plugins/codemirror/css/codemirror.min.css [new file with mode: 0644]
js/ckeditor/plugins/codemirror/js/beautify.min.js [new file with mode: 0644]
js/ckeditor/plugins/codemirror/js/codemirror.addons.min.js [new file with mode: 0644]
js/ckeditor/plugins/codemirror/js/codemirror.addons.search.min.js [new file with mode: 0644]
js/ckeditor/plugins/codemirror/js/codemirror.min.js [new file with mode: 0644]
js/ckeditor/plugins/codemirror/js/codemirror.mode.bbcode.min.js [new file with mode: 0644]
js/ckeditor/plugins/codemirror/js/codemirror.mode.bbcodemixed.min.js [new file with mode: 0644]
js/ckeditor/plugins/codemirror/js/codemirror.mode.htmlmixed.min.js [new file with mode: 0644]
js/ckeditor/plugins/codemirror/js/codemirror.mode.javascript.min.js [new file with mode: 0644]
js/ckeditor/plugins/codemirror/js/codemirror.mode.php.min.js [new file with mode: 0644]
js/ckeditor/plugins/codemirror/js/codemirror.mode.twig.min.js [new file with mode: 0644]
js/ckeditor/plugins/codemirror/theme/3024-day.css [new file with mode: 0644]
js/ckeditor/plugins/codemirror/theme/3024-night.css [new file with mode: 0644]
js/ckeditor/plugins/codemirror/theme/abcdef.css [new file with mode: 0644]
js/ckeditor/plugins/codemirror/theme/ambiance-mobile.css [new file with mode: 0644]
js/ckeditor/plugins/codemirror/theme/ambiance.css [new file with mode: 0644]
js/ckeditor/plugins/codemirror/theme/base16-dark.css [new file with mode: 0644]
js/ckeditor/plugins/codemirror/theme/base16-light.css [new file with mode: 0644]
js/ckeditor/plugins/codemirror/theme/bespin.css [new file with mode: 0644]
js/ckeditor/plugins/codemirror/theme/blackboard.css [new file with mode: 0644]
js/ckeditor/plugins/codemirror/theme/cobalt.css [new file with mode: 0644]
js/ckeditor/plugins/codemirror/theme/colorforth.css [new file with mode: 0644]
js/ckeditor/plugins/codemirror/theme/dracula.css [new file with mode: 0644]
js/ckeditor/plugins/codemirror/theme/duotone-dark.css [new file with mode: 0644]
js/ckeditor/plugins/codemirror/theme/duotone-light.css [new file with mode: 0644]
js/ckeditor/plugins/codemirror/theme/eclipse.css [new file with mode: 0644]
js/ckeditor/plugins/codemirror/theme/elegant.css [new file with mode: 0644]
js/ckeditor/plugins/codemirror/theme/erlang-dark.css [new file with mode: 0644]
js/ckeditor/plugins/codemirror/theme/hopscotch.css [new file with mode: 0644]
js/ckeditor/plugins/codemirror/theme/icecoder.css [new file with mode: 0644]
js/ckeditor/plugins/codemirror/theme/isotope.css [new file with mode: 0644]
js/ckeditor/plugins/codemirror/theme/lesser-dark.css [new file with mode: 0644]
js/ckeditor/plugins/codemirror/theme/liquibyte.css [new file with mode: 0644]
js/ckeditor/plugins/codemirror/theme/material.css [new file with mode: 0644]
js/ckeditor/plugins/codemirror/theme/mbo.css [new file with mode: 0644]
js/ckeditor/plugins/codemirror/theme/mdn-like.css [new file with mode: 0644]
js/ckeditor/plugins/codemirror/theme/midnight.css [new file with mode: 0644]
js/ckeditor/plugins/codemirror/theme/monokai.css [new file with mode: 0644]
js/ckeditor/plugins/codemirror/theme/neat.css [new file with mode: 0644]
js/ckeditor/plugins/codemirror/theme/neo.css [new file with mode: 0644]
js/ckeditor/plugins/codemirror/theme/night.css [new file with mode: 0644]
js/ckeditor/plugins/codemirror/theme/panda-syntax.css [new file with mode: 0644]
js/ckeditor/plugins/codemirror/theme/paraiso-dark.css [new file with mode: 0644]
js/ckeditor/plugins/codemirror/theme/paraiso-light.css [new file with mode: 0644]
js/ckeditor/plugins/codemirror/theme/pastel-on-dark.css [new file with mode: 0644]
js/ckeditor/plugins/codemirror/theme/railscasts.css [new file with mode: 0644]
js/ckeditor/plugins/codemirror/theme/rubyblue.css [new file with mode: 0644]
js/ckeditor/plugins/codemirror/theme/seti.css [new file with mode: 0644]
js/ckeditor/plugins/codemirror/theme/solarized.css [new file with mode: 0644]
js/ckeditor/plugins/codemirror/theme/the-matrix.css [new file with mode: 0644]
js/ckeditor/plugins/codemirror/theme/tomorrow-night-bright.css [new file with mode: 0644]
js/ckeditor/plugins/codemirror/theme/tomorrow-night-eighties.css [new file with mode: 0644]
js/ckeditor/plugins/codemirror/theme/ttcn.css [new file with mode: 0644]
js/ckeditor/plugins/codemirror/theme/twilight.css [new file with mode: 0644]
js/ckeditor/plugins/codemirror/theme/vibrant-ink.css [new file with mode: 0644]
js/ckeditor/plugins/codemirror/theme/xq-dark.css [new file with mode: 0644]
js/ckeditor/plugins/codemirror/theme/xq-light.css [new file with mode: 0644]
js/ckeditor/plugins/codemirror/theme/yeti.css [new file with mode: 0644]
js/ckeditor/plugins/codemirror/theme/zenburn.css [new file with mode: 0644]
js/ckeditor/plugins/icons.png
js/ckeditor/plugins/icons_hidpi.png
js/ckeditor/plugins/sourcedialog/dialogs/sourcedialog.js [new file with mode: 0644]
js/ckeditor/samples/old/index.html
js/ckeditor/samples/old/sourcedialog/sourcedialog.html [new file with mode: 0644]
js/ckeditor/skins/moono-lisa/editor.css
js/ckeditor/skins/moono-lisa/editor_gecko.css
js/ckeditor/skins/moono-lisa/editor_ie.css
js/ckeditor/skins/moono-lisa/editor_ie8.css
js/ckeditor/skins/moono-lisa/editor_iequirks.css
js/ckeditor/skins/moono-lisa/icons.png
js/ckeditor/skins/moono-lisa/icons_hidpi.png