radiant-ck_editor_filter-extension 0.2.7 → 0.2.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/lib/radiant-ck_editor_filter-extension.rb +1 -1
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/CHANGES.md +378 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/{LICENSE.html → LICENSE.md} +24 -94
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/README.md +39 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/adapters/jquery.js +10 -6
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/build-config.js +96 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/ckeditor.js +1067 -145
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/config.js +10 -11
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/contents.css +106 -6
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/en.js +3 -4
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/a11yhelp/dialogs/a11yhelp.js +10 -7
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/a11yhelp/dialogs/lang/_translationstatus.txt +25 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/a11yhelp/dialogs/lang/ar.js +9 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/a11yhelp/dialogs/lang/bg.js +9 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/a11yhelp/dialogs/lang/ca.js +10 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/a11yhelp/dialogs/lang/cs.js +10 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/a11yhelp/dialogs/lang/cy.js +9 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/a11yhelp/dialogs/lang/da.js +9 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/a11yhelp/dialogs/lang/de.js +10 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/a11yhelp/dialogs/lang/el.js +10 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/a11yhelp/dialogs/lang/en.js +9 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/a11yhelp/dialogs/lang/eo.js +10 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/a11yhelp/dialogs/lang/es.js +10 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/a11yhelp/dialogs/lang/et.js +9 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/a11yhelp/dialogs/lang/fa.js +9 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/a11yhelp/dialogs/lang/fi.js +10 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/a11yhelp/dialogs/lang/fr-ca.js +10 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/a11yhelp/dialogs/lang/fr.js +11 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/a11yhelp/dialogs/lang/gl.js +10 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/a11yhelp/dialogs/lang/gu.js +9 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/a11yhelp/dialogs/lang/he.js +9 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/a11yhelp/dialogs/lang/hi.js +9 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/a11yhelp/dialogs/lang/hr.js +9 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/a11yhelp/dialogs/lang/hu.js +10 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/a11yhelp/dialogs/lang/id.js +9 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/a11yhelp/dialogs/lang/it.js +10 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/a11yhelp/dialogs/lang/ja.js +8 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/a11yhelp/dialogs/lang/km.js +9 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/a11yhelp/dialogs/lang/ko.js +9 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/a11yhelp/dialogs/lang/ku.js +10 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/a11yhelp/dialogs/lang/lt.js +9 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/a11yhelp/dialogs/lang/lv.js +11 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/a11yhelp/dialogs/lang/mk.js +9 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/a11yhelp/dialogs/lang/mn.js +9 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/a11yhelp/dialogs/lang/nb.js +9 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/a11yhelp/dialogs/lang/nl.js +10 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/a11yhelp/dialogs/lang/no.js +9 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/a11yhelp/dialogs/lang/pl.js +10 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/a11yhelp/dialogs/lang/pt-br.js +9 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/a11yhelp/dialogs/lang/pt.js +10 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/a11yhelp/dialogs/lang/ro.js +9 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/a11yhelp/dialogs/lang/ru.js +9 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/a11yhelp/dialogs/lang/si.js +8 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/a11yhelp/dialogs/lang/sk.js +10 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/a11yhelp/dialogs/lang/sl.js +10 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/a11yhelp/dialogs/lang/sq.js +9 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/a11yhelp/dialogs/lang/sr-latn.js +9 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/a11yhelp/dialogs/lang/sr.js +9 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/a11yhelp/dialogs/lang/sv.js +10 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/a11yhelp/dialogs/lang/th.js +9 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/a11yhelp/dialogs/lang/tr.js +10 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/a11yhelp/dialogs/lang/ug.js +9 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/a11yhelp/dialogs/lang/uk.js +10 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/a11yhelp/dialogs/lang/vi.js +9 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/a11yhelp/dialogs/lang/zh-cn.js +7 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/a11yhelp/dialogs/lang/zh.js +7 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/about/dialogs/about.js +7 -6
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/about/dialogs/hidpi/logo_ckeditor.png +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/about/dialogs/logo_ckeditor.png +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/clipboard/dialogs/paste.js +11 -7
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/codemirror/css/codemirror.min.css +1 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/codemirror/js/beautify.min.js +44 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/codemirror/js/codemirror.addons.min.js +46 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/codemirror/js/codemirror.addons.search.min.js +15 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/codemirror/js/codemirror.min.js +214 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/codemirror/js/codemirror.mode.htmlmixed.min.js +52 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/codemirror/js/codemirror.mode.javascript.min.js +21 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/codemirror/js/codemirror.mode.php.min.js +74 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/codemirror/theme/3024-day.css +34 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/codemirror/theme/3024-night.css +34 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/codemirror/theme/ambiance-mobile.css +5 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/codemirror/theme/ambiance.css +75 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/codemirror/theme/base16-dark.css +34 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/codemirror/theme/base16-light.css +34 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/codemirror/theme/blackboard.css +28 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/codemirror/theme/cobalt.css +21 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/codemirror/theme/eclipse.css +23 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/codemirror/theme/elegant.css +13 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/codemirror/theme/erlang-dark.css +30 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/codemirror/theme/lesser-dark.css +47 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/codemirror/theme/mbo.css +37 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/codemirror/theme/midnight.css +43 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/codemirror/theme/monokai.css +29 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/codemirror/theme/neat.css +12 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/codemirror/theme/night.css +24 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/codemirror/theme/paraiso-dark.css +34 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/codemirror/theme/paraiso-light.css +34 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/codemirror/theme/rubyblue.css +23 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/codemirror/theme/solarized.css +180 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/codemirror/theme/the-matrix.css +26 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/codemirror/theme/tomorrow-night-eighties.css +34 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/codemirror/theme/twilight.css +28 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/codemirror/theme/vibrant-ink.css +30 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/codemirror/theme/xq-dark.css +49 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/codemirror/theme/xq-light.css +43 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/dialog/dialogDefinition.js +4 -4
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/div/dialogs/div.js +9 -8
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/{images → plugins/fakeobjects/images}/spacer.gif +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/find/dialogs/find.js +24 -9
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/flash/dialogs/flash.js +24 -9
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/flash/images/placeholder.png +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/forms/dialogs/button.js +8 -6
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/forms/dialogs/checkbox.js +8 -6
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/forms/dialogs/form.js +8 -6
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/forms/dialogs/hiddenfield.js +8 -6
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/forms/dialogs/radio.js +8 -6
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/forms/dialogs/select.js +20 -9
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/forms/dialogs/textarea.js +8 -6
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/forms/dialogs/textfield.js +10 -6
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/forms/images/hiddenfield.gif +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/icons.png +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/icons_hidpi.png +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/iframe/dialogs/iframe.js +10 -7
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/iframe/images/placeholder.png +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/image/dialogs/image.js +43 -13
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/{_source/skins/kama → plugins/image}/images/noimage.png +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/link/dialogs/anchor.js +8 -6
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/link/dialogs/link.js +37 -11
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/link/images/anchor.png +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/link/images/hidpi/anchor.png +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/liststyle/dialogs/liststyle.js +10 -6
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/magicline/images/hidpi/icon.png +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/magicline/images/icon.png +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/oembed/icons/hidpi/oembed.png +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/oembed/icons/oembed.png +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/oembed/lang/de.js +23 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/oembed/lang/en.js +23 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/oembed/lang/fr.js +25 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/oembed/lang/nl.js +23 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/oembed/lang/pl.js +23 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/oembed/lang/pt-br.js +23 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/oembed/lang/ru.js +23 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/oembed/lang/tr.js +23 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/oembed/libs/jquery.oembed.min.js +11 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/oembed/plugin.js +347 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/pagebreak/images/pagebreak.gif +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/{paperclipped/images/icon.png → paperclip/icons/paperclip.png} +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/paperclip/plugin.js +15 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/pastefromword/filter/default.js +31 -11
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/preview/preview.html +10 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/radiantpreview/{images/radiant-preview.png → icons/radiantpreview.png} +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/radiantpreview/plugin.js +14 -102
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/scayt/LICENSE.md +28 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/scayt/README.md +25 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/scayt/dialogs/options.js +20 -8
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/scayt/dialogs/toolbar.css +70 -5
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/showblocks/images/block_address.png +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/showblocks/images/block_blockquote.png +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/showblocks/images/block_div.png +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/showblocks/images/block_h1.png +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/showblocks/images/block_h2.png +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/showblocks/images/block_h3.png +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/showblocks/images/block_h4.png +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/showblocks/images/block_h5.png +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/showblocks/images/block_h6.png +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/showblocks/images/block_p.png +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/showblocks/images/block_pre.png +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/specialchar/dialogs/lang/_translationstatus.txt +20 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/specialchar/dialogs/lang/ar.js +13 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/specialchar/dialogs/lang/bg.js +13 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/specialchar/dialogs/lang/ca.js +14 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/specialchar/dialogs/lang/cs.js +13 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/specialchar/dialogs/lang/cy.js +14 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/specialchar/dialogs/lang/de.js +13 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/specialchar/dialogs/lang/el.js +13 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/specialchar/dialogs/lang/en.js +13 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/specialchar/dialogs/lang/eo.js +12 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/specialchar/dialogs/lang/es.js +13 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/specialchar/dialogs/lang/et.js +13 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/specialchar/dialogs/lang/fa.js +12 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/specialchar/dialogs/lang/fi.js +13 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/specialchar/dialogs/lang/fr-ca.js +10 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/specialchar/dialogs/lang/fr.js +11 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/specialchar/dialogs/lang/gl.js +13 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/specialchar/dialogs/lang/he.js +12 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/specialchar/dialogs/lang/hr.js +13 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/specialchar/dialogs/lang/hu.js +12 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/specialchar/dialogs/lang/id.js +13 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/specialchar/dialogs/lang/it.js +14 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/specialchar/dialogs/lang/ja.js +9 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/specialchar/dialogs/lang/km.js +13 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/specialchar/dialogs/lang/ku.js +13 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/specialchar/dialogs/lang/lv.js +13 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/specialchar/dialogs/lang/nb.js +11 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/specialchar/dialogs/lang/nl.js +13 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/specialchar/dialogs/lang/no.js +11 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/specialchar/dialogs/lang/pl.js +12 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/specialchar/dialogs/lang/pt-br.js +11 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/specialchar/dialogs/lang/pt.js +13 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/specialchar/dialogs/lang/ru.js +13 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/specialchar/dialogs/lang/si.js +13 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/specialchar/dialogs/lang/sk.js +13 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/specialchar/dialogs/lang/sl.js +12 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/specialchar/dialogs/lang/sq.js +13 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/specialchar/dialogs/lang/sv.js +11 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/specialchar/dialogs/lang/th.js +13 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/specialchar/dialogs/lang/tr.js +12 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/specialchar/dialogs/lang/ug.js +13 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/specialchar/dialogs/lang/uk.js +12 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/specialchar/dialogs/lang/vi.js +14 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/specialchar/dialogs/lang/zh-cn.js +9 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/specialchar/dialogs/lang/zh.js +12 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/specialchar/dialogs/specialchar.js +14 -7
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/table/dialogs/table.js +21 -9
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/tabletools/dialogs/tableCell.js +16 -8
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/templates/dialogs/templates.css +84 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/templates/dialogs/templates.js +10 -7
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/templates/templates/default.js +6 -6
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/templates/templates/images/template1.gif +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/templates/templates/images/template2.gif +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/templates/templates/images/template3.gif +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/widget/images/handle.png +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/wsc/LICENSE.md +28 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/wsc/README.md +25 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/wsc/dialogs/ciframe.html +18 -1
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/wsc/dialogs/tmp.html +118 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/wsc/dialogs/tmpFrameset.html +1 -1
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/wsc/dialogs/wsc.css +78 -2
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/wsc/dialogs/wsc.js +67 -7
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/wsc/dialogs/wsc_ie.js +11 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/samples/ajax.html +82 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/{_samples → samples}/api.html +94 -79
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/samples/appendto.html +57 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/samples/assets/inlineall/logo.png +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/{_samples/assets/output_xhtml.css → samples/assets/outputxhtml/outputxhtml.css} +2 -2
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/samples/assets/posteddata.php +59 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/samples/assets/sample.css +3 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/samples/assets/sample.jpg +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/samples/assets/uilanguages/languages.js +7 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/samples/datafiltering.html +401 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/samples/divreplace.html +141 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/samples/index.html +128 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/samples/inlineall.html +311 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/samples/inlinebycode.html +121 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/samples/inlinetextarea.html +110 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/samples/jquery.html +97 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/samples/plugins/dialog/assets/my_dialog.js +48 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/samples/plugins/dialog/dialog.html +187 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/samples/plugins/enterkey/enterkey.html +103 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/{_samples/assets/output_for_flash.fla → samples/plugins/htmlwriter/assets/outputforflash/outputforflash.fla} +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/{_samples/assets/output_for_flash.swf → samples/plugins/htmlwriter/assets/outputforflash/outputforflash.swf} +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/samples/plugins/htmlwriter/assets/outputforflash/swfobject.js +18 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/samples/plugins/htmlwriter/outputforflash.html +280 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/samples/plugins/htmlwriter/outputhtml.html +221 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/samples/plugins/magicline/magicline.html +206 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/samples/plugins/toolbar/toolbar.html +232 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/samples/plugins/wysiwygarea/fullpage.html +77 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/samples/readonly.html +73 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/samples/replacebyclass.html +57 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/samples/replacebycode.html +56 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/samples/sample.css +356 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/samples/sample.js +50 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/{_samples → samples}/sample_posteddata.php +5 -10
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/samples/tabindex.html +75 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/samples/uicolor.html +69 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/samples/uilanguages.html +119 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/samples/xhtmlstyle.html +231 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/skins/moono/dialog.css +5 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/skins/moono/dialog_ie.css +5 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/skins/moono/dialog_ie7.css +5 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/skins/moono/dialog_ie8.css +5 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/skins/moono/dialog_iequirks.css +5 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/skins/moono/dialog_opera.css +5 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/skins/moono/editor.css +5 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/skins/moono/editor_gecko.css +5 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/skins/moono/editor_ie.css +5 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/skins/moono/editor_ie7.css +5 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/skins/moono/editor_ie8.css +5 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/skins/moono/editor_iequirks.css +5 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/skins/moono/icons.png +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/skins/moono/icons_hidpi.png +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/skins/moono/images/arrow.png +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/skins/moono/images/close.png +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/skins/moono/images/hidpi/close.png +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/skins/moono/images/hidpi/lock-open.png +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/skins/moono/images/hidpi/lock.png +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/skins/moono/images/hidpi/refresh.png +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/skins/moono/images/lock-open.png +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/skins/moono/images/lock.png +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/skins/moono/images/refresh.png +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/skins/moono/readme.md +51 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/styles.js +111 -0
- metadata +254 -631
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/CHANGES.html +0 -1295
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/INSTALL.html +0 -92
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/adobeair/application.xml +0 -32
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/adobeair/run.bat +0 -9
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/adobeair/run.sh +0 -8
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/adobeair/sample.html +0 -45
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/ajax.html +0 -98
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/api_dialog.html +0 -198
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/api_dialog/my_dialog.js +0 -28
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/asp/advanced.asp +0 -105
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/asp/events.asp +0 -136
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/asp/index.html +0 -103
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/asp/replace.asp +0 -72
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/asp/replaceall.asp +0 -77
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/asp/sample_posteddata.asp +0 -46
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/asp/standalone.asp +0 -72
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/assets/_posteddata.php +0 -59
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/assets/parsesample.css +0 -70
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/assets/swfobject.js +0 -18
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/autogrow.html +0 -103
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/bbcode.html +0 -136
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/devtools.html +0 -94
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/divreplace.html +0 -154
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/enterkey.html +0 -115
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/fullpage.html +0 -82
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/index.html +0 -116
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/jqueryadapter.html +0 -99
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/output_for_flash.html +0 -275
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/output_html.html +0 -285
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/output_xhtml.html +0 -181
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/php/advanced.php +0 -120
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/php/events.php +0 -153
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/php/index.html +0 -47
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/php/replace.php +0 -87
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/php/replaceall.php +0 -88
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/php/standalone.php +0 -83
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/placeholder.html +0 -81
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/readonly.html +0 -91
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/replacebyclass.html +0 -64
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/replacebycode.html +0 -97
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/sample.css +0 -163
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/sample.js +0 -65
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/sharedspaces.html +0 -153
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/skins.html +0 -110
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/stylesheetparser.html +0 -93
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/tableresize.html +0 -115
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/ui_color.html +0 -129
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/ui_languages.html +0 -134
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/adapters/jquery.js +0 -306
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/_bootstrap.js +0 -87
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/ckeditor.js +0 -141
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/ckeditor_base.js +0 -227
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/ckeditor_basic.js +0 -238
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/command.js +0 -209
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/commanddefinition.js +0 -129
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/config.js +0 -431
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/dataprocessor.js +0 -65
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/dom.js +0 -20
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/dom/comment.js +0 -32
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/dom/document.js +0 -251
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/dom/documentfragment.js +0 -49
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/dom/domobject.js +0 -258
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/dom/element.js +0 -1663
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/dom/elementpath.js +0 -119
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/dom/event.js +0 -142
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/dom/node.js +0 -690
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/dom/nodelist.js +0 -26
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/dom/range.js +0 -2032
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/dom/rangelist.js +0 -213
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/dom/text.js +0 -128
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/dom/walker.js +0 -462
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/dom/window.js +0 -96
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/dtd.js +0 -237
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/editor.js +0 -1041
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/editor_basic.js +0 -186
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/env.js +0 -282
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/event.js +0 -342
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/eventInfo.js +0 -120
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/focusmanager.js +0 -152
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/htmlparser.js +0 -224
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/htmlparser/basicwriter.js +0 -145
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/htmlparser/cdata.js +0 -43
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/htmlparser/comment.js +0 -60
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/htmlparser/element.js +0 -249
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/htmlparser/filter.js +0 -288
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/htmlparser/fragment.js +0 -492
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/htmlparser/text.js +0 -55
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/lang.js +0 -157
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/loader.js +0 -240
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/plugindefinition.js +0 -83
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/plugins.js +0 -103
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/resourcemanager.js +0 -238
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/scriptloader.js +0 -180
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/skins.js +0 -184
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/themes.js +0 -19
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/tools.js +0 -734
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/ui.js +0 -128
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/_languages.js +0 -84
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/_translationstatus.txt +0 -61
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/af.js +0 -810
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/ar.js +0 -810
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/bg.js +0 -810
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/bn.js +0 -810
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/bs.js +0 -810
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/ca.js +0 -810
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/cs.js +0 -810
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/cy.js +0 -810
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/da.js +0 -810
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/de.js +0 -810
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/el.js +0 -810
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/en-au.js +0 -810
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/en-ca.js +0 -810
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/en-gb.js +0 -810
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/en.js +0 -810
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/eo.js +0 -810
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/es.js +0 -810
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/et.js +0 -810
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/eu.js +0 -810
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/fa.js +0 -810
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/fi.js +0 -810
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/fo.js +0 -810
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/fr-ca.js +0 -810
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/fr.js +0 -810
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/gl.js +0 -810
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/gu.js +0 -810
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/he.js +0 -810
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/hi.js +0 -810
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/hr.js +0 -810
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/hu.js +0 -810
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/is.js +0 -810
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/it.js +0 -810
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/ja.js +0 -810
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/ka.js +0 -810
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/km.js +0 -810
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/ko.js +0 -810
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/lt.js +0 -810
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/lv.js +0 -810
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/mn.js +0 -810
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/ms.js +0 -810
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/nb.js +0 -810
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/nl.js +0 -810
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/no.js +0 -810
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/pl.js +0 -810
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/pt-br.js +0 -809
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/pt.js +0 -810
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/ro.js +0 -810
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/ru.js +0 -810
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/sk.js +0 -810
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/sl.js +0 -810
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/sr-latn.js +0 -810
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/sr.js +0 -810
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/sv.js +0 -809
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/th.js +0 -810
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/tr.js +0 -809
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/uk.js +0 -810
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/vi.js +0 -810
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/zh-cn.js +0 -810
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/zh.js +0 -810
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/a11yhelp/dialogs/a11yhelp.js +0 -222
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/a11yhelp/lang/en.js +0 -108
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/a11yhelp/lang/he.js +0 -216
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/a11yhelp/plugin.js +0 -47
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/about/dialogs/about.js +0 -76
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/about/dialogs/logo_ckeditor.png +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/about/plugin.js +0 -24
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/adobeair/plugin.js +0 -228
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/ajax/plugin.js +0 -152
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/autogrow/plugin.js +0 -88
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/basicstyles/plugin.js +0 -101
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/bbcode/plugin.js +0 -924
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/bidi/plugin.js +0 -331
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/blockquote/plugin.js +0 -305
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/button/plugin.js +0 -285
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/clipboard/dialogs/paste.js +0 -223
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/clipboard/plugin.js +0 -446
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/colorbutton/plugin.js +0 -295
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/colordialog/dialogs/colordialog.js +0 -340
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/colordialog/plugin.js +0 -15
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/contextmenu/plugin.js +0 -177
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/devtools/lang/en.js +0 -16
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/devtools/plugin.js +0 -173
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/dialog/dialogDefinition.js +0 -1099
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/dialog/plugin.js +0 -3235
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/dialogadvtab/plugin.js +0 -205
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/dialogui/plugin.js +0 -1537
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/div/dialogs/div.js +0 -535
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/div/plugin.js +0 -121
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/docprops/dialogs/docprops.js +0 -686
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/docprops/plugin.js +0 -22
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/domiterator/plugin.js +0 -361
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/editingblock/plugin.js +0 -269
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/elementspath/plugin.js +0 -218
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/enterkey/plugin.js +0 -399
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/entities/plugin.js +0 -250
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/fakeobjects/plugin.js +0 -126
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/filebrowser/plugin.js +0 -524
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/find/dialogs/find.js +0 -895
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/find/plugin.js +0 -47
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/flash/dialogs/flash.js +0 -698
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/flash/images/placeholder.png +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/flash/plugin.js +0 -168
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/floatpanel/plugin.js +0 -405
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/font/plugin.js +0 -234
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/format/plugin.js +0 -197
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/forms/dialogs/button.js +0 -118
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/forms/dialogs/checkbox.js +0 -153
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/forms/dialogs/form.js +0 -177
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/forms/dialogs/hiddenfield.js +0 -100
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/forms/dialogs/radio.js +0 -135
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/forms/dialogs/select.js +0 -562
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/forms/dialogs/textarea.js +0 -114
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/forms/dialogs/textfield.js +0 -199
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/forms/images/hiddenfield.gif +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/forms/plugin.js +0 -288
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/horizontalrule/plugin.js +0 -36
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/htmldataprocessor/plugin.js +0 -595
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/htmlwriter/plugin.js +0 -319
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/iframe/dialogs/iframe.js +0 -257
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/iframe/images/placeholder.png +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/iframe/plugin.js +0 -106
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/iframedialog/plugin.js +0 -188
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/image/dialogs/image.js +0 -1403
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/image/plugin.js +0 -81
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/indent/plugin.js +0 -461
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/justify/plugin.js +0 -253
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/keystrokes/plugin.js +0 -225
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/link/dialogs/anchor.js +0 -144
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/link/dialogs/link.js +0 -1400
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/link/images/anchor.gif +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/link/plugin.js +0 -336
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/list/plugin.js +0 -727
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/listblock/plugin.js +0 -257
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/liststyle/dialogs/liststyle.js +0 -204
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/liststyle/plugin.js +0 -66
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/maximize/plugin.js +0 -352
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/menu/plugin.js +0 -505
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/menubutton/plugin.js +0 -98
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/newpage/plugin.js +0 -54
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/pagebreak/images/pagebreak.gif +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/pagebreak/plugin.js +0 -164
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/panel/plugin.js +0 -402
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/panelbutton/plugin.js +0 -146
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/pastefromword/filter/default.js +0 -1376
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/pastefromword/plugin.js +0 -141
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/pastetext/dialogs/pastetext.js +0 -67
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/pastetext/plugin.js +0 -98
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/placeholder/dialogs/placeholder.js +0 -71
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/placeholder/lang/en.js +0 -16
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/placeholder/lang/he.js +0 -16
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/placeholder/placeholder.gif +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/placeholder/plugin.js +0 -171
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/popup/plugin.js +0 -64
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/preview/plugin.js +0 -109
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/print/plugin.js +0 -42
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/removeformat/plugin.js +0 -185
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/resize/plugin.js +0 -168
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/richcombo/plugin.js +0 -378
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/save/plugin.js +0 -56
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/scayt/dialogs/options.js +0 -537
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/scayt/dialogs/toolbar.css +0 -71
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/scayt/plugin.js +0 -964
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/selection/plugin.js +0 -1563
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/showblocks/images/block_address.png +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/showblocks/images/block_blockquote.png +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/showblocks/images/block_div.png +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/showblocks/images/block_h1.png +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/showblocks/images/block_h2.png +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/showblocks/images/block_h3.png +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/showblocks/images/block_h4.png +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/showblocks/images/block_h5.png +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/showblocks/images/block_h6.png +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/showblocks/images/block_p.png +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/showblocks/images/block_pre.png +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/showblocks/plugin.js +0 -160
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/showborders/plugin.js +0 -207
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/smiley/dialogs/smiley.js +0 -224
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/smiley/images/angel_smile.gif +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/smiley/images/angry_smile.gif +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/smiley/images/broken_heart.gif +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/smiley/images/confused_smile.gif +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/smiley/images/cry_smile.gif +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/smiley/images/devil_smile.gif +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/smiley/images/embaressed_smile.gif +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/smiley/images/envelope.gif +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/smiley/images/heart.gif +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/smiley/images/kiss.gif +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/smiley/images/lightbulb.gif +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/smiley/images/omg_smile.gif +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/smiley/images/regular_smile.gif +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/smiley/images/sad_smile.gif +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/smiley/images/shades_smile.gif +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/smiley/images/teeth_smile.gif +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/smiley/images/thumbs_down.gif +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/smiley/images/thumbs_up.gif +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/smiley/images/tounge_smile.gif +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/smiley/images/whatchutalkingabout_smile.gif +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/smiley/images/wink_smile.gif +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/smiley/plugin.js +0 -94
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/sourcearea/plugin.js +0 -209
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/specialchar/dialogs/specialchar.js +0 -350
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/specialchar/lang/en.js +0 -89
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/specialchar/plugin.js +0 -70
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/styles/plugin.js +0 -1678
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/styles/styles/default.js +0 -88
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/stylescombo/plugin.js +0 -219
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/stylesheetparser/plugin.js +0 -143
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/tab/plugin.js +0 -367
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/table/dialogs/table.js +0 -672
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/table/plugin.js +0 -78
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/tableresize/plugin.js +0 -450
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/tabletools/dialogs/tableCell.js +0 -525
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/tabletools/plugin.js +0 -1191
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/templates/dialogs/templates.js +0 -234
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/templates/plugin.js +0 -99
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/templates/templates/default.js +0 -94
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/templates/templates/images/template1.gif +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/templates/templates/images/template2.gif +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/templates/templates/images/template3.gif +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/toolbar/plugin.js +0 -545
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/uicolor/dialogs/uicolor.js +0 -205
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/uicolor/lang/en.js +0 -15
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/uicolor/lang/he.js +0 -15
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/uicolor/plugin.js +0 -37
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/uicolor/uicolor.gif +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/uicolor/yui/assets/hue_bg.png +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/uicolor/yui/assets/hue_thumb.png +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/uicolor/yui/assets/picker_mask.png +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/uicolor/yui/assets/picker_thumb.png +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/uicolor/yui/assets/yui.css +0 -15
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/uicolor/yui/yui.js +0 -71
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/undo/plugin.js +0 -580
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/wsc/dialogs/ciframe.html +0 -49
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/wsc/dialogs/tmpFrameset.html +0 -52
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/wsc/dialogs/wsc.css +0 -82
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/wsc/dialogs/wsc.js +0 -192
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/wsc/plugin.js +0 -33
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/wysiwygarea/plugin.js +0 -1351
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/xml/plugin.js +0 -170
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/kama/dialog.css +0 -920
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/kama/editor.css +0 -25
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/kama/elementspath.css +0 -73
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/kama/icons.css +0 -366
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/kama/icons.png +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/kama/icons_rtl.png +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/kama/images/dialog_sides.gif +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/kama/images/dialog_sides.png +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/kama/images/dialog_sides_rtl.png +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/kama/images/mini.gif +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/kama/images/sprites.png +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/kama/images/sprites_ie6.png +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/kama/images/toolbar_start.gif +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/kama/mainui.css +0 -203
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/kama/menu.css +0 -232
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/kama/panel.css +0 -217
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/kama/presets.css +0 -49
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/kama/reset.css +0 -84
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/kama/richcombo.css +0 -287
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/kama/skin.js +0 -236
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/kama/templates.css +0 -88
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/kama/toolbar.css +0 -407
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/office2003/dialog.css +0 -826
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/office2003/editor.css +0 -25
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/office2003/elementspath.css +0 -74
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/office2003/icons.css +0 -363
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/office2003/icons.png +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/office2003/icons_rtl.png +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/office2003/images/dialog_sides.gif +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/office2003/images/dialog_sides.png +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/office2003/images/dialog_sides_rtl.png +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/office2003/images/mini.gif +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/office2003/images/noimage.png +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/office2003/images/sprites.png +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/office2003/images/sprites_ie6.png +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/office2003/mainui.css +0 -153
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/office2003/menu.css +0 -229
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/office2003/panel.css +0 -212
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/office2003/presets.css +0 -49
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/office2003/reset.css +0 -84
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/office2003/richcombo.css +0 -309
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/office2003/skin.js +0 -74
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/office2003/templates.css +0 -87
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/office2003/toolbar.css +0 -522
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/v2/dialog.css +0 -842
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/v2/editor.css +0 -25
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/v2/elementspath.css +0 -74
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/v2/icons.css +0 -363
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/v2/icons.png +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/v2/icons_rtl.png +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/v2/images/dialog_sides.gif +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/v2/images/dialog_sides.png +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/v2/images/dialog_sides_rtl.png +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/v2/images/mini.gif +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/v2/images/noimage.png +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/v2/images/sprites.png +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/v2/images/sprites_ie6.png +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/v2/images/toolbar_start.gif +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/v2/mainui.css +0 -162
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/v2/menu.css +0 -232
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/v2/panel.css +0 -212
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/v2/presets.css +0 -50
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/v2/reset.css +0 -84
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/v2/richcombo.css +0 -302
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/v2/skin.js +0 -70
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/v2/templates.css +0 -87
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/v2/toolbar.css +0 -465
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/themes/default/theme.js +0 -394
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/ckeditor.asp +0 -955
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/ckeditor.pack +0 -211
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/ckeditor.php +0 -29
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/ckeditor_basic.js +0 -8
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/ckeditor_basic_source.js +0 -20
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/ckeditor_php4.php +0 -566
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/ckeditor_php5.php +0 -556
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/ckeditor_source.js +0 -25
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/_languages.js +0 -6
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/_translationstatus.txt +0 -61
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/af.js +0 -6
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/ar.js +0 -6
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/bg.js +0 -6
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/bn.js +0 -6
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/bs.js +0 -6
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/ca.js +0 -6
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/cs.js +0 -6
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/cy.js +0 -6
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/da.js +0 -6
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/de.js +0 -6
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/el.js +0 -6
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/en-au.js +0 -6
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/en-ca.js +0 -6
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/en-gb.js +0 -6
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/eo.js +0 -6
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/es.js +0 -6
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/et.js +0 -6
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/eu.js +0 -6
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/fa.js +0 -6
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/fi.js +0 -6
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/fo.js +0 -6
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/fr-ca.js +0 -6
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/fr.js +0 -6
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/gl.js +0 -6
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/gu.js +0 -6
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/he.js +0 -6
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/hi.js +0 -6
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/hr.js +0 -6
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/hu.js +0 -6
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/is.js +0 -6
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/it.js +0 -6
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/ja.js +0 -6
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/ka.js +0 -6
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/km.js +0 -6
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/ko.js +0 -6
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/lt.js +0 -6
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/lv.js +0 -6
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/mn.js +0 -6
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/ms.js +0 -6
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/nb.js +0 -6
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/nl.js +0 -6
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/no.js +0 -6
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/pl.js +0 -6
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/pt-br.js +0 -6
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/pt.js +0 -6
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/ro.js +0 -6
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/ru.js +0 -6
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/sk.js +0 -6
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/sl.js +0 -6
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/sr-latn.js +0 -6
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/sr.js +0 -6
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/sv.js +0 -6
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/th.js +0 -6
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/tr.js +0 -6
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/uk.js +0 -6
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/vi.js +0 -6
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/zh-cn.js +0 -6
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/zh.js +0 -6
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/MediaEmbed/dialogs/mediaembed.html +0 -14
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/MediaEmbed/images/icon.gif +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/MediaEmbed/plugin.js +0 -61
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/MediaEmbed/plugin.js~ +0 -57
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/a11yhelp/lang/en.js +0 -6
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/a11yhelp/lang/he.js +0 -6
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/adobeair/plugin.js +0 -6
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/ajax/plugin.js +0 -6
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/autogrow/plugin.js +0 -6
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/bbcode/plugin.js +0 -9
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/colordialog/dialogs/colordialog.js +0 -7
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/devtools/lang/en.js +0 -6
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/devtools/plugin.js +0 -6
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/docprops/dialogs/docprops.js +0 -10
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/docprops/plugin.js +0 -6
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/iframedialog/plugin.js +0 -6
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/link/images/anchor.gif +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/paperclipped/plugin.js +0 -21
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/pastetext/dialogs/pastetext.js +0 -6
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/placeholder/dialogs/placeholder.js +0 -6
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/placeholder/lang/en.js +0 -6
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/placeholder/lang/he.js +0 -6
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/placeholder/placeholder.gif +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/placeholder/plugin.js +0 -6
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/radiantpreview/images/icon.png +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/smiley/dialogs/smiley.js +0 -7
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/smiley/images/angel_smile.gif +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/smiley/images/angry_smile.gif +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/smiley/images/broken_heart.gif +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/smiley/images/confused_smile.gif +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/smiley/images/cry_smile.gif +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/smiley/images/devil_smile.gif +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/smiley/images/embaressed_smile.gif +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/smiley/images/envelope.gif +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/smiley/images/heart.gif +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/smiley/images/kiss.gif +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/smiley/images/lightbulb.gif +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/smiley/images/omg_smile.gif +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/smiley/images/regular_smile.gif +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/smiley/images/sad_smile.gif +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/smiley/images/shades_smile.gif +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/smiley/images/teeth_smile.gif +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/smiley/images/thumbs_down.gif +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/smiley/images/thumbs_up.gif +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/smiley/images/tounge_smile.gif +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/smiley/images/whatchutalkingabout_smile.gif +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/smiley/images/wink_smile.gif +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/specialchar/lang/en.js +0 -6
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/styles/styles/default.js +0 -6
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/stylesheetparser/plugin.js +0 -6
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/tableresize/plugin.js +0 -7
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/uicolor/dialogs/uicolor.js +0 -7
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/uicolor/lang/en.js +0 -6
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/uicolor/lang/he.js +0 -6
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/uicolor/plugin.js +0 -6
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/uicolor/uicolor.gif +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/uicolor/yui/assets/hue_bg.png +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/uicolor/yui/assets/hue_thumb.png +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/uicolor/yui/assets/picker_mask.png +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/uicolor/yui/assets/picker_thumb.png +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/uicolor/yui/assets/yui.css +0 -6
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/uicolor/yui/yui.js +0 -76
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/xml/plugin.js +0 -6
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/skins/kama/dialog.css +0 -9
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/skins/kama/editor.css +0 -13
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/skins/kama/icons.png +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/skins/kama/icons_rtl.png +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/skins/kama/images/dialog_sides.gif +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/skins/kama/images/dialog_sides.png +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/skins/kama/images/dialog_sides_rtl.png +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/skins/kama/images/mini.gif +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/skins/kama/images/noimage.png +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/skins/kama/images/sprites.png +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/skins/kama/images/sprites_ie6.png +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/skins/kama/images/toolbar_start.gif +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/skins/kama/skin.js +0 -7
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/skins/kama/templates.css +0 -6
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/skins/office2003/dialog.css +0 -9
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/skins/office2003/editor.css +0 -14
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/skins/office2003/icons.png +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/skins/office2003/icons_rtl.png +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/skins/office2003/images/dialog_sides.gif +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/skins/office2003/images/dialog_sides.png +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/skins/office2003/images/dialog_sides_rtl.png +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/skins/office2003/images/mini.gif +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/skins/office2003/images/noimage.png +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/skins/office2003/images/sprites.png +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/skins/office2003/images/sprites_ie6.png +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/skins/office2003/skin.js +0 -6
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/skins/office2003/templates.css +0 -6
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/skins/v2/dialog.css +0 -9
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/skins/v2/editor.css +0 -13
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/skins/v2/icons.png +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/skins/v2/icons_rtl.png +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/skins/v2/images/dialog_sides.gif +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/skins/v2/images/dialog_sides.png +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/skins/v2/images/dialog_sides_rtl.png +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/skins/v2/images/mini.gif +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/skins/v2/images/noimage.png +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/skins/v2/images/sprites.png +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/skins/v2/images/sprites_ie6.png +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/skins/v2/images/toolbar_start.gif +0 -0
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/skins/v2/skin.js +0 -6
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/skins/v2/templates.css +0 -6
- data/public/javascripts/extensions/ck_editor_filter/ckeditor/themes/default/theme.js +0 -8
- data/radiant-ck_editor_filter-extension-0.2.6.gem +0 -0
|
@@ -0,0 +1,378 @@
|
|
|
1
|
+
CKEditor 4 Changelog
|
|
2
|
+
====================
|
|
3
|
+
|
|
4
|
+
## CKEditor 4.3.1
|
|
5
|
+
|
|
6
|
+
**Important Notes:**
|
|
7
|
+
|
|
8
|
+
* To match the naming convention, the `language` button is now `Language` ([#11201](http://dev.ckeditor.com/ticket/11201)).
|
|
9
|
+
* [Enhanced Image](http://ckeditor.com/addon/image2) button, context menu, command, and icon names match those of the [Image](http://ckeditor.com/addon/image) plugin ([#11222](http://dev.ckeditor.com/ticket/11222)).
|
|
10
|
+
|
|
11
|
+
Fixed Issues:
|
|
12
|
+
|
|
13
|
+
* [#11244](http://dev.ckeditor.com/ticket/11244): Changed: The [`widget.repository.checkWidgets()`](http://docs.ckeditor.com/#!/api/CKEDITOR.plugins.widget.repository-method-checkWidgets) method now fires the [`widget.repository.checkWidgets`](http://docs.ckeditor.com/#!/api/CKEDITOR.plugins.widget.repository-event-checkWidgets) event, so from CKEditor 4.3.1 it is preferred to use the method rather than fire the event.
|
|
14
|
+
* [#11171](http://dev.ckeditor.com/ticket/11171): Fixed: [`editor.insertElement()`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-method-insertElement) and [`editor.insertText()`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-method-insertText) methods do not call the [`widget.repository.checkWidgets()`](http://docs.ckeditor.com/#!/api/CKEDITOR.plugins.widget.repository-method-checkWidgets) method.
|
|
15
|
+
* [#11085](http://dev.ckeditor.com/ticket/11085): [IE8] Replaced preview generated by the [Mathematical Formulas](http://ckeditor.com/addon/mathjax) widget with a placeholder.
|
|
16
|
+
* [#11044](http://dev.ckeditor.com/ticket/11044): Enhanced WAI-ARIA support for the [Language](http://ckeditor.com/addon/language) plugin drop-down menu.
|
|
17
|
+
* [#11075](http://dev.ckeditor.com/ticket/11075): With drop-down menu button focused, pressing the *Down Arrow* key will now open the menu and focus its first option.
|
|
18
|
+
* [#11165](http://dev.ckeditor.com/ticket/11165): Fixed: The [File Browser](http://ckeditor.com/addon/filebrowser) plugin cannot be removed from the editor.
|
|
19
|
+
* [#11159](http://dev.ckeditor.com/ticket/11159): [IE9-10] [Enhanced Image](http://ckeditor.com/addon/image2): Fixed buggy discovery of image dimensions.
|
|
20
|
+
* [#11101](http://dev.ckeditor.com/ticket/11101): Drop-down lists no longer break when given double quotes.
|
|
21
|
+
* [#11077](http://dev.ckeditor.com/ticket/11077): [Enhanced Image](http://ckeditor.com/addon/image2): Empty undo step recorded when resizing the image.
|
|
22
|
+
* [#10853](http://dev.ckeditor.com/ticket/10853): [Enhanced Image](http://ckeditor.com/addon/image2): Widget has paragraph wrapper when de-captioning unaligned image.
|
|
23
|
+
* [#11198](http://dev.ckeditor.com/ticket/11198): Widgets: Drag handler is not fully visible when an inline widget is in a heading.
|
|
24
|
+
* [#11132](http://dev.ckeditor.com/ticket/11132): [Firefox] Fixed: Caret is lost after drag and drop of an inline widget.
|
|
25
|
+
* [#11182](http://dev.ckeditor.com/ticket/11182): [IE10-11] Fixed: Editor crashes (IE11) or works with minor issues (IE10) if a page is loaded in Quirks Mode. See [`env.quirks`](http://docs.ckeditor.com/#!/api/CKEDITOR.env-property-quirks) for more details.
|
|
26
|
+
* [#11204](http://dev.ckeditor.com/ticket/11204): Added `figure` and `figcaption` styles to the `contents.css` file so [Enhanced Image](http://ckeditor.com/addon/image2) looks nicer.
|
|
27
|
+
* [#11202](http://dev.ckeditor.com/ticket/11202): Fixed: No newline in [BBCode](http://ckeditor.com/addon/bbcode) mode.
|
|
28
|
+
* [#10890](http://dev.ckeditor.com/ticket/10890): Fixed: Error thrown when pressing the *Delete* key in a list item.
|
|
29
|
+
* [#10055](http://dev.ckeditor.com/ticket/10055): [IE8-10] Fixed: *Delete* pressed on a selected image causes the browser to go back.
|
|
30
|
+
* [#11183](http://dev.ckeditor.com/ticket/11183): Fixed: Inserting a horizontal rule or a table in multiple row selection causes a browser crash. Additionally, the [`editor.insertElement()`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-method-insertElement) method does not insert the element into every range of a selection any more.
|
|
31
|
+
* [#11042](http://dev.ckeditor.com/ticket/11042): Fixed: Selection made on an element containing a non-editable element was not auto faked.
|
|
32
|
+
* [#11125](http://dev.ckeditor.com/ticket/11125): Fixed: Keyboard navigation through menu and drop-down items will now cycle.
|
|
33
|
+
* [#11011](http://dev.ckeditor.com/ticket/11011): Fixed: The [`editor.applyStyle()`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-method-applyStyle) method removes attributes from nested elements.
|
|
34
|
+
* [#11179](http://dev.ckeditor.com/ticket/11179): Fixed: [`editor.destroy()`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-method-destroy) does not cleanup content generated by the [Table Resize](http://ckeditor.com/addon/tableresize) plugin for inline editors.
|
|
35
|
+
* [#11237](http://dev.ckeditor.com/ticket/11237): Fixed: Table border attribute value is deleted when pasting content from Microsoft Word.
|
|
36
|
+
* [#11250](http://dev.ckeditor.com/ticket/11250): Fixed: HTML entities inside the `<textarea>` element are not encoded.
|
|
37
|
+
* [#11260](http://dev.ckeditor.com/ticket/11260): Fixed: Initially disabled buttons are not read by JAWS as disabled.
|
|
38
|
+
* [#11200](http://dev.ckeditor.com/ticket/11200): Added [Clipboard](http://ckeditor.com/addon/clipboard) plugin as a dependency for [Widget](http://ckeditor.com/addon/widget) to fix drag and drop.
|
|
39
|
+
|
|
40
|
+
## CKEditor 4.3
|
|
41
|
+
|
|
42
|
+
New Features:
|
|
43
|
+
|
|
44
|
+
* [#10612](http://dev.ckeditor.com/ticket/10612): Internet Explorer 11 support.
|
|
45
|
+
* [#10869](http://dev.ckeditor.com/ticket/10869): Widgets: Added better integration with the [Elements Path](http://ckeditor.com/addon/elementspath) plugin.
|
|
46
|
+
* [#10886](http://dev.ckeditor.com/ticket/10886): Widgets: Added tooltip to the drag handle.
|
|
47
|
+
* [#10933](http://dev.ckeditor.com/ticket/10933): Widgets: Introduced drag and drop of block widgets with the [Line Utilities](http://ckeditor.com/addon/lineutils) plugin.
|
|
48
|
+
* [#10936](http://dev.ckeditor.com/ticket/10936): Widget System changes for easier integration with other dialog systems.
|
|
49
|
+
* [#10895](http://dev.ckeditor.com/ticket/10895): [Enhanced Image](http://ckeditor.com/addon/image2): Added file browser integration.
|
|
50
|
+
* [#11002](http://dev.ckeditor.com/ticket/11002): Added the [`draggable`](http://docs.ckeditor.com/#!/api/CKEDITOR.plugins.widget.definition-property-draggable) option to disable drag and drop support for widgets.
|
|
51
|
+
* [#10937](http://dev.ckeditor.com/ticket/10937): [Mathematical Formulas](http://ckeditor.com/addon/mathjax) widget improvements:
|
|
52
|
+
* loading indicator ([#10948](http://dev.ckeditor.com/ticket/10948)),
|
|
53
|
+
* applying paragraph changes (like font color change) to iframe ([#10841](http://dev.ckeditor.com/ticket/10841)),
|
|
54
|
+
* Firefox and IE9 clipboard fixes ([#10857](http://dev.ckeditor.com/ticket/10857)),
|
|
55
|
+
* fixing same origin policy issue ([#10840](http://dev.ckeditor.com/ticket/10840)),
|
|
56
|
+
* fixing undo bugs ([#10842](http://dev.ckeditor.com/ticket/10842), [#10930](http://dev.ckeditor.com/ticket/10930)),
|
|
57
|
+
* fixing other minor bugs.
|
|
58
|
+
* [#10862](http://dev.ckeditor.com/ticket/10862): [Placeholder](http://ckeditor.com/addon/placeholder) plugin was rewritten as a widget.
|
|
59
|
+
* [#10822](http://dev.ckeditor.com/ticket/10822): Added styles system integration with non-editable elements (for example widgets) and their nested editables. Styles cannot change non-editable content and are applied in nested editable only if allowed by its type and content filter.
|
|
60
|
+
* [#10856](http://dev.ckeditor.com/ticket/10856): Menu buttons will now toggle the visibility of their panels when clicked multiple times. [Language](http://ckeditor.com/addon/language) plugin fixes: Added active language highlighting, added an option to remove the language.
|
|
61
|
+
* [#10028](http://dev.ckeditor.com/ticket/10028): New [`config.dialog_noConfirmCancel`](http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-dialog_noConfirmCancel) configuration option that eliminates the need to confirm closing of a dialog window when the user changed any of its fields.
|
|
62
|
+
* [#10848](http://dev.ckeditor.com/ticket/10848): Integrate remaining plugins ([Styles](http://ckeditor.com/addon/stylescombo), [Format](http://ckeditor.com/addon/format), [Font](http://ckeditor.com/addon/font), [Color Button](http://ckeditor.com/addon/colorbutton), [Language](http://ckeditor.com/addon/language) and [Indent](http://ckeditor.com/addon/indent)) with [active filter](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-property-activeFilter).
|
|
63
|
+
* [#10855](http://dev.ckeditor.com/ticket/10855): Change the extension of emoticons in the [BBCode](http://ckeditor.com/addon/bbcode) sample from GIF to PNG.
|
|
64
|
+
|
|
65
|
+
Fixed Issues:
|
|
66
|
+
|
|
67
|
+
* [#10831](http://dev.ckeditor.com/ticket/10831): [Enhanced Image](http://ckeditor.com/addon/image2): Merged `image2inline` and `image2block` into one `image2` widget.
|
|
68
|
+
* [#10835](http://dev.ckeditor.com/ticket/10835): [Enhanced Image](http://ckeditor.com/addon/image2): Improved visibility of the resize handle.
|
|
69
|
+
* [#10836](http://dev.ckeditor.com/ticket/10836): [Enhanced Image](http://ckeditor.com/addon/image2): Preserve custom mouse cursor while resizing the image.
|
|
70
|
+
* [#10939](http://dev.ckeditor.com/ticket/10939): [Firefox] [Enhanced Image](http://ckeditor.com/addon/image2): hovering the image causes it to change.
|
|
71
|
+
* [#10866](http://dev.ckeditor.com/ticket/10866): Fixed: Broken *Tab* key navigation in the [Enhanced Image](http://ckeditor.com/addon/image2) dialog window.
|
|
72
|
+
* [#10833](http://dev.ckeditor.com/ticket/10833): Fixed: *Lock ratio* option should be on by default in the [Enhanced Image](http://ckeditor.com/addon/image2) dialog window.
|
|
73
|
+
* [#10881](http://dev.ckeditor.com/ticket/10881): Various improvements to *Enter* key behavior in nested editables.
|
|
74
|
+
* [#10879](http://dev.ckeditor.com/ticket/10879): [Remove Format](http://ckeditor.com/addon/removeformat) should not leak from a nested editable.
|
|
75
|
+
* [#10877](http://dev.ckeditor.com/ticket/10877): Fixed: [WebSpellChecker](http://ckeditor.com/addon/wsc) fails to apply changes if a nested editable was focused.
|
|
76
|
+
* [#10877](http://dev.ckeditor.com/ticket/10877): Fixed: [SCAYT](http://ckeditor.com/addon/wsc) blocks typing in nested editables.
|
|
77
|
+
* [#11079](http://dev.ckeditor.com/ticket/11079): Add button icons to the [Placeholder](http://ckeditor.com/addon/placeholder) sample.
|
|
78
|
+
* [#10870](http://dev.ckeditor.com/ticket/10870): The `paste` command is no longer being disabled when the clipboard is empty.
|
|
79
|
+
* [#10854](http://dev.ckeditor.com/ticket/10854): Fixed: Firefox prepends `<br>` to `<body>`, so it is stripped by the HTML data processor.
|
|
80
|
+
* [#10823](http://dev.ckeditor.com/ticket/10823): Fixed: [Link](http://ckeditor.com/addon/link) plugin does not work with non-editable content.
|
|
81
|
+
* [#10828](http://dev.ckeditor.com/ticket/10828): [Magic Line](http://ckeditor.com/addon/magicline) integration with the Widget System.
|
|
82
|
+
* [#10865](http://dev.ckeditor.com/ticket/10865): Improved hiding copybin, so copying widgets works smoothly.
|
|
83
|
+
* [#11066](http://dev.ckeditor.com/ticket/11066): Widget's private parts use CSS reset.
|
|
84
|
+
* [#11027](http://dev.ckeditor.com/ticket/11027): Fixed: Block commands break on widgets; added the [`contentDomInvalidated`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-event-contentDomInvalidated) event.
|
|
85
|
+
* [#10430](http://dev.ckeditor.com/ticket/10430): Resolve dependence of the [Image](http://ckeditor.com/addon/image) plugin on the [Form Elements](http://ckeditor.com/addon/forms) plugin.
|
|
86
|
+
* [#10911](http://dev.ckeditor.com/ticket/10911): Fixed: Browser *Alt* hotkeys will no longer be blocked while a widget is focused.
|
|
87
|
+
* [#11082](http://dev.ckeditor.com/ticket/11082): Fixed: Selected widget is not copied or cut when using toolbar buttons or context menu.
|
|
88
|
+
* [#11083](http://dev.ckeditor.com/ticket/11083): Fixed list and div element application to block widgets.
|
|
89
|
+
* [#10887](http://dev.ckeditor.com/ticket/10887): Internet Explorer 8 compatibility issues related to the Widget System.
|
|
90
|
+
* [#11074](http://dev.ckeditor.com/ticket/11074): Temporarily disabled inline widget drag and drop, because of seriously buggy native `range#moveToPoint` method.
|
|
91
|
+
* [#11098](http://dev.ckeditor.com/ticket/11098): Fixed: Wrong selection position after undoing widget drag and drop.
|
|
92
|
+
* [#11110](http://dev.ckeditor.com/ticket/11110): Fixed: IFrame and Flash objects are being incorrectly pasted in certain conditions.
|
|
93
|
+
* [#11129](http://dev.ckeditor.com/ticket/11129): Page break is lost when loading data.
|
|
94
|
+
* [#11123](http://dev.ckeditor.com/ticket/11123): [Firefox] Widget is destroyed after being dragged outside of `<body>`.
|
|
95
|
+
* [#11124](http://dev.ckeditor.com/ticket/11124): Fixed the [Elements Path](http://ckeditor.com/addon/elementspath) in an editor using the [Div Editing Area](http://ckeditor.com/addon/divarea).
|
|
96
|
+
|
|
97
|
+
## CKEditor 4.3 Beta
|
|
98
|
+
|
|
99
|
+
New Features:
|
|
100
|
+
|
|
101
|
+
* [#9764](http://dev.ckeditor.com/ticket/9764): Widget System.
|
|
102
|
+
* [Widget plugin](http://ckeditor.com/addon/widget) introducing the [Widget API](http://docs.ckeditor.com/#!/api/CKEDITOR.plugins.widget).
|
|
103
|
+
* New [`editor.enterMode`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-property-enterMode) and [`editor.shiftEnterMode`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-property-shiftEnterMode) properties – normalized versions of [`config.enterMode`](http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-enterMode) and [`config.shiftEnterMode`](http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-shiftEnterMode).
|
|
104
|
+
* Dynamic editor settings. Starting from CKEditor 4.3 Beta, *Enter* mode values and [content filter](http://docs.ckeditor.com/#!/guide/dev_advanced_content_filter) instances may be changed dynamically (for example when the caret was placed in an element in which editor features should be adjusted). When you are implementing a new editor feature, you should base its behavior on [dynamic](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-property-activeEnterMode) or [static](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-property-enterMode) *Enter* mode values depending on whether this feature works in selection context or globally on editor content.
|
|
105
|
+
* Dynamic *Enter* mode values – [`editor.setActiveEnterMode`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-method-setActiveEnterMode) method, [`editor.activeEnterModeChange`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-event-activeEnterModeChange) event, and two properties: [`editor.activeEnterMode`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-property-activeEnterMode) and [`editor.activeShiftEnterMode`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-property-activeShiftEnterMode).
|
|
106
|
+
* Dynamic content filter instances – [`editor.setActiveFilter`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-method-setActiveFilter) method, [`editor.activeFilterChange`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-event-activeFilterChange) event, and [`editor.activeFilter`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-property-activeFilter) property.
|
|
107
|
+
* "Fake" selection was introduced. It makes it possible to virtually select any element when the real selection remains hidden. See the [`selection.fake`](http://docs.ckeditor.com/#!/api/CKEDITOR.dom.selection-method-fake) method.
|
|
108
|
+
* Default [`htmlParser.filter`](http://docs.ckeditor.com/#!/api/CKEDITOR.htmlParser.filter) rules are not applied to non-editable elements (elements with `contenteditable` attribute set to `false` and their descendants) anymore. To add a rule which will be applied to all elements you need to pass an additional argument to the [`filter.addRules`](http://docs.ckeditor.com/#!/api/CKEDITOR.htmlParser.filter-method-addRules) method.
|
|
109
|
+
* Dozens of new methods were introduced – most interesting ones:
|
|
110
|
+
* [`document.find`](http://docs.ckeditor.com/#!/api/CKEDITOR.dom.document-method-find),
|
|
111
|
+
* [`document.findOne`](http://docs.ckeditor.com/#!/api/CKEDITOR.dom.document-method-findOne),
|
|
112
|
+
* [`editable.insertElementIntoRange`](http://docs.ckeditor.com/#!/api/CKEDITOR.editable-method-insertElementIntoRange),
|
|
113
|
+
* [`range.moveToClosestEditablePosition`](http://docs.ckeditor.com/#!/api/CKEDITOR.dom.range-method-moveToClosestEditablePosition),
|
|
114
|
+
* New methods for [`htmlParser.node`](http://docs.ckeditor.com/#!/api/CKEDITOR.htmlParser.node) and [`htmlParser.element`](http://docs.ckeditor.com/#!/api/CKEDITOR.htmlParser.element).
|
|
115
|
+
* [#10659](http://dev.ckeditor.com/ticket/10659): New [Enhanced Image](http://ckeditor.com/addon/image2) plugin that introduces a widget with integrated image captions, an option to center images, and dynamic "click and drag" resizing.
|
|
116
|
+
* [#10664](http://dev.ckeditor.com/ticket/10664): New [Mathematical Formulas](http://ckeditor.com/addon/mathjax) plugin that introduces the MathJax widget.
|
|
117
|
+
* [#7987](https://dev.ckeditor.com/ticket/7987): New [Language](http://ckeditor.com/addon/language) plugin that implements Language toolbar button to support [WCAG 3.1.2 Language of Parts](http://www.w3.org/TR/UNDERSTANDING-WCAG20/meaning-other-lang-id.html).
|
|
118
|
+
* [#10708](http://dev.ckeditor.com/ticket/10708): New [smileys](http://ckeditor.com/addon/smiley).
|
|
119
|
+
|
|
120
|
+
## CKEditor 4.2.3
|
|
121
|
+
|
|
122
|
+
Fixed Issues:
|
|
123
|
+
|
|
124
|
+
* [#10994](http://dev.ckeditor.com/ticket/10994): Fixed: Loading external jQuery library when opening the [jQuery Adapter](http://docs.ckeditor.com/#!/guide/dev_jquery) sample directly from file.
|
|
125
|
+
* [#10975](http://dev.ckeditor.com/ticket/10975): [IE] Fixed: Error thrown while opening the color palette.
|
|
126
|
+
* [#9929](http://dev.ckeditor.com/ticket/9929): [Blink/WebKit] Fixed: A non-breaking space is created once a character is deleted and a regular space is typed.
|
|
127
|
+
* [#10963](http://dev.ckeditor.com/ticket/10963): Fixed: JAWS issue with the keyboard shortcut for [Magic Line](http://ckeditor.com/addon/magicline).
|
|
128
|
+
* [#11096](http://dev.ckeditor.com/ticket/11096): Fixed: TypeError: Object has no method 'is'.
|
|
129
|
+
|
|
130
|
+
## CKEditor 4.2.2
|
|
131
|
+
|
|
132
|
+
Fixed Issues:
|
|
133
|
+
|
|
134
|
+
* [#9314](http://dev.ckeditor.com/ticket/9314): Fixed: Incorrect error message on closing a dialog window without saving changs.
|
|
135
|
+
* [#10308](http://dev.ckeditor.com/ticket/10308): [IE10] Fixed: Unspecified error when deleting a row.
|
|
136
|
+
* [#10945](http://dev.ckeditor.com/ticket/10945): [Chrome] Fixed: Clicking with a mouse inside the editor does not show the caret.
|
|
137
|
+
* [#10912](http://dev.ckeditor.com/ticket/10912): Prevent default action when content of a non-editable link is clicked.
|
|
138
|
+
* [#10913](http://dev.ckeditor.com/ticket/10913): Fixed [`CKEDITOR.plugins.addExternal`](http://docs.ckeditor.com/#!/api/CKEDITOR.resourceManager-method-addExternal) not handling paths including file name specified.
|
|
139
|
+
* [#10666](http://dev.ckeditor.com/ticket/10666): Fixed [`CKEDITOR.tools.isArray`](http://docs.ckeditor.com/#!/api/CKEDITOR.tools-method-isArray) not working cross frame.
|
|
140
|
+
* [#10910](http://dev.ckeditor.com/ticket/10910): [IE9] Fixed JavaScript error thrown in Compatibility Mode when clicking and/or typing in the editing area.
|
|
141
|
+
* [#10868](http://dev.ckeditor.com/ticket/10868): [IE8] Prevent the browser from crashing when applying the Inline Quotation style.
|
|
142
|
+
* [#10915](http://dev.ckeditor.com/ticket/10915): Fixed: Invalid CSS filter in the Kama skin.
|
|
143
|
+
* [#10914](http://dev.ckeditor.com/ticket/10914): Plugins [Indent List](http://ckeditor.com/addon/indentlist) and [Indent Block](http://ckeditor.com/addon/indentblock) are now included in the build configuration.
|
|
144
|
+
* [#10812](http://dev.ckeditor.com/ticket/10812): Fixed [`range#createBookmark2`](http://docs.ckeditor.com/#!/api/CKEDITOR.dom.range-method-createBookmark2) incorrectly normalizing offsets. This bug was causing many issues: [#10850](http://dev.ckeditor.com/ticket/10850), [#10842](http://dev.ckeditor.com/ticket/10842).
|
|
145
|
+
* [#10951](http://dev.ckeditor.com/ticket/10951): Reviewed and optimized focus handling on panels (combo, menu buttons, color buttons, and context menu) to enhance accessibility. Fixed [#10705](http://dev.ckeditor.com/ticket/10705), [#10706](http://dev.ckeditor.com/ticket/10706) and [#10707](http://dev.ckeditor.com/ticket/10707).
|
|
146
|
+
* [#10704](http://dev.ckeditor.com/ticket/10704): Fixed a JAWS issue with the Select Color dialog window title not being announced.
|
|
147
|
+
* [#10753](http://dev.ckeditor.com/ticket/10753): The floating toolbar in inline instances now has a dedicated accessibility label.
|
|
148
|
+
|
|
149
|
+
## CKEditor 4.2.1
|
|
150
|
+
|
|
151
|
+
Fixed Issues:
|
|
152
|
+
|
|
153
|
+
* [#10301](http://dev.ckeditor.com/ticket/10301): [IE9-10] Undo fails after 3+ consecutive paste actions with a JavaScript error.
|
|
154
|
+
* [#10689](http://dev.ckeditor.com/ticket/10689): Save toolbar button saves only the first editor instance.
|
|
155
|
+
* [#10368](http://dev.ckeditor.com/ticket/10368): Move language reading direction definition (`dir`) from main language file to core.
|
|
156
|
+
* [#9330](http://dev.ckeditor.com/ticket/9330): Fixed pasting anchors from MS Word.
|
|
157
|
+
* [#8103](http://dev.ckeditor.com/ticket/8103): Fixed pasting nested lists from MS Word.
|
|
158
|
+
* [#9958](http://dev.ckeditor.com/ticket/9958): [IE9] Pressing the "OK" button will trigger the `onbeforeunload` event in the popup dialog.
|
|
159
|
+
* [#10662](http://dev.ckeditor.com/ticket/10662): Fixed styles from the Styles drop-down list not registering to the ACF in case when the [Shared Spaces plugin](http://ckeditor.com/addon/sharedspace) is used.
|
|
160
|
+
* [#9654](http://dev.ckeditor.com/ticket/9654): Problems with Internet Explorer 10 Quirks Mode.
|
|
161
|
+
* [#9816](http://dev.ckeditor.com/ticket/9816): Floating toolbar does not reposition vertically in several cases.
|
|
162
|
+
* [#10646](http://dev.ckeditor.com/ticket/10646): Removing a selected sublist or nested table with *Backspace/Delete* removes the parent element.
|
|
163
|
+
* [#10623](http://dev.ckeditor.com/ticket/10623): [WebKit] Page is scrolled when opening a drop-down list.
|
|
164
|
+
* [#10004](http://dev.ckeditor.com/ticket/10004): [ChromeVox] Button names are not announced.
|
|
165
|
+
* [#10731](http://dev.ckeditor.com/ticket/10731): [WebSpellChecker](http://ckeditor.com/addon/wsc) plugin breaks cloning of editor configuration.
|
|
166
|
+
* It is now possible to set per instance [WebSpellChecker](http://ckeditor.com/addon/wsc) plugin configuration instead of setting the configuration globally.
|
|
167
|
+
|
|
168
|
+
## CKEditor 4.2
|
|
169
|
+
|
|
170
|
+
**Important Notes:**
|
|
171
|
+
|
|
172
|
+
* Dropped compatibility support for Internet Explorer 7 and Firefox 3.6.
|
|
173
|
+
|
|
174
|
+
* Both the Basic and the Standard distribution packages will not contain the new [Indent Block](http://ckeditor.com/addon/indentblock) plugin. Because of this the [Advanced Content Filter](http://docs.ckeditor.com/#!/guide/dev_advanced_content_filter) might remove block indentations from existing contents. If you want to prevent this, either [add an appropriate ACF rule to your filter](http://docs.ckeditor.com/#!/guide/dev_allowed_content_rules) or create a custom build based on the Basic/Standard package and add the Indent Block plugin in [CKBuilder](http://ckeditor.com/builder).
|
|
175
|
+
|
|
176
|
+
New Features:
|
|
177
|
+
|
|
178
|
+
* [#10027](http://dev.ckeditor.com/ticket/10027): Separated list and block indentation into two plugins: [Indent List](http://ckeditor.com/addon/indentlist) and [Indent Block](http://ckeditor.com/addon/indentblock).
|
|
179
|
+
* [#8244](http://dev.ckeditor.com/ticket/8244): Use *(Shift+)Tab* to indent and outdent lists.
|
|
180
|
+
* [#10281](http://dev.ckeditor.com/ticket/10281): The [jQuery Adapter](http://docs.ckeditor.com/#!/guide/dev_jquery) is now available. Several jQuery-related issues fixed: [#8261](http://dev.ckeditor.com/ticket/8261), [#9077](http://dev.ckeditor.com/ticket/9077), [#8710](http://dev.ckeditor.com/ticket/8710), [#8530](http://dev.ckeditor.com/ticket/8530), [#9019](http://dev.ckeditor.com/ticket/9019), [#6181](http://dev.ckeditor.com/ticket/6181), [#7876](http://dev.ckeditor.com/ticket/7876), [#6906](http://dev.ckeditor.com/ticket/6906).
|
|
181
|
+
* [#10042](http://dev.ckeditor.com/ticket/10042): Introduced [`config.title`](http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-title) setting to change the human-readable title of the editor.
|
|
182
|
+
* [#9794](http://dev.ckeditor.com/ticket/9794): Added [`editor.onChange`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-event-change) event.
|
|
183
|
+
* [#9923](http://dev.ckeditor.com/ticket/9923): HiDPI support in the editor UI. HiDPI icons for [Moono skin](http://ckeditor.com/addon/moono) added.
|
|
184
|
+
* [#8031](http://dev.ckeditor.com/ticket/8031): Handle `required` attributes on `<textarea>` elements — introduced [`editor.required`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-event-required) event.
|
|
185
|
+
* [#10280](http://dev.ckeditor.com/ticket/10280): Ability to replace `<textarea>` elements with the inline editor.
|
|
186
|
+
|
|
187
|
+
Fixed Issues:
|
|
188
|
+
|
|
189
|
+
* [#10599](http://dev.ckeditor.com/ticket/10599): [Indent](http://ckeditor.com/addon/indent) plugin is no longer required by the [List](http://ckeditor.com/addon/list) plugin.
|
|
190
|
+
* [#10370](http://dev.ckeditor.com/ticket/10370): Inconsistency in data events between framed and inline editors.
|
|
191
|
+
* [#10438](http://dev.ckeditor.com/ticket/10438): [FF, IE] No selection is done on an editable element on executing [`editor.setData()`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-method-setData).
|
|
192
|
+
|
|
193
|
+
## CKEditor 4.1.3
|
|
194
|
+
|
|
195
|
+
New Features:
|
|
196
|
+
|
|
197
|
+
* Added new translation: Indonesian.
|
|
198
|
+
|
|
199
|
+
Fixed Issues:
|
|
200
|
+
|
|
201
|
+
* [#10644](http://dev.ckeditor.com/ticket/10644): Fixed a critical bug when pasting plain text in Blink-based browsers.
|
|
202
|
+
* [#5189](http://dev.ckeditor.com/ticket/5189): [Find/Replace](http://ckeditor.com/addon/find) dialog window: rename "Cancel" button to "Close".
|
|
203
|
+
* [#10562](http://dev.ckeditor.com/ticket/10562): [Housekeeping] Unified CSS gradient filter formats in the [Moono](http://ckeditor.com/addon/moono) skin.
|
|
204
|
+
* [#10537](http://dev.ckeditor.com/ticket/10537): Advanced Content Filter should register a default rule for [`config.shiftEnterMode`](http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-shiftEnterMode).
|
|
205
|
+
* [#10610](http://dev.ckeditor.com/ticket/10610): [`CKEDITOR.dialog.addIframe()`](http://docs.ckeditor.com/#!/api/CKEDITOR.dialog-static-method-addIframe) incorrectly sets the iframe size in dialog windows.
|
|
206
|
+
|
|
207
|
+
## CKEditor 4.1.2
|
|
208
|
+
|
|
209
|
+
New Features:
|
|
210
|
+
|
|
211
|
+
* Added new translation: Sinhala.
|
|
212
|
+
|
|
213
|
+
Fixed Issues:
|
|
214
|
+
|
|
215
|
+
* [#10339](http://dev.ckeditor.com/ticket/10339): Fixed: Error thrown when inserted data was totally stripped out after filtering and processing.
|
|
216
|
+
* [#10298](http://dev.ckeditor.com/ticket/10298): Fixed: Data processor breaks attributes containing protected parts.
|
|
217
|
+
* [#10367](http://dev.ckeditor.com/ticket/10367): Fixed: [`editable.insertText()`](http://docs.ckeditor.com/#!/api/CKEDITOR.editable-method-insertText) loses characters when `RegExp` replace controls are being inserted.
|
|
218
|
+
* [#10165](http://dev.ckeditor.com/ticket/10165): [IE] Access denied error when `document.domain` has been altered.
|
|
219
|
+
* [#9761](http://dev.ckeditor.com/ticket/9761): Update the *Backspace* key state in [`keystrokeHandler.blockedKeystrokes`](http://docs.ckeditor.com/#!/api/CKEDITOR.keystrokeHandler-property-blockedKeystrokes) when calling [`editor.setReadOnly()`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-method-setReadOnly).
|
|
220
|
+
* [#6504](http://dev.ckeditor.com/ticket/6504): Fixed: Race condition while loading several [`config.customConfig`](http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-customConfig) files.
|
|
221
|
+
* [#10146](http://dev.ckeditor.com/ticket/10146): [Firefox] Empty lines are being removed while [`config.enterMode`](http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-enterMode) is [`CKEDITOR.ENTER_BR`](http://docs.ckeditor.com/#!/api/CKEDITOR-property-ENTER_BR).
|
|
222
|
+
* [#10360](http://dev.ckeditor.com/ticket/10360): Fixed: ARIA `role="application"` should not be used for dialog windows.
|
|
223
|
+
* [#10361](http://dev.ckeditor.com/ticket/10361): Fixed: ARIA `role="application"` should not be used for floating panels.
|
|
224
|
+
* [#10510](http://dev.ckeditor.com/ticket/10510): Introduced unique voice labels to differentiate between different editor instances.
|
|
225
|
+
* [#9945](http://dev.ckeditor.com/ticket/9945): [iOS] Scrolling not possible on iPad.
|
|
226
|
+
* [#10389](http://dev.ckeditor.com/ticket/10389): Fixed: Invalid HTML in the "Text and Table" template.
|
|
227
|
+
* [WebSpellChecker](http://ckeditor.com/addon/wsc) plugin user interface was changed to match CKEditor 4 style.
|
|
228
|
+
|
|
229
|
+
## CKEditor 4.1.1
|
|
230
|
+
|
|
231
|
+
New Features:
|
|
232
|
+
|
|
233
|
+
* Added new translation: Albanian.
|
|
234
|
+
|
|
235
|
+
Fixed Issues:
|
|
236
|
+
|
|
237
|
+
* [#10172](http://dev.ckeditor.com/ticket/10172): Pressing *Delete* or *Backspace* in an empty table cell moves the cursor to the next/previous cell.
|
|
238
|
+
* [#10219](http://dev.ckeditor.com/ticket/10219): Error thrown when destroying an editor instance in parallel with a `mouseup` event.
|
|
239
|
+
* [#10265](http://dev.ckeditor.com/ticket/10265): Wrong loop type in the [File Browser](http://ckeditor.com/addon/filebrowser) plugin.
|
|
240
|
+
* [#10249](http://dev.ckeditor.com/ticket/10249): Wrong undo/redo states at start.
|
|
241
|
+
* [#10268](http://dev.ckeditor.com/ticket/10268): [Show Blocks](http://ckeditor.com/addon/showblocks) does not recover after switching to Source view.
|
|
242
|
+
* [#9995](http://dev.ckeditor.com/ticket/9995): HTML code in the `<textarea>` should not be modified by the [`htmlDataProcessor`](http://docs.ckeditor.com/#!/api/CKEDITOR.htmlDataProcessor).
|
|
243
|
+
* [#10320](http://dev.ckeditor.com/ticket/10320): [Justify](http://ckeditor.com/addon/justify) plugin should add elements to Advanced Content Filter based on current [Enter mode](http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-enterMode).
|
|
244
|
+
* [#10260](http://dev.ckeditor.com/ticket/10260): Fixed: Advanced Content Filter blocks [`tabSpaces`](http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-tabSpaces). Unified `data-cke-*` attributes filtering.
|
|
245
|
+
* [#10315](http://dev.ckeditor.com/ticket/10315): [WebKit] [Undo manager](http://docs.ckeditor.com/#!/api/CKEDITOR.plugins.undo.UndoManager) should not record snapshots after a filling character was added/removed.
|
|
246
|
+
* [#10291](http://dev.ckeditor.com/ticket/10291): [WebKit] Space after a filling character should be secured.
|
|
247
|
+
* [#10330](http://dev.ckeditor.com/ticket/10330): [WebKit] The filling character is not removed on `keydown` in specific cases.
|
|
248
|
+
* [#10285](http://dev.ckeditor.com/ticket/10285): Fixed: Styled text pasted from MS Word causes an infinite loop.
|
|
249
|
+
* [#10131](http://dev.ckeditor.com/ticket/10131): Fixed: [`undoManager.update()`](http://docs.ckeditor.com/#!/api/CKEDITOR.plugins.undo.UndoManager-method-update) does not refresh the command state.
|
|
250
|
+
* [#10337](http://dev.ckeditor.com/ticket/10337): Fixed: Unable to remove `<s>` using [Remove Format](http://ckeditor.com/addon/removeformat).
|
|
251
|
+
|
|
252
|
+
## CKEditor 4.1
|
|
253
|
+
|
|
254
|
+
Fixed Issues:
|
|
255
|
+
|
|
256
|
+
* [#10192](http://dev.ckeditor.com/ticket/10192): Closing lists with the *Enter* key does not work with [Advanced Content Filter](http://docs.ckeditor.com/#!/guide/dev_advanced_content_filter) in several cases.
|
|
257
|
+
* [#10191](http://dev.ckeditor.com/ticket/10191): Fixed allowed content rules unification, so the [`filter.allowedContent`](http://docs.ckeditor.com/#!/api/CKEDITOR.filter-property-allowedContent) property always contains rules in the same format.
|
|
258
|
+
* [#10224](http://dev.ckeditor.com/ticket/10224): Advanced Content Filter does not remove non-empty `<a>` elements anymore.
|
|
259
|
+
* Minor issues in plugin integration with Advanced Content Filter:
|
|
260
|
+
* [#10166](http://dev.ckeditor.com/ticket/10166): Added transformation from the `align` attribute to `float` style to preserve backward compatibility after the introduction of Advanced Content Filter.
|
|
261
|
+
* [#10195](http://dev.ckeditor.com/ticket/10195): [Image](http://ckeditor.com/addon/image) plugin no longer registers rules for links to Advanced Content Filter.
|
|
262
|
+
* [#10213](http://dev.ckeditor.com/ticket/10213): [Justify](http://ckeditor.com/addon/justify) plugin is now correctly registering rules to Advanced Content Filter when [`config.justifyClasses`](http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-justifyClasses) is defined.
|
|
263
|
+
|
|
264
|
+
## CKEditor 4.1 RC
|
|
265
|
+
|
|
266
|
+
New Features:
|
|
267
|
+
|
|
268
|
+
* [#9829](http://dev.ckeditor.com/ticket/9829): Advanced Content Filter - data and features activation based on editor configuration.
|
|
269
|
+
|
|
270
|
+
Brand new data filtering system that works in 2 modes:
|
|
271
|
+
|
|
272
|
+
* Based on loaded features (toolbar items, plugins) - the data will be filtered according to what the editor in its
|
|
273
|
+
current configuration can handle.
|
|
274
|
+
* Based on [`config.allowedContent`](http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-allowedContent) rules - the data
|
|
275
|
+
will be filtered and the editor features (toolbar items, commands, keystrokes) will be enabled if they are allowed.
|
|
276
|
+
|
|
277
|
+
See the `datafiltering.html` sample, [guides](http://docs.ckeditor.com/#!/guide/dev_advanced_content_filter) and [`CKEDITOR.filter` API documentation](http://docs.ckeditor.com/#!/api/CKEDITOR.filter).
|
|
278
|
+
* [#9387](http://dev.ckeditor.com/ticket/9387): Reintroduced [Shared Spaces](http://ckeditor.com/addon/sharedspace) - the ability to display toolbar and bottom editor space in selected locations and to share them by different editor instances.
|
|
279
|
+
* [#9907](http://dev.ckeditor.com/ticket/9907): Added the [`contentPreview`](http://docs.ckeditor.com/#!/api/CKEDITOR-event-contentPreview) event for preview data manipulation.
|
|
280
|
+
* [#9713](http://dev.ckeditor.com/ticket/9713): Introduced the [Source Dialog](http://ckeditor.com/addon/sourcedialog) plugin that brings raw HTML editing for inline editor instances.
|
|
281
|
+
* Included in [#9829](http://dev.ckeditor.com/ticket/9829): Introduced new events, [`toHtml`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-event-toHtml) and [`toDataFormat`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-event-toDataFormat), allowing for better integration with data processing.
|
|
282
|
+
* [#9981](http://dev.ckeditor.com/ticket/9981): Added ability to filter [`htmlParser.fragment`](http://docs.ckeditor.com/#!/api/CKEDITOR.htmlParser.fragment), [`htmlParser.element`](http://docs.ckeditor.com/#!/api/CKEDITOR.htmlParser.element) etc. by many [`htmlParser.filter`](http://docs.ckeditor.com/#!/api/CKEDITOR.htmlParser.filter)s before writing structure to an HTML string.
|
|
283
|
+
* Included in [#10103](http://dev.ckeditor.com/ticket/10103):
|
|
284
|
+
* Introduced the [`editor.status`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-property-status) property to make it easier to check the current status of the editor.
|
|
285
|
+
* Default [`command`](http://docs.ckeditor.com/#!/api/CKEDITOR.command) state is now [`CKEDITOR.TRISTATE_DISABLE`](http://docs.ckeditor.com/#!/api/CKEDITOR-property-TRISTATE_DISABLED). It will be activated on [`editor.instanceReady`](http://docs.ckeditor.com/#!/api/CKEDITOR-event-instanceReady) or immediately after being added if the editor is already initialized.
|
|
286
|
+
* [#9796](http://dev.ckeditor.com/ticket/9796): Introduced `<s>` as a default tag for strikethrough, which replaces obsolete `<strike>` in HTML5.
|
|
287
|
+
|
|
288
|
+
## CKEditor 4.0.3
|
|
289
|
+
|
|
290
|
+
Fixed Issues:
|
|
291
|
+
|
|
292
|
+
* [#10196](http://dev.ckeditor.com/ticket/10196): Fixed context menus not opening with keyboard shortcuts when [Autogrow](http://ckeditor.com/addon/autogrow) is enabled.
|
|
293
|
+
* [#10212](http://dev.ckeditor.com/ticket/10212): [IE7-10] Undo command throws errors after multiple switches between Source and WYSIWYG view.
|
|
294
|
+
* [#10219](http://dev.ckeditor.com/ticket/10219): [Inline editor] Error thrown after calling [`editor.destroy()`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-method-destroy).
|
|
295
|
+
|
|
296
|
+
## CKEditor 4.0.2
|
|
297
|
+
|
|
298
|
+
Fixed Issues:
|
|
299
|
+
|
|
300
|
+
* [#9779](http://dev.ckeditor.com/ticket/9779): Fixed overriding [`CKEDITOR.getUrl()`](http://docs.ckeditor.com/#!/api/CKEDITOR-method-getUrl) with `CKEDITOR_GETURL`.
|
|
301
|
+
* [#9772](http://dev.ckeditor.com/ticket/9772): Custom buttons in the dialog window footer have different look and size ([Moono](http://ckeditor.com/addon/moono), [Kama](http://ckeditor.com/addon/kama) skins).
|
|
302
|
+
* [#9029](http://dev.ckeditor.com/ticket/9029): Custom styles added with the [`stylesSet.add()`](http://docs.ckeditor.com/#!/api/CKEDITOR.stylesSet-method-add) are displayed in the wrong order.
|
|
303
|
+
* [#9887](http://dev.ckeditor.com/ticket/9887): Disable [Magic Line](http://ckeditor.com/addon/magicline) when [`editor.readOnly`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-property-readOnly) is set.
|
|
304
|
+
* [#9882](http://dev.ckeditor.com/ticket/9882): Fixed empty document title on [`editor.getData()`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-method-getData) if set via the Document Properties dialog window.
|
|
305
|
+
* [#9773](http://dev.ckeditor.com/ticket/9773): Fixed rendering problems with selection fields in the Kama skin.
|
|
306
|
+
* [#9851](http://dev.ckeditor.com/ticket/9851): The [`selectionChange`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-event-selectionChange) event is not fired when mouse selection ended outside editable.
|
|
307
|
+
* [#9903](http://dev.ckeditor.com/ticket/9903): [Inline editor] Bad positioning of floating space with page horizontal scroll.
|
|
308
|
+
* [#9872](http://dev.ckeditor.com/ticket/9872): [`editor.checkDirty()`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-method-checkDirty) returns `true` when called onload. Removed the obsolete `editor.mayBeDirty` flag.
|
|
309
|
+
* [#9893](http://dev.ckeditor.com/ticket/9893): [IE] Fixed broken toolbar when editing mixed direction content in Quirks mode.
|
|
310
|
+
* [#9845](http://dev.ckeditor.com/ticket/9845): Fixed TAB navigation in the [Link](http://ckeditor.com/addon/link) dialog window when the Anchor option is used and no anchors are available.
|
|
311
|
+
* [#9883](http://dev.ckeditor.com/ticket/9883): Maximizing was making the entire page editable with [divarea](http://ckeditor.com/addon/divarea)-based editors.
|
|
312
|
+
* [#9940](http://dev.ckeditor.com/ticket/9940): [Firefox] Navigating back to a page with the editor was making the entire page editable.
|
|
313
|
+
* [#9966](http://dev.ckeditor.com/ticket/9966): Fixed: Unable to type square brackets with French keyboard layout. Changed [Magic Line](http://ckeditor.com/addon/magicline) keystrokes.
|
|
314
|
+
* [#9507](http://dev.ckeditor.com/ticket/9507): [Firefox] Selection is moved before editable position when the editor is focused for the first time.
|
|
315
|
+
* [#9947](http://dev.ckeditor.com/ticket/9947): [WebKit] Editor overflows parent container in some edge cases.
|
|
316
|
+
* [#10105](http://dev.ckeditor.com/ticket/10105): Fixed: Broken [sourcearea](http://ckeditor.com/addon/sourcearea) view when an RTL language is set.
|
|
317
|
+
* [#10123](http://dev.ckeditor.com/ticket/10123): [WebKit] Fixed: Several dialog windows have broken layout since the latest WebKit release.
|
|
318
|
+
* [#10152](http://dev.ckeditor.com/ticket/10152): Fixed: Invalid ARIA property used on menu items.
|
|
319
|
+
|
|
320
|
+
## CKEditor 4.0.1.1
|
|
321
|
+
|
|
322
|
+
Fixed Issues:
|
|
323
|
+
|
|
324
|
+
* Security update: Added protection against XSS attack and possible path disclosure in the PHP sample.
|
|
325
|
+
|
|
326
|
+
## CKEditor 4.0.1
|
|
327
|
+
|
|
328
|
+
Fixed Issues:
|
|
329
|
+
|
|
330
|
+
* [#9655](http://dev.ckeditor.com/ticket/9655): Support for IE Quirks Mode in the new [Moono skin](http://ckeditor.com/addon/moono).
|
|
331
|
+
* Accessibility issues (mainly in inline editor): [#9364](http://dev.ckeditor.com/ticket/9364), [#9368](http://dev.ckeditor.com/ticket/9368), [#9369](http://dev.ckeditor.com/ticket/9369), [#9370](http://dev.ckeditor.com/ticket/9370), [#9541](http://dev.ckeditor.com/ticket/9541), [#9543](http://dev.ckeditor.com/ticket/9543), [#9841](http://dev.ckeditor.com/ticket/9841), [#9844](http://dev.ckeditor.com/ticket/9844).
|
|
332
|
+
* [Magic Line](http://ckeditor.com/addon/magicline) plugin:
|
|
333
|
+
* [#9481](http://dev.ckeditor.com/ticket/9481): Added accessibility support for Magic Line.
|
|
334
|
+
* [#9509](http://dev.ckeditor.com/ticket/9509): Added Magic Line support for forms.
|
|
335
|
+
* [#9573](http://dev.ckeditor.com/ticket/9573): Magic Line does not disappear on `mouseout` in a specific case.
|
|
336
|
+
* [#9754](http://dev.ckeditor.com/ticket/9754): [WebKit] Cutting & pasting simple unformatted text generates an inline wrapper in WebKit browsers.
|
|
337
|
+
* [#9456](http://dev.ckeditor.com/ticket/9456): [Chrome] Properly paste bullet list style from MS Word.
|
|
338
|
+
* [#9699](http://dev.ckeditor.com/ticket/9699), [#9758](http://dev.ckeditor.com/ticket/9758): Improved selection locking when selecting by dragging.
|
|
339
|
+
* Context menu:
|
|
340
|
+
* [#9712](http://dev.ckeditor.com/ticket/9712): Opening the context menu destroys editor focus.
|
|
341
|
+
* [#9366](http://dev.ckeditor.com/ticket/9366): Context menu should be displayed over the floating toolbar.
|
|
342
|
+
* [#9706](http://dev.ckeditor.com/ticket/9706): Context menu generates a JavaScript error in inline mode when the editor is attached to a header element.
|
|
343
|
+
* [#9800](http://dev.ckeditor.com/ticket/9800): Hide float panel when resizing the window.
|
|
344
|
+
* [#9721](http://dev.ckeditor.com/ticket/9721): Padding in content of div-based editor puts the editing area under the bottom UI space.
|
|
345
|
+
* [#9528](http://dev.ckeditor.com/ticket/9528): Host page `box-sizing` style should not influence the editor UI elements.
|
|
346
|
+
* [#9503](http://dev.ckeditor.com/ticket/9503): [Form Elements](http://ckeditor.com/addon/forms) plugin adds context menu listeners only on supported input types. Added support for `tel`, `email`, `search` and `url` input types.
|
|
347
|
+
* [#9769](http://dev.ckeditor.com/ticket/9769): Improved floating toolbar positioning in a narrow window.
|
|
348
|
+
* [#9875](http://dev.ckeditor.com/ticket/9875): Table dialog window does not populate width correctly.
|
|
349
|
+
* [#8675](http://dev.ckeditor.com/ticket/8675): Deleting cells in a nested table removes the outer table cell.
|
|
350
|
+
* [#9815](http://dev.ckeditor.com/ticket/9815): Cannot edit dialog window fields in an editor initialized in the jQuery UI modal dialog.
|
|
351
|
+
* [#8888](http://dev.ckeditor.com/ticket/8888): CKEditor dialog windows do not show completely in a small window.
|
|
352
|
+
* [#9360](http://dev.ckeditor.com/ticket/9360): [Inline editor] Blocks shown for a `<div>` element stay permanently even after the user exits editing the `<div>`.
|
|
353
|
+
* [#9531](http://dev.ckeditor.com/ticket/9531): [Firefox & Inline editor] Toolbar is lost when closing the Format drop-down list by clicking its button.
|
|
354
|
+
* [#9553](http://dev.ckeditor.com/ticket/9553): Table width incorrectly set when the `border-width` style is specified.
|
|
355
|
+
* [#9594](http://dev.ckeditor.com/ticket/9594): Cannot tab past CKEditor when it is in read-only mode.
|
|
356
|
+
* [#9658](http://dev.ckeditor.com/ticket/9658): [IE9] Justify not working on selected images.
|
|
357
|
+
* [#9686](http://dev.ckeditor.com/ticket/9686): Added missing contents styles for `<pre>` elements.
|
|
358
|
+
* [#9709](http://dev.ckeditor.com/ticket/9709): [Paste from Word](http://ckeditor.com/addon/pastefromword) should not depend on configuration from other styles.
|
|
359
|
+
* [#9726](http://dev.ckeditor.com/ticket/9726): Removed [Color Dialog](http://ckeditor.com/addon/colordialog) plugin dependency from [Table Tools](http://ckeditor.com/addon/tabletools).
|
|
360
|
+
* [#9765](http://dev.ckeditor.com/ticket/9765): Toolbar Collapse command documented incorrectly in the [Accessibility Instructions](http://ckeditor.com/addon/a11yhelp) dialog window.
|
|
361
|
+
* [#9771](http://dev.ckeditor.com/ticket/9771): [WebKit & Opera] Fixed scrolling issues when pasting.
|
|
362
|
+
* [#9787](http://dev.ckeditor.com/ticket/9787): [IE9] `onChange` is not fired for checkboxes in dialogs.
|
|
363
|
+
* [#9842](http://dev.ckeditor.com/ticket/9842): [Firefox 17] When opening a toolbar menu for the first time and pressing the *Down Arrow* key, focus goes to the next toolbar button instead of the menu options.
|
|
364
|
+
* [#9847](http://dev.ckeditor.com/ticket/9847): [Elements Path](http://ckeditor.com/addon/elementspath) should not be initialized in the inline editor.
|
|
365
|
+
* [#9853](http://dev.ckeditor.com/ticket/9853): [`editor.addRemoveFormatFilter()`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-method-addRemoveFormatFilter) is exposed before it really works.
|
|
366
|
+
* [#8893](http://dev.ckeditor.com/ticket/8893): Value of the [`pasteFromWordCleanupFile`](http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-pasteFromWordCleanupFile) configuration option is now taken from the instance configuration.
|
|
367
|
+
* [#9693](http://dev.ckeditor.com/ticket/9693): Removed "Live Preview" checkbox from UI color picker.
|
|
368
|
+
|
|
369
|
+
|
|
370
|
+
## CKEditor 4.0
|
|
371
|
+
|
|
372
|
+
The first stable release of the new CKEditor 4 code line.
|
|
373
|
+
|
|
374
|
+
The CKEditor JavaScript API has been kept compatible with CKEditor 4, whenever
|
|
375
|
+
possible. The list of relevant changes can be found in the [API Changes page of
|
|
376
|
+
the CKEditor 4 documentation][1].
|
|
377
|
+
|
|
378
|
+
[1]: http://docs.ckeditor.com/#!/guide/dev_api_changes "API Changes"
|
|
@@ -1,13 +1,8 @@
|
|
|
1
|
-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
|
2
|
-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
3
|
-
<!--
|
|
4
|
-
== BEGIN TEXT ONLY VERSION ==
|
|
5
|
-
|
|
6
1
|
Software License Agreement
|
|
7
2
|
==========================
|
|
8
3
|
|
|
9
4
|
CKEditor - The text editor for Internet - http://ckeditor.com
|
|
10
|
-
Copyright (c) 2003-
|
|
5
|
+
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
|
|
11
6
|
|
|
12
7
|
Licensed under the terms of any of the following licenses at your
|
|
13
8
|
choice:
|
|
@@ -33,37 +28,34 @@ recipient of your version of this software to use, reproduce, modify
|
|
|
33
28
|
and distribute this software under any of the above licenses.
|
|
34
29
|
|
|
35
30
|
Sources of Intellectual Property Included in CKEditor
|
|
36
|
-
|
|
31
|
+
-----------------------------------------------------
|
|
37
32
|
|
|
38
33
|
Where not otherwise indicated, all CKEditor content is authored by
|
|
39
34
|
CKSource engineers and consists of CKSource-owned intellectual
|
|
40
35
|
property. In some specific instances, CKEditor will incorporate work
|
|
41
36
|
done by developers outside of CKSource with their express permission.
|
|
42
37
|
|
|
43
|
-
YUI Test: At _source/tests/yuitest.js can be found part of the source
|
|
44
|
-
code of YUI, which is licensed under the terms of the BSD License
|
|
45
|
-
(http://developer.yahoo.com/yui/license.txt). YUI is Copyright (C)
|
|
46
|
-
2008, Yahoo! Inc.
|
|
47
|
-
|
|
48
38
|
Trademarks
|
|
49
|
-
|
|
39
|
+
----------
|
|
50
40
|
|
|
51
41
|
CKEditor is a trademark of CKSource - Frederico Knabben. All other brand
|
|
52
42
|
and product names are trademarks, registered trademarks or service
|
|
53
43
|
marks of their respective holders.
|
|
54
44
|
|
|
45
|
+
---
|
|
46
|
+
|
|
55
47
|
Appendix A: The GPL License
|
|
56
|
-
|
|
48
|
+
---------------------------
|
|
57
49
|
|
|
58
|
-
|
|
59
|
-
|
|
50
|
+
GNU GENERAL PUBLIC LICENSE
|
|
51
|
+
Version 2, June 1991
|
|
60
52
|
|
|
61
53
|
Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
|
|
62
54
|
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
|
63
55
|
Everyone is permitted to copy and distribute verbatim copies
|
|
64
56
|
of this license document, but changing it is not allowed.
|
|
65
57
|
|
|
66
|
-
|
|
58
|
+
Preamble
|
|
67
59
|
|
|
68
60
|
The licenses for most software are designed to take away your
|
|
69
61
|
freedom to share and change it. By contrast, the GNU General Public
|
|
@@ -113,8 +105,8 @@ patent must be licensed for everyone's free use or not licensed at all.
|
|
|
113
105
|
The precise terms and conditions for copying, distribution and
|
|
114
106
|
modification follow.
|
|
115
107
|
|
|
116
|
-
|
|
117
|
-
|
|
108
|
+
GNU GENERAL PUBLIC LICENSE
|
|
109
|
+
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
|
|
118
110
|
|
|
119
111
|
0. This License applies to any program or other work which contains
|
|
120
112
|
a notice placed by the copyright holder saying it may be distributed
|
|
@@ -312,7 +304,7 @@ make exceptions for this. Our decision will be guided by the two goals
|
|
|
312
304
|
of preserving the free status of all derivatives of our free software and
|
|
313
305
|
of promoting the sharing and reuse of software generally.
|
|
314
306
|
|
|
315
|
-
|
|
307
|
+
NO WARRANTY
|
|
316
308
|
|
|
317
309
|
11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
|
|
318
310
|
FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
|
|
@@ -334,14 +326,14 @@ YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
|
|
|
334
326
|
PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
|
|
335
327
|
POSSIBILITY OF SUCH DAMAGES.
|
|
336
328
|
|
|
337
|
-
|
|
329
|
+
END OF TERMS AND CONDITIONS
|
|
338
330
|
|
|
339
331
|
|
|
340
332
|
Appendix B: The LGPL License
|
|
341
|
-
|
|
333
|
+
----------------------------
|
|
342
334
|
|
|
343
|
-
|
|
344
|
-
|
|
335
|
+
GNU LESSER GENERAL PUBLIC LICENSE
|
|
336
|
+
Version 2.1, February 1999
|
|
345
337
|
|
|
346
338
|
Copyright (C) 1991, 1999 Free Software Foundation, Inc.
|
|
347
339
|
59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
@@ -352,7 +344,7 @@ Appendix B: The LGPL License
|
|
|
352
344
|
as the successor of the GNU Library Public License, version 2, hence
|
|
353
345
|
the version number 2.1.]
|
|
354
346
|
|
|
355
|
-
|
|
347
|
+
Preamble
|
|
356
348
|
|
|
357
349
|
The licenses for most software are designed to take away your
|
|
358
350
|
freedom to share and change it. By contrast, the GNU General Public
|
|
@@ -454,8 +446,8 @@ modification follow. Pay close attention to the difference between a
|
|
|
454
446
|
former contains code derived from the library, whereas the latter must
|
|
455
447
|
be combined with the library in order to run.
|
|
456
448
|
|
|
457
|
-
|
|
458
|
-
|
|
449
|
+
GNU LESSER GENERAL PUBLIC LICENSE
|
|
450
|
+
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
|
|
459
451
|
|
|
460
452
|
0. This License Agreement applies to any software library or other
|
|
461
453
|
program which contains a notice placed by the copyright holder or
|
|
@@ -774,7 +766,7 @@ decision will be guided by the two goals of preserving the free status
|
|
|
774
766
|
of all derivatives of our free software and of promoting the sharing
|
|
775
767
|
and reuse of software generally.
|
|
776
768
|
|
|
777
|
-
|
|
769
|
+
NO WARRANTY
|
|
778
770
|
|
|
779
771
|
15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
|
|
780
772
|
WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
|
|
@@ -797,16 +789,14 @@ FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
|
|
|
797
789
|
SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
|
|
798
790
|
DAMAGES.
|
|
799
791
|
|
|
800
|
-
|
|
792
|
+
END OF TERMS AND CONDITIONS
|
|
801
793
|
|
|
802
794
|
|
|
803
795
|
Appendix C: The MPL License
|
|
804
|
-
|
|
796
|
+
---------------------------
|
|
805
797
|
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
===============
|
|
798
|
+
MOZILLA PUBLIC LICENSE
|
|
799
|
+
Version 1.1
|
|
810
800
|
|
|
811
801
|
1. Definitions.
|
|
812
802
|
|
|
@@ -1272,63 +1262,3 @@ EXHIBIT A -Mozilla Public License.
|
|
|
1272
1262
|
the notices in the Source Code files of the Original Code. You should
|
|
1273
1263
|
use the text of this Exhibit A rather than the text found in the
|
|
1274
1264
|
Original Code Source Code for Your Modifications.]
|
|
1275
|
-
|
|
1276
|
-
== END TEXT ONLY VERSION ==
|
|
1277
|
-
-->
|
|
1278
|
-
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
1279
|
-
<head>
|
|
1280
|
-
<title>License - CKEditor</title>
|
|
1281
|
-
</head>
|
|
1282
|
-
<body>
|
|
1283
|
-
<h1>
|
|
1284
|
-
Software License Agreement
|
|
1285
|
-
</h1>
|
|
1286
|
-
<p>
|
|
1287
|
-
<strong>CKEditor™</strong> - The text editor for Internet™ - <a href="http://ckeditor.com">
|
|
1288
|
-
http://ckeditor.com</a><br />
|
|
1289
|
-
Copyright © 2003-2011, <a href="http://cksource.com/">CKSource</a> - Frederico Knabben. All rights reserved.
|
|
1290
|
-
</p>
|
|
1291
|
-
<p>
|
|
1292
|
-
Licensed under the terms of any of the following licenses at your choice:
|
|
1293
|
-
</p>
|
|
1294
|
-
<ul>
|
|
1295
|
-
<li><a href="http://www.gnu.org/licenses/gpl.html">GNU General Public License</a> Version
|
|
1296
|
-
2 or later (the "GPL");</li>
|
|
1297
|
-
<li><a href="http://www.gnu.org/licenses/lgpl.html">GNU Lesser General Public License</a>
|
|
1298
|
-
Version 2.1 or later (the "LGPL");</li>
|
|
1299
|
-
<li><a href="http://www.mozilla.org/MPL/MPL-1.1.html">Mozilla Public License</a> Version
|
|
1300
|
-
1.1 or later (the "MPL").</li>
|
|
1301
|
-
</ul>
|
|
1302
|
-
<p>
|
|
1303
|
-
You are not required to, but if you want to explicitly declare the license you have
|
|
1304
|
-
chosen to be bound to when using, reproducing, modifying and distributing this software,
|
|
1305
|
-
just include a text file titled "LEGAL" in your version of this software, indicating
|
|
1306
|
-
your license choice. In any case, your choice will not restrict any recipient of
|
|
1307
|
-
your version of this software to use, reproduce, modify and distribute this software
|
|
1308
|
-
under any of the above licenses.
|
|
1309
|
-
</p>
|
|
1310
|
-
<h2>
|
|
1311
|
-
Sources of Intellectual Property Included in CKEditor
|
|
1312
|
-
</h2>
|
|
1313
|
-
<p>
|
|
1314
|
-
Where not otherwise indicated, all CKEditor content is authored by CKSource engineers
|
|
1315
|
-
and consists of CKSource-owned intellectual property. In some specific instances,
|
|
1316
|
-
CKEditor will incorporate work done by developers outside of CKSource with their
|
|
1317
|
-
express permission.
|
|
1318
|
-
</p>
|
|
1319
|
-
<p>
|
|
1320
|
-
<a href="http://developer.yahoo.com/yui/yuitest/">YUI Test</a>: At _source/tests/yuitest.js
|
|
1321
|
-
can be found part of the source code of YUI, which is licensed under the terms of
|
|
1322
|
-
the <a href="http://developer.yahoo.com/yui/license.txt">BSD License</a>. YUI is
|
|
1323
|
-
Copyright © 2008, Yahoo! Inc.
|
|
1324
|
-
</p>
|
|
1325
|
-
<h2>
|
|
1326
|
-
Trademarks
|
|
1327
|
-
</h2>
|
|
1328
|
-
<p>
|
|
1329
|
-
CKEditor is a trademark of CKSource - Frederico Knabben. All other brand and product
|
|
1330
|
-
names are trademarks, registered trademarks or service marks of their respective
|
|
1331
|
-
holders.
|
|
1332
|
-
</p>
|
|
1333
|
-
</body>
|
|
1334
|
-
</html>
|