From b047fb2a9385539c624e99dec8442b76da7e335f Mon Sep 17 00:00:00 2001
From: Francisco Marcelo de Araújo Lima Júnior
Date: Wed, 9 Jul 2014 12:08:35 -0300
Subject: [PATCH] add ckeditor plugin
---
app/controllers/my_profile/cms_controller.rb | 3 ++-
app/views/cms/edit.html.erb | 4 +++-
plugins/ckeditor_content/lib/ckeditor_content_plugin.rb | 23 +++++++++++++++++++++++
plugins/ckeditor_content/lib/ckeditor_content_plugin/ckeditor_article.rb | 32 ++++++++++++++++++++++++++++++++
plugins/ckeditor_content/public/javascripts/ckeditor/CHANGES.md | 589 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
plugins/ckeditor_content/public/javascripts/ckeditor/LICENSE.md | 1264 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
plugins/ckeditor_content/public/javascripts/ckeditor/README.md | 39 +++++++++++++++++++++++++++++++++++++++
plugins/ckeditor_content/public/javascripts/ckeditor/adapters/jquery.js | 10 ++++++++++
plugins/ckeditor_content/public/javascripts/ckeditor/build-config.js | 152 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
plugins/ckeditor_content/public/javascripts/ckeditor/ckeditor.js | 930 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
plugins/ckeditor_content/public/javascripts/ckeditor/config.js | 38 ++++++++++++++++++++++++++++++++++++++
plugins/ckeditor_content/public/javascripts/ckeditor/contents.css | 134 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
plugins/ckeditor_content/public/javascripts/ckeditor/lang/af.js | 5 +++++
plugins/ckeditor_content/public/javascripts/ckeditor/lang/ar.js | 5 +++++
plugins/ckeditor_content/public/javascripts/ckeditor/lang/bg.js | 5 +++++
plugins/ckeditor_content/public/javascripts/ckeditor/lang/bn.js | 5 +++++
plugins/ckeditor_content/public/javascripts/ckeditor/lang/bs.js | 5 +++++
plugins/ckeditor_content/public/javascripts/ckeditor/lang/ca.js | 5 +++++
plugins/ckeditor_content/public/javascripts/ckeditor/lang/cs.js | 5 +++++
plugins/ckeditor_content/public/javascripts/ckeditor/lang/cy.js | 5 +++++
plugins/ckeditor_content/public/javascripts/ckeditor/lang/da.js | 5 +++++
plugins/ckeditor_content/public/javascripts/ckeditor/lang/de.js | 5 +++++
plugins/ckeditor_content/public/javascripts/ckeditor/lang/el.js | 5 +++++
plugins/ckeditor_content/public/javascripts/ckeditor/lang/en-au.js | 5 +++++
plugins/ckeditor_content/public/javascripts/ckeditor/lang/en-ca.js | 5 +++++
plugins/ckeditor_content/public/javascripts/ckeditor/lang/en-gb.js | 5 +++++
plugins/ckeditor_content/public/javascripts/ckeditor/lang/en.js | 5 +++++
plugins/ckeditor_content/public/javascripts/ckeditor/lang/eo.js | 5 +++++
plugins/ckeditor_content/public/javascripts/ckeditor/lang/es.js | 5 +++++
plugins/ckeditor_content/public/javascripts/ckeditor/lang/et.js | 5 +++++
plugins/ckeditor_content/public/javascripts/ckeditor/lang/eu.js | 5 +++++
plugins/ckeditor_content/public/javascripts/ckeditor/lang/fa.js | 5 +++++
plugins/ckeditor_content/public/javascripts/ckeditor/lang/fi.js | 5 +++++
plugins/ckeditor_content/public/javascripts/ckeditor/lang/fo.js | 5 +++++
plugins/ckeditor_content/public/javascripts/ckeditor/lang/fr-ca.js | 5 +++++
plugins/ckeditor_content/public/javascripts/ckeditor/lang/fr.js | 5 +++++
plugins/ckeditor_content/public/javascripts/ckeditor/lang/gl.js | 5 +++++
plugins/ckeditor_content/public/javascripts/ckeditor/lang/gu.js | 5 +++++
plugins/ckeditor_content/public/javascripts/ckeditor/lang/he.js | 5 +++++
plugins/ckeditor_content/public/javascripts/ckeditor/lang/hi.js | 5 +++++
plugins/ckeditor_content/public/javascripts/ckeditor/lang/hr.js | 5 +++++
plugins/ckeditor_content/public/javascripts/ckeditor/lang/hu.js | 5 +++++
plugins/ckeditor_content/public/javascripts/ckeditor/lang/id.js | 5 +++++
plugins/ckeditor_content/public/javascripts/ckeditor/lang/is.js | 5 +++++
plugins/ckeditor_content/public/javascripts/ckeditor/lang/it.js | 5 +++++
plugins/ckeditor_content/public/javascripts/ckeditor/lang/ja.js | 5 +++++
plugins/ckeditor_content/public/javascripts/ckeditor/lang/ka.js | 5 +++++
plugins/ckeditor_content/public/javascripts/ckeditor/lang/km.js | 5 +++++
plugins/ckeditor_content/public/javascripts/ckeditor/lang/ko.js | 5 +++++
plugins/ckeditor_content/public/javascripts/ckeditor/lang/ku.js | 5 +++++
plugins/ckeditor_content/public/javascripts/ckeditor/lang/lt.js | 5 +++++
plugins/ckeditor_content/public/javascripts/ckeditor/lang/lv.js | 5 +++++
plugins/ckeditor_content/public/javascripts/ckeditor/lang/mk.js | 5 +++++
plugins/ckeditor_content/public/javascripts/ckeditor/lang/mn.js | 5 +++++
plugins/ckeditor_content/public/javascripts/ckeditor/lang/ms.js | 5 +++++
plugins/ckeditor_content/public/javascripts/ckeditor/lang/nb.js | 5 +++++
plugins/ckeditor_content/public/javascripts/ckeditor/lang/nl.js | 5 +++++
plugins/ckeditor_content/public/javascripts/ckeditor/lang/no.js | 5 +++++
plugins/ckeditor_content/public/javascripts/ckeditor/lang/pl.js | 5 +++++
plugins/ckeditor_content/public/javascripts/ckeditor/lang/pt-br.js | 5 +++++
plugins/ckeditor_content/public/javascripts/ckeditor/lang/pt.js | 5 +++++
plugins/ckeditor_content/public/javascripts/ckeditor/lang/ro.js | 5 +++++
plugins/ckeditor_content/public/javascripts/ckeditor/lang/ru.js | 5 +++++
plugins/ckeditor_content/public/javascripts/ckeditor/lang/si.js | 5 +++++
plugins/ckeditor_content/public/javascripts/ckeditor/lang/sk.js | 5 +++++
plugins/ckeditor_content/public/javascripts/ckeditor/lang/sl.js | 5 +++++
plugins/ckeditor_content/public/javascripts/ckeditor/lang/sq.js | 5 +++++
plugins/ckeditor_content/public/javascripts/ckeditor/lang/sr-latn.js | 5 +++++
plugins/ckeditor_content/public/javascripts/ckeditor/lang/sr.js | 5 +++++
plugins/ckeditor_content/public/javascripts/ckeditor/lang/sv.js | 5 +++++
plugins/ckeditor_content/public/javascripts/ckeditor/lang/th.js | 5 +++++
plugins/ckeditor_content/public/javascripts/ckeditor/lang/tr.js | 5 +++++
plugins/ckeditor_content/public/javascripts/ckeditor/lang/tt.js | 5 +++++
plugins/ckeditor_content/public/javascripts/ckeditor/lang/ug.js | 5 +++++
plugins/ckeditor_content/public/javascripts/ckeditor/lang/uk.js | 5 +++++
plugins/ckeditor_content/public/javascripts/ckeditor/lang/vi.js | 5 +++++
plugins/ckeditor_content/public/javascripts/ckeditor/lang/zh-cn.js | 5 +++++
plugins/ckeditor_content/public/javascripts/ckeditor/lang/zh.js | 5 +++++
plugins/ckeditor_content/public/javascripts/ckeditor/plugins/a11yhelp/dialogs/a11yhelp.js | 10 ++++++++++
plugins/ckeditor_content/public/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/_translationstatus.txt | 25 +++++++++++++++++++++++++
plugins/ckeditor_content/public/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/ar.js | 11 +++++++++++
plugins/ckeditor_content/public/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/bg.js | 11 +++++++++++
plugins/ckeditor_content/public/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/ca.js | 13 +++++++++++++
plugins/ckeditor_content/public/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/cs.js | 13 +++++++++++++
plugins/ckeditor_content/public/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/cy.js | 11 +++++++++++
plugins/ckeditor_content/public/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/da.js | 11 +++++++++++
plugins/ckeditor_content/public/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/de.js | 12 ++++++++++++
plugins/ckeditor_content/public/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/el.js | 13 +++++++++++++
plugins/ckeditor_content/public/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/en-gb.js | 11 +++++++++++
plugins/ckeditor_content/public/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/en.js | 11 +++++++++++
plugins/ckeditor_content/public/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/eo.js | 13 +++++++++++++
plugins/ckeditor_content/public/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/es.js | 12 ++++++++++++
plugins/ckeditor_content/public/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/et.js | 11 +++++++++++
plugins/ckeditor_content/public/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/fa.js | 11 +++++++++++
plugins/ckeditor_content/public/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/fi.js | 12 ++++++++++++
plugins/ckeditor_content/public/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/fr-ca.js | 12 ++++++++++++
plugins/ckeditor_content/public/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/fr.js | 13 +++++++++++++
plugins/ckeditor_content/public/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/gl.js | 12 ++++++++++++
plugins/ckeditor_content/public/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/gu.js | 11 +++++++++++
plugins/ckeditor_content/public/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/he.js | 11 +++++++++++
plugins/ckeditor_content/public/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/hi.js | 11 +++++++++++
plugins/ckeditor_content/public/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/hr.js | 11 +++++++++++
plugins/ckeditor_content/public/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/hu.js | 13 +++++++++++++
plugins/ckeditor_content/public/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/id.js | 11 +++++++++++
plugins/ckeditor_content/public/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/it.js | 13 +++++++++++++
plugins/ckeditor_content/public/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/ja.js | 9 +++++++++
plugins/ckeditor_content/public/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/km.js | 11 +++++++++++
plugins/ckeditor_content/public/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/ko.js | 10 ++++++++++
plugins/ckeditor_content/public/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/ku.js | 12 ++++++++++++
plugins/ckeditor_content/public/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/lt.js | 11 +++++++++++
plugins/ckeditor_content/public/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/lv.js | 13 +++++++++++++
plugins/ckeditor_content/public/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/mk.js | 11 +++++++++++
plugins/ckeditor_content/public/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/mn.js | 11 +++++++++++
plugins/ckeditor_content/public/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/nb.js | 12 ++++++++++++
plugins/ckeditor_content/public/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/nl.js | 12 ++++++++++++
plugins/ckeditor_content/public/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/no.js | 11 +++++++++++
plugins/ckeditor_content/public/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/pl.js | 13 +++++++++++++
plugins/ckeditor_content/public/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/pt-br.js | 12 ++++++++++++
plugins/ckeditor_content/public/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/pt.js | 12 ++++++++++++
plugins/ckeditor_content/public/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/ro.js | 12 ++++++++++++
plugins/ckeditor_content/public/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/ru.js | 11 +++++++++++
plugins/ckeditor_content/public/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/si.js | 10 ++++++++++
plugins/ckeditor_content/public/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/sk.js | 12 ++++++++++++
plugins/ckeditor_content/public/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/sl.js | 12 ++++++++++++
plugins/ckeditor_content/public/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/sq.js | 11 +++++++++++
plugins/ckeditor_content/public/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/sr-latn.js | 11 +++++++++++
plugins/ckeditor_content/public/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/sr.js | 11 +++++++++++
plugins/ckeditor_content/public/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/sv.js | 12 ++++++++++++
plugins/ckeditor_content/public/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/th.js | 11 +++++++++++
plugins/ckeditor_content/public/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/tr.js | 12 ++++++++++++
plugins/ckeditor_content/public/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/tt.js | 11 +++++++++++
plugins/ckeditor_content/public/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/ug.js | 11 +++++++++++
plugins/ckeditor_content/public/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/uk.js | 12 ++++++++++++
plugins/ckeditor_content/public/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/vi.js | 11 +++++++++++
plugins/ckeditor_content/public/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/zh-cn.js | 9 +++++++++
plugins/ckeditor_content/public/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/zh.js | 10 ++++++++++
plugins/ckeditor_content/public/javascripts/ckeditor/plugins/about/dialogs/about.js | 7 +++++++
plugins/ckeditor_content/public/javascripts/ckeditor/plugins/about/dialogs/hidpi/logo_ckeditor.png | Bin 0 -> 13339 bytes
plugins/ckeditor_content/public/javascripts/ckeditor/plugins/about/dialogs/logo_ckeditor.png | Bin 0 -> 6757 bytes
plugins/ckeditor_content/public/javascripts/ckeditor/plugins/clipboard/dialogs/paste.js | 11 +++++++++++
plugins/ckeditor_content/public/javascripts/ckeditor/plugins/dialog/dialogDefinition.js | 4 ++++
plugins/ckeditor_content/public/javascripts/ckeditor/plugins/icons.png | Bin 0 -> 10227 bytes
plugins/ckeditor_content/public/javascripts/ckeditor/plugins/icons_hidpi.png | Bin 0 -> 34465 bytes
plugins/ckeditor_content/public/javascripts/ckeditor/plugins/image/dialogs/image.js | 43 +++++++++++++++++++++++++++++++++++++++++++
plugins/ckeditor_content/public/javascripts/ckeditor/plugins/image/images/noimage.png | Bin 0 -> 2115 bytes
plugins/ckeditor_content/public/javascripts/ckeditor/plugins/link/dialogs/anchor.js | 7 +++++++
plugins/ckeditor_content/public/javascripts/ckeditor/plugins/link/dialogs/link.js | 26 ++++++++++++++++++++++++++
plugins/ckeditor_content/public/javascripts/ckeditor/plugins/link/images/anchor.png | Bin 0 -> 763 bytes
plugins/ckeditor_content/public/javascripts/ckeditor/plugins/link/images/hidpi/anchor.png | Bin 0 -> 1597 bytes
plugins/ckeditor_content/public/javascripts/ckeditor/plugins/magicline/images/hidpi/icon.png | Bin 0 -> 260 bytes
plugins/ckeditor_content/public/javascripts/ckeditor/plugins/magicline/images/icon.png | Bin 0 -> 172 bytes
plugins/ckeditor_content/public/javascripts/ckeditor/plugins/pastefromword/filter/default.js | 31 +++++++++++++++++++++++++++++++
plugins/ckeditor_content/public/javascripts/ckeditor/plugins/scayt/LICENSE.md | 28 ++++++++++++++++++++++++++++
plugins/ckeditor_content/public/javascripts/ckeditor/plugins/scayt/README.md | 25 +++++++++++++++++++++++++
plugins/ckeditor_content/public/javascripts/ckeditor/plugins/scayt/dialogs/options.js | 17 +++++++++++++++++
plugins/ckeditor_content/public/javascripts/ckeditor/plugins/scayt/dialogs/toolbar.css | 71 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
plugins/ckeditor_content/public/javascripts/ckeditor/plugins/specialchar/dialogs/lang/_translationstatus.txt | 20 ++++++++++++++++++++
plugins/ckeditor_content/public/javascripts/ckeditor/plugins/specialchar/dialogs/lang/ar.js | 13 +++++++++++++
plugins/ckeditor_content/public/javascripts/ckeditor/plugins/specialchar/dialogs/lang/bg.js | 13 +++++++++++++
plugins/ckeditor_content/public/javascripts/ckeditor/plugins/specialchar/dialogs/lang/ca.js | 14 ++++++++++++++
plugins/ckeditor_content/public/javascripts/ckeditor/plugins/specialchar/dialogs/lang/cs.js | 13 +++++++++++++
plugins/ckeditor_content/public/javascripts/ckeditor/plugins/specialchar/dialogs/lang/cy.js | 14 ++++++++++++++
plugins/ckeditor_content/public/javascripts/ckeditor/plugins/specialchar/dialogs/lang/de.js | 13 +++++++++++++
plugins/ckeditor_content/public/javascripts/ckeditor/plugins/specialchar/dialogs/lang/el.js | 13 +++++++++++++
plugins/ckeditor_content/public/javascripts/ckeditor/plugins/specialchar/dialogs/lang/en-gb.js | 13 +++++++++++++
plugins/ckeditor_content/public/javascripts/ckeditor/plugins/specialchar/dialogs/lang/en.js | 13 +++++++++++++
plugins/ckeditor_content/public/javascripts/ckeditor/plugins/specialchar/dialogs/lang/eo.js | 12 ++++++++++++
plugins/ckeditor_content/public/javascripts/ckeditor/plugins/specialchar/dialogs/lang/es.js | 13 +++++++++++++
plugins/ckeditor_content/public/javascripts/ckeditor/plugins/specialchar/dialogs/lang/et.js | 13 +++++++++++++
plugins/ckeditor_content/public/javascripts/ckeditor/plugins/specialchar/dialogs/lang/fa.js | 12 ++++++++++++
plugins/ckeditor_content/public/javascripts/ckeditor/plugins/specialchar/dialogs/lang/fi.js | 13 +++++++++++++
plugins/ckeditor_content/public/javascripts/ckeditor/plugins/specialchar/dialogs/lang/fr-ca.js | 10 ++++++++++
plugins/ckeditor_content/public/javascripts/ckeditor/plugins/specialchar/dialogs/lang/fr.js | 11 +++++++++++
plugins/ckeditor_content/public/javascripts/ckeditor/plugins/specialchar/dialogs/lang/gl.js | 13 +++++++++++++
plugins/ckeditor_content/public/javascripts/ckeditor/plugins/specialchar/dialogs/lang/he.js | 12 ++++++++++++
plugins/ckeditor_content/public/javascripts/ckeditor/plugins/specialchar/dialogs/lang/hr.js | 13 +++++++++++++
plugins/ckeditor_content/public/javascripts/ckeditor/plugins/specialchar/dialogs/lang/hu.js | 12 ++++++++++++
plugins/ckeditor_content/public/javascripts/ckeditor/plugins/specialchar/dialogs/lang/id.js | 13 +++++++++++++
plugins/ckeditor_content/public/javascripts/ckeditor/plugins/specialchar/dialogs/lang/it.js | 14 ++++++++++++++
plugins/ckeditor_content/public/javascripts/ckeditor/plugins/specialchar/dialogs/lang/ja.js | 9 +++++++++
plugins/ckeditor_content/public/javascripts/ckeditor/plugins/specialchar/dialogs/lang/km.js | 13 +++++++++++++
plugins/ckeditor_content/public/javascripts/ckeditor/plugins/specialchar/dialogs/lang/ku.js | 13 +++++++++++++
plugins/ckeditor_content/public/javascripts/ckeditor/plugins/specialchar/dialogs/lang/lv.js | 13 +++++++++++++
plugins/ckeditor_content/public/javascripts/ckeditor/plugins/specialchar/dialogs/lang/nb.js | 11 +++++++++++
plugins/ckeditor_content/public/javascripts/ckeditor/plugins/specialchar/dialogs/lang/nl.js | 13 +++++++++++++
plugins/ckeditor_content/public/javascripts/ckeditor/plugins/specialchar/dialogs/lang/no.js | 11 +++++++++++
plugins/ckeditor_content/public/javascripts/ckeditor/plugins/specialchar/dialogs/lang/pl.js | 12 ++++++++++++
plugins/ckeditor_content/public/javascripts/ckeditor/plugins/specialchar/dialogs/lang/pt-br.js | 11 +++++++++++
plugins/ckeditor_content/public/javascripts/ckeditor/plugins/specialchar/dialogs/lang/pt.js | 13 +++++++++++++
plugins/ckeditor_content/public/javascripts/ckeditor/plugins/specialchar/dialogs/lang/ru.js | 13 +++++++++++++
plugins/ckeditor_content/public/javascripts/ckeditor/plugins/specialchar/dialogs/lang/si.js | 13 +++++++++++++
plugins/ckeditor_content/public/javascripts/ckeditor/plugins/specialchar/dialogs/lang/sk.js | 13 +++++++++++++
plugins/ckeditor_content/public/javascripts/ckeditor/plugins/specialchar/dialogs/lang/sl.js | 12 ++++++++++++
plugins/ckeditor_content/public/javascripts/ckeditor/plugins/specialchar/dialogs/lang/sq.js | 13 +++++++++++++
plugins/ckeditor_content/public/javascripts/ckeditor/plugins/specialchar/dialogs/lang/sv.js | 11 +++++++++++
plugins/ckeditor_content/public/javascripts/ckeditor/plugins/specialchar/dialogs/lang/th.js | 13 +++++++++++++
plugins/ckeditor_content/public/javascripts/ckeditor/plugins/specialchar/dialogs/lang/tr.js | 12 ++++++++++++
plugins/ckeditor_content/public/javascripts/ckeditor/plugins/specialchar/dialogs/lang/tt.js | 13 +++++++++++++
plugins/ckeditor_content/public/javascripts/ckeditor/plugins/specialchar/dialogs/lang/ug.js | 13 +++++++++++++
plugins/ckeditor_content/public/javascripts/ckeditor/plugins/specialchar/dialogs/lang/uk.js | 12 ++++++++++++
plugins/ckeditor_content/public/javascripts/ckeditor/plugins/specialchar/dialogs/lang/vi.js | 14 ++++++++++++++
plugins/ckeditor_content/public/javascripts/ckeditor/plugins/specialchar/dialogs/lang/zh-cn.js | 9 +++++++++
plugins/ckeditor_content/public/javascripts/ckeditor/plugins/specialchar/dialogs/lang/zh.js | 12 ++++++++++++
plugins/ckeditor_content/public/javascripts/ckeditor/plugins/specialchar/dialogs/specialchar.js | 14 ++++++++++++++
plugins/ckeditor_content/public/javascripts/ckeditor/plugins/table/dialogs/table.js | 21 +++++++++++++++++++++
plugins/ckeditor_content/public/javascripts/ckeditor/plugins/tabletools/dialogs/tableCell.js | 17 +++++++++++++++++
plugins/ckeditor_content/public/javascripts/ckeditor/plugins/wsc/LICENSE.md | 28 ++++++++++++++++++++++++++++
plugins/ckeditor_content/public/javascripts/ckeditor/plugins/wsc/README.md | 25 +++++++++++++++++++++++++
plugins/ckeditor_content/public/javascripts/ckeditor/plugins/wsc/dialogs/ciframe.html | 66 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
plugins/ckeditor_content/public/javascripts/ckeditor/plugins/wsc/dialogs/tmpFrameset.html | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++
plugins/ckeditor_content/public/javascripts/ckeditor/plugins/wsc/dialogs/wsc.css | 82 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
plugins/ckeditor_content/public/javascripts/ckeditor/plugins/wsc/dialogs/wsc.js | 74 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
plugins/ckeditor_content/public/javascripts/ckeditor/plugins/wsc/dialogs/wsc_ie.js | 11 +++++++++++
plugins/ckeditor_content/public/javascripts/ckeditor/samples/ajax.html | 82 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
plugins/ckeditor_content/public/javascripts/ckeditor/samples/api.html | 207 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
plugins/ckeditor_content/public/javascripts/ckeditor/samples/appendto.html | 57 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
plugins/ckeditor_content/public/javascripts/ckeditor/samples/assets/inlineall/logo.png | Bin 0 -> 4411 bytes
plugins/ckeditor_content/public/javascripts/ckeditor/samples/assets/outputxhtml/outputxhtml.css | 204 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
plugins/ckeditor_content/public/javascripts/ckeditor/samples/assets/posteddata.php | 59 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
plugins/ckeditor_content/public/javascripts/ckeditor/samples/assets/sample.jpg | Bin 0 -> 17932 bytes
plugins/ckeditor_content/public/javascripts/ckeditor/samples/assets/uilanguages/languages.js | 7 +++++++
plugins/ckeditor_content/public/javascripts/ckeditor/samples/datafiltering.html | 401 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
plugins/ckeditor_content/public/javascripts/ckeditor/samples/divreplace.html | 141 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
plugins/ckeditor_content/public/javascripts/ckeditor/samples/index.html | 128 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
plugins/ckeditor_content/public/javascripts/ckeditor/samples/inlineall.html | 311 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
plugins/ckeditor_content/public/javascripts/ckeditor/samples/inlinebycode.html | 121 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
plugins/ckeditor_content/public/javascripts/ckeditor/samples/inlinetextarea.html | 110 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
plugins/ckeditor_content/public/javascripts/ckeditor/samples/jquery.html | 100 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
plugins/ckeditor_content/public/javascripts/ckeditor/samples/plugins/dialog/assets/my_dialog.js | 48 ++++++++++++++++++++++++++++++++++++++++++++++++
plugins/ckeditor_content/public/javascripts/ckeditor/samples/plugins/dialog/dialog.html | 187 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
plugins/ckeditor_content/public/javascripts/ckeditor/samples/plugins/enterkey/enterkey.html | 103 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
plugins/ckeditor_content/public/javascripts/ckeditor/samples/plugins/htmlwriter/assets/outputforflash/outputforflash.fla | Bin 0 -> 85504 bytes
plugins/ckeditor_content/public/javascripts/ckeditor/samples/plugins/htmlwriter/assets/outputforflash/outputforflash.swf | Bin 0 -> 15571 bytes
plugins/ckeditor_content/public/javascripts/ckeditor/samples/plugins/htmlwriter/assets/outputforflash/swfobject.js | 18 ++++++++++++++++++
plugins/ckeditor_content/public/javascripts/ckeditor/samples/plugins/htmlwriter/outputforflash.html | 280 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
plugins/ckeditor_content/public/javascripts/ckeditor/samples/plugins/htmlwriter/outputhtml.html | 221 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
plugins/ckeditor_content/public/javascripts/ckeditor/samples/plugins/magicline/magicline.html | 206 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
plugins/ckeditor_content/public/javascripts/ckeditor/samples/plugins/toolbar/toolbar.html | 232 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
plugins/ckeditor_content/public/javascripts/ckeditor/samples/plugins/wysiwygarea/fullpage.html | 77 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
plugins/ckeditor_content/public/javascripts/ckeditor/samples/readonly.html | 73 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
plugins/ckeditor_content/public/javascripts/ckeditor/samples/replacebyclass.html | 57 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
plugins/ckeditor_content/public/javascripts/ckeditor/samples/replacebycode.html | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
plugins/ckeditor_content/public/javascripts/ckeditor/samples/sample.css | 365 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
plugins/ckeditor_content/public/javascripts/ckeditor/samples/sample.js | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++
plugins/ckeditor_content/public/javascripts/ckeditor/samples/sample_posteddata.php | 16 ++++++++++++++++
plugins/ckeditor_content/public/javascripts/ckeditor/samples/tabindex.html | 75 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
plugins/ckeditor_content/public/javascripts/ckeditor/samples/uicolor.html | 69 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
plugins/ckeditor_content/public/javascripts/ckeditor/samples/uilanguages.html | 119 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
plugins/ckeditor_content/public/javascripts/ckeditor/samples/xhtmlstyle.html | 231 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
plugins/ckeditor_content/public/javascripts/ckeditor/skins/moono/dialog.css | 5 +++++
plugins/ckeditor_content/public/javascripts/ckeditor/skins/moono/dialog_ie.css | 5 +++++
plugins/ckeditor_content/public/javascripts/ckeditor/skins/moono/dialog_ie7.css | 5 +++++
plugins/ckeditor_content/public/javascripts/ckeditor/skins/moono/dialog_ie8.css | 5 +++++
plugins/ckeditor_content/public/javascripts/ckeditor/skins/moono/dialog_iequirks.css | 5 +++++
plugins/ckeditor_content/public/javascripts/ckeditor/skins/moono/editor.css | 5 +++++
plugins/ckeditor_content/public/javascripts/ckeditor/skins/moono/editor_gecko.css | 5 +++++
plugins/ckeditor_content/public/javascripts/ckeditor/skins/moono/editor_ie.css | 5 +++++
plugins/ckeditor_content/public/javascripts/ckeditor/skins/moono/editor_ie7.css | 5 +++++
plugins/ckeditor_content/public/javascripts/ckeditor/skins/moono/editor_ie8.css | 5 +++++
plugins/ckeditor_content/public/javascripts/ckeditor/skins/moono/editor_iequirks.css | 5 +++++
plugins/ckeditor_content/public/javascripts/ckeditor/skins/moono/icons.png | Bin 0 -> 10227 bytes
plugins/ckeditor_content/public/javascripts/ckeditor/skins/moono/icons_hidpi.png | Bin 0 -> 34465 bytes
plugins/ckeditor_content/public/javascripts/ckeditor/skins/moono/images/arrow.png | Bin 0 -> 261 bytes
plugins/ckeditor_content/public/javascripts/ckeditor/skins/moono/images/close.png | Bin 0 -> 824 bytes
plugins/ckeditor_content/public/javascripts/ckeditor/skins/moono/images/hidpi/close.png | Bin 0 -> 1792 bytes
plugins/ckeditor_content/public/javascripts/ckeditor/skins/moono/images/hidpi/lock-open.png | Bin 0 -> 1503 bytes
plugins/ckeditor_content/public/javascripts/ckeditor/skins/moono/images/hidpi/lock.png | Bin 0 -> 1616 bytes
plugins/ckeditor_content/public/javascripts/ckeditor/skins/moono/images/hidpi/refresh.png | Bin 0 -> 2320 bytes
plugins/ckeditor_content/public/javascripts/ckeditor/skins/moono/images/lock-open.png | Bin 0 -> 736 bytes
plugins/ckeditor_content/public/javascripts/ckeditor/skins/moono/images/lock.png | Bin 0 -> 728 bytes
plugins/ckeditor_content/public/javascripts/ckeditor/skins/moono/images/refresh.png | Bin 0 -> 953 bytes
plugins/ckeditor_content/public/javascripts/ckeditor/skins/moono/readme.md | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++
plugins/ckeditor_content/public/javascripts/ckeditor/styles.js | 111 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
plugins/ckeditor_content/test/test_helper.rb | 1 +
plugins/ckeditor_content/test/unit/ckeditor_content_plugin/ckeditor_article_test.rb | 224 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
plugins/ckeditor_content/test/unit/ckeditor_content_plugin_test.rb | 29 +++++++++++++++++++++++++++++
plugins/ckeditor_content/views/cms/ckeditor_content_plugin/_ckeditor_article.html.erb | 9 +++++++++
plugins/ckeditor_content/views/shared/ckeditor_content_plugin/_lead_and_body.html.erb | 39 +++++++++++++++++++++++++++++++++++++++
278 files changed, 10406 insertions(+), 2 deletions(-)
create mode 100644 plugins/ckeditor_content/lib/ckeditor_content_plugin.rb
create mode 100644 plugins/ckeditor_content/lib/ckeditor_content_plugin/ckeditor_article.rb
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/CHANGES.md
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/LICENSE.md
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/README.md
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/adapters/jquery.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/build-config.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/ckeditor.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/config.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/contents.css
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/lang/af.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/lang/ar.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/lang/bg.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/lang/bn.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/lang/bs.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/lang/ca.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/lang/cs.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/lang/cy.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/lang/da.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/lang/de.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/lang/el.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/lang/en-au.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/lang/en-ca.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/lang/en-gb.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/lang/en.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/lang/eo.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/lang/es.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/lang/et.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/lang/eu.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/lang/fa.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/lang/fi.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/lang/fo.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/lang/fr-ca.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/lang/fr.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/lang/gl.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/lang/gu.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/lang/he.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/lang/hi.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/lang/hr.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/lang/hu.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/lang/id.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/lang/is.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/lang/it.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/lang/ja.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/lang/ka.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/lang/km.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/lang/ko.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/lang/ku.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/lang/lt.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/lang/lv.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/lang/mk.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/lang/mn.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/lang/ms.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/lang/nb.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/lang/nl.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/lang/no.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/lang/pl.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/lang/pt-br.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/lang/pt.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/lang/ro.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/lang/ru.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/lang/si.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/lang/sk.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/lang/sl.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/lang/sq.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/lang/sr-latn.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/lang/sr.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/lang/sv.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/lang/th.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/lang/tr.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/lang/tt.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/lang/ug.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/lang/uk.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/lang/vi.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/lang/zh-cn.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/lang/zh.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/plugins/a11yhelp/dialogs/a11yhelp.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/_translationstatus.txt
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/ar.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/bg.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/ca.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/cs.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/cy.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/da.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/de.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/el.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/en-gb.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/en.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/eo.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/es.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/et.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/fa.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/fi.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/fr-ca.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/fr.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/gl.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/gu.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/he.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/hi.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/hr.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/hu.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/id.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/it.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/ja.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/km.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/ko.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/ku.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/lt.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/lv.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/mk.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/mn.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/nb.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/nl.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/no.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/pl.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/pt-br.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/pt.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/ro.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/ru.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/si.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/sk.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/sl.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/sq.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/sr-latn.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/sr.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/sv.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/th.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/tr.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/tt.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/ug.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/uk.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/vi.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/zh-cn.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/zh.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/plugins/about/dialogs/about.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/plugins/about/dialogs/hidpi/logo_ckeditor.png
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/plugins/about/dialogs/logo_ckeditor.png
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/plugins/clipboard/dialogs/paste.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/plugins/dialog/dialogDefinition.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/plugins/icons.png
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/plugins/icons_hidpi.png
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/plugins/image/dialogs/image.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/plugins/image/images/noimage.png
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/plugins/link/dialogs/anchor.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/plugins/link/dialogs/link.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/plugins/link/images/anchor.png
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/plugins/link/images/hidpi/anchor.png
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/plugins/magicline/images/hidpi/icon.png
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/plugins/magicline/images/icon.png
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/plugins/pastefromword/filter/default.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/plugins/scayt/LICENSE.md
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/plugins/scayt/README.md
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/plugins/scayt/dialogs/options.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/plugins/scayt/dialogs/toolbar.css
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/plugins/specialchar/dialogs/lang/_translationstatus.txt
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/plugins/specialchar/dialogs/lang/ar.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/plugins/specialchar/dialogs/lang/bg.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/plugins/specialchar/dialogs/lang/ca.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/plugins/specialchar/dialogs/lang/cs.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/plugins/specialchar/dialogs/lang/cy.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/plugins/specialchar/dialogs/lang/de.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/plugins/specialchar/dialogs/lang/el.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/plugins/specialchar/dialogs/lang/en-gb.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/plugins/specialchar/dialogs/lang/en.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/plugins/specialchar/dialogs/lang/eo.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/plugins/specialchar/dialogs/lang/es.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/plugins/specialchar/dialogs/lang/et.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/plugins/specialchar/dialogs/lang/fa.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/plugins/specialchar/dialogs/lang/fi.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/plugins/specialchar/dialogs/lang/fr-ca.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/plugins/specialchar/dialogs/lang/fr.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/plugins/specialchar/dialogs/lang/gl.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/plugins/specialchar/dialogs/lang/he.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/plugins/specialchar/dialogs/lang/hr.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/plugins/specialchar/dialogs/lang/hu.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/plugins/specialchar/dialogs/lang/id.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/plugins/specialchar/dialogs/lang/it.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/plugins/specialchar/dialogs/lang/ja.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/plugins/specialchar/dialogs/lang/km.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/plugins/specialchar/dialogs/lang/ku.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/plugins/specialchar/dialogs/lang/lv.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/plugins/specialchar/dialogs/lang/nb.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/plugins/specialchar/dialogs/lang/nl.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/plugins/specialchar/dialogs/lang/no.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/plugins/specialchar/dialogs/lang/pl.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/plugins/specialchar/dialogs/lang/pt-br.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/plugins/specialchar/dialogs/lang/pt.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/plugins/specialchar/dialogs/lang/ru.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/plugins/specialchar/dialogs/lang/si.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/plugins/specialchar/dialogs/lang/sk.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/plugins/specialchar/dialogs/lang/sl.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/plugins/specialchar/dialogs/lang/sq.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/plugins/specialchar/dialogs/lang/sv.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/plugins/specialchar/dialogs/lang/th.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/plugins/specialchar/dialogs/lang/tr.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/plugins/specialchar/dialogs/lang/tt.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/plugins/specialchar/dialogs/lang/ug.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/plugins/specialchar/dialogs/lang/uk.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/plugins/specialchar/dialogs/lang/vi.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/plugins/specialchar/dialogs/lang/zh-cn.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/plugins/specialchar/dialogs/lang/zh.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/plugins/specialchar/dialogs/specialchar.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/plugins/table/dialogs/table.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/plugins/tabletools/dialogs/tableCell.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/plugins/wsc/LICENSE.md
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/plugins/wsc/README.md
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/plugins/wsc/dialogs/ciframe.html
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/plugins/wsc/dialogs/tmpFrameset.html
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/plugins/wsc/dialogs/wsc.css
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/plugins/wsc/dialogs/wsc.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/plugins/wsc/dialogs/wsc_ie.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/samples/ajax.html
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/samples/api.html
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/samples/appendto.html
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/samples/assets/inlineall/logo.png
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/samples/assets/outputxhtml/outputxhtml.css
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/samples/assets/posteddata.php
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/samples/assets/sample.jpg
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/samples/assets/uilanguages/languages.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/samples/datafiltering.html
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/samples/divreplace.html
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/samples/index.html
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/samples/inlineall.html
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/samples/inlinebycode.html
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/samples/inlinetextarea.html
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/samples/jquery.html
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/samples/plugins/dialog/assets/my_dialog.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/samples/plugins/dialog/dialog.html
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/samples/plugins/enterkey/enterkey.html
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/samples/plugins/htmlwriter/assets/outputforflash/outputforflash.fla
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/samples/plugins/htmlwriter/assets/outputforflash/outputforflash.swf
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/samples/plugins/htmlwriter/assets/outputforflash/swfobject.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/samples/plugins/htmlwriter/outputforflash.html
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/samples/plugins/htmlwriter/outputhtml.html
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/samples/plugins/magicline/magicline.html
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/samples/plugins/toolbar/toolbar.html
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/samples/plugins/wysiwygarea/fullpage.html
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/samples/readonly.html
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/samples/replacebyclass.html
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/samples/replacebycode.html
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/samples/sample.css
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/samples/sample.js
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/samples/sample_posteddata.php
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/samples/tabindex.html
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/samples/uicolor.html
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/samples/uilanguages.html
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/samples/xhtmlstyle.html
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/skins/moono/dialog.css
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/skins/moono/dialog_ie.css
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/skins/moono/dialog_ie7.css
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/skins/moono/dialog_ie8.css
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/skins/moono/dialog_iequirks.css
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/skins/moono/editor.css
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/skins/moono/editor_gecko.css
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/skins/moono/editor_ie.css
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/skins/moono/editor_ie7.css
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/skins/moono/editor_ie8.css
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/skins/moono/editor_iequirks.css
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/skins/moono/icons.png
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/skins/moono/icons_hidpi.png
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/skins/moono/images/arrow.png
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/skins/moono/images/close.png
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/skins/moono/images/hidpi/close.png
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/skins/moono/images/hidpi/lock-open.png
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/skins/moono/images/hidpi/lock.png
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/skins/moono/images/hidpi/refresh.png
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/skins/moono/images/lock-open.png
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/skins/moono/images/lock.png
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/skins/moono/images/refresh.png
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/skins/moono/readme.md
create mode 100644 plugins/ckeditor_content/public/javascripts/ckeditor/styles.js
create mode 100644 plugins/ckeditor_content/test/test_helper.rb
create mode 100644 plugins/ckeditor_content/test/unit/ckeditor_content_plugin/ckeditor_article_test.rb
create mode 100644 plugins/ckeditor_content/test/unit/ckeditor_content_plugin_test.rb
create mode 100644 plugins/ckeditor_content/views/cms/ckeditor_content_plugin/_ckeditor_article.html.erb
create mode 100644 plugins/ckeditor_content/views/shared/ckeditor_content_plugin/_lead_and_body.html.erb
diff --git a/app/controllers/my_profile/cms_controller.rb b/app/controllers/my_profile/cms_controller.rb
index 0a00238..7a3c020 100644
--- a/app/controllers/my_profile/cms_controller.rb
+++ b/app/controllers/my_profile/cms_controller.rb
@@ -383,7 +383,8 @@ class CmsController < MyProfileController
end
def refuse_blocks
- if ['TinyMceArticle', 'TextileArticle', 'Event', 'EnterpriseHomepage'].include?(@type)
+ article_types = ['TinyMceArticle', 'TextileArticle', 'Event', 'EnterpriseHomepage'] + @plugins.dispatch(:content_types).map {|type| type.name}
+ if article_types.include?(@type)
@no_design_blocks = true
end
end
diff --git a/app/views/cms/edit.html.erb b/app/views/cms/edit.html.erb
index c38af1c..0f5677f 100644
--- a/app/views/cms/edit.html.erb
+++ b/app/views/cms/edit.html.erb
@@ -57,7 +57,9 @@
<% end %>
-<% if environment.enabled?('media_panel') && [TinyMceArticle, TextileArticle, Event, EnterpriseHomepage].any?{|klass| @article.kind_of?(klass)} %>
+<%
+article_types = [TinyMceArticle, TextileArticle, Event, EnterpriseHomepage] + @plugins.dispatch(:content_types)
+if environment.enabled?('media_panel') && article_types.any?{|klass| @article.kind_of?(klass)} %>
<%= render :partial => 'text_editor_sidebar' %>
<% end %>
diff --git a/plugins/ckeditor_content/lib/ckeditor_content_plugin.rb b/plugins/ckeditor_content/lib/ckeditor_content_plugin.rb
new file mode 100644
index 0000000..5a565dc
--- /dev/null
+++ b/plugins/ckeditor_content/lib/ckeditor_content_plugin.rb
@@ -0,0 +1,23 @@
+class CkeditorContentPlugin < Noosfero::Plugin
+
+ def self.plugin_name
+ 'CKEditor'
+ end
+
+ def self.plugin_description
+ _("A plugin that add a new kind of text article with visual CKEditor tool.")
+ end
+
+ def stylesheet?
+ false
+ end
+
+ def content_types
+ [CkeditorContentPlugin::CkeditorArticle]
+ end
+
+ def js_files
+ ['/javascripts/ckeditor/ckeditor.js']
+ end
+
+end
diff --git a/plugins/ckeditor_content/lib/ckeditor_content_plugin/ckeditor_article.rb b/plugins/ckeditor_content/lib/ckeditor_content_plugin/ckeditor_article.rb
new file mode 100644
index 0000000..c81e0c6
--- /dev/null
+++ b/plugins/ckeditor_content/lib/ckeditor_content_plugin/ckeditor_article.rb
@@ -0,0 +1,32 @@
+require 'white_list_filter'
+
+class CkeditorContentPlugin::CkeditorArticle < TextArticle
+
+ def self.short_description
+ _('Text article with visual editor (CKEditor)')
+ end
+
+ def self.description
+ _('Not accessible for visually impaired users.')
+ end
+
+ xss_terminate :only => [ ]
+
+ xss_terminate :only => [ :name, :abstract, :body ], :with => 'white_list', :on => 'validation'
+
+ include WhiteListFilter
+ filter_iframes :abstract, :body
+
+ def iframe_whitelist
+ profile && profile.environment && profile.environment.trusted_sites_for_iframe
+ end
+
+ def notifiable?
+ true
+ end
+
+ def ck_editor?
+ true
+ end
+
+end
diff --git a/plugins/ckeditor_content/public/javascripts/ckeditor/CHANGES.md b/plugins/ckeditor_content/public/javascripts/ckeditor/CHANGES.md
new file mode 100644
index 0000000..e00a83b
--- /dev/null
+++ b/plugins/ckeditor_content/public/javascripts/ckeditor/CHANGES.md
@@ -0,0 +1,589 @@
+CKEditor 4 Changelog
+====================
+
+## CKEditor 4.4.2
+
+Important Notes:
+
+* The CKEditor testing environment is now publicly available. Read more about how to set up the environment and execute tests in the [CKEditor Testing Environment](http://docs.ckeditor.com/#!/guide/dev_tests) guide.
+ Please note that the [`tests/`](https://github.com/ckeditor/ckeditor-dev/tree/master/tests) directory which contains editor tests is not available in release packages. It can only be found in the development version of CKEditor on [GitHub](https://github.com/ckeditor/ckeditor-dev/).
+
+New Features:
+
+* [#11909](http://dev.ckeditor.com/ticket/11909): Introduced a parameter to prevent the [`editor.setData()`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-method-setData) method from recording undo snapshots.
+
+Fixed Issues:
+
+* [#11757](http://dev.ckeditor.com/ticket/11757): Fixed: Imperfections in the [Moono](http://ckeditor.com/addon/moono) skin. Thanks to [danyaPostfactum](https://github.com/danyaPostfactum)!
+* [#10091](http://dev.ckeditor.com/ticket/10091): Blockquote should be treated like an object by the styles system. Thanks to [dan-james-deeson](https://github.com/dan-james-deeson)!
+* [#11478](http://dev.ckeditor.com/ticket/11478): Fixed: Issue with passing jQuery objects to [adapter](http://docs.ckeditor.com/#!/guide/dev_jquery) configuration.
+* [#10867](http://dev.ckeditor.com/ticket/10867): Fixed: Issue with setting encoded URI as image link.
+* [#11983](http://dev.ckeditor.com/ticket/11983): Fixed: Clicking a nested widget does not focus it. Additionally, performance of the [`widget.repository.getByElement()`](http://docs.ckeditor.com/#!/api/CKEDITOR.plugins.widget.repository-method-getByElement) method was improved.
+* [#12000](http://dev.ckeditor.com/ticket/12000): Fixed: Nested widgets should be initialized on [`editor.setData()`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-method-setData) and [`nestedEditable.setData()`](http://docs.ckeditor.com/#!/api/CKEDITOR.plugins.widget.nestedEditable-method-setData).
+* [#12022](http://dev.ckeditor.com/ticket/12022): Fixed: Outer widget's drag handler is not created at all if it has any nested widgets inside.
+* [#11960](http://dev.ckeditor.com/ticket/11960): [Blink/WebKit] Fixed: The caret should be scrolled into view on *Backspace* and *Delete* (covers only the merging blocks case).
+* [#11306](http://dev.ckeditor.com/ticket/11306): [OSX][Blink/WebKit] Fixed: No widget entries in the context menu on widget right-click.
+* [#11957](http://dev.ckeditor.com/ticket/11957): Fixed: Alignment labels in the [Enhanced Image](http://ckeditor.com/addon/image2) dialog window are not translated.
+* [#11980](http://dev.ckeditor.com/ticket/11980): [Blink/WebKit] Fixed: `` elements created when joining adjacent elements (non-collapsed selection).
+* [#12009](http://dev.ckeditor.com/ticket/12009): [Nested widgets] Integration with the [Magic Line](http://ckeditor.com/addon/magicline) plugin.
+* [#11387](http://dev.ckeditor.com/ticket/11387): Fixed: `role="radiogroup"` should be applied only to radio inputs' container.
+* [#7975](http://dev.ckeditor.com/ticket/7975): [IE8] Fixed: Errors when trying to select an empty table cell.
+* [#11947](http://dev.ckeditor.com/ticket/11947): [Firefox+IE11] Fixed: *Shift+Enter* in lists produces two line breaks.
+* [#11972](http://dev.ckeditor.com/ticket/11972): Fixed: Feature detection in the [`element.setText()`](http://docs.ckeditor.com/#!/api/CKEDITOR.dom.element-method-setText) method should not trigger the layout engine.
+* [#7634](http://dev.ckeditor.com/ticket/7634): Fixed: The [Flash Dialog](http://ckeditor.com/addon/flash) plugin omits the `allowFullScreen` parameter in the editor data if set to `true`.
+* [#11910](http://dev.ckeditor.com/ticket/11910): Fixed: [Enhanced Image](http://ckeditor.com/addon/image2) does not take [`config.baseHref`](http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-baseHref) into account when updating image dimensions.
+* [#11753](http://dev.ckeditor.com/ticket/11753): Fixed: Wrong [`checkDirty()`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-method-checkDirty) method value after focusing or blurring a widget.
+* [#11830](http://dev.ckeditor.com/ticket/11830): Fixed: Impossible to pass some arguments to [CKBuilder](https://github.com/ckeditor/ckbuilder) when using the `/dev/builder/build.sh` script.
+* [#11945](http://dev.ckeditor.com/ticket/11945): Fixed: [Form Elements](http://ckeditor.com/addon/forms) plugin should not change a core method.
+* [#11384](http://dev.ckeditor.com/ticket/11384): [IE9+] Fixed: `IndexSizeError` thrown when pasting into a non-empty selection anchored in one text node.
+
+## CKEditor 4.4.1
+
+New Features:
+
+* [#9661](http://dev.ckeditor.com/ticket/9661): Added the option to [configure](http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-linkJavaScriptLinksAllowed) anchor tags with JavaScript code in the `href` attribute.
+
+Fixed Issues:
+
+* [#11861](http://dev.ckeditor.com/ticket/11861): [Webkit/Blink] Fixed: Span elements created while joining adjacent elements. **Note:** This patch only covers cases when *Backspace* or *Delete* is pressed on a collapsed (empty) selection. The remaining case, with a non-empty selection, will be fixed in the next release.
+* [#10714](http://dev.ckeditor.com/ticket/10714): [iOS] Fixed: Selection and drop-downs are broken if a touch event listener is used due to a [Webkit bug](https://bugs.webkit.org/show_bug.cgi?id=128924). Thanks to [Arty Gus](https://github.com/artygus)!
+* [#11911](http://dev.ckeditor.com/ticket/11911): Fixed setting the `dir` attribute for a preloaded language in [CKEDITOR.lang](http://docs.ckeditor.com/#!/api/CKEDITOR.lang). Thanks to [Akash Mohapatra](https://github.com/akashmohapatra)!
+* [#11926](http://dev.ckeditor.com/ticket/11926): Fixed: [Code Snippet](http://ckeditor.com/addon/codesnippet) does not decode HTML entities when loading code from the `` element.
+* [#11223](http://dev.ckeditor.com/ticket/11223): Fixed: Issue when [Protected Source](http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-protectedSource) was not working in the `` element.
+* [#11859](http://dev.ckeditor.com/ticket/11859): Fixed: Removed the [Source Dialog](http://ckeditor.com/addon/sourcedialog) plugin dependency from the [Code Snippet](http://ckeditor.com/addon/codesnippet) sample.
+* [#11754](http://dev.ckeditor.com/ticket/11754): [Chrome] Fixed: Infinite loop when content includes not closed attributes.
+* [#11848](http://dev.ckeditor.com/ticket/11848): [IE] Fixed: [`editor.insertElement()`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-method-insertElement) throwing an exception when there was no selection in the editor.
+* [#11801](http://dev.ckeditor.com/ticket/11801): Fixed: Editor anchors unavailable when linking the [Enhanced Image](http://ckeditor.com/addon/image2) widget.
+* [#11626](http://dev.ckeditor.com/ticket/11626): Fixed: [Table Resize](http://ckeditor.com/addon/tableresize) sets invalid column width.
+* [#11872](http://dev.ckeditor.com/ticket/11872): Made [`element.addClass()`](http://docs.ckeditor.com/#!/api/CKEDITOR.dom.element-method-addClass) chainable symmetrically to [`element.removeClass()`](http://docs.ckeditor.com/#!/api/CKEDITOR.dom.element-method-removeClass).
+* [#11813](http://dev.ckeditor.com/ticket/11813): Fixed: Link lost while pasting a captioned image and restoring an undo snapshot ([Enhanced Image](http://ckeditor.com/addon/image2)).
+* [#11814](http://dev.ckeditor.com/ticket/11814): Fixed: _Link_ and _Unlink_ entries persistently displayed in the [Enhanced Image](http://ckeditor.com/addon/image2) context menu.
+* [#11839](http://dev.ckeditor.com/ticket/11839): [IE9] Fixed: The caret jumps out of the editable area when resizing the editor in the source mode.
+* [#11822](http://dev.ckeditor.com/ticket/11822): [Webkit] Fixed: Editing anchors by double-click is broken in some cases.
+* [#11823](http://dev.ckeditor.com/ticket/11823): [IE8] Fixed: [Table Resize](http://ckeditor.com/addon/tableresize) throws an error over scrollbar.
+* [#11788](http://dev.ckeditor.com/ticket/11788): Fixed: It is not possible to change the language back to _Not set_ in the [Code Snippet](http://ckeditor.com/addon/codesnippet) dialog window.
+* [#11788](http://dev.ckeditor.com/ticket/11788): Fixed: [Filter](http://docs.ckeditor.com/#!/api/CKEDITOR.htmlParser.filter) rules are not applied inside elements with the `contenteditable` attribute set to `true`.
+* [#11798](http://dev.ckeditor.com/ticket/11798): Fixed: Inserting a non-editable element inside a table cell breaks the table.
+* [#11793](http://dev.ckeditor.com/ticket/11793): Fixed: Drop-down is not "on" when clicking it while the editor is blurred.
+* [#11850](http://dev.ckeditor.com/ticket/11850): Fixed: Fake objects with the `contenteditable` attribute set to `false` are not downcasted properly.
+* [#11811](http://dev.ckeditor.com/ticket/11811): Fixed: Widget's data is not encoded correctly when passed to an attribute.
+* [#11777](http://dev.ckeditor.com/ticket/11777): Fixed encoding ampersand in the [Mathematical Formulas](http://ckeditor.com/addon/mathjax) plugin.
+* [#11880](http://dev.ckeditor.com/ticket/11880): [IE8-9] Fixed: Linked image has a default thick border.
+
+Other Changes:
+
+* [#11807](http://dev.ckeditor.com/ticket/11807): Updated jQuery version used in the sample to 1.11.0 and tested CKEditor jQuery Adapter with version 1.11.0 and 2.1.0.
+* [#9504](http://dev.ckeditor.com/ticket/9504): Stopped using deprecated `attribute.specified` in all browsers except Internet Explorer.
+* [#11809](http://dev.ckeditor.com/ticket/11809): Changed tab size in `
` to 4 spaces.
+
+## CKEditor 4.4
+
+**Important Notes:**
+
+* Marked the [`editor.beforePaste`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-event-beforePaste) event as deprecated.
+* The default class of captioned images has changed to `image` (was: `caption`). Please note that once edited in CKEditor 4.4+, all existing images of the `caption` class (`
`) will be [filtered out](http://docs.ckeditor.com/#!/guide/dev_advanced_content_filter) unless the [`config.image2_captionedClass`](http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-image2_captionedClass) option is set to `caption`. For backward compatibility (i.e. when upgrading), it is highly recommended to use this setting, which also helps prevent CSS conflicts, etc. This does not apply to new CKEditor integrations.
+* Widgets without defined buttons are no longer registered automatically to the [Advanced Content Filter](http://docs.ckeditor.com/#!/guide/dev_advanced_content_filter). Before CKEditor 4.4 widgets were registered to the ACF which was an incorrect behavior ([#11567](http://dev.ckeditor.com/ticket/11567)). This change should not have any impact on standard scenarios, but if your button does not execute the widget command, you need to set [`allowedContent`](http://docs.ckeditor.com/#!/api/CKEDITOR.feature-property-allowedContent) and [`requiredContent`](http://docs.ckeditor.com/#!/api/CKEDITOR.feature-property-requiredContent) properties for it manually, because the editor will not be able to find them.
+* The [Show Borders](http://ckeditor.com/addon/showborders) plugin was added to the Standard installation package in order to ensure that unstyled tables are still visible for the user ([#11665](http://dev.ckeditor.com/ticket/11665)).
+* Since CKEditor 4.4 the editor instance should be passed to [`CKEDITOR.style`](http://docs.ckeditor.com/#!/api/CKEDITOR.style) methods to ensure full compatibility with other features (e.g. applying styles to widgets requires that). We ensured backward compatibility though, so the [`CKEDITOR.style`](http://docs.ckeditor.com/#!/api/CKEDITOR.style) will work even when the editor instance is not provided.
+
+New Features:
+
+* [#11297](http://dev.ckeditor.com/ticket/11297): Styles can now be applied to widgets. The definition of a style which can be applied to a specific widget must contain two additional properties — `type` and `widget`. Read more in the [Widget Styles](http://docs.ckeditor.com/#!/guide/dev_styles-section-widget-styles) section of the "Syles Drop-down" guide. Note that by default, widgets support only classes and no other attributes or styles. Related changes and features:
+ * Introduced the [`CKEDITOR.style.addCustomHandler()`](http://docs.ckeditor.com/#!/api/CKEDITOR.style-static-method-addCustomHandler) method for registering custom style handlers.
+ * The [`CKEDITOR.style.apply()`](http://docs.ckeditor.com/#!/api/CKEDITOR.style-method-apply) and [`CKEDITOR.style.remove()`](http://docs.ckeditor.com/#!/api/CKEDITOR.style-method-remove) methods are now called with an editor instance instead of the document so they can be reused by the [`CKEDITOR.editor.applyStyle()`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-method-applyStyle) and [`CKEDITOR.editor.removeStyle()`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-method-removeStyle) methods. Backward compatibility was preserved, but from CKEditor 4.4 it is highly recommended to pass an editor instead of a document to these methods.
+ * Many new methods and properties were introduced in the [Widget API](http://docs.ckeditor.com/#!/api/CKEDITOR.plugins.widget) to make the handling of styles by widgets fully customizable. See: [`widget.definition.styleableElements`](http://docs.ckeditor.com/#!/api/CKEDITOR.plugins.widget.definition-property-styleableElements), [`widget.definition.styleToAllowedContentRule`](http://docs.ckeditor.com/#!/api/CKEDITOR.plugins.widget.definition-property-styleToAllowedContentRules), [`widget.addClass()`](http://docs.ckeditor.com/#!/api/CKEDITOR.plugins.widget-method-addClass), [`widget.removeClass()`](http://docs.ckeditor.com/#!/api/CKEDITOR.plugins.widget-method-removeClass), [`widget.getClasses()`](http://docs.ckeditor.com/#!/api/CKEDITOR.plugins.widget-method-getClasses), [`widget.hasClass()`](http://docs.ckeditor.com/#!/api/CKEDITOR.plugins.widget-method-hasClass), [`widget.applyStyle()`](http://docs.ckeditor.com/#!/api/CKEDITOR.plugins.widget-method-applyStyle), [`widget.removeStyle()`](http://docs.ckeditor.com/#!/api/CKEDITOR.plugins.widget-method-removeStyle), [`widget.checkStyleActive()`](http://docs.ckeditor.com/#!/api/CKEDITOR.plugins.widget-method-checkStyleActive).
+ * Integration with the [Allowed Content Filter](http://docs.ckeditor.com/#!/guide/dev_advanced_content_filter) required an introduction of the [`CKEDITOR.style.toAllowedContent()`](http://docs.ckeditor.com/#!/api/CKEDITOR.style-method-toAllowedContentRules) method which can be implemented by the custom style handler and if exists, it is used by the [`CKEDITOR.filter`](http://docs.ckeditor.com/#!/api/CKEDITOR.filter) to translate a style to [allowed content rules](http://docs.ckeditor.com/#!/api/CKEDITOR.filter.allowedContentRules).
+* [#11300](http://dev.ckeditor.com/ticket/11300): Various changes in the [Enhanced Image](http://ckeditor.com/addon/image2) plugin:
+ * Introduced the [`config.image2_captionedClass`](http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-image2_captionedClass) option to configure the class of captioned images.
+ * Introduced the [`config.image2_alignClasses`](http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-image2_alignClasses) option to configure the way images are aligned with CSS classes.
+ If this setting is defined, the editor produces classes instead of inline styles for aligned images.
+ * Default image caption can be translated (customized) with the `editor.lang.image2.captionPlaceholder` string.
+* [#11341](http://dev.ckeditor.com/ticket/11341): [Enhanced Image](http://ckeditor.com/addon/image2) plugin: It is now possible to add a link to any image type.
+* [#10202](http://dev.ckeditor.com/ticket/10202): Introduced wildcard support in the [Allowed Content Rules](http://docs.ckeditor.com/#!/guide/dev_allowed_content_rules) format.
+* [#10276](http://dev.ckeditor.com/ticket/10276): Introduced blacklisting in the [Allowed Content Filter](http://docs.ckeditor.com/#!/guide/dev_advanced_content_filter).
+* [#10480](http://dev.ckeditor.com/ticket/10480): Introduced code snippets with code highlighting. There are two versions available so far — the default [Code Snippet](http://ckeditor.com/addon/codesnippet) which uses the [highlight.js](http://highlightjs.org) library and the [Code Snippet GeSHi](http://ckeditor.com/addon/codesnippetgeshi) which uses the [GeSHi](http://qbnz.com/highlighter/) library.
+* [#11737](http://dev.ckeditor.com/ticket/11737): Introduced an option to prevent [filtering](http://docs.ckeditor.com/#!/guide/dev_advanced_content_filter) of an element that matches custom criteria (see [`filter.addElementCallback()`](http://docs.ckeditor.com/#!/api/CKEDITOR.filter-method-addElementCallback)).
+* [#11532](http://dev.ckeditor.com/ticket/11532): Introduced the [`editor.addContentsCss()`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-method-addContentsCss) method that can be used for [adding custom CSS files](http://docs.ckeditor.com/#!/guide/plugin_sdk_styles).
+* [#11536](http://dev.ckeditor.com/ticket/11536): Added the [`CKEDITOR.tools.htmlDecode()`](http://docs.ckeditor.com/#!/api/CKEDITOR.tools-method-htmlDecode) method for decoding HTML entities.
+* [#11225](http://dev.ckeditor.com/ticket/11225): Introduced the [`CKEDITOR.tools.transparentImageData`](http://docs.ckeditor.com/#!/api/CKEDITOR.tools-property-transparentImageData) property which contains transparent image data to be used in CSS or as image source.
+
+Other Changes:
+
+* [#11377](http://dev.ckeditor.com/ticket/11377): Unified internal representation of empty anchors using the [fake objects](http://ckeditor.com/addon/fakeobjects).
+* [#11422](http://dev.ckeditor.com/ticket/11422): Removed Firefox 3.x, Internet Explorer 6 and Opera 12.x leftovers in code.
+* [#5217](http://dev.ckeditor.com/ticket/5217): Setting data (including switching between modes) creates a new undo snapshot. Besides that:
+ * Introduced the [`editable.status`](http://docs.ckeditor.com/#!/api/CKEDITOR.editable-property-status) property.
+ * Introduced a new `forceUpdate` option for the [`editor.lockSnapshot`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-event-lockSnapshot) event.
+ * Fixed: Selection not being unlocked in inline editor after setting data ([#11500](http://dev.ckeditor.com/ticket/11500)).
+* The [WebSpellChecker](http://ckeditor.com/addon/wsc) plugin was updated to the latest version.
+
+Fixed Issues:
+
+* [#10190](http://dev.ckeditor.com/ticket/10190): Fixed: Removing block style with [`editor.removeStyle()`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-method-removeStyle) should result in a paragraph and not a div.
+* [#11727](http://dev.ckeditor.com/ticket/11727): Fixed: The editor tries to select a non-editable image which was clicked.
+
+## CKEditor 4.3.5
+
+New Features:
+
+* Added new translation: Tatar.
+
+Fixed Issues:
+
+* [#11677](http://dev.ckeditor.com/ticket/11677): Fixed: Undo/Redo keystrokes are blocked in the source mode.
+* [#11717](http://dev.ckeditor.com/ticket/11717): [Document Properties](http://ckeditor.com/addon/docprops) plugin requires the [Color Dialog](http://ckeditor.com/addon/colordialog) plugin to work.
+
+## CKEditor 4.3.4
+
+Fixed Issues:
+
+* [#11597](http://dev.ckeditor.com/ticket/11597): [IE11] Fixed: Error thrown when trying to open the [preview](http://ckeditor.com/addon/preview) using the keyboard.
+* [#11544](http://dev.ckeditor.com/ticket/11544): [Placeholders](http://ckeditor.com/addon/placeholder) will no longer be upcasted in parents not accepting `` elements.
+* [#8663](http://dev.ckeditor.com/ticket/8663): Fixed [`element.renameNode()`](http://docs.ckeditor.com/#!/api/CKEDITOR.dom.element-method-renameNode) not clearing the [`element.getName()`](http://docs.ckeditor.com/#!/api/CKEDITOR.dom.element-method-getName) cache.
+* [#11574](http://dev.ckeditor.com/ticket/11574): Fixed: *Backspace* destroying the DOM structure if an inline editable is placed in a list item.
+* [#11603](http://dev.ckeditor.com/ticket/11603): Fixed: [Table Resize](http://ckeditor.com/addon/tableresize) attaches to tables outside the editable.
+* [#9205](http://dev.ckeditor.com/ticket/9205), [#7805](http://dev.ckeditor.com/ticket/7805), [#8216](http://dev.ckeditor.com/ticket/8216): Fixed: `{cke_protected_1}` appearing in data in various cases where HTML comments are placed next to `"` or `'`.
+* [#11635](http://dev.ckeditor.com/ticket/11635): Fixed: Some attributes are not protected before the content is passed through the fix bin.
+* [#11660](http://dev.ckeditor.com/ticket/11660): [IE] Fixed: Table content is lost when some extra markup is inside the table.
+* [#11641](http://dev.ckeditor.com/ticket/11641): Fixed: Switching between modes in the classic editor removes content styles for the inline editor.
+* [#11568](http://dev.ckeditor.com/ticket/11568): Fixed: [Styles](http://ckeditor.com/addon/stylescombo) drop-down list is not enabled on selection change.
+
+## CKEditor 4.3.3
+
+Fixed Issues:
+
+* [#11500](http://dev.ckeditor.com/ticket/11500): [Webkit/Blink] Fixed: Selection lost when setting data in another inline editor. Additionally, [`selection.removeAllRanges()`](http://docs.ckeditor.com/#!/api/CKEDITOR.dom.selection-method-removeAllRanges) is now scoped to selection's [root](http://docs.ckeditor.com/#!/api/CKEDITOR.dom.selection-property-root).
+* [#11104](http://dev.ckeditor.com/ticket/11104): [IE] Fixed: Various issues with scrolling and selection when focusing widgets.
+* [#11487](http://dev.ckeditor.com/ticket/11487): Moving mouse over the [Enhanced Image](http://ckeditor.com/addon/image2) widget will no longer change the value returned by the [`editor.checkDirty()`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-method-checkDirty) method.
+* [#8673](http://dev.ckeditor.com/ticket/8673): [WebKit] Fixed: Cannot select and remove the [Page Break](http://ckeditor.com/addon/pagebreak).
+* [#11413](http://dev.ckeditor.com/ticket/11413): Fixed: Incorrect [`editor.execCommand()`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-method-execCommand) behavior.
+* [#11438](http://dev.ckeditor.com/ticket/11438): Splitting table cells vertically is no longer changing table structure.
+* [#8899](http://dev.ckeditor.com/ticket/8899): Fixed: Links in the [About CKEditor](http://ckeditor.com/addon/about) dialog window now open in a new browser window or tab.
+* [#11490](http://dev.ckeditor.com/ticket/11490): Fixed: [Menu button](http://ckeditor.com/addon/menubutton) panel not showing in the source mode.
+* [#11417](http://dev.ckeditor.com/ticket/11417): The [`widget.doubleclick`](http://docs.ckeditor.com/#!/api/CKEDITOR.plugins.widget-event-doubleclick) event is not canceled anymore after editing was triggered.
+* [#11253](http://dev.ckeditor.com/ticket/11253): [IE] Fixed: Clipped upload button in the [Enhanced Image](http://ckeditor.com/addon/image2) dialog window.
+* [#11359](http://dev.ckeditor.com/ticket/11359): Standardized the way anchors are discovered by the [Link](http://ckeditor.com/addon/link) plugin.
+* [#11058](http://dev.ckeditor.com/ticket/11058): [IE8] Fixed: Error when deleting a table row.
+* [#11508](http://dev.ckeditor.com/ticket/11508): Fixed: [`htmlDataProcessor`](http://docs.ckeditor.com/#!/api/CKEDITOR.htmlDataProcessor) discovering protected attributes within other attributes' values.
+* [#11533](http://dev.ckeditor.com/ticket/11533): Widgets: Avoid recurring upcasts if the DOM structure was modified during an upcast.
+* [#11400](http://dev.ckeditor.com/ticket/11400): Fixed: The [`domObject.removeAllListeners()`](http://docs.ckeditor.com/#!/api/CKEDITOR.dom.domObject-method-removeAllListeners) method does not remove custom listeners completely.
+* [#11493](http://dev.ckeditor.com/ticket/11493): Fixed: The [`selection.getRanges()`](http://docs.ckeditor.com/#!/api/CKEDITOR.dom.selection-method-getRanges) method does not override cached ranges when used with the `onlyEditables` argument.
+* [#11390](http://dev.ckeditor.com/ticket/11390): [IE] All [XML](http://ckeditor.com/addon/xml) plugin [methods](http://docs.ckeditor.com/#!/api/CKEDITOR.xml) now work in IE10+.
+* [#11542](http://dev.ckeditor.com/ticket/11542): [IE11] Fixed: Blurry toolbar icons when Right-to-Left UI language is set.
+* [#11504](http://dev.ckeditor.com/ticket/11504): Fixed: When [`config.fullPage`](http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-fullPage) is set to `true`, entities are not encoded in editor output.
+* [#11004](http://dev.ckeditor.com/ticket/11004): Integrated [Enhanced Image](http://ckeditor.com/addon/image2) dialog window with [Advanced Content Filter](http://docs.ckeditor.com/#!/guide/dev_advanced_content_filter).
+* [#11439](http://dev.ckeditor.com/ticket/11439): Fixed: Properties get cloned in the Cell Properties dialog window if multiple cells are selected.
+
+## CKEditor 4.3.2
+
+Fixed Issues:
+
+* [#11331](http://dev.ckeditor.com/ticket/11331): A menu button will have a changed label when selected instead of using the `aria-pressed` attribute.
+* [#11177](http://dev.ckeditor.com/ticket/11177): Widget drag handler improvements:
+ * [#11176](http://dev.ckeditor.com/ticket/11176): Fixed: Initial position is not updated when the widget data object is empty.
+ * [#11001](http://dev.ckeditor.com/ticket/11001): Fixed: Multiple synchronous layout recalculations are caused by initial drag handler positioning causing performance issues.
+ * [#11161](http://dev.ckeditor.com/ticket/11161): Fixed: Drag handler is not repositioned in various situations.
+ * [#11281](http://dev.ckeditor.com/ticket/11281): Fixed: Drag handler and mask are duplicated after widget reinitialization.
+* [#11207](http://dev.ckeditor.com/ticket/11207): [Firefox] Fixed: Misplaced [Enhanced Image](http://ckeditor.com/addon/image2) resizer in the inline editor.
+* [#11102](http://dev.ckeditor.com/ticket/11102): `CKEDITOR.template` improvements:
+ * [#11102](http://dev.ckeditor.com/ticket/11102): Added newline character support.
+ * [#11216](http://dev.ckeditor.com/ticket/11216): Added "\\'" substring support.
+* [#11121](http://dev.ckeditor.com/ticket/11121): [Firefox] Fixed: High Contrast mode is enabled when the editor is loaded in a hidden iframe.
+* [#11350](http://dev.ckeditor.com/ticket/11350): The default value of [`config.contentsCss`](http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-contentsCss) is affected by [`CKEDITOR.getUrl()`](http://docs.ckeditor.com/#!/api/CKEDITOR-method-getUrl).
+* [#11097](http://dev.ckeditor.com/ticket/11097): Improved the [Autogrow](http://ckeditor.com/addon/autogrow) plugin performance when dealing with very big tables.
+* [#11290](http://dev.ckeditor.com/ticket/11290): Removed redundant code in the [Source Dialog](http://ckeditor.com/addon/sourcedialog) plugin.
+* [#11133](http://dev.ckeditor.com/ticket/11133): [Page Break](http://ckeditor.com/addon/pagebreak) becomes editable if pasted.
+* [#11126](http://dev.ckeditor.com/ticket/11126): Fixed: Native Undo executed once the bottom of the snapshot stack is reached.
+* [#11131](http://dev.ckeditor.com/ticket/11131): [Div Editing Area](http://ckeditor.com/addon/divarea): Fixed: Error thrown when switching to source mode if the selection was in widget's nested editable.
+* [#11139](http://dev.ckeditor.com/ticket/11139): [Div Editing Area](http://ckeditor.com/addon/divarea): Fixed: Elements Path is not cleared after switching to source mode.
+* [#10778](http://dev.ckeditor.com/ticket/10778): Fixed a bug with range enlargement. The range no longer expands to visible whitespace.
+* [#11146](http://dev.ckeditor.com/ticket/11146): [IE] Fixed: Preview window switches Internet Explorer to Quirks Mode.
+* [#10762](http://dev.ckeditor.com/ticket/10762): [IE] Fixed: JavaScript code displayed in preview window's URL bar.
+* [#11186](http://dev.ckeditor.com/ticket/11186): Introduced the [`widgets.repository.addUpcastCallback()`](http://docs.ckeditor.com/#!/api/CKEDITOR.plugins.widget.repository-method-addUpcastCallback) method that allows to block upcasting given element to a widget.
+* [#11307](http://dev.ckeditor.com/ticket/11307): Fixed: Paste as Plain Text conflict with the [MooTools](http://mootools.net) library.
+* [#11140](http://dev.ckeditor.com/ticket/11140): [IE11] Fixed: Anchors are not draggable.
+* [#11379](http://dev.ckeditor.com/ticket/11379): Changed default contents `line-height` to unitless values to avoid huge text overlapping (like in [#9696](http://dev.ckeditor.com/ticket/9696)).
+* [#10787](http://dev.ckeditor.com/ticket/10787): [Firefox] Fixed: Broken replacement of text while pasting into `div`-based editor.
+* [#10884](http://dev.ckeditor.com/ticket/10884): Widgets integration with the [Show Blocks](http://ckeditor.com/addon/showblocks) plugin.
+* [#11021](http://dev.ckeditor.com/ticket/11021): Fixed: An error thrown when selecting entire editable contents while fake selection is on.
+* [#11086](http://dev.ckeditor.com/ticket/11086): [IE8] Re-enable inline widgets drag&drop in Internet Explorer 8.
+* [#11372](http://dev.ckeditor.com/ticket/11372): Widgets: Special characters encoded twice in nested editables.
+* [#10068](http://dev.ckeditor.com/ticket/10068): Fixed: Support for protocol-relative URLs.
+* [#11283](http://dev.ckeditor.com/ticket/11283): [Enhanced Image](http://ckeditor.com/addon/image2): A `
` element with `text-align: center` and an image inside is not recognised correctly.
+* [#11196](http://dev.ckeditor.com/ticket/11196): [Accessibility Instructions](http://ckeditor.com/addon/a11yhelp): Allowed additional keyboard button labels to be translated in the dialog window.
+
+## CKEditor 4.3.1
+
+**Important Notes:**
+
+* To match the naming convention, the `language` button is now `Language` ([#11201](http://dev.ckeditor.com/ticket/11201)).
+* [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)).
+
+Fixed Issues:
+
+* [#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.
+* [#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.
+* [#11085](http://dev.ckeditor.com/ticket/11085): [IE8] Replaced preview generated by the [Mathematical Formulas](http://ckeditor.com/addon/mathjax) widget with a placeholder.
+* [#11044](http://dev.ckeditor.com/ticket/11044): Enhanced WAI-ARIA support for the [Language](http://ckeditor.com/addon/language) plugin drop-down menu.
+* [#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.
+* [#11165](http://dev.ckeditor.com/ticket/11165): Fixed: The [File Browser](http://ckeditor.com/addon/filebrowser) plugin cannot be removed from the editor.
+* [#11159](http://dev.ckeditor.com/ticket/11159): [IE9-10] [Enhanced Image](http://ckeditor.com/addon/image2): Fixed buggy discovery of image dimensions.
+* [#11101](http://dev.ckeditor.com/ticket/11101): Drop-down lists no longer break when given double quotes.
+* [#11077](http://dev.ckeditor.com/ticket/11077): [Enhanced Image](http://ckeditor.com/addon/image2): Empty undo step recorded when resizing the image.
+* [#10853](http://dev.ckeditor.com/ticket/10853): [Enhanced Image](http://ckeditor.com/addon/image2): Widget has paragraph wrapper when de-captioning unaligned image.
+* [#11198](http://dev.ckeditor.com/ticket/11198): Widgets: Drag handler is not fully visible when an inline widget is in a heading.
+* [#11132](http://dev.ckeditor.com/ticket/11132): [Firefox] Fixed: Caret is lost after drag and drop of an inline widget.
+* [#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.
+* [#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.
+* [#11202](http://dev.ckeditor.com/ticket/11202): Fixed: No newline in [BBCode](http://ckeditor.com/addon/bbcode) mode.
+* [#10890](http://dev.ckeditor.com/ticket/10890): Fixed: Error thrown when pressing the *Delete* key in a list item.
+* [#10055](http://dev.ckeditor.com/ticket/10055): [IE8-10] Fixed: *Delete* pressed on a selected image causes the browser to go back.
+* [#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.
+* [#11042](http://dev.ckeditor.com/ticket/11042): Fixed: Selection made on an element containing a non-editable element was not auto faked.
+* [#11125](http://dev.ckeditor.com/ticket/11125): Fixed: Keyboard navigation through menu and drop-down items will now cycle.
+* [#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.
+* [#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.
+* [#11237](http://dev.ckeditor.com/ticket/11237): Fixed: Table border attribute value is deleted when pasting content from Microsoft Word.
+* [#11250](http://dev.ckeditor.com/ticket/11250): Fixed: HTML entities inside the `
+ This sample shows how tab key navigation among editor instances is
+ affected by the tabIndex attribute from
+ the original page element. Use TAB key to move between the editors.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
*/ include "assets/posteddata.php"; ?>
diff --git a/plugins/ckeditor_content/public/javascripts/ckeditor/samples/tabindex.html b/plugins/ckeditor_content/public/javascripts/ckeditor/samples/tabindex.html
new file mode 100644
index 0000000..8952166
--- /dev/null
+++ b/plugins/ckeditor_content/public/javascripts/ckeditor/samples/tabindex.html
@@ -0,0 +1,75 @@
+
+
+
+