rich 0.0.6 → 0.0.7
Sign up to get free protection for your applications and to get access to all the features.
- data/README.rdoc +13 -10
- data/app/assets/images/rich/loading.png +0 -0
- data/app/assets/javascripts/rich/application.js +3 -109
- data/app/assets/javascripts/rich/base.js +3 -81
- data/app/assets/javascripts/rich/browser/extensions.js +15 -0
- data/app/assets/javascripts/rich/browser/filebrowser.js +147 -0
- data/app/assets/javascripts/rich/{uploader.js → browser/uploader.js} +0 -1
- data/app/assets/javascripts/rich/{ckeditor_path.js → editor/ckeditor_path.js} +0 -0
- data/app/assets/javascripts/rich/editor/rich_editor.js +52 -0
- data/app/assets/javascripts/rich/editor/rich_finder.js +34 -0
- data/app/assets/stylesheets/rich/application.css.scss +11 -4
- data/app/controllers/rich/files_controller.rb +2 -14
- data/app/inputs/rich_asset_input.rb +2 -5
- data/app/inputs/rich_input.rb +11 -17
- data/app/models/rich/rich_image.rb +1 -1
- data/app/views/layouts/rich/application.html.erb +1 -1
- data/app/views/rails_admin/main/_form_rich_text.html.haml +1 -1
- data/app/views/rich/files/_image.html.erb +3 -2
- data/app/views/rich/files/index.html.erb +7 -11
- data/app/views/rich/files/index.js.erb +1 -1
- data/lib/generators/rich/install/templates/rich.rb.erb +9 -1
- data/lib/rich/integrations/legacy_formtastic.rb +21 -0
- data/lib/rich/integrations/rails_admin_editor.rb +20 -0
- data/lib/rich/version.rb +1 -1
- data/lib/rich.rb +34 -11
- data/lib/tasks/rich_tasks.rake +10 -0
- data/test/dummy/app/views/posts/_formtastic_form.html.erb +1 -1
- data/test/dummy/config/initializers/rich.rb +1 -1
- data/test/dummy/db/development.sqlite3 +0 -0
- data/test/dummy/log/development.log +21156 -0
- data/test/dummy/log/production.log +1584 -0
- data/test/dummy/public/assets/active_admin/admin_notes_icon-44f1e8c6c964121ed2a81ec46cab4e8f.png +0 -0
- data/test/dummy/public/assets/active_admin/admin_notes_icon.png +0 -0
- data/test/dummy/public/assets/active_admin/datepicker/datepicker-header-bg-82379b1692ff58021cbb72b7a47398f4.png +0 -0
- data/test/dummy/public/assets/active_admin/datepicker/datepicker-header-bg.png +0 -0
- data/test/dummy/public/assets/active_admin/datepicker/datepicker-input-icon-8bc559f420278746aadc71a39ee2dcba.png +0 -0
- data/test/dummy/public/assets/active_admin/datepicker/datepicker-input-icon.png +0 -0
- data/test/dummy/public/assets/active_admin/datepicker/datepicker-next-link-icon-244c553aa4397b8bd71fb7b9c6f2c038.png +0 -0
- data/test/dummy/public/assets/active_admin/datepicker/datepicker-next-link-icon.png +0 -0
- data/test/dummy/public/assets/active_admin/datepicker/datepicker-nipple-b2d462853233e269d07924e121373ed6.png +0 -0
- data/test/dummy/public/assets/active_admin/datepicker/datepicker-nipple.png +0 -0
- data/test/dummy/public/assets/active_admin/datepicker/datepicker-prev-link-icon-c7350481017d5d77579c21937470ab25.png +0 -0
- data/test/dummy/public/assets/active_admin/datepicker/datepicker-prev-link-icon.png +0 -0
- data/test/dummy/public/assets/active_admin/loading-d608b5c4f1285d851932fb16404f2ef9.gif +0 -0
- data/test/dummy/public/assets/active_admin/loading.gif +0 -0
- data/test/dummy/public/assets/active_admin/nested_menu_arrow-843da9bdc70bc1b886dcb77568b56c17.gif +0 -0
- data/test/dummy/public/assets/active_admin/nested_menu_arrow.gif +0 -0
- data/test/dummy/public/assets/active_admin/nested_menu_arrow_dark-639ddf23c1337911ccba7cc755edce38.gif +0 -0
- data/test/dummy/public/assets/active_admin/nested_menu_arrow_dark.gif +0 -0
- data/test/dummy/public/assets/active_admin/orderable-91583e6f60064e4b86801f12b7d52bc8.png +0 -0
- data/test/dummy/public/assets/active_admin/orderable.png +0 -0
- data/test/dummy/public/assets/active_admin-7c22dd5d091d5986bb317d01578d770b.css +1 -0
- data/test/dummy/public/assets/active_admin-7c22dd5d091d5986bb317d01578d770b.css.gz +0 -0
- data/test/dummy/public/assets/active_admin-cab6278178c392e12a96772baa6f75d3.js +30 -0
- data/test/dummy/public/assets/active_admin-cab6278178c392e12a96772baa6f75d3.js.gz +0 -0
- data/test/dummy/public/assets/active_admin.css +1 -0
- data/test/dummy/public/assets/active_admin.css.gz +0 -0
- data/test/dummy/public/assets/active_admin.js +30 -0
- data/test/dummy/public/assets/active_admin.js.gz +0 -0
- data/test/dummy/public/assets/application-1807d8e7d63797f1ada2239ca9cf7c3b.css +1 -0
- data/test/dummy/public/assets/application-1807d8e7d63797f1ada2239ca9cf7c3b.css.gz +0 -0
- data/test/dummy/public/assets/application-a08973695228f879d618b212de14ccd7.js +29 -0
- data/test/dummy/public/assets/application-a08973695228f879d618b212de14ccd7.js.gz +0 -0
- data/test/dummy/public/assets/application.css +1 -0
- data/test/dummy/public/assets/application.css.gz +0 -0
- data/test/dummy/public/assets/application.js +29 -0
- data/test/dummy/public/assets/application.js.gz +0 -0
- data/test/dummy/public/assets/ckeditor/CHANGES-f20e8a82d502c4c177f9f36630336b41.html +1433 -0
- data/test/dummy/public/assets/ckeditor/CHANGES.html +1433 -0
- data/test/dummy/public/assets/ckeditor/INSTALL-2ffbef3279a59c4316cf813597a2c508.html +92 -0
- data/test/dummy/public/assets/ckeditor/INSTALL.html +92 -0
- data/test/dummy/public/assets/ckeditor/LICENSE-2b4f1fb3d6f70cd4d5213c7bab7ee998.html +1327 -0
- data/test/dummy/public/assets/ckeditor/LICENSE.html +1327 -0
- data/test/dummy/public/assets/ckeditor/_samples/adobeair/application-5bc1ca37c86572044599f9e6308f2710.xml +32 -0
- data/test/dummy/public/assets/ckeditor/_samples/adobeair/application.xml +32 -0
- data/test/dummy/public/assets/ckeditor/_samples/adobeair/run-31c16b1eec8b8f4789dd418d8ccc6c06.sh +8 -0
- data/test/dummy/public/assets/ckeditor/_samples/adobeair/run-94e108d6e09ab93ee31e7878a770a3db.bat +9 -0
- data/test/dummy/public/assets/ckeditor/_samples/adobeair/run.bat +9 -0
- data/test/dummy/public/assets/ckeditor/_samples/adobeair/run.sh +8 -0
- data/test/dummy/public/assets/ckeditor/_samples/adobeair/sample-94ee1edb7dfb307dd415eb1315df1be5.html +45 -0
- data/test/dummy/public/assets/ckeditor/_samples/adobeair/sample.html +45 -0
- data/test/dummy/public/assets/ckeditor/_samples/ajax-bafebba9e9dc0a61d2d4a5e924d8a70c.html +98 -0
- data/test/dummy/public/assets/ckeditor/_samples/ajax.html +98 -0
- data/test/dummy/public/assets/ckeditor/_samples/api-057535aabdb4860995cb08e1a535ef60.html +192 -0
- data/test/dummy/public/assets/ckeditor/_samples/api.html +192 -0
- data/test/dummy/public/assets/ckeditor/_samples/api_dialog/my_dialog.js +28 -0
- data/test/dummy/public/assets/ckeditor/_samples/api_dialog-b32277b735d50842cceec8c3ff10e134.html +198 -0
- data/test/dummy/public/assets/ckeditor/_samples/api_dialog.html +198 -0
- data/test/dummy/public/assets/ckeditor/_samples/asp/advanced-54ff50b3650043f062f720f8a65b6afd.asp +105 -0
- data/test/dummy/public/assets/ckeditor/_samples/asp/advanced.asp +105 -0
- data/test/dummy/public/assets/ckeditor/_samples/asp/events-c68d53123518d87149d8f562b21cf494.asp +136 -0
- data/test/dummy/public/assets/ckeditor/_samples/asp/events.asp +136 -0
- data/test/dummy/public/assets/ckeditor/_samples/asp/index-68ba3a172db03205bef8cbee8641e78d.html +103 -0
- data/test/dummy/public/assets/ckeditor/_samples/asp/index.html +103 -0
- data/test/dummy/public/assets/ckeditor/_samples/asp/replace-1f7af5a8bb29d30663445b22be5a628e.asp +72 -0
- data/test/dummy/public/assets/ckeditor/_samples/asp/replace.asp +72 -0
- data/test/dummy/public/assets/ckeditor/_samples/asp/replaceall-01e192b1664cc24f07fbe25d57f41612.asp +77 -0
- data/test/dummy/public/assets/ckeditor/_samples/asp/replaceall.asp +77 -0
- data/test/dummy/public/assets/ckeditor/_samples/asp/sample_posteddata-ce7311b1afdd32525d1eac9f717c7ae2.asp +46 -0
- data/test/dummy/public/assets/ckeditor/_samples/asp/sample_posteddata.asp +46 -0
- data/test/dummy/public/assets/ckeditor/_samples/asp/standalone-49dbef1fd77f8041dad9561c056a2155.asp +72 -0
- data/test/dummy/public/assets/ckeditor/_samples/asp/standalone.asp +72 -0
- data/test/dummy/public/assets/ckeditor/_samples/assets/_posteddata-1d3aef6c999e042b6f7d313a9ac0f609.php +59 -0
- data/test/dummy/public/assets/ckeditor/_samples/assets/_posteddata.php +59 -0
- data/test/dummy/public/assets/ckeditor/_samples/assets/output_for_flash-0e1abfc75b16edc78c33987ba1380070.swf +0 -0
- data/test/dummy/public/assets/ckeditor/_samples/assets/output_for_flash-1066afe33f62b4aa2d82bcb81f486043.fla +0 -0
- data/test/dummy/public/assets/ckeditor/_samples/assets/output_for_flash.fla +0 -0
- data/test/dummy/public/assets/ckeditor/_samples/assets/output_for_flash.swf +0 -0
- data/test/dummy/public/assets/ckeditor/_samples/assets/output_xhtml.css +204 -0
- data/test/dummy/public/assets/ckeditor/_samples/assets/parsesample.css +70 -0
- data/test/dummy/public/assets/ckeditor/_samples/assets/swfobject.js +18 -0
- data/test/dummy/public/assets/ckeditor/_samples/autogrow-d75f5b15f788f42dbc9741db3776d69a.html +108 -0
- data/test/dummy/public/assets/ckeditor/_samples/autogrow.html +108 -0
- data/test/dummy/public/assets/ckeditor/_samples/bbcode-0f74d8e224f5266d89593ec30d11b36b.html +125 -0
- data/test/dummy/public/assets/ckeditor/_samples/bbcode.html +125 -0
- data/test/dummy/public/assets/ckeditor/_samples/devtools-f3809d9f736e4c808a3d719a92e25cf3.html +94 -0
- data/test/dummy/public/assets/ckeditor/_samples/devtools.html +94 -0
- data/test/dummy/public/assets/ckeditor/_samples/divreplace-d465028dd7a709153254e7fdd64a5168.html +154 -0
- data/test/dummy/public/assets/ckeditor/_samples/divreplace.html +154 -0
- data/test/dummy/public/assets/ckeditor/_samples/enterkey-57de47d08ee98aa394821181d6db2cbd.html +115 -0
- data/test/dummy/public/assets/ckeditor/_samples/enterkey.html +115 -0
- data/test/dummy/public/assets/ckeditor/_samples/fullpage-57a20d50b0a5a8747f335dec7300e9a0.html +82 -0
- data/test/dummy/public/assets/ckeditor/_samples/fullpage.html +82 -0
- data/test/dummy/public/assets/ckeditor/_samples/index-5cf9715eb1983edee5d3da2da6d3a2b0.html +116 -0
- data/test/dummy/public/assets/ckeditor/_samples/index.html +116 -0
- data/test/dummy/public/assets/ckeditor/_samples/jqueryadapter-6baf7fff5cc78b08e345459b31f2edeb.html +99 -0
- data/test/dummy/public/assets/ckeditor/_samples/jqueryadapter.html +99 -0
- data/test/dummy/public/assets/ckeditor/_samples/output_for_flash-659e402a614b6bcdf89d137fcacaa7c2.html +275 -0
- data/test/dummy/public/assets/ckeditor/_samples/output_for_flash.html +275 -0
- data/test/dummy/public/assets/ckeditor/_samples/output_html-ae26aa60262a0b170e27ed43165467e4.html +285 -0
- data/test/dummy/public/assets/ckeditor/_samples/output_html.html +285 -0
- data/test/dummy/public/assets/ckeditor/_samples/output_xhtml-2dd3dce4c43dcd7e4aa7ddd8943b374b.html +177 -0
- data/test/dummy/public/assets/ckeditor/_samples/output_xhtml.html +177 -0
- data/test/dummy/public/assets/ckeditor/_samples/php/advanced-e5323a928a4d1c2883156610f3e0a38e.php +120 -0
- data/test/dummy/public/assets/ckeditor/_samples/php/advanced.php +120 -0
- data/test/dummy/public/assets/ckeditor/_samples/php/events-5286b70c33caae79a7be1a52a5e9245d.php +153 -0
- data/test/dummy/public/assets/ckeditor/_samples/php/events.php +153 -0
- data/test/dummy/public/assets/ckeditor/_samples/php/index-946329b00cf358518f2d685586b82e97.html +47 -0
- data/test/dummy/public/assets/ckeditor/_samples/php/index.html +47 -0
- data/test/dummy/public/assets/ckeditor/_samples/php/replace-ae0be7dbef2f0229baa7d4b56cf5eeea.php +87 -0
- data/test/dummy/public/assets/ckeditor/_samples/php/replace.php +87 -0
- data/test/dummy/public/assets/ckeditor/_samples/php/replaceall-2278779ada3171438515d024ed1f7d86.php +88 -0
- data/test/dummy/public/assets/ckeditor/_samples/php/replaceall.php +88 -0
- data/test/dummy/public/assets/ckeditor/_samples/php/standalone-964b35efc041bdf618d27fcd632ab5ad.php +83 -0
- data/test/dummy/public/assets/ckeditor/_samples/php/standalone.php +83 -0
- data/test/dummy/public/assets/ckeditor/_samples/placeholder-117048862dab5cea78c207cce4bc79b2.html +81 -0
- data/test/dummy/public/assets/ckeditor/_samples/placeholder.html +81 -0
- data/test/dummy/public/assets/ckeditor/_samples/readonly-34a58f31885ae6e59af2af51cb232433.html +91 -0
- data/test/dummy/public/assets/ckeditor/_samples/readonly.html +91 -0
- data/test/dummy/public/assets/ckeditor/_samples/replacebyclass-2c0dca58346a180aabf46284ca2b3b26.html +64 -0
- data/test/dummy/public/assets/ckeditor/_samples/replacebyclass.html +64 -0
- data/test/dummy/public/assets/ckeditor/_samples/replacebycode-87179bec3dfddf48b08ab7d6ddb6e8b0.html +97 -0
- data/test/dummy/public/assets/ckeditor/_samples/replacebycode.html +97 -0
- data/test/dummy/public/assets/ckeditor/_samples/sample.css +163 -0
- data/test/dummy/public/assets/ckeditor/_samples/sample.js +65 -0
- data/test/dummy/public/assets/ckeditor/_samples/sample_posteddata-51b7712d6c70ff6dca17de03a4b2d3d1.php +21 -0
- data/test/dummy/public/assets/ckeditor/_samples/sample_posteddata.php +21 -0
- data/test/dummy/public/assets/ckeditor/_samples/sharedspaces-4bb176a12b4fa9a0f8dafaa8d8580ec7.html +153 -0
- data/test/dummy/public/assets/ckeditor/_samples/sharedspaces.html +153 -0
- data/test/dummy/public/assets/ckeditor/_samples/skins-c45f1281cd26ea856954c9e28f5de0de.html +110 -0
- data/test/dummy/public/assets/ckeditor/_samples/skins.html +110 -0
- data/test/dummy/public/assets/ckeditor/_samples/stylesheetparser-64a03394b2a15563465e36ff37207acf.html +93 -0
- data/test/dummy/public/assets/ckeditor/_samples/stylesheetparser.html +93 -0
- data/test/dummy/public/assets/ckeditor/_samples/tableresize-64c60ccc44d2e031d3f7ea15898da27a.html +115 -0
- data/test/dummy/public/assets/ckeditor/_samples/tableresize.html +115 -0
- data/test/dummy/public/assets/ckeditor/_samples/ui_color-d8839219a2553c5cd7160488bb1a44ad.html +129 -0
- data/test/dummy/public/assets/ckeditor/_samples/ui_color.html +129 -0
- data/test/dummy/public/assets/ckeditor/_samples/ui_languages-78f32c64667385393fd630d8998f67e2.html +134 -0
- data/test/dummy/public/assets/ckeditor/_samples/ui_languages.html +134 -0
- data/test/dummy/public/assets/ckeditor/_source/adapters/jquery.js +306 -0
- data/test/dummy/public/assets/ckeditor/_source/core/_bootstrap.js +87 -0
- data/test/dummy/public/assets/ckeditor/_source/core/ckeditor.js +141 -0
- data/test/dummy/public/assets/ckeditor/_source/core/ckeditor_base.js +227 -0
- data/test/dummy/public/assets/ckeditor/_source/core/ckeditor_basic.js +238 -0
- data/test/dummy/public/assets/ckeditor/_source/core/command.js +209 -0
- data/test/dummy/public/assets/ckeditor/_source/core/commanddefinition.js +129 -0
- data/test/dummy/public/assets/ckeditor/_source/core/config.js +439 -0
- data/test/dummy/public/assets/ckeditor/_source/core/dataprocessor.js +65 -0
- data/test/dummy/public/assets/ckeditor/_source/core/dom/comment.js +32 -0
- data/test/dummy/public/assets/ckeditor/_source/core/dom/document.js +251 -0
- data/test/dummy/public/assets/ckeditor/_source/core/dom/documentfragment.js +49 -0
- data/test/dummy/public/assets/ckeditor/_source/core/dom/domobject.js +258 -0
- data/test/dummy/public/assets/ckeditor/_source/core/dom/element.js +1691 -0
- data/test/dummy/public/assets/ckeditor/_source/core/dom/elementpath.js +119 -0
- data/test/dummy/public/assets/ckeditor/_source/core/dom/event.js +145 -0
- data/test/dummy/public/assets/ckeditor/_source/core/dom/node.js +696 -0
- data/test/dummy/public/assets/ckeditor/_source/core/dom/nodelist.js +26 -0
- data/test/dummy/public/assets/ckeditor/_source/core/dom/range.js +2054 -0
- data/test/dummy/public/assets/ckeditor/_source/core/dom/rangelist.js +213 -0
- data/test/dummy/public/assets/ckeditor/_source/core/dom/text.js +128 -0
- data/test/dummy/public/assets/ckeditor/_source/core/dom/walker.js +462 -0
- data/test/dummy/public/assets/ckeditor/_source/core/dom/window.js +96 -0
- data/test/dummy/public/assets/ckeditor/_source/core/dom.js +20 -0
- data/test/dummy/public/assets/ckeditor/_source/core/dtd.js +266 -0
- data/test/dummy/public/assets/ckeditor/_source/core/editor.js +1059 -0
- data/test/dummy/public/assets/ckeditor/_source/core/editor_basic.js +186 -0
- data/test/dummy/public/assets/ckeditor/_source/core/env.js +305 -0
- data/test/dummy/public/assets/ckeditor/_source/core/event.js +342 -0
- data/test/dummy/public/assets/ckeditor/_source/core/eventInfo.js +120 -0
- data/test/dummy/public/assets/ckeditor/_source/core/focusmanager.js +152 -0
- data/test/dummy/public/assets/ckeditor/_source/core/htmlparser/basicwriter.js +145 -0
- data/test/dummy/public/assets/ckeditor/_source/core/htmlparser/cdata.js +43 -0
- data/test/dummy/public/assets/ckeditor/_source/core/htmlparser/comment.js +60 -0
- data/test/dummy/public/assets/ckeditor/_source/core/htmlparser/element.js +308 -0
- data/test/dummy/public/assets/ckeditor/_source/core/htmlparser/filter.js +288 -0
- data/test/dummy/public/assets/ckeditor/_source/core/htmlparser/fragment.js +518 -0
- data/test/dummy/public/assets/ckeditor/_source/core/htmlparser/text.js +53 -0
- data/test/dummy/public/assets/ckeditor/_source/core/htmlparser.js +224 -0
- data/test/dummy/public/assets/ckeditor/_source/core/lang.js +157 -0
- data/test/dummy/public/assets/ckeditor/_source/core/loader.js +240 -0
- data/test/dummy/public/assets/ckeditor/_source/core/plugindefinition.js +83 -0
- data/test/dummy/public/assets/ckeditor/_source/core/plugins.js +103 -0
- data/test/dummy/public/assets/ckeditor/_source/core/resourcemanager.js +238 -0
- data/test/dummy/public/assets/ckeditor/_source/core/scriptloader.js +180 -0
- data/test/dummy/public/assets/ckeditor/_source/core/skins.js +184 -0
- data/test/dummy/public/assets/ckeditor/_source/core/themes.js +19 -0
- data/test/dummy/public/assets/ckeditor/_source/core/tools.js +763 -0
- data/test/dummy/public/assets/ckeditor/_source/core/ui.js +128 -0
- data/test/dummy/public/assets/ckeditor/_source/lang/_languages.js +84 -0
- data/test/dummy/public/assets/ckeditor/_source/lang/_translationstatus-d4de76b18adf6359149559be9138847a.txt +61 -0
- data/test/dummy/public/assets/ckeditor/_source/lang/_translationstatus.txt +61 -0
- data/test/dummy/public/assets/ckeditor/_source/lang/af.js +815 -0
- data/test/dummy/public/assets/ckeditor/_source/lang/ar.js +815 -0
- data/test/dummy/public/assets/ckeditor/_source/lang/bg.js +815 -0
- data/test/dummy/public/assets/ckeditor/_source/lang/bn.js +815 -0
- data/test/dummy/public/assets/ckeditor/_source/lang/bs.js +815 -0
- data/test/dummy/public/assets/ckeditor/_source/lang/ca.js +815 -0
- data/test/dummy/public/assets/ckeditor/_source/lang/cs.js +815 -0
- data/test/dummy/public/assets/ckeditor/_source/lang/cy.js +815 -0
- data/test/dummy/public/assets/ckeditor/_source/lang/da.js +815 -0
- data/test/dummy/public/assets/ckeditor/_source/lang/de.js +815 -0
- data/test/dummy/public/assets/ckeditor/_source/lang/el.js +815 -0
- data/test/dummy/public/assets/ckeditor/_source/lang/en-au.js +815 -0
- data/test/dummy/public/assets/ckeditor/_source/lang/en-ca.js +815 -0
- data/test/dummy/public/assets/ckeditor/_source/lang/en-gb.js +815 -0
- data/test/dummy/public/assets/ckeditor/_source/lang/en.js +815 -0
- data/test/dummy/public/assets/ckeditor/_source/lang/eo.js +815 -0
- data/test/dummy/public/assets/ckeditor/_source/lang/es.js +815 -0
- data/test/dummy/public/assets/ckeditor/_source/lang/et.js +815 -0
- data/test/dummy/public/assets/ckeditor/_source/lang/eu.js +815 -0
- data/test/dummy/public/assets/ckeditor/_source/lang/fa.js +815 -0
- data/test/dummy/public/assets/ckeditor/_source/lang/fi.js +815 -0
- data/test/dummy/public/assets/ckeditor/_source/lang/fo.js +815 -0
- data/test/dummy/public/assets/ckeditor/_source/lang/fr-ca.js +815 -0
- data/test/dummy/public/assets/ckeditor/_source/lang/fr.js +815 -0
- data/test/dummy/public/assets/ckeditor/_source/lang/gl.js +815 -0
- data/test/dummy/public/assets/ckeditor/_source/lang/gu.js +815 -0
- data/test/dummy/public/assets/ckeditor/_source/lang/he.js +815 -0
- data/test/dummy/public/assets/ckeditor/_source/lang/hi.js +815 -0
- data/test/dummy/public/assets/ckeditor/_source/lang/hr.js +815 -0
- data/test/dummy/public/assets/ckeditor/_source/lang/hu.js +815 -0
- data/test/dummy/public/assets/ckeditor/_source/lang/is.js +815 -0
- data/test/dummy/public/assets/ckeditor/_source/lang/it.js +815 -0
- data/test/dummy/public/assets/ckeditor/_source/lang/ja.js +815 -0
- data/test/dummy/public/assets/ckeditor/_source/lang/ka.js +815 -0
- data/test/dummy/public/assets/ckeditor/_source/lang/km.js +815 -0
- data/test/dummy/public/assets/ckeditor/_source/lang/ko.js +815 -0
- data/test/dummy/public/assets/ckeditor/_source/lang/lt.js +815 -0
- data/test/dummy/public/assets/ckeditor/_source/lang/lv.js +815 -0
- data/test/dummy/public/assets/ckeditor/_source/lang/mn.js +815 -0
- data/test/dummy/public/assets/ckeditor/_source/lang/ms.js +815 -0
- data/test/dummy/public/assets/ckeditor/_source/lang/nb.js +815 -0
- data/test/dummy/public/assets/ckeditor/_source/lang/nl.js +815 -0
- data/test/dummy/public/assets/ckeditor/_source/lang/no.js +815 -0
- data/test/dummy/public/assets/ckeditor/_source/lang/pl.js +815 -0
- data/test/dummy/public/assets/ckeditor/_source/lang/pt-br.js +814 -0
- data/test/dummy/public/assets/ckeditor/_source/lang/pt.js +815 -0
- data/test/dummy/public/assets/ckeditor/_source/lang/ro.js +815 -0
- data/test/dummy/public/assets/ckeditor/_source/lang/ru.js +815 -0
- data/test/dummy/public/assets/ckeditor/_source/lang/sk.js +815 -0
- data/test/dummy/public/assets/ckeditor/_source/lang/sl.js +815 -0
- data/test/dummy/public/assets/ckeditor/_source/lang/sr-latn.js +815 -0
- data/test/dummy/public/assets/ckeditor/_source/lang/sr.js +815 -0
- data/test/dummy/public/assets/ckeditor/_source/lang/sv.js +814 -0
- data/test/dummy/public/assets/ckeditor/_source/lang/th.js +815 -0
- data/test/dummy/public/assets/ckeditor/_source/lang/tr.js +814 -0
- data/test/dummy/public/assets/ckeditor/_source/lang/uk.js +815 -0
- data/test/dummy/public/assets/ckeditor/_source/lang/vi.js +815 -0
- data/test/dummy/public/assets/ckeditor/_source/lang/zh-cn.js +815 -0
- data/test/dummy/public/assets/ckeditor/_source/lang/zh.js +815 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/a11yhelp/dialogs/a11yhelp.js +222 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/a11yhelp/lang/en.js +108 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/a11yhelp/lang/he.js +216 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/a11yhelp/plugin.js +47 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/about/dialogs/about.js +76 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/about/dialogs/logo_ckeditor-fc876ee54c60ea0f0bb16ad65ca4deeb.png +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/about/dialogs/logo_ckeditor.png +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/about/plugin.js +24 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/adobeair/plugin.js +228 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/ajax/plugin.js +152 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/autogrow/plugin.js +141 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/basicstyles/plugin.js +129 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/bbcode/plugin.js +931 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/bidi/plugin.js +334 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/blockquote/plugin.js +305 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/button/plugin.js +290 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/clipboard/dialogs/paste.js +223 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/clipboard/plugin.js +453 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/colorbutton/plugin.js +301 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/colordialog/dialogs/colordialog.js +340 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/colordialog/plugin.js +15 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/contextmenu/plugin.js +179 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/devtools/lang/en.js +16 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/devtools/plugin.js +173 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/dialog/dialogDefinition.js +1166 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/dialog/plugin.js +3308 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/dialogadvtab/plugin.js +208 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/dialogui/plugin.js +1541 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/div/dialogs/div.js +535 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/div/plugin.js +121 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/docprops/dialogs/docprops.js +674 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/docprops/plugin.js +22 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/domiterator/plugin.js +361 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/editingblock/plugin.js +278 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/elementspath/plugin.js +218 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/enterkey/plugin.js +433 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/entities/plugin.js +250 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/fakeobjects/plugin.js +175 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/filebrowser/plugin.js +534 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/find/dialogs/find.js +915 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/find/plugin.js +47 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/flash/dialogs/flash.js +674 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/flash/images/placeholder-ba59b836184c3127b4b6f60f7a4e0720.png +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/flash/images/placeholder.png +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/flash/plugin.js +154 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/floatpanel/plugin.js +428 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/font/plugin.js +234 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/format/plugin.js +197 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/forms/dialogs/button.js +118 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/forms/dialogs/checkbox.js +153 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/forms/dialogs/form.js +177 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/forms/dialogs/hiddenfield.js +100 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/forms/dialogs/radio.js +135 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/forms/dialogs/select.js +558 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/forms/dialogs/textarea.js +135 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/forms/dialogs/textfield.js +199 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/forms/images/hiddenfield-4b630612e38369aae8e4502421668aec.gif +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/forms/images/hiddenfield.gif +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/forms/plugin.js +288 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/horizontalrule/plugin.js +48 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/htmldataprocessor/plugin.js +596 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/htmlwriter/plugin.js +319 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/iframe/dialogs/iframe.js +229 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/iframe/images/placeholder-0003e18e649512d4360293190828c51e.png +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/iframe/images/placeholder.png +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/iframe/plugin.js +87 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/iframedialog/plugin.js +188 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/image/dialogs/image.js +1407 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/image/plugin.js +81 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/indent/plugin.js +461 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/justify/plugin.js +253 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/keystrokes/plugin.js +225 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/link/dialogs/anchor.js +144 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/link/dialogs/link.js +1425 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/link/images/anchor-501974232bdebac2c503f40a23e2108d.gif +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/link/images/anchor.gif +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/link/plugin.js +374 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/list/plugin.js +774 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/listblock/plugin.js +266 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/liststyle/dialogs/liststyle.js +225 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/liststyle/plugin.js +66 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/maximize/plugin.js +353 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/menu/plugin.js +541 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/menubutton/plugin.js +98 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/newpage/plugin.js +55 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/pagebreak/images/pagebreak-2bbc85d3a07d40c7c7fb8d07c5ba1a91.gif +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/pagebreak/images/pagebreak.gif +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/pagebreak/plugin.js +164 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/panel/plugin.js +400 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/panelbutton/plugin.js +144 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/pastefromword/filter/default.js +1367 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/pastefromword/plugin.js +141 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/pastetext/dialogs/pastetext.js +67 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/pastetext/plugin.js +98 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/placeholder/dialogs/placeholder.js +71 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/placeholder/lang/en.js +16 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/placeholder/lang/he.js +16 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/placeholder/placeholder-3fa52c05f290e714bb7ce46ef9e1e3fd.gif +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/placeholder/placeholder.gif +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/placeholder/plugin.js +171 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/popup/plugin.js +64 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/preview/plugin.js +113 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/print/plugin.js +42 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/removeformat/plugin.js +185 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/resize/plugin.js +168 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/richcombo/plugin.js +381 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/save/plugin.js +56 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/scayt/dialogs/options.js +537 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/scayt/dialogs/toolbar.css +71 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/scayt/plugin.js +973 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/selection/plugin.js +1729 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/showblocks/images/block_address-03733f204b35c6ea053d6dc766e627f4.png +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/showblocks/images/block_address.png +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/showblocks/images/block_blockquote-9f5a2341078595e812f4390673e1d691.png +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/showblocks/images/block_blockquote.png +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/showblocks/images/block_div-197a3f96741fe9008a4679d26fdb7f2c.png +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/showblocks/images/block_div.png +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/showblocks/images/block_h1-2ef949aef3e9e43f866cd44f6b912617.png +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/showblocks/images/block_h1.png +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/showblocks/images/block_h2-a1bd5af6674ec59ab8dd2753d1fe7123.png +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/showblocks/images/block_h2.png +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/showblocks/images/block_h3-94ce278fa39900a6603e7c509116d322.png +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/showblocks/images/block_h3.png +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/showblocks/images/block_h4-6c8bbaba545a3e0c29e06bb015ff38f6.png +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/showblocks/images/block_h4.png +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/showblocks/images/block_h5-b22e60c26c7c654fcc751f77c16cad59.png +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/showblocks/images/block_h5.png +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/showblocks/images/block_h6-184a0c99cd06c2d7d329a1ce8aab7963.png +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/showblocks/images/block_h6.png +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/showblocks/images/block_p-638869d4338d1e1ebb9eaa4f73de174d.png +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/showblocks/images/block_p.png +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/showblocks/images/block_pre-ebdbe4b89d8955761f6a97a891c8aa19.png +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/showblocks/images/block_pre.png +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/showblocks/plugin.js +160 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/showborders/plugin.js +207 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/dialogs/smiley.js +224 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/angel_smile-61a21f5af1321a26350cb2ac7f9ecab8.gif +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/angel_smile.gif +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/angry_smile-5f6ecc899507a1b169bb7a8a62372441.gif +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/angry_smile.gif +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/broken_heart-089eb8c05b66c50383cf43a94170bcd7.gif +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/broken_heart.gif +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/confused_smile-bdfd0e16b074007d0621999fd50f5348.gif +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/confused_smile.gif +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/cry_smile-e28cb803c6d8eaa6f22f90489b4c519c.gif +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/cry_smile.gif +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/devil_smile-77d7bfa3796df2c81858e285c4b65d97.gif +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/devil_smile.gif +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/embaressed_smile-16ef2926176e59d29ec7fe3a2bfe2e02.gif +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/embaressed_smile.gif +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/envelope-c2077dc5ae53ac8ec69c9ff0b8386938.gif +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/envelope.gif +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/heart-2d8a0eaaf7c2e42f579e78464a8d443f.gif +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/heart.gif +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/kiss-a4e7f76f10b1fbe1891e6db5bb900b1b.gif +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/kiss.gif +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/lightbulb-939e2ca2cb123f03c8ee11e53dce7a35.gif +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/lightbulb.gif +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/omg_smile-84ae8a1fc1c04e9289421037347799ba.gif +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/omg_smile.gif +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/regular_smile-6b1e1690d88c16913eb05dd119f221d9.gif +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/regular_smile.gif +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/sad_smile-bf3a033d9be803b4f5b38b9b0c258704.gif +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/sad_smile.gif +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/shades_smile-bd6d9f1ef7c868ef160aafc4da42fdad.gif +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/shades_smile.gif +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/teeth_smile-7da3f610067417297b3a235899688067.gif +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/teeth_smile.gif +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/thumbs_down-abcf7aad6e8ccd1e0786786bc5594c7a.gif +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/thumbs_down.gif +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/thumbs_up-e5239bab9fb2674ce22705d232cd29f3.gif +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/thumbs_up.gif +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/tounge_smile-66d4ad71a8977e7e9871a18c5a79952f.gif +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/tounge_smile.gif +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/whatchutalkingabout_smile-a831e713a52639619968a6c67ade659b.gif +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/whatchutalkingabout_smile.gif +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/wink_smile-81177f9fe9e8c62c8bc1dac30fbedf12.gif +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/wink_smile.gif +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/plugin.js +94 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/sourcearea/plugin.js +209 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/specialchar/dialogs/specialchar.js +350 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/specialchar/lang/en.js +122 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/specialchar/plugin.js +70 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/styles/plugin.js +1700 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/styles/styles/default.js +88 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/stylescombo/plugin.js +218 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/stylesheetparser/plugin.js +148 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/tab/plugin.js +367 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/table/dialogs/table.js +623 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/table/plugin.js +78 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/tableresize/plugin.js +443 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/tabletools/dialogs/tableCell.js +525 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/tabletools/plugin.js +1194 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/templates/dialogs/templates.js +234 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/templates/plugin.js +99 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/templates/templates/default.js +94 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/templates/templates/images/template1-ea363748d77b692075af885f384ae6bd.gif +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/templates/templates/images/template1.gif +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/templates/templates/images/template2-6401418f8e62efe47b7a87c734c9dd25.gif +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/templates/templates/images/template2.gif +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/templates/templates/images/template3-ef931fe4fdb3fa35897598a2df449988.gif +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/templates/templates/images/template3.gif +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/toolbar/plugin.js +545 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/uicolor/dialogs/uicolor.js +205 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/uicolor/lang/en.js +15 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/uicolor/lang/he.js +15 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/uicolor/plugin.js +37 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/uicolor/uicolor-8ce2d3d1bf5d83b297c1568e065fd6e9.gif +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/uicolor/uicolor.gif +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/uicolor/yui/assets/hue_bg-c2d8d7faeb9d4b01f3008cda322f2763.png +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/uicolor/yui/assets/hue_bg.png +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/uicolor/yui/assets/hue_thumb-8e5fb8d26c158303b319553876a2a799.png +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/uicolor/yui/assets/hue_thumb.png +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/uicolor/yui/assets/picker_mask-ac846f51ee3570c6880d2a88cb4c5353.png +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/uicolor/yui/assets/picker_mask.png +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/uicolor/yui/assets/picker_thumb-aed7c70c1854dac98bd8310da084d689.png +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/uicolor/yui/assets/picker_thumb.png +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/uicolor/yui/assets/yui.css +15 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/uicolor/yui/yui.js +71 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/undo/plugin.js +578 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/wsc/dialogs/ciframe-c7c588e16f092fdb33f9522df57acdf7.html +49 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/wsc/dialogs/ciframe.html +49 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/wsc/dialogs/tmpFrameset-2ed47c8c321406680828cd39a4cfd841.html +52 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/wsc/dialogs/tmpFrameset.html +52 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/wsc/dialogs/wsc.css +82 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/wsc/dialogs/wsc.js +192 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/wsc/plugin.js +33 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/wysiwygarea/plugin.js +1347 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/xml/plugin.js +170 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/kama/dialog.css +989 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/kama/editor.css +25 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/kama/elementspath.css +73 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/kama/icons-2f0d4921addf1896455275e7ccb7d0ff.png +0 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/kama/icons.css +366 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/kama/icons.png +0 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/kama/icons_rtl-fe1043485a7af2aaf254c823086123ba.png +0 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/kama/icons_rtl.png +0 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/kama/images/dialog_sides-1bd20fa0a9f35f0921eccfbb345490e2.gif +0 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/kama/images/dialog_sides-b54c340d7451e52aaecf7e944f15bde8.png +0 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/kama/images/dialog_sides.gif +0 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/kama/images/dialog_sides.png +0 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/kama/images/dialog_sides_rtl-53a84633be082d2b19a805a9398cfe03.png +0 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/kama/images/dialog_sides_rtl.png +0 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/kama/images/mini-92ae7c7f7f48d849814f5e331cb2bd24.gif +0 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/kama/images/mini.gif +0 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/kama/images/noimage-623baac6fe6b7cd494715931451deeed.png +0 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/kama/images/noimage.png +0 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/kama/images/sprites-37a3ebdc1b4393eefbc4520a02938daf.png +0 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/kama/images/sprites.png +0 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/kama/images/sprites_ie6-105615f241302fed23e7aae2411b4a1f.png +0 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/kama/images/sprites_ie6.png +0 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/kama/images/toolbar_start-806bf6a72342160d7ccdc846e7d4a476.gif +0 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/kama/images/toolbar_start.gif +0 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/kama/mainui.css +206 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/kama/menu.css +232 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/kama/panel.css +217 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/kama/presets.css +49 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/kama/reset.css +85 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/kama/richcombo.css +287 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/kama/skin.js +236 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/kama/templates.css +88 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/kama/toolbar.css +408 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/office2003/dialog.css +891 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/office2003/editor.css +25 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/office2003/elementspath.css +74 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/office2003/icons-2f0d4921addf1896455275e7ccb7d0ff.png +0 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/office2003/icons.css +363 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/office2003/icons.png +0 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/office2003/icons_rtl-fe1043485a7af2aaf254c823086123ba.png +0 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/office2003/icons_rtl.png +0 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/office2003/images/dialog_sides-75a65a85a2b30468dc1beac0c54d1fb9.png +0 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/office2003/images/dialog_sides-edefdf8c116d4656501f13731ae8ff5b.gif +0 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/office2003/images/dialog_sides.gif +0 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/office2003/images/dialog_sides.png +0 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/office2003/images/dialog_sides_rtl-77bbf3783e5dc7984f3be35faf7779fb.png +0 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/office2003/images/dialog_sides_rtl.png +0 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/office2003/images/mini-92ae7c7f7f48d849814f5e331cb2bd24.gif +0 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/office2003/images/mini.gif +0 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/office2003/images/noimage-623baac6fe6b7cd494715931451deeed.png +0 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/office2003/images/noimage.png +0 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/office2003/images/sprites-55354902984711767f69cf5f190b9d42.png +0 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/office2003/images/sprites.png +0 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/office2003/images/sprites_ie6-ea9534ccd0a64d8d14579a37bcdaaeb9.png +0 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/office2003/images/sprites_ie6.png +0 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/office2003/mainui.css +153 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/office2003/menu.css +229 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/office2003/panel.css +212 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/office2003/presets.css +49 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/office2003/reset.css +85 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/office2003/richcombo.css +309 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/office2003/skin.js +74 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/office2003/templates.css +87 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/office2003/toolbar.css +522 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/v2/dialog.css +907 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/v2/editor.css +25 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/v2/elementspath.css +74 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/v2/icons-2f0d4921addf1896455275e7ccb7d0ff.png +0 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/v2/icons.css +363 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/v2/icons.png +0 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/v2/icons_rtl-fe1043485a7af2aaf254c823086123ba.png +0 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/v2/icons_rtl.png +0 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/v2/images/dialog_sides-1bd20fa0a9f35f0921eccfbb345490e2.gif +0 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/v2/images/dialog_sides-b54c340d7451e52aaecf7e944f15bde8.png +0 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/v2/images/dialog_sides.gif +0 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/v2/images/dialog_sides.png +0 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/v2/images/dialog_sides_rtl-53a84633be082d2b19a805a9398cfe03.png +0 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/v2/images/dialog_sides_rtl.png +0 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/v2/images/mini-92ae7c7f7f48d849814f5e331cb2bd24.gif +0 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/v2/images/mini.gif +0 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/v2/images/noimage-623baac6fe6b7cd494715931451deeed.png +0 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/v2/images/noimage.png +0 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/v2/images/sprites-781d681644b31f32868856fa132e4906.png +0 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/v2/images/sprites.png +0 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/v2/images/sprites_ie6-9c6895a740fc1778a432cce5b91bc281.png +0 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/v2/images/sprites_ie6.png +0 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/v2/images/toolbar_start-806bf6a72342160d7ccdc846e7d4a476.gif +0 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/v2/images/toolbar_start.gif +0 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/v2/mainui.css +162 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/v2/menu.css +232 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/v2/panel.css +212 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/v2/presets.css +50 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/v2/reset.css +85 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/v2/richcombo.css +302 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/v2/skin.js +70 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/v2/templates.css +87 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/v2/toolbar.css +465 -0
- data/test/dummy/public/assets/ckeditor/_source/themes/default/theme.js +407 -0
- data/test/dummy/{tmp/cache/assets/CA3/A50/sprockets%2F1138d3a48560705a7e596ab7bd02253b → public/assets/ckeditor/adapters/jquery.js} +0 -0
- data/test/dummy/public/assets/ckeditor/ckeditor-375b08659b4cb8f72be5ee3587123e65.pack +211 -0
- data/test/dummy/public/assets/ckeditor/ckeditor-443f9c44cd2d9283d11a70ab3fcf480a.php +29 -0
- data/test/dummy/public/assets/ckeditor/ckeditor-d4b0a17fd7607891a271f2430be8835d.asp +955 -0
- data/test/dummy/public/assets/ckeditor/ckeditor.asp +955 -0
- data/test/dummy/{tmp/cache/assets/D1F/840/sprockets%2F3f6d2f8168b95fd5064838cfb05c5d54 → public/assets/ckeditor/ckeditor.js} +0 -0
- data/test/dummy/public/assets/ckeditor/ckeditor.pack +211 -0
- data/test/dummy/public/assets/ckeditor/ckeditor.php +29 -0
- data/test/dummy/public/assets/ckeditor/ckeditor_basic.js +8 -0
- data/test/dummy/public/assets/ckeditor/ckeditor_basic_source.js +20 -0
- data/test/dummy/public/assets/ckeditor/ckeditor_php4-e6e1feca4ad8048e38b87150326bb706.php +566 -0
- data/test/dummy/public/assets/ckeditor/ckeditor_php4.php +566 -0
- data/test/dummy/public/assets/ckeditor/ckeditor_php5-2ac2cebe11e6dbe76831c21173cc6d36.php +556 -0
- data/test/dummy/public/assets/ckeditor/ckeditor_php5.php +556 -0
- data/test/dummy/public/assets/ckeditor/ckeditor_source.js +35 -0
- data/test/dummy/public/assets/ckeditor/config.js +11 -0
- data/test/dummy/public/assets/ckeditor/contents.css +25 -0
- data/test/dummy/public/assets/ckeditor/images/spacer-dade68cd2b33bdcd06c6a8f59676327e.gif +0 -0
- data/test/dummy/public/assets/ckeditor/images/spacer.gif +0 -0
- data/test/dummy/public/assets/ckeditor/lang/_languages.js +6 -0
- data/test/dummy/public/assets/ckeditor/lang/_translationstatus-d4de76b18adf6359149559be9138847a.txt +61 -0
- data/test/dummy/public/assets/ckeditor/lang/_translationstatus.txt +61 -0
- data/test/dummy/public/assets/ckeditor/lang/af.js +6 -0
- data/test/dummy/public/assets/ckeditor/lang/ar.js +6 -0
- data/test/dummy/public/assets/ckeditor/lang/bg.js +6 -0
- data/test/dummy/public/assets/ckeditor/lang/bn.js +6 -0
- data/test/dummy/public/assets/ckeditor/lang/bs.js +6 -0
- data/test/dummy/public/assets/ckeditor/lang/ca.js +6 -0
- data/test/dummy/public/assets/ckeditor/lang/cs.js +6 -0
- data/test/dummy/public/assets/ckeditor/lang/cy.js +6 -0
- data/test/dummy/public/assets/ckeditor/lang/da.js +6 -0
- data/test/dummy/public/assets/ckeditor/lang/de.js +6 -0
- data/test/dummy/public/assets/ckeditor/lang/el.js +6 -0
- data/test/dummy/public/assets/ckeditor/lang/en-au.js +6 -0
- data/test/dummy/public/assets/ckeditor/lang/en-ca.js +6 -0
- data/test/dummy/public/assets/ckeditor/lang/en-gb.js +6 -0
- data/test/dummy/{tmp/cache/assets/D93/890/sprockets%2F033c6ea07a61dbd408ba2bf8e99b518a → public/assets/ckeditor/lang/en.js} +0 -0
- data/test/dummy/public/assets/ckeditor/lang/eo.js +6 -0
- data/test/dummy/public/assets/ckeditor/lang/es.js +6 -0
- data/test/dummy/public/assets/ckeditor/lang/et.js +6 -0
- data/test/dummy/public/assets/ckeditor/lang/eu.js +6 -0
- data/test/dummy/public/assets/ckeditor/lang/fa.js +6 -0
- data/test/dummy/public/assets/ckeditor/lang/fi.js +6 -0
- data/test/dummy/public/assets/ckeditor/lang/fo.js +6 -0
- data/test/dummy/public/assets/ckeditor/lang/fr-ca.js +6 -0
- data/test/dummy/public/assets/ckeditor/lang/fr.js +6 -0
- data/test/dummy/public/assets/ckeditor/lang/gl.js +6 -0
- data/test/dummy/public/assets/ckeditor/lang/gu.js +6 -0
- data/test/dummy/public/assets/ckeditor/lang/he.js +6 -0
- data/test/dummy/public/assets/ckeditor/lang/hi.js +6 -0
- data/test/dummy/public/assets/ckeditor/lang/hr.js +6 -0
- data/test/dummy/public/assets/ckeditor/lang/hu.js +6 -0
- data/test/dummy/public/assets/ckeditor/lang/is.js +6 -0
- data/test/dummy/public/assets/ckeditor/lang/it.js +6 -0
- data/test/dummy/public/assets/ckeditor/lang/ja.js +6 -0
- data/test/dummy/public/assets/ckeditor/lang/ka.js +6 -0
- data/test/dummy/public/assets/ckeditor/lang/km.js +6 -0
- data/test/dummy/public/assets/ckeditor/lang/ko.js +6 -0
- data/test/dummy/public/assets/ckeditor/lang/lt.js +6 -0
- data/test/dummy/public/assets/ckeditor/lang/lv.js +6 -0
- data/test/dummy/public/assets/ckeditor/lang/mn.js +6 -0
- data/test/dummy/public/assets/ckeditor/lang/ms.js +6 -0
- data/test/dummy/public/assets/ckeditor/lang/nb.js +6 -0
- data/test/dummy/public/assets/ckeditor/lang/nl.js +6 -0
- data/test/dummy/public/assets/ckeditor/lang/no.js +6 -0
- data/test/dummy/public/assets/ckeditor/lang/pl.js +6 -0
- data/test/dummy/public/assets/ckeditor/lang/pt-br.js +6 -0
- data/test/dummy/public/assets/ckeditor/lang/pt.js +6 -0
- data/test/dummy/public/assets/ckeditor/lang/ro.js +6 -0
- data/test/dummy/public/assets/ckeditor/lang/ru.js +6 -0
- data/test/dummy/public/assets/ckeditor/lang/sk.js +6 -0
- data/test/dummy/public/assets/ckeditor/lang/sl.js +6 -0
- data/test/dummy/public/assets/ckeditor/lang/sr-latn.js +6 -0
- data/test/dummy/public/assets/ckeditor/lang/sr.js +6 -0
- data/test/dummy/public/assets/ckeditor/lang/sv.js +6 -0
- data/test/dummy/public/assets/ckeditor/lang/th.js +6 -0
- data/test/dummy/public/assets/ckeditor/lang/tr.js +6 -0
- data/test/dummy/public/assets/ckeditor/lang/uk.js +6 -0
- data/test/dummy/public/assets/ckeditor/lang/vi.js +6 -0
- data/test/dummy/public/assets/ckeditor/lang/zh-cn.js +6 -0
- data/test/dummy/public/assets/ckeditor/lang/zh.js +6 -0
- data/test/dummy/public/assets/ckeditor/plugins/a11yhelp/dialogs/a11yhelp.js +7 -0
- data/test/dummy/public/assets/ckeditor/plugins/a11yhelp/lang/en.js +6 -0
- data/test/dummy/public/assets/ckeditor/plugins/a11yhelp/lang/he.js +6 -0
- data/test/dummy/public/assets/ckeditor/plugins/about/dialogs/about.js +6 -0
- data/test/dummy/public/assets/ckeditor/plugins/about/dialogs/logo_ckeditor-fc876ee54c60ea0f0bb16ad65ca4deeb.png +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/about/dialogs/logo_ckeditor.png +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/adobeair/plugin.js +6 -0
- data/test/dummy/public/assets/ckeditor/plugins/ajax/plugin.js +6 -0
- data/test/dummy/public/assets/ckeditor/plugins/autogrow/plugin.js +6 -0
- data/test/dummy/public/assets/ckeditor/plugins/bbcode/plugin.js +9 -0
- data/test/dummy/public/assets/ckeditor/plugins/clipboard/dialogs/paste.js +7 -0
- data/test/dummy/public/assets/ckeditor/plugins/colordialog/dialogs/colordialog.js +7 -0
- data/test/dummy/public/assets/ckeditor/plugins/devtools/lang/en.js +6 -0
- data/test/dummy/public/assets/ckeditor/plugins/devtools/plugin.js +6 -0
- data/test/dummy/public/assets/ckeditor/plugins/dialog/dialogDefinition.js +4 -0
- data/test/dummy/public/assets/ckeditor/plugins/div/dialogs/div.js +8 -0
- data/test/dummy/public/assets/ckeditor/plugins/docprops/dialogs/docprops.js +10 -0
- data/test/dummy/public/assets/ckeditor/plugins/docprops/plugin.js +6 -0
- data/test/dummy/public/assets/ckeditor/plugins/find/dialogs/find.js +10 -0
- data/test/dummy/public/assets/ckeditor/plugins/flash/dialogs/flash.js +9 -0
- data/test/dummy/public/assets/ckeditor/plugins/flash/images/placeholder-ba59b836184c3127b4b6f60f7a4e0720.png +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/flash/images/placeholder.png +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/forms/dialogs/button.js +6 -0
- data/test/dummy/public/assets/ckeditor/plugins/forms/dialogs/checkbox.js +6 -0
- data/test/dummy/public/assets/ckeditor/plugins/forms/dialogs/form.js +6 -0
- data/test/dummy/public/assets/ckeditor/plugins/forms/dialogs/hiddenfield.js +6 -0
- data/test/dummy/public/assets/ckeditor/plugins/forms/dialogs/radio.js +6 -0
- data/test/dummy/public/assets/ckeditor/plugins/forms/dialogs/select.js +9 -0
- data/test/dummy/public/assets/ckeditor/plugins/forms/dialogs/textarea.js +6 -0
- data/test/dummy/public/assets/ckeditor/plugins/forms/dialogs/textfield.js +6 -0
- data/test/dummy/public/assets/ckeditor/plugins/forms/images/hiddenfield-4b630612e38369aae8e4502421668aec.gif +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/forms/images/hiddenfield.gif +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/iframe/dialogs/iframe.js +7 -0
- data/test/dummy/public/assets/ckeditor/plugins/iframe/images/placeholder-0003e18e649512d4360293190828c51e.png +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/iframe/images/placeholder.png +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/iframedialog/plugin.js +6 -0
- data/test/dummy/public/assets/ckeditor/plugins/image/dialogs/image.js +13 -0
- data/test/dummy/public/assets/ckeditor/plugins/link/dialogs/anchor.js +6 -0
- data/test/dummy/public/assets/ckeditor/plugins/link/dialogs/link.js +12 -0
- data/test/dummy/public/assets/ckeditor/plugins/link/images/anchor-501974232bdebac2c503f40a23e2108d.gif +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/link/images/anchor.gif +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/liststyle/dialogs/liststyle.js +7 -0
- data/test/dummy/public/assets/ckeditor/plugins/pagebreak/images/pagebreak-2bbc85d3a07d40c7c7fb8d07c5ba1a91.gif +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/pagebreak/images/pagebreak.gif +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/pastefromword/filter/default.js +11 -0
- data/test/dummy/public/assets/ckeditor/plugins/pastetext/dialogs/pastetext.js +6 -0
- data/test/dummy/public/assets/ckeditor/plugins/placeholder/dialogs/placeholder.js +6 -0
- data/test/dummy/public/assets/ckeditor/plugins/placeholder/lang/en.js +6 -0
- data/test/dummy/public/assets/ckeditor/plugins/placeholder/lang/he.js +6 -0
- data/test/dummy/public/assets/ckeditor/plugins/placeholder/placeholder-3fa52c05f290e714bb7ce46ef9e1e3fd.gif +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/placeholder/placeholder.gif +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/placeholder/plugin.js +6 -0
- data/test/dummy/public/assets/ckeditor/plugins/scayt/dialogs/options.js +8 -0
- data/test/dummy/public/assets/ckeditor/plugins/scayt/dialogs/toolbar.css +6 -0
- data/test/dummy/public/assets/ckeditor/plugins/showblocks/images/block_address-03733f204b35c6ea053d6dc766e627f4.png +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/showblocks/images/block_address.png +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/showblocks/images/block_blockquote-9f5a2341078595e812f4390673e1d691.png +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/showblocks/images/block_blockquote.png +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/showblocks/images/block_div-197a3f96741fe9008a4679d26fdb7f2c.png +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/showblocks/images/block_div.png +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/showblocks/images/block_h1-2ef949aef3e9e43f866cd44f6b912617.png +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/showblocks/images/block_h1.png +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/showblocks/images/block_h2-a1bd5af6674ec59ab8dd2753d1fe7123.png +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/showblocks/images/block_h2.png +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/showblocks/images/block_h3-94ce278fa39900a6603e7c509116d322.png +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/showblocks/images/block_h3.png +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/showblocks/images/block_h4-6c8bbaba545a3e0c29e06bb015ff38f6.png +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/showblocks/images/block_h4.png +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/showblocks/images/block_h5-b22e60c26c7c654fcc751f77c16cad59.png +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/showblocks/images/block_h5.png +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/showblocks/images/block_h6-184a0c99cd06c2d7d329a1ce8aab7963.png +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/showblocks/images/block_h6.png +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/showblocks/images/block_p-638869d4338d1e1ebb9eaa4f73de174d.png +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/showblocks/images/block_p.png +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/showblocks/images/block_pre-ebdbe4b89d8955761f6a97a891c8aa19.png +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/showblocks/images/block_pre.png +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/smiley/dialogs/smiley.js +7 -0
- data/test/dummy/public/assets/ckeditor/plugins/smiley/images/angel_smile-61a21f5af1321a26350cb2ac7f9ecab8.gif +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/smiley/images/angel_smile.gif +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/smiley/images/angry_smile-5f6ecc899507a1b169bb7a8a62372441.gif +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/smiley/images/angry_smile.gif +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/smiley/images/broken_heart-089eb8c05b66c50383cf43a94170bcd7.gif +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/smiley/images/broken_heart.gif +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/smiley/images/confused_smile-bdfd0e16b074007d0621999fd50f5348.gif +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/smiley/images/confused_smile.gif +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/smiley/images/cry_smile-e28cb803c6d8eaa6f22f90489b4c519c.gif +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/smiley/images/cry_smile.gif +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/smiley/images/devil_smile-77d7bfa3796df2c81858e285c4b65d97.gif +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/smiley/images/devil_smile.gif +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/smiley/images/embaressed_smile-16ef2926176e59d29ec7fe3a2bfe2e02.gif +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/smiley/images/embaressed_smile.gif +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/smiley/images/envelope-c2077dc5ae53ac8ec69c9ff0b8386938.gif +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/smiley/images/envelope.gif +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/smiley/images/heart-2d8a0eaaf7c2e42f579e78464a8d443f.gif +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/smiley/images/heart.gif +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/smiley/images/kiss-a4e7f76f10b1fbe1891e6db5bb900b1b.gif +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/smiley/images/kiss.gif +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/smiley/images/lightbulb-939e2ca2cb123f03c8ee11e53dce7a35.gif +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/smiley/images/lightbulb.gif +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/smiley/images/omg_smile-84ae8a1fc1c04e9289421037347799ba.gif +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/smiley/images/omg_smile.gif +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/smiley/images/regular_smile-6b1e1690d88c16913eb05dd119f221d9.gif +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/smiley/images/regular_smile.gif +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/smiley/images/sad_smile-bf3a033d9be803b4f5b38b9b0c258704.gif +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/smiley/images/sad_smile.gif +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/smiley/images/shades_smile-bd6d9f1ef7c868ef160aafc4da42fdad.gif +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/smiley/images/shades_smile.gif +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/smiley/images/teeth_smile-7da3f610067417297b3a235899688067.gif +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/smiley/images/teeth_smile.gif +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/smiley/images/thumbs_down-abcf7aad6e8ccd1e0786786bc5594c7a.gif +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/smiley/images/thumbs_down.gif +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/smiley/images/thumbs_up-e5239bab9fb2674ce22705d232cd29f3.gif +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/smiley/images/thumbs_up.gif +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/smiley/images/tounge_smile-66d4ad71a8977e7e9871a18c5a79952f.gif +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/smiley/images/tounge_smile.gif +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/smiley/images/whatchutalkingabout_smile-a831e713a52639619968a6c67ade659b.gif +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/smiley/images/whatchutalkingabout_smile.gif +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/smiley/images/wink_smile-81177f9fe9e8c62c8bc1dac30fbedf12.gif +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/smiley/images/wink_smile.gif +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/specialchar/dialogs/specialchar.js +7 -0
- data/test/dummy/public/assets/ckeditor/plugins/specialchar/lang/en.js +6 -0
- data/test/dummy/public/assets/ckeditor/plugins/styles/styles/default.js +6 -0
- data/test/dummy/{tmp/cache/assets/CC6/910/sprockets%2Fdf1992311ede6a7259c057589a7b6984 → public/assets/ckeditor/plugins/stylesheetparser/plugin.js} +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/table/dialogs/table.js +9 -0
- data/test/dummy/public/assets/ckeditor/plugins/tableresize/plugin.js +7 -0
- data/test/dummy/public/assets/ckeditor/plugins/tabletools/dialogs/tableCell.js +8 -0
- data/test/dummy/public/assets/ckeditor/plugins/templates/dialogs/templates.js +7 -0
- data/test/dummy/public/assets/ckeditor/plugins/templates/templates/default.js +6 -0
- data/test/dummy/public/assets/ckeditor/plugins/templates/templates/images/template1-ea363748d77b692075af885f384ae6bd.gif +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/templates/templates/images/template1.gif +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/templates/templates/images/template2-6401418f8e62efe47b7a87c734c9dd25.gif +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/templates/templates/images/template2.gif +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/templates/templates/images/template3-ef931fe4fdb3fa35897598a2df449988.gif +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/templates/templates/images/template3.gif +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/uicolor/dialogs/uicolor.js +7 -0
- data/test/dummy/public/assets/ckeditor/plugins/uicolor/lang/en.js +6 -0
- data/test/dummy/public/assets/ckeditor/plugins/uicolor/lang/he.js +6 -0
- data/test/dummy/public/assets/ckeditor/plugins/uicolor/plugin.js +6 -0
- data/test/dummy/public/assets/ckeditor/plugins/uicolor/uicolor-8ce2d3d1bf5d83b297c1568e065fd6e9.gif +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/uicolor/uicolor.gif +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/uicolor/yui/assets/hue_bg-c2d8d7faeb9d4b01f3008cda322f2763.png +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/uicolor/yui/assets/hue_bg.png +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/uicolor/yui/assets/hue_thumb-8e5fb8d26c158303b319553876a2a799.png +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/uicolor/yui/assets/hue_thumb.png +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/uicolor/yui/assets/picker_mask-ac846f51ee3570c6880d2a88cb4c5353.png +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/uicolor/yui/assets/picker_mask.png +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/uicolor/yui/assets/picker_thumb-aed7c70c1854dac98bd8310da084d689.png +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/uicolor/yui/assets/picker_thumb.png +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/uicolor/yui/assets/yui.css +6 -0
- data/test/dummy/public/assets/ckeditor/plugins/uicolor/yui/yui.js +76 -0
- data/test/dummy/public/assets/ckeditor/plugins/wsc/dialogs/ciframe-c7c588e16f092fdb33f9522df57acdf7.html +49 -0
- data/test/dummy/public/assets/ckeditor/plugins/wsc/dialogs/ciframe.html +49 -0
- data/test/dummy/public/assets/ckeditor/plugins/wsc/dialogs/tmpFrameset-2ed47c8c321406680828cd39a4cfd841.html +52 -0
- data/test/dummy/public/assets/ckeditor/plugins/wsc/dialogs/tmpFrameset.html +52 -0
- data/test/dummy/public/assets/ckeditor/plugins/wsc/dialogs/wsc.css +6 -0
- data/test/dummy/public/assets/ckeditor/plugins/wsc/dialogs/wsc.js +7 -0
- data/test/dummy/public/assets/ckeditor/plugins/xml/plugin.js +6 -0
- data/test/dummy/public/assets/ckeditor/skins/kama/dialog.css +10 -0
- data/test/dummy/{tmp/cache/assets/DBF/180/sprockets%2F19427ba0edb6b1c15eaaf43afd73e617 → public/assets/ckeditor/skins/kama/editor.css} +0 -0
- data/test/dummy/public/assets/ckeditor/skins/kama/icons-2f0d4921addf1896455275e7ccb7d0ff.png +0 -0
- data/test/dummy/public/assets/ckeditor/skins/kama/icons.png +0 -0
- data/test/dummy/public/assets/ckeditor/skins/kama/icons_rtl-fe1043485a7af2aaf254c823086123ba.png +0 -0
- data/test/dummy/public/assets/ckeditor/skins/kama/icons_rtl.png +0 -0
- data/test/dummy/public/assets/ckeditor/skins/kama/images/dialog_sides-1bd20fa0a9f35f0921eccfbb345490e2.gif +0 -0
- data/test/dummy/public/assets/ckeditor/skins/kama/images/dialog_sides-b54c340d7451e52aaecf7e944f15bde8.png +0 -0
- data/test/dummy/public/assets/ckeditor/skins/kama/images/dialog_sides.gif +0 -0
- data/test/dummy/public/assets/ckeditor/skins/kama/images/dialog_sides.png +0 -0
- data/test/dummy/public/assets/ckeditor/skins/kama/images/dialog_sides_rtl-53a84633be082d2b19a805a9398cfe03.png +0 -0
- data/test/dummy/public/assets/ckeditor/skins/kama/images/dialog_sides_rtl.png +0 -0
- data/test/dummy/public/assets/ckeditor/skins/kama/images/mini-92ae7c7f7f48d849814f5e331cb2bd24.gif +0 -0
- data/test/dummy/public/assets/ckeditor/skins/kama/images/mini.gif +0 -0
- data/test/dummy/public/assets/ckeditor/skins/kama/images/noimage-623baac6fe6b7cd494715931451deeed.png +0 -0
- data/test/dummy/public/assets/ckeditor/skins/kama/images/noimage.png +0 -0
- data/test/dummy/public/assets/ckeditor/skins/kama/images/sprites-37a3ebdc1b4393eefbc4520a02938daf.png +0 -0
- data/test/dummy/public/assets/ckeditor/skins/kama/images/sprites.png +0 -0
- data/test/dummy/public/assets/ckeditor/skins/kama/images/sprites_ie6-105615f241302fed23e7aae2411b4a1f.png +0 -0
- data/test/dummy/public/assets/ckeditor/skins/kama/images/sprites_ie6.png +0 -0
- data/test/dummy/public/assets/ckeditor/skins/kama/images/toolbar_start-806bf6a72342160d7ccdc846e7d4a476.gif +0 -0
- data/test/dummy/public/assets/ckeditor/skins/kama/images/toolbar_start.gif +0 -0
- data/test/dummy/public/assets/ckeditor/skins/kama/skin.js +7 -0
- data/test/dummy/public/assets/ckeditor/skins/kama/templates.css +6 -0
- data/test/dummy/public/assets/ckeditor/skins/office2003/dialog.css +9 -0
- data/test/dummy/public/assets/ckeditor/skins/office2003/editor.css +14 -0
- data/test/dummy/public/assets/ckeditor/skins/office2003/icons-2f0d4921addf1896455275e7ccb7d0ff.png +0 -0
- data/test/dummy/public/assets/ckeditor/skins/office2003/icons.png +0 -0
- data/test/dummy/public/assets/ckeditor/skins/office2003/icons_rtl-fe1043485a7af2aaf254c823086123ba.png +0 -0
- data/test/dummy/public/assets/ckeditor/skins/office2003/icons_rtl.png +0 -0
- data/test/dummy/public/assets/ckeditor/skins/office2003/images/dialog_sides-75a65a85a2b30468dc1beac0c54d1fb9.png +0 -0
- data/test/dummy/public/assets/ckeditor/skins/office2003/images/dialog_sides-edefdf8c116d4656501f13731ae8ff5b.gif +0 -0
- data/test/dummy/public/assets/ckeditor/skins/office2003/images/dialog_sides.gif +0 -0
- data/test/dummy/public/assets/ckeditor/skins/office2003/images/dialog_sides.png +0 -0
- data/test/dummy/public/assets/ckeditor/skins/office2003/images/dialog_sides_rtl-77bbf3783e5dc7984f3be35faf7779fb.png +0 -0
- data/test/dummy/public/assets/ckeditor/skins/office2003/images/dialog_sides_rtl.png +0 -0
- data/test/dummy/public/assets/ckeditor/skins/office2003/images/mini-92ae7c7f7f48d849814f5e331cb2bd24.gif +0 -0
- data/test/dummy/public/assets/ckeditor/skins/office2003/images/mini.gif +0 -0
- data/test/dummy/public/assets/ckeditor/skins/office2003/images/noimage-623baac6fe6b7cd494715931451deeed.png +0 -0
- data/test/dummy/public/assets/ckeditor/skins/office2003/images/noimage.png +0 -0
- data/test/dummy/public/assets/ckeditor/skins/office2003/images/sprites-55354902984711767f69cf5f190b9d42.png +0 -0
- data/test/dummy/public/assets/ckeditor/skins/office2003/images/sprites.png +0 -0
- data/test/dummy/public/assets/ckeditor/skins/office2003/images/sprites_ie6-ea9534ccd0a64d8d14579a37bcdaaeb9.png +0 -0
- data/test/dummy/public/assets/ckeditor/skins/office2003/images/sprites_ie6.png +0 -0
- data/test/dummy/public/assets/ckeditor/skins/office2003/skin.js +6 -0
- data/test/dummy/public/assets/ckeditor/skins/office2003/templates.css +6 -0
- data/test/dummy/public/assets/ckeditor/skins/v2/dialog.css +9 -0
- data/test/dummy/public/assets/ckeditor/skins/v2/editor.css +13 -0
- data/test/dummy/public/assets/ckeditor/skins/v2/icons-2f0d4921addf1896455275e7ccb7d0ff.png +0 -0
- data/test/dummy/public/assets/ckeditor/skins/v2/icons.png +0 -0
- data/test/dummy/public/assets/ckeditor/skins/v2/icons_rtl-fe1043485a7af2aaf254c823086123ba.png +0 -0
- data/test/dummy/public/assets/ckeditor/skins/v2/icons_rtl.png +0 -0
- data/test/dummy/public/assets/ckeditor/skins/v2/images/dialog_sides-1bd20fa0a9f35f0921eccfbb345490e2.gif +0 -0
- data/test/dummy/public/assets/ckeditor/skins/v2/images/dialog_sides-b54c340d7451e52aaecf7e944f15bde8.png +0 -0
- data/test/dummy/public/assets/ckeditor/skins/v2/images/dialog_sides.gif +0 -0
- data/test/dummy/public/assets/ckeditor/skins/v2/images/dialog_sides.png +0 -0
- data/test/dummy/public/assets/ckeditor/skins/v2/images/dialog_sides_rtl-53a84633be082d2b19a805a9398cfe03.png +0 -0
- data/test/dummy/public/assets/ckeditor/skins/v2/images/dialog_sides_rtl.png +0 -0
- data/test/dummy/public/assets/ckeditor/skins/v2/images/mini-92ae7c7f7f48d849814f5e331cb2bd24.gif +0 -0
- data/test/dummy/public/assets/ckeditor/skins/v2/images/mini.gif +0 -0
- data/test/dummy/public/assets/ckeditor/skins/v2/images/noimage-623baac6fe6b7cd494715931451deeed.png +0 -0
- data/test/dummy/public/assets/ckeditor/skins/v2/images/noimage.png +0 -0
- data/test/dummy/public/assets/ckeditor/skins/v2/images/sprites-781d681644b31f32868856fa132e4906.png +0 -0
- data/test/dummy/public/assets/ckeditor/skins/v2/images/sprites.png +0 -0
- data/test/dummy/public/assets/ckeditor/skins/v2/images/sprites_ie6-9c6895a740fc1778a432cce5b91bc281.png +0 -0
- data/test/dummy/public/assets/ckeditor/skins/v2/images/sprites_ie6.png +0 -0
- data/test/dummy/public/assets/ckeditor/skins/v2/images/toolbar_start-806bf6a72342160d7ccdc846e7d4a476.gif +0 -0
- data/test/dummy/public/assets/ckeditor/skins/v2/images/toolbar_start.gif +0 -0
- data/test/dummy/public/assets/ckeditor/skins/v2/skin.js +6 -0
- data/test/dummy/public/assets/ckeditor/skins/v2/templates.css +6 -0
- data/test/dummy/public/assets/ckeditor/themes/default/theme.js +8 -0
- data/test/dummy/public/assets/manifest.yml +239 -0
- data/test/dummy/public/assets/rich/application-2d948ba94e7a1e8ee49e29ef95f87995.css +2 -0
- data/test/dummy/public/assets/rich/application-2d948ba94e7a1e8ee49e29ef95f87995.css.gz +0 -0
- data/test/dummy/public/assets/rich/application-f0e3ebd0b5dd8a6ffd525e1b5a688acf.js +19 -0
- data/test/dummy/public/assets/rich/application-f0e3ebd0b5dd8a6ffd525e1b5a688acf.js.gz +0 -0
- data/test/dummy/public/assets/rich/application.css +2 -0
- data/test/dummy/public/assets/rich/application.css.gz +0 -0
- data/test/dummy/public/assets/rich/application.js +19 -0
- data/test/dummy/public/assets/rich/application.js.gz +0 -0
- data/test/dummy/public/assets/rich/base-3d3160088af99119a311b4e7362326ac.js +11 -0
- data/test/dummy/public/assets/rich/base-3d3160088af99119a311b4e7362326ac.js.gz +0 -0
- data/test/dummy/public/assets/rich/base.js +11 -0
- data/test/dummy/public/assets/rich/base.js.gz +0 -0
- data/test/dummy/public/assets/rich/editor-204d2a1d7aec25614b4611349aa793fb.css +1 -0
- data/test/dummy/public/assets/rich/editor-204d2a1d7aec25614b4611349aa793fb.css.gz +0 -0
- data/test/dummy/public/assets/rich/editor.css +1 -0
- data/test/dummy/public/assets/rich/editor.css.gz +0 -0
- data/test/dummy/public/assets/rich/images-e091bcc710f62a6265d8bc6eae54fbab.png +0 -0
- data/test/dummy/public/assets/rich/images.png +0 -0
- data/test/dummy/public/assets/rich/insert-many-0a73f24b86f9df3e23484009639f306c.png +0 -0
- data/test/dummy/public/assets/rich/insert-many.png +0 -0
- data/test/dummy/public/assets/rich/insert-one-452c896e53e8907911a0e6961601be4c.png +0 -0
- data/test/dummy/public/assets/rich/insert-one.png +0 -0
- data/test/dummy/public/assets/rich/loading-3fc55503a06d7a68cbed7e4a5d9aef8e.png +0 -0
- data/test/dummy/public/assets/rich/loading.png +0 -0
- data/test/dummy/public/assets/rich/menu-dash-12c49f78947dffd7da66c54427a241b7.png +0 -0
- data/test/dummy/public/assets/rich/menu-dash.png +0 -0
- data/test/dummy/public/assets/rich/plus-dc390d95d28f5c2b62823c0d50f97c61.png +0 -0
- data/test/dummy/public/assets/rich/plus-red-ab024857950b67766ecc033a1231944e.png +0 -0
- data/test/dummy/public/assets/rich/plus-red.png +0 -0
- data/test/dummy/public/assets/rich/plus.png +0 -0
- data/test/dummy/public/assets/rich/x-red-e18786c310c0a2a696a8eaccc9618711.png +0 -0
- data/test/dummy/public/assets/rich/x-red.png +0 -0
- data/test/dummy/tmp/cache/assets/BDC/DF0/sprockets%2F556859632756792340573f0b7d7937d4 +0 -0
- data/test/dummy/tmp/cache/assets/BEE/9D0/sprockets%2F04f1847209c701267b145074c38d7915 +0 -0
- data/test/dummy/tmp/cache/assets/C09/940/sprockets%2F9c892480308a353394094957b3389d7e +0 -0
- data/test/dummy/tmp/cache/assets/C19/4A0/sprockets%2F25141441498608917b8f0fa0b263a356 +0 -0
- data/test/dummy/tmp/cache/assets/C27/DF0/sprockets%2F33f6324a781951f5041a3515ae596788 +0 -0
- data/test/dummy/tmp/cache/assets/C2B/650/sprockets%2F1df4737580163259e6d2b79578a23191 +0 -0
- data/test/dummy/tmp/cache/assets/C2B/690/sprockets%2F7386b243b8578943a8a058fd73153523 +0 -0
- data/test/dummy/tmp/cache/assets/C2E/BB0/sprockets%2F67170774689ef70161779c25ce13145c +0 -0
- data/test/dummy/tmp/cache/assets/C30/AD0/sprockets%2F5e464907523e20c546b278814936f9a7 +0 -0
- data/test/dummy/tmp/cache/assets/C33/CE0/sprockets%2Fb83256fce54175498209904a643f4677 +0 -0
- data/test/dummy/tmp/cache/assets/C48/FF0/sprockets%2F96e842574236271ede53a401177c103c +0 -0
- data/test/dummy/tmp/cache/assets/C49/500/sprockets%2F72473c15cf2e294b25b1823e82954031 +0 -0
- data/test/dummy/tmp/cache/assets/C4B/120/sprockets%2F68c509110e4521f31e08c02988cd1871 +0 -0
- data/test/dummy/tmp/cache/assets/C4B/4F0/sprockets%2F507227215261ca7b895102e5f831b9b8 +0 -0
- data/test/dummy/tmp/cache/assets/C4D/110/sprockets%2F611640a397c0e9a8a99433e6681b3401 +0 -0
- data/test/dummy/tmp/cache/assets/C53/D20/sprockets%2Fc717231c3a3035802677df4eb6884727 +0 -0
- data/test/dummy/tmp/cache/assets/C54/A80/sprockets%2F1de74a969431c6973c790026061ab287 +0 -0
- data/test/dummy/tmp/cache/assets/C55/B30/sprockets%2F39a30f38a0388c637e0840d03656967b +0 -0
- data/test/dummy/tmp/cache/assets/C56/250/sprockets%2Fb6db18745993b17d85dc925232322923 +0 -0
- data/test/dummy/tmp/cache/assets/C58/8D0/sprockets%2F353a6a7559802014f934e28851f7da74 +0 -0
- data/test/dummy/tmp/cache/assets/C5D/7F0/sprockets%2F539347136e2b81496339888d3fead221 +0 -0
- data/test/dummy/tmp/cache/assets/C65/9A0/sprockets%2F7ce27567092e41279b34498d6075cb87 +0 -0
- data/test/dummy/tmp/cache/assets/C68/9D0/sprockets%2F46c8f88ef788054366f4b5c940236533 +0 -0
- data/test/dummy/tmp/cache/assets/C6B/9C0/sprockets%2F3dae21157a42b25135fae24956315172 +0 -0
- data/test/dummy/tmp/cache/assets/C6D/1A0/sprockets%2F212b0151e5d2cba1587771f308323d48 +0 -0
- data/test/dummy/tmp/cache/assets/C6E/8D0/sprockets%2Fca47069498ba75e028c450aa50333005 +0 -0
- data/test/dummy/tmp/cache/assets/C70/F80/sprockets%2F25a1272055d68b1f13f457471a3082af +0 -0
- data/test/dummy/tmp/cache/assets/C72/A20/sprockets%2F3f1d53046321c2171bbd83739410d7c9 +0 -0
- data/test/dummy/tmp/cache/assets/C73/820/sprockets%2Fdc73957133cc0c6c36681621ad275022 +0 -0
- data/test/dummy/tmp/cache/assets/C77/5B0/sprockets%2F540101198b081942476e5ef23c406fcc +0 -0
- data/test/dummy/tmp/cache/assets/C77/720/sprockets%2Fca30f4a4080067a42488536e598232da +0 -0
- data/test/dummy/tmp/cache/assets/C77/EF0/sprockets%2F35ca46348a682bda063928544a2630d5 +0 -0
- data/test/dummy/tmp/cache/assets/C79/B60/sprockets%2F7002c4f53b73b5eef125743664530f53 +0 -0
- data/test/dummy/tmp/cache/assets/C7B/200/sprockets%2F2720e7546112b1c1d03fd9697e606d90 +0 -0
- data/test/dummy/tmp/cache/assets/C7B/410/sprockets%2Ff676f01075f2e49124321b39229e5d2a +0 -0
- data/test/dummy/tmp/cache/assets/C7B/540/sprockets%2F547199d245ed02056a83508dd104a69a +0 -0
- data/test/dummy/tmp/cache/assets/C7D/C40/sprockets%2Fc99034ce618e1228e662c007671f2a53 +0 -0
- data/test/dummy/tmp/cache/assets/C7E/9B0/sprockets%2Fc7ed8687b3ce693f0342017416225b60 +0 -0
- data/test/dummy/tmp/cache/assets/C7F/360/sprockets%2Fb500dd4e82499845120f11801cf99b45 +0 -0
- data/test/dummy/tmp/cache/assets/C80/060/sprockets%2Fb1220c62161546be7f197a929d2096f6 +0 -0
- data/test/dummy/tmp/cache/assets/C82/D30/sprockets%2F8187429e99fcd8806f856c75449b6695 +0 -0
- data/test/dummy/tmp/cache/assets/C83/A00/sprockets%2F9c83c872822bb127b72291b42729ca49 +0 -0
- data/test/dummy/tmp/cache/assets/C84/840/sprockets%2Ff4d18b49e90538028a47531ca4668a35 +0 -0
- data/test/dummy/tmp/cache/assets/C85/380/sprockets%2F53a7b57361807c68e79e068a40273c0e +0 -0
- data/test/dummy/tmp/cache/assets/C88/B20/sprockets%2F7b205d3f7366e20665c267792b07c6b9 +0 -0
- data/test/dummy/tmp/cache/assets/C89/B80/sprockets%2Fea20d64c17365772e6cc48b787323728 +0 -0
- data/test/dummy/tmp/cache/assets/{D11/D20/sprockets%2Fcac21eac42152981882bf9e489316af4 → C8C/B80/sprockets%2F371bf96e99717688ed7313a0c53f4212} +0 -0
- data/test/dummy/tmp/cache/assets/C8D/710/sprockets%2F15cd04c9e7637a0b4229648dd6395838 +0 -0
- data/test/dummy/tmp/cache/assets/C8D/F20/sprockets%2F06a7164988ac4742a97874f84aa2a870 +0 -0
- data/test/dummy/tmp/cache/assets/C8F/D80/sprockets%2F455e93b83c0e017f18c228f533c74899 +0 -0
- data/test/dummy/tmp/cache/assets/C93/B40/sprockets%2F2270437a1d5132fb56c8231aa2d4f700 +0 -0
- data/test/dummy/tmp/cache/assets/C93/E70/sprockets%2F15444ade262779d3465f892d96403ee7 +0 -0
- data/test/dummy/tmp/cache/assets/C95/5F0/sprockets%2F53e43e281a976e7c238662c7853915ef +0 -0
- data/test/dummy/tmp/cache/assets/C99/810/sprockets%2F635ebe464ce2f4e00172f900204124b4 +0 -0
- data/test/dummy/tmp/cache/assets/C9A/1C0/sprockets%2F4af720073e4216a9d110904c61db1a87 +0 -0
- data/test/dummy/tmp/cache/assets/C9B/7D0/sprockets%2F96f6279c83e55127e167ef745f37b911 +0 -0
- data/test/dummy/tmp/cache/assets/C9B/D00/sprockets%2Fb8d85ebf421d5b24e602a64260507021 +0 -0
- data/test/dummy/tmp/cache/assets/C9B/FE0/sprockets%2F303058205a85e00b20733f8bd342b8fd +0 -0
- data/test/dummy/tmp/cache/assets/C9D/410/sprockets%2F68567256a0f5453dd962789b884b7f4b +0 -0
- data/test/dummy/tmp/cache/assets/C9D/AD0/sprockets%2F9534922958d0e57f02ca7a68bb887878 +0 -0
- data/test/dummy/tmp/cache/assets/C9E/C60/sprockets%2F2533ccfb67e257141e36362e252da032 +0 -0
- data/test/dummy/tmp/cache/assets/CA2/380/sprockets%2F33584e07265b247dae580ae72a7c2400 +0 -0
- data/test/dummy/tmp/cache/assets/CA3/840/sprockets%2F97c1b55a37382e5212f06661ad22b47a +0 -0
- data/test/dummy/tmp/cache/assets/CA5/3E0/sprockets%2F6ab4dab3e616486a6e691190a4550432 +0 -0
- data/test/dummy/tmp/cache/assets/CA5/DE0/sprockets%2F1aec0853505712843049be275d6afa17 +0 -0
- data/test/dummy/tmp/cache/assets/CA6/D70/sprockets%2F954979c930b87d937d7c968dec805082 +0 -0
- data/test/dummy/tmp/cache/assets/CA7/2D0/sprockets%2Fe973314ba7ade33537d8456a59101c12 +0 -0
- data/test/dummy/tmp/cache/assets/CA8/010/sprockets%2F3822fe6ee82705342f2d141f13e5018d +0 -0
- data/test/dummy/tmp/cache/assets/CA8/CC0/sprockets%2Ff50aa8604c2dc7ef123085426c447680 +0 -0
- data/test/dummy/tmp/cache/assets/CA8/F60/sprockets%2F0b316c6974cffbd0a850690d14629016 +0 -0
- data/test/dummy/tmp/cache/assets/CA9/BD0/sprockets%2F85c5c7da5274e330a42646d15e26650c +0 -0
- data/test/dummy/tmp/cache/assets/CAA/CB0/sprockets%2F21a4f54177965054ccba876d4ac90044 +0 -0
- data/test/dummy/tmp/cache/assets/CAC/130/sprockets%2F720e4c18ea437d497333ae2a293265c6 +0 -0
- data/test/dummy/tmp/cache/assets/CAC/660/sprockets%2Fa610f1c249982658e21d3c61b32d7e90 +0 -0
- data/test/dummy/tmp/cache/assets/CAD/D40/sprockets%2Fd5e8810f5217f0d1f60d130646682bc9 +0 -0
- data/test/dummy/tmp/cache/assets/{D4B/190/sprockets%2F3302dab8fad86d469b9e126ff56d3593 → CAE/440/sprockets%2F31dc3464893dd5a7734a257022bf9a37} +0 -0
- data/test/dummy/tmp/cache/assets/CB0/4E0/sprockets%2Fc8b3ba39cf681f453847427b6130d290 +0 -0
- data/test/dummy/tmp/cache/assets/CB0/600/sprockets%2F721bd25e8fdb60735b9076b6004d8672 +0 -0
- data/test/dummy/tmp/cache/assets/CB0/9C0/sprockets%2F70533e8bf04740f964137b3a7d1ef580 +0 -0
- data/test/dummy/tmp/cache/assets/CB0/9E0/sprockets%2Fa79c8554338c001671b1fa59d03e4d68 +0 -0
- data/test/dummy/tmp/cache/assets/CB0/F40/sprockets%2F539d1dd471483a311391ef9c03474cf6 +0 -0
- data/test/dummy/tmp/cache/assets/CB1/3F0/sprockets%2F2172ba97acd80322a70758d66d5739e2 +0 -0
- data/test/dummy/tmp/cache/assets/CB2/8C0/sprockets%2F6914720c7939036a3e2732ccffa5f264 +0 -0
- data/test/dummy/tmp/cache/assets/CB2/C10/sprockets%2Fda8a1c8122d78dd08710294582f46a76 +0 -0
- data/test/dummy/tmp/cache/assets/CB3/E10/sprockets%2Fd5b564657254f5c2a5483a0691b9df05 +0 -0
- data/test/dummy/tmp/cache/assets/CB4/E40/sprockets%2Fb74c920b96371fa5234b8fd717b29237 +0 -0
- data/test/dummy/tmp/cache/assets/CB6/CD0/sprockets%2F662c7a2399eb4f53567a415802aa38f7 +0 -0
- data/test/dummy/tmp/cache/assets/CBA/7A0/sprockets%2F12bc93547225645986e183d867cc3cda +0 -0
- data/test/dummy/tmp/cache/assets/CBB/670/sprockets%2F03d2a8fa7c98289281cd88ff86451020 +0 -0
- data/test/dummy/tmp/cache/assets/CBC/610/sprockets%2F7a258d3f291d8be96017cb7e78024457 +0 -0
- data/test/dummy/tmp/cache/assets/CBD/2B0/sprockets%2Fc1ff2e740da50e998769526dc9420364 +0 -0
- data/test/dummy/tmp/cache/assets/CBE/A80/sprockets%2F60bb9087aed9745744925f6ce01525d9 +0 -0
- data/test/dummy/tmp/cache/assets/CC3/670/sprockets%2F787a8401551cdb9896241f17e65a9ce8 +0 -0
- data/test/dummy/tmp/cache/assets/CC3/9E0/sprockets%2F2498b630f6820fa93a9779a8760af47c +0 -0
- data/test/dummy/tmp/cache/assets/CC7/220/sprockets%2Fd066c004d1fd26ae76a61303a7a18145 +0 -0
- data/test/dummy/tmp/cache/assets/CC9/7C0/sprockets%2Fc82557feaf0c7f8138225e629e905689 +0 -0
- data/test/dummy/tmp/cache/assets/CCC/BF0/sprockets%2Fd64241850aaf9a25152b91a69130a8ac +0 -0
- data/test/dummy/tmp/cache/assets/CCD/390/sprockets%2Fe60c975c2568f7ab948e190369c697f1 +0 -0
- data/test/dummy/tmp/cache/assets/CCD/B70/sprockets%2Fbe5d4276053476bce1da3850b710b108 +0 -0
- data/test/dummy/tmp/cache/assets/CCE/3D0/sprockets%2F7c053a0e37e4109846266a0a686acb0a +0 -0
- data/test/dummy/tmp/cache/assets/CCF/230/sprockets%2F60a41eef6b55f390c02108a0a0681d97 +0 -0
- data/test/dummy/tmp/cache/assets/CCF/500/sprockets%2F0330258c93457d4b72d10e2e5d1bb1c9 +0 -0
- data/test/dummy/tmp/cache/assets/CD0/3C0/sprockets%2F246333a1ec8bbbc08425552f0da98621 +0 -0
- data/test/dummy/tmp/cache/assets/CD0/700/sprockets%2F652b92177e5b7db32062ba3e0c08a491 +0 -0
- data/test/dummy/tmp/cache/assets/CD3/830/sprockets%2Fb5142e54768f952183bdb60cc2352b0b +0 -0
- data/test/dummy/tmp/cache/assets/CD6/370/sprockets%2F36de299a111a8a148188b30ac146d55f +0 -0
- data/test/dummy/tmp/cache/assets/CD7/A90/sprockets%2Fa4a89b241f7573bb600539fe154ed123 +0 -0
- data/test/dummy/tmp/cache/assets/CD8/370/sprockets%2F357970feca3ac29060c1e3861e2c0953 +4 -0
- data/test/dummy/tmp/cache/assets/CD9/250/sprockets%2F7e917f0e901da1316765aa09934dab61 +0 -0
- data/test/dummy/tmp/cache/assets/CD9/590/sprockets%2F9713483f12b1c7021150cf9cfdc6905e +0 -0
- data/test/dummy/tmp/cache/assets/CD9/B40/sprockets%2F7d192e48d1b63bccf1582db070388142 +0 -0
- data/test/dummy/tmp/cache/assets/CDA/0A0/sprockets%2Feca5b9f722a12be9921b80813a316964 +0 -0
- data/test/dummy/tmp/cache/assets/CDA/170/sprockets%2F2107f8467a22ca1f677e7721ad149da3 +0 -0
- data/test/dummy/tmp/cache/assets/CDA/420/sprockets%2F63c2e7b996558fafc202d5d32a181322 +0 -0
- data/test/dummy/tmp/cache/assets/CDA/B70/sprockets%2F2bd240317a1b99b77f2686a14dc443b9 +0 -0
- data/test/dummy/tmp/cache/assets/CDB/040/sprockets%2Fc732474e67003a4eb840eb44c5ca9385 +0 -0
- data/test/dummy/tmp/cache/assets/CDD/1B0/sprockets%2F0ff0d37d63ee08c16d32c363c8638163 +0 -0
- data/test/dummy/tmp/cache/assets/CDD/D40/sprockets%2Fb576ec16362bed40601d284642e4e65f +0 -0
- data/test/dummy/tmp/cache/assets/CDE/000/sprockets%2Fe97433dd8b48edad9812b060532a3616 +0 -0
- data/test/dummy/tmp/cache/assets/CDE/140/sprockets%2F851c91b0bb7b4f177553597cf8ca1043 +0 -0
- data/test/dummy/tmp/cache/assets/CDE/F80/sprockets%2F0f0a327295671d4a71e54cc90a9ef608 +0 -0
- data/test/dummy/tmp/cache/assets/CE0/680/sprockets%2F574bb703603a713ac76ff8f20dc73658 +0 -0
- data/test/dummy/tmp/cache/assets/CE0/F70/sprockets%2F5f626eb3d0e9861907861afe5612a00f +0 -0
- data/test/dummy/tmp/cache/assets/CE1/990/sprockets%2F5334706128d5d744f211efe5e1a4c69f +0 -0
- data/test/dummy/tmp/cache/assets/CE1/A60/sprockets%2Fc25ce483202a35f7574cb39717ba929c +0 -0
- data/test/dummy/tmp/cache/assets/CE2/4B0/sprockets%2F93a5af891560bd8a5292f2f0b9307e34 +0 -0
- data/test/dummy/tmp/cache/assets/CE2/E50/sprockets%2F15a14263195fc451ea7eb4ce86c56872 +0 -0
- data/test/dummy/tmp/cache/assets/CE3/B40/sprockets%2F7b599dfd5a2a00872ac28ba983832094 +0 -0
- data/test/dummy/tmp/cache/assets/CE4/350/sprockets%2F265c265a5e41393b3d5e7d639bf0a496 +0 -0
- data/test/dummy/tmp/cache/assets/CE5/5B0/sprockets%2F9ba69a933006592e5570cf6e60a86b2e +0 -0
- data/test/dummy/tmp/cache/assets/CE5/7E0/sprockets%2F1ffd3469b370f7b79022757f4cfe1403 +0 -0
- data/test/dummy/tmp/cache/assets/CE6/0D0/sprockets%2F4d0d42d933e80526e6498de7ac597a01 +0 -0
- data/test/dummy/tmp/cache/assets/CE6/1A0/sprockets%2F914de32827cb63c586780e7b60a0dc77 +0 -0
- data/test/dummy/tmp/cache/assets/CE6/CE0/sprockets%2F5110c98e00cb6a5f0154eb0a1c12a027 +0 -0
- data/test/dummy/tmp/cache/assets/CE7/050/sprockets%2F82c0f75e42815fd25931f7efbf476121 +0 -0
- data/test/dummy/tmp/cache/assets/CE7/C30/sprockets%2F6804fdb4e5322536e5496cda8a538d17 +0 -0
- data/test/dummy/tmp/cache/assets/CE8/690/sprockets%2F4d6aa28aa542f1e7b5941992cb738972 +0 -0
- data/test/dummy/tmp/cache/assets/CE8/6E0/sprockets%2F8923777ce0d4b72fb555e68172a2cb64 +0 -0
- data/test/dummy/tmp/cache/assets/CE9/260/sprockets%2F20e1d59afc58e2ba50296184927fd568 +0 -0
- data/test/dummy/tmp/cache/assets/CE9/A20/sprockets%2F9bc63f08d44e8c1117c1460496a7e86f +0 -0
- data/test/dummy/tmp/cache/assets/CE9/B80/sprockets%2F5b2c5115ef4f940777455ffec4f26073 +0 -0
- data/test/dummy/tmp/cache/assets/CE9/EB0/sprockets%2F7f84d056b7fe2b725f7932aa23a66844 +0 -0
- data/test/dummy/tmp/cache/assets/CEC/CF0/sprockets%2F7d24293c4dd5e394e4fc986d91e13323 +0 -0
- data/test/dummy/tmp/cache/assets/CEC/DA0/sprockets%2F977a164588d50ff9b2b40c39a79a6c06 +0 -0
- data/test/dummy/tmp/cache/assets/CED/CF0/sprockets%2F74a2cf33276e4898e45eed1a73180b79 +0 -0
- data/test/dummy/tmp/cache/assets/CF0/1D0/sprockets%2F6fc757c2c8329244ca95d6909865bbc2 +0 -0
- data/test/dummy/tmp/cache/assets/CF0/E20/sprockets%2Ff99883cd6c0d6948912163ea70e1a77b +0 -0
- data/test/dummy/tmp/cache/assets/CF2/0F0/sprockets%2Fba5069468c4d33d87e1693bed71e7828 +0 -0
- data/test/dummy/tmp/cache/assets/CF3/070/sprockets%2F58eff2332972bb5992d8cf77a542835a +0 -0
- data/test/dummy/tmp/cache/assets/CF5/440/sprockets%2F763177da4ee86d55459c0e67d0ff8471 +0 -0
- data/test/dummy/tmp/cache/assets/CF6/610/sprockets%2Fa9939681583396390d7a6db5ef6ac71d +0 -0
- data/test/dummy/tmp/cache/assets/CF6/9E0/sprockets%2Ff3c0e6e191993ce3d97cb35929d18197 +0 -0
- data/test/dummy/tmp/cache/assets/CF8/E20/sprockets%2F04404b5427d0fa1409084aa2e7c3cbd8 +0 -0
- data/test/dummy/tmp/cache/assets/CFA/F90/sprockets%2F9963d85bcc2128785c833cb6b549c7f9 +0 -0
- data/test/dummy/tmp/cache/assets/CFA/FF0/sprockets%2Fa6545f61c7de6879eb67484098a462cf +0 -0
- data/test/dummy/tmp/cache/assets/CFC/350/sprockets%2Fb5801d1da3bbb5345b61cc825306f825 +0 -0
- data/test/dummy/tmp/cache/assets/CFC/630/sprockets%2F432f958a494fd38f3f37b89567ae307f +0 -0
- data/test/dummy/tmp/cache/assets/CFD/270/sprockets%2Fc745cd989d73367f34afec4c47897117 +0 -0
- data/test/dummy/tmp/cache/assets/CFD/710/sprockets%2Fbc0c3a445b706b06a105e27283c7c86d +0 -0
- data/test/dummy/tmp/cache/assets/CFD/B60/sprockets%2Ff12843c2e0032ed43f125a7f9b109a2f +0 -0
- data/test/dummy/tmp/cache/assets/CFE/0F0/sprockets%2Fe98895972601a6cc7ab8d9f069a529b9 +0 -0
- data/test/dummy/tmp/cache/assets/D01/560/sprockets%2F04a744ea7118f43a7a27c24bcd642e71 +0 -0
- data/test/dummy/tmp/cache/assets/D01/590/sprockets%2F9bad11726f5d1f504ce12d8033d1f139 +0 -0
- data/test/dummy/tmp/cache/assets/D02/2C0/sprockets%2Fd73b46ed6a762df701e311a74ae11922 +0 -0
- data/test/dummy/tmp/cache/assets/D02/640/sprockets%2F6d5e6c58fd5f03e2085101ef10e6f001 +0 -0
- data/test/dummy/tmp/cache/assets/D02/E40/sprockets%2Fa9cebd54c414f85c03f7b3139f035210 +0 -0
- data/test/dummy/tmp/cache/assets/D06/F80/sprockets%2F2afddf336526f2108d7556508cd0b31d +0 -0
- data/test/dummy/tmp/cache/assets/D08/4D0/sprockets%2Fa160637ce029d8b0e13d612cb97a69e3 +0 -0
- data/test/dummy/tmp/cache/assets/D08/5C0/sprockets%2F550ad52ac67d961c444d3757a8d211eb +0 -0
- data/test/dummy/tmp/cache/assets/D08/760/sprockets%2F2473104fe4e449cf4bfe83b52d402a72 +0 -0
- data/test/dummy/tmp/cache/assets/D09/130/sprockets%2F4f3f2b2d7797011422ca58b088dfc4c1 +0 -0
- data/test/dummy/tmp/cache/assets/D09/190/sprockets%2F71fe58d509e365a1f075f06fa02e2b24 +0 -0
- data/test/dummy/tmp/cache/assets/D0A/690/sprockets%2F8bb7894de97fb8480d98129f5c65794c +0 -0
- data/test/dummy/tmp/cache/assets/D0B/9F0/sprockets%2F61079c4cb9b1cb5694950218aeb01ed8 +0 -0
- data/test/dummy/tmp/cache/assets/D0C/F90/sprockets%2Fc835c94f6e5d2507b7d5108bbf33d150 +0 -0
- data/test/dummy/tmp/cache/assets/D0D/500/sprockets%2Fe9df7097196f12161bd1e81c2c5e0a18 +0 -0
- data/test/dummy/tmp/cache/assets/D0D/800/sprockets%2Fca77562e78d1945a2ba47c257074be1b +0 -0
- data/test/dummy/tmp/cache/assets/D0D/B90/sprockets%2Fa948d9c1d5112b935641e39e5adad406 +0 -0
- data/test/dummy/tmp/cache/assets/D0D/EC0/sprockets%2F78e6ad15884b3128b31b2b33c9dc5d28 +0 -0
- data/test/dummy/tmp/cache/assets/D0E/970/sprockets%2Ff4346553df4bcb0293ec44436ceb7445 +0 -0
- data/test/dummy/tmp/cache/assets/D0E/C50/sprockets%2F3857156331637ee1fbac0d2ee6c077e5 +0 -0
- data/test/dummy/tmp/cache/assets/D0F/E60/sprockets%2F1e18f8d3084d0d11e871c43c9923da9b +0 -0
- data/test/dummy/tmp/cache/assets/D11/480/sprockets%2F9abb3f39da45da15e51996a03d458625 +0 -0
- data/test/dummy/tmp/cache/assets/D11/500/sprockets%2F3639b6f984cae1c94702d1ad2306ed66 +0 -0
- data/test/dummy/tmp/cache/assets/D11/570/sprockets%2Fb05e6530b69847a4b5064ab78bc83d8c +0 -0
- data/test/dummy/tmp/cache/assets/D11/A30/sprockets%2Ff8e47f36b1ab958267a330d882baa129 +0 -0
- data/test/dummy/tmp/cache/assets/D13/050/sprockets%2Fbabf84b54e50b709867265a852f49ac0 +0 -0
- data/test/dummy/tmp/cache/assets/D13/070/sprockets%2F0ccc67084360d9b43ce3737427fd2c9e +0 -0
- data/test/dummy/tmp/cache/assets/D13/120/sprockets%2Fd2e5b5a7e1b3071528d6e58ab79f5426 +0 -0
- data/test/dummy/tmp/cache/assets/D13/270/sprockets%2Fce909c16cf3808c14f5c28b95006ee43 +0 -0
- data/test/dummy/tmp/cache/assets/D13/B90/sprockets%2F805ac5f993e6cab507a8532f5bb40883 +0 -0
- data/test/dummy/tmp/cache/assets/D14/A40/sprockets%2F42754518d7e0ebf48fd64f3d387d102a +0 -0
- data/test/dummy/tmp/cache/assets/D14/B10/sprockets%2Ff38863f0920a58989fac3b39b01a8ae0 +0 -0
- data/test/dummy/tmp/cache/assets/D15/0B0/sprockets%2Fd5149b844d7a98c07c7ba2a61334ef49 +0 -0
- data/test/dummy/tmp/cache/assets/D15/8F0/sprockets%2F8b0888b329d337e1167e0d25c49ebd2e +0 -0
- data/test/dummy/tmp/cache/assets/D15/CE0/sprockets%2Fdade526d1ef2c411639d80985b8725b5 +0 -0
- data/test/dummy/tmp/cache/assets/D15/E00/sprockets%2F9ee2fbb12247382968b720fbbd35c729 +0 -0
- data/test/dummy/tmp/cache/assets/D15/EC0/sprockets%2F6d0bde1aa84292c30b1003ac230fb254 +0 -0
- data/test/dummy/tmp/cache/assets/D16/920/sprockets%2F7f5b385e40fd83a24f148722b9a4b65f +0 -0
- data/test/dummy/tmp/cache/assets/D16/B40/sprockets%2Fc1e0e33847ba7d65fb40fd674544485e +0 -0
- data/test/dummy/tmp/cache/assets/D16/FE0/sprockets%2F514d67b58770ab16259b9f5c53e5f4ab +0 -0
- data/test/dummy/tmp/cache/assets/D17/220/sprockets%2F97927ed522c7f6a7e4f184b0c084a6a4 +0 -0
- data/test/dummy/tmp/cache/assets/D17/8C0/sprockets%2Fdff966f193f4c8026a3ae110287737dd +0 -0
- data/test/dummy/tmp/cache/assets/D18/A30/sprockets%2F901a1bfb87fa6d5563e7e55632f6b375 +0 -0
- data/test/dummy/tmp/cache/assets/D18/FB0/sprockets%2F948c078adb346c2b9e3e4e794d054d60 +0 -0
- data/test/dummy/tmp/cache/assets/D19/CB0/sprockets%2Fcac38332595f72fe9156b55d1f55c92b +0 -0
- data/test/dummy/tmp/cache/assets/D1A/B60/sprockets%2Fdcf768d806243bfa34e6ef20902795f3 +0 -0
- data/test/dummy/tmp/cache/assets/D1B/350/sprockets%2F383e9fa9d5a7d053391b3fbe5c167863 +0 -0
- data/test/dummy/tmp/cache/assets/D1B/660/sprockets%2Fdd39ad391b6e318822eb3779cb465f36 +0 -0
- data/test/dummy/tmp/cache/assets/D1C/F40/sprockets%2F0d33b8f2d9fb681d65c0926364c5f7c8 +0 -0
- data/test/dummy/tmp/cache/assets/D1D/220/sprockets%2F847c4b2bf7db2f731f17556fa2f67809 +0 -0
- data/test/dummy/tmp/cache/assets/D1F/150/sprockets%2Fa123aa32899798a9f2f1f046fe76bc94 +0 -0
- data/test/dummy/tmp/cache/assets/D1F/990/sprockets%2F0229af100a7137b13cb36acf7c1843ba +0 -0
- data/test/dummy/tmp/cache/assets/D1F/DE0/sprockets%2Fc489f1afba2df21817e4a999496c0943 +0 -0
- data/test/dummy/tmp/cache/assets/D23/CF0/sprockets%2F0e77db800c24be23b153dead25322b26 +0 -0
- data/test/dummy/tmp/cache/assets/D23/EA0/sprockets%2F5c4b2f6109d6f098b259bc2736f94e9f +0 -0
- data/test/dummy/tmp/cache/assets/D25/300/sprockets%2Fc1788b2da83f9a01e957d9d74497f0c6 +0 -0
- data/test/dummy/tmp/cache/assets/D25/4A0/sprockets%2F6da119011fd1c4afc2c8cec032692151 +0 -0
- data/test/dummy/tmp/cache/assets/D26/530/sprockets%2F818dd91d72b47a76578e1789fe7ad0d2 +0 -0
- data/test/dummy/tmp/cache/assets/D27/940/sprockets%2F7765f5936c6eee1166f57e0f883cb17b +0 -0
- data/test/dummy/tmp/cache/assets/D28/9F0/sprockets%2Fa19ac5ae78c7137516a5799609fdf69e +0 -0
- data/test/dummy/tmp/cache/assets/D29/730/sprockets%2Fe4c91c7a22fb37e3037a2e0b77ec1102 +0 -0
- data/test/dummy/tmp/cache/assets/D2A/E60/sprockets%2F7025f1229a2a1d7ea814efad0473d05b +0 -0
- data/test/dummy/tmp/cache/assets/D2B/4C0/sprockets%2Feb44438184c4b3c490f4b0b127dba24c +0 -0
- data/test/dummy/tmp/cache/assets/D2B/F50/sprockets%2Fe26eda13a54cd6200413fd8245a5e36b +0 -0
- data/test/dummy/tmp/cache/assets/D2C/B30/sprockets%2F17ffe8089e75f2a8f32f36fd6554a793 +0 -0
- data/test/dummy/tmp/cache/assets/D2D/3B0/sprockets%2Fa138b75a5452409b2eba70a3248fcc1f +0 -0
- data/test/dummy/tmp/cache/assets/D2D/460/sprockets%2F331b76daab2794678cd6a5e42e010ab1 +0 -0
- data/test/dummy/tmp/cache/assets/D2E/810/sprockets%2Fb1855e47730873ec79f8ff3ad792c79b +0 -0
- data/test/dummy/tmp/cache/assets/D2E/AE0/sprockets%2F320b52115ecb6998f00abf7ad00e26c8 +0 -0
- data/test/dummy/tmp/cache/assets/D30/110/sprockets%2Fb0040b0738cb8a55272b28f641fffcd1 +0 -0
- data/test/dummy/tmp/cache/assets/D31/780/sprockets%2F56108beeaa03b0831f1cbf8a269817c3 +0 -0
- data/test/dummy/tmp/cache/assets/D32/A00/sprockets%2Fe0f2020ee5e383f19c42f0a00566fd7c +0 -0
- data/test/dummy/tmp/cache/assets/D32/A10/sprockets%2F13fe41fee1fe35b49d145bcc06610705 +0 -0
- data/test/dummy/tmp/cache/assets/D34/3D0/sprockets%2F119d40a8f2a43038578ff0f6b0da4d2d +0 -0
- data/test/dummy/tmp/cache/assets/D34/5C0/sprockets%2F904c9b8fddca30f8ac0061367513f2d2 +0 -0
- data/test/dummy/tmp/cache/assets/D34/800/sprockets%2F9b41851c5133ffabbc40861ba79527ba +0 -0
- data/test/dummy/tmp/cache/assets/D36/340/sprockets%2Ff0143d2bc0f90ea4d33b6597c592e2c4 +0 -0
- data/test/dummy/tmp/cache/assets/D36/DD0/sprockets%2F33ca018764d31fbf5187366aaea616eb +0 -0
- data/test/dummy/tmp/cache/assets/D37/480/sprockets%2F101629fc7aaf58f0f21aa7f976d2b313 +0 -0
- data/test/dummy/tmp/cache/assets/D37/7A0/sprockets%2Fe81d470a3d42215c3de7739ecf23db42 +0 -0
- data/test/dummy/tmp/cache/assets/D37/960/sprockets%2F61a6af3eff42bab11629ba9610a61898 +0 -0
- data/test/dummy/tmp/cache/assets/D37/A30/sprockets%2F97e5740333f81b8bebf5b0b1abd93305 +0 -0
- data/test/dummy/tmp/cache/assets/D38/4D0/sprockets%2F9ba117f1b040c2a45bd5848474eed7a7 +0 -0
- data/test/dummy/tmp/cache/assets/D38/540/sprockets%2F86e1ad844bc9df4491a2a52b870421db +0 -0
- data/test/dummy/tmp/cache/assets/D38/8A0/sprockets%2F1f1e7f16400f3c4b814ec9b254bb5f83 +0 -0
- data/test/dummy/tmp/cache/assets/D38/8F0/sprockets%2F1c4d30cdafd61299103b235af5e958b7 +0 -0
- data/test/dummy/tmp/cache/assets/D38/9D0/sprockets%2F5bd3c62f2076b688ba1a8bee052e4364 +0 -0
- data/test/dummy/tmp/cache/assets/D39/6C0/sprockets%2F21f41594eb00f4477d6beb038a2f6bd7 +0 -0
- data/test/dummy/tmp/cache/assets/D39/940/sprockets%2F07b30d0d5f5480b06e7a5d9540fae9a7 +0 -0
- data/test/dummy/tmp/cache/assets/D39/B40/sprockets%2Fad8f11451a28c67435bc69c7c303b4ee +0 -0
- data/test/dummy/tmp/cache/assets/D3A/9D0/sprockets%2Fb4c4d44120bb4654e97cf9b2900c6eb7 +0 -0
- data/test/dummy/tmp/cache/assets/D3B/9D0/sprockets%2Fbe23efc42b103a6190e6b77e0aa86888 +0 -0
- data/test/dummy/tmp/cache/assets/D3B/A50/sprockets%2F7cd55ad8b822b0e5f860da7e6c804321 +0 -0
- data/test/dummy/tmp/cache/assets/D3C/840/sprockets%2F2cc9f2f6f2813d2734d152eb0d3a27f9 +0 -0
- data/test/dummy/tmp/cache/assets/D3C/960/sprockets%2F64bc8df36b55c0af96b209630ff22f41 +0 -0
- data/test/dummy/tmp/cache/assets/D3D/1A0/sprockets%2F4d98b3e2964a665d090dc05ceb26f04b +0 -0
- data/test/dummy/tmp/cache/assets/D3D/830/sprockets%2Fe0cddff2df836c4a507c3c7889101702 +0 -0
- data/test/dummy/tmp/cache/assets/D3E/BA0/sprockets%2Ff61844e1ee3a7d1425bdc3c524b9864c +0 -0
- data/test/dummy/tmp/cache/assets/D3F/730/sprockets%2F42e5b389fd468b620820e30feba48a4f +0 -0
- data/test/dummy/tmp/cache/assets/D3F/D60/sprockets%2Fc4be91aa2c15835ee9463297d1d1cf63 +0 -0
- data/test/dummy/tmp/cache/assets/D40/2F0/sprockets%2F4e62f80b61f6ba86e7e4422d55192acd +0 -0
- data/test/dummy/tmp/cache/assets/D40/450/sprockets%2Fbb52e6c1d4033d98782eb3e6953ea13f +0 -0
- data/test/dummy/tmp/cache/assets/D40/A70/sprockets%2F9fc97e7cb3f02054434fc6d5b92560aa +0 -0
- data/test/dummy/tmp/cache/assets/D41/560/sprockets%2F80dacf68f8f4c072cc8e2600993124ea +0 -0
- data/test/dummy/tmp/cache/assets/D41/650/sprockets%2F6e9c347ae1b83e9f48b7a13e0fe50630 +0 -0
- data/test/dummy/tmp/cache/assets/D42/370/sprockets%2F6cc76bba170617de617563a983fb82bd +0 -0
- data/test/dummy/tmp/cache/assets/D43/3D0/sprockets%2F8ada471f7421754fee5fbf924129fc02 +0 -0
- data/test/dummy/tmp/cache/assets/D43/7C0/sprockets%2F8e5114ada2934ee254f7ece612c9d249 +0 -0
- data/test/dummy/tmp/cache/assets/D43/950/sprockets%2F4daa403e1633b51ae8a13cb1334ec00a +0 -0
- data/test/dummy/tmp/cache/assets/D43/E00/sprockets%2Fc4c5ff4471dfaa6231dc699271f5406f +0 -0
- data/test/dummy/tmp/cache/assets/D44/0A0/sprockets%2Fa6f7ddb2d883616fd31562ff0f4c5173 +0 -0
- data/test/dummy/tmp/cache/assets/D44/E90/sprockets%2F1216c14a8fb1c0c982e86dd6c8ef9425 +0 -0
- data/test/dummy/tmp/cache/assets/D45/580/sprockets%2F7c3eeca57727e72e6b272c1c836cd049 +0 -0
- data/test/dummy/tmp/cache/assets/D46/6E0/sprockets%2Fbd1d8ec68a8962ff1832082bc158ee33 +0 -0
- data/test/dummy/tmp/cache/assets/D46/8E0/sprockets%2Fb35bf69c999ecf20641b357ad13a819c +0 -0
- data/test/dummy/tmp/cache/assets/D48/470/sprockets%2F5031e9bffd9c3b316bfb718e8e925444 +0 -0
- data/test/dummy/tmp/cache/assets/D48/640/sprockets%2F9f4f18d910b678b1d0777e04cdaf6f24 +0 -0
- data/test/dummy/tmp/cache/assets/D49/BB0/sprockets%2F7b540757fd5b74d7e28cf951f402a6fa +0 -0
- data/test/dummy/tmp/cache/assets/D4A/050/sprockets%2F624bb566309f6ab88f4eebd1a76f5167 +0 -0
- data/test/dummy/tmp/cache/assets/D4A/590/sprockets%2F83b19be32a99cbc53d6b1593ff59573a +0 -0
- data/test/dummy/tmp/cache/assets/D4A/F90/sprockets%2Fcf6b86c748033f0a17b7cc831c6d58f9 +0 -0
- data/test/dummy/tmp/cache/assets/D4B/1D0/sprockets%2F0769c4e1883fbee89ccfa684319051bb +0 -0
- data/test/dummy/tmp/cache/assets/D4C/100/sprockets%2Ff6ad0962972e10a956e6a85dd7c358db +0 -0
- data/test/dummy/tmp/cache/assets/D4D/DF0/sprockets%2Feb951b6de7e9a824c622816c85473cde +0 -0
- data/test/dummy/tmp/cache/assets/D4E/1B0/sprockets%2Ff7cbd26ba1d28d48de824f0e94586655 +0 -0
- data/test/dummy/tmp/cache/assets/D4E/B80/sprockets%2F12b0ea98f9192449e82d8ae7d185dbd6 +0 -0
- data/test/dummy/tmp/cache/assets/D4F/1F0/sprockets%2F2824f2530a0ac36c117a2afcac736a6a +0 -0
- data/test/dummy/tmp/cache/assets/D50/3C0/sprockets%2F178a6e5098feedc2b5ae759413b77d83 +0 -0
- data/test/dummy/tmp/cache/assets/D50/D70/sprockets%2F13297c9f3a654ebe511fc93c9c7d974c +0 -0
- data/test/dummy/tmp/cache/assets/D52/B60/sprockets%2Ff845b7f41c8cb98d13b90964a92e9e2c +0 -0
- data/test/dummy/tmp/cache/assets/D53/120/sprockets%2F6bfa5aab9fb0247002900e73cc2eb206 +0 -0
- data/test/dummy/tmp/cache/assets/D54/C50/sprockets%2F011c250cecb491f0716c2d35db11d5ef +0 -0
- data/test/dummy/tmp/cache/assets/D55/CF0/sprockets%2F7d7fe3b68cb317492f290a6f57b2f79f +0 -0
- data/test/dummy/tmp/cache/assets/D56/060/sprockets%2F3cc85144bd659faafd4ba12514a04a41 +0 -0
- data/test/dummy/tmp/cache/assets/D56/8B0/sprockets%2Fd07237e557b67cf8dc3d7f9993fad027 +0 -0
- data/test/dummy/tmp/cache/assets/D58/030/sprockets%2F20c195c0206544ad0039cc7eaddff13d +0 -0
- data/test/dummy/tmp/cache/assets/D58/3E0/sprockets%2Fc24b0c6ca152dc28e8d957a036d10bc1 +0 -0
- data/test/dummy/tmp/cache/assets/D58/D30/sprockets%2Ff15a54b9f439372e8f8b4a68778c5eea +0 -0
- data/test/dummy/tmp/cache/assets/D59/D70/sprockets%2Fed9f0de1b65ae8d7ef89087c83728461 +0 -0
- data/test/dummy/tmp/cache/assets/D59/F60/sprockets%2Fa60b09ec201afe4006f5363c33d76eac +0 -0
- data/test/dummy/tmp/cache/assets/D59/FD0/sprockets%2Ff3ed2c82c99fe2e39994837f0aa8346d +0 -0
- data/test/dummy/tmp/cache/assets/D5A/DA0/sprockets%2Fd1c25b1bd44d0def57ce592c912100f1 +0 -0
- data/test/dummy/tmp/cache/assets/D5A/E70/sprockets%2F206e1e7e85af42e0d1eeb0b061028fd2 +0 -0
- data/test/dummy/tmp/cache/assets/D5A/EA0/sprockets%2Fd771ace226fc8215a3572e0aa35bb0d6 +0 -0
- data/test/dummy/tmp/cache/assets/D5C/DD0/sprockets%2Feec24d1953ff13e02858b0aac10a076e +0 -0
- data/test/dummy/tmp/cache/assets/D5D/1A0/sprockets%2Faa06db4710c1a4b247d56b385daec719 +0 -0
- data/test/dummy/tmp/cache/assets/D5D/990/sprockets%2F51fcb2d63f0aa308af357e3127eac616 +0 -0
- data/test/dummy/tmp/cache/assets/D5D/CE0/sprockets%2Fc30fd9a32d15a079b2b0cb99865bab20 +0 -0
- data/test/dummy/tmp/cache/assets/D5E/B80/sprockets%2Fe625810245c919dc11b09d0fe0fbfb2a +0 -0
- data/test/dummy/tmp/cache/assets/D5E/F20/sprockets%2F752a76745e38ed8f3aee8bd996a9b366 +0 -0
- data/test/dummy/tmp/cache/assets/D60/C60/sprockets%2Fdb27de9df2ccd7874c6798689219b17e +0 -0
- data/test/dummy/tmp/cache/assets/D60/CC0/sprockets%2F94b21cc1744250cb2ddcb8d8c80e813a +0 -0
- data/test/dummy/tmp/cache/assets/D61/A70/sprockets%2Fddd9348f4a2f2224a3f214a7d5ea12f3 +0 -0
- data/test/dummy/tmp/cache/assets/D61/EA0/sprockets%2F1bf460ff6016c9a0300ef911b4dd96db +0 -0
- data/test/dummy/tmp/cache/assets/D62/DB0/sprockets%2Fda35aee549e43a36049ab2ac3e27713d +0 -0
- data/test/dummy/tmp/cache/assets/D63/110/sprockets%2F9d0225436ad44c81b4c2c54e1ffd8bb2 +0 -0
- data/test/dummy/tmp/cache/assets/D63/420/sprockets%2F5d1b25fd4631fd4b6077fd6c4aac1155 +0 -0
- data/test/dummy/tmp/cache/assets/D63/8B0/sprockets%2Ffd68b2a5725a037c42c2aefe4417ec05 +0 -0
- data/test/dummy/tmp/cache/assets/D64/FC0/sprockets%2F949311ddda0a051ffab848db9b50a591 +0 -0
- data/test/dummy/tmp/cache/assets/D65/560/sprockets%2F33385b9c98a3a1cb3b45e330ced1dc75 +0 -0
- data/test/dummy/tmp/cache/assets/D66/750/sprockets%2Fd4153ec333cf53abf1c7abd718c02689 +0 -0
- data/test/dummy/tmp/cache/assets/D67/270/sprockets%2F2bd6d8a7baa62843bcc05e5d2239256f +0 -0
- data/test/dummy/tmp/cache/assets/D68/3B0/sprockets%2Fe0ac076b844e6c350abc027feb685e91 +0 -0
- data/test/dummy/tmp/cache/assets/D68/870/sprockets%2F7a92d35590718f3fb11c95add4a5bb3a +0 -0
- data/test/dummy/tmp/cache/assets/D68/980/sprockets%2F63eabb497ea33b281c722fc7b12f95d1 +0 -0
- data/test/dummy/tmp/cache/assets/D68/DE0/sprockets%2F7d630ecce0c227377a609deed09a332e +0 -0
- data/test/dummy/tmp/cache/assets/D69/570/sprockets%2Ff54291dc566dc2a25ccd0d55a6e8209b +0 -0
- data/test/dummy/tmp/cache/assets/D69/900/sprockets%2Ff0a07be0d41e5cb998f70020effb8048 +0 -0
- data/test/dummy/tmp/cache/assets/D6A/000/sprockets%2Fbb7461dd924cbd860e8cae2a0e921079 +0 -0
- data/test/dummy/tmp/cache/assets/D6A/110/sprockets%2Fb93ff472ebb3773cd9b412fbb47c2502 +0 -0
- data/test/dummy/tmp/cache/assets/D6A/2F0/sprockets%2Fffe90709b05c7ac131463faada7d4395 +0 -0
- data/test/dummy/tmp/cache/assets/D6B/010/sprockets%2Fde174944909ea6c90acc19a0ab576dd0 +0 -0
- data/test/dummy/tmp/cache/assets/D6B/ED0/sprockets%2F95316224abccb0d08782d77dda95abc8 +0 -0
- data/test/dummy/tmp/cache/assets/D6C/AC0/sprockets%2F97aac3f84c8a14d18caa957ed41613e1 +0 -0
- data/test/dummy/tmp/cache/assets/D6E/F90/sprockets%2F543aa025557a09fe4e19aed7b77b0ee7 +0 -0
- data/test/dummy/tmp/cache/assets/D6F/5B0/sprockets%2Fc0a3a580c584caaa292d939c2d999b2f +0 -0
- data/test/dummy/tmp/cache/assets/D6F/AA0/sprockets%2F6ba461f33c45ba3ca198cb5f177d49d7 +0 -0
- data/test/dummy/tmp/cache/assets/D70/1D0/sprockets%2F1920e0a4ad06e9d71d89f3cecd56084e +0 -0
- data/test/dummy/tmp/cache/assets/D70/620/sprockets%2Fb7a0b3fec35d697aaa981766c325d9b1 +0 -0
- data/test/dummy/tmp/cache/assets/D70/880/sprockets%2F3ff7edf6019d5b55c68c1f43d7b6100d +0 -0
- data/test/dummy/tmp/cache/assets/D70/B80/sprockets%2Ff66eaed3de611551ae84d6e34b04d495 +0 -0
- data/test/dummy/tmp/cache/assets/D71/760/sprockets%2Fc64381994a923ace4c5e2e5c178ba4fa +0 -0
- data/test/dummy/tmp/cache/assets/D72/3D0/sprockets%2F923ba252f3fd65b366e437c6ddbd278b +0 -0
- data/test/dummy/tmp/cache/assets/D72/E60/sprockets%2F22cd61e47198a268f3be5aebf3534cd8 +0 -0
- data/test/dummy/tmp/cache/assets/D73/020/sprockets%2F2e306d7c72e689d14fadcf72dc7327c1 +0 -0
- data/test/dummy/tmp/cache/assets/D73/9B0/sprockets%2Ff8a186d6bf7a3faad8829b9aa1881006 +0 -0
- data/test/dummy/tmp/cache/assets/D73/A90/sprockets%2F887d5caf9ac104401916ca75fcff08a8 +0 -0
- data/test/dummy/tmp/cache/assets/D74/960/sprockets%2F493fabdec98fe58d0c36db7821521a63 +0 -0
- data/test/dummy/tmp/cache/assets/D75/460/sprockets%2F8cd8795055b081fd1be3e7fa2785dca2 +0 -0
- data/test/dummy/tmp/cache/assets/D75/510/sprockets%2Fb4491f28776c3b33b589fcb590aedc2c +0 -0
- data/test/dummy/tmp/cache/assets/D75/600/sprockets%2F2afafb282ed0628408f76753fbc9df51 +0 -0
- data/test/dummy/tmp/cache/assets/D75/840/sprockets%2F9937d516ad47438fccb8f0815fe2ab3a +0 -0
- data/test/dummy/tmp/cache/assets/D76/CF0/sprockets%2F7ec2368edb7eb22a3fd702a4272e9e89 +0 -0
- data/test/dummy/tmp/cache/assets/D77/440/sprockets%2F938ff041ac8b9346fa3d51cffd0675b7 +0 -0
- data/test/dummy/tmp/cache/assets/D77/580/sprockets%2Fa8dd3ed803c736f6995bf1543d0d8be1 +0 -0
- data/test/dummy/tmp/cache/assets/D77/720/sprockets%2Fffe40f92385ceb1311ae53d77f948ad5 +0 -0
- data/test/dummy/tmp/cache/assets/D77/C50/sprockets%2F0d3dac59d5038274467ffb8dbfd5924b +0 -0
- data/test/dummy/tmp/cache/assets/D78/100/sprockets%2F0f618f82a476ad93a8c199c9c6bbfa50 +0 -0
- data/test/dummy/tmp/cache/assets/D78/490/sprockets%2Fe2986e19baeda4ad61a7999a44303e8c +0 -0
- data/test/dummy/tmp/cache/assets/D78/5E0/sprockets%2Fd8e4db6d4b7de69d0d28f4a627124f81 +0 -0
- data/test/dummy/tmp/cache/assets/D78/C40/sprockets%2F95d8ee0f10fcadca3927427c3990b99a +0 -0
- data/test/dummy/tmp/cache/assets/D79/440/sprockets%2Fabd1b8188900ee5afcef4a486673855d +0 -0
- data/test/dummy/tmp/cache/assets/D79/750/sprockets%2F624cecec55d5d244b8b935f06e57b4e8 +0 -0
- data/test/dummy/tmp/cache/assets/D79/BD0/sprockets%2Fa28334562f4a5947f684bdcfefe2b65a +0 -0
- data/test/dummy/tmp/cache/assets/D7B/470/sprockets%2F4628828d5fded2770f9d4541cacc0f9c +0 -0
- data/test/dummy/tmp/cache/assets/D7B/920/sprockets%2Fda69e29ee3ffe7a2c63781c7d10593d3 +0 -0
- data/test/dummy/tmp/cache/assets/D7C/510/sprockets%2F779ca358c6e034a723cbeca985fb84d7 +0 -0
- data/test/dummy/tmp/cache/assets/D7C/B80/sprockets%2Fe00c543f5cfb7825e52c7bf6d299cf38 +0 -0
- data/test/dummy/tmp/cache/assets/D7C/D80/sprockets%2F9dcd822bf5be7ee30d14c04a96785b99 +0 -0
- data/test/dummy/tmp/cache/assets/D7C/F50/sprockets%2Fc3ac208cec41908ff3393197ccd789ee +0 -0
- data/test/dummy/tmp/cache/assets/D7E/600/sprockets%2F73cfa96224daea00c732aebb0413f12b +0 -0
- data/test/dummy/tmp/cache/assets/D7E/CE0/sprockets%2F480dd37fe4cf71f649a5186d5c29dfc2 +0 -0
- data/test/dummy/tmp/cache/assets/D7F/660/sprockets%2Fe856b8fe72d371ddcb9a6d961317f36c +0 -0
- data/test/dummy/tmp/cache/assets/D80/310/sprockets%2Fd20319d8ef9238666d8dead0ccd6675f +0 -0
- data/test/dummy/tmp/cache/assets/D80/550/sprockets%2F9f26fe839674331ce8ba44ee79edc0a4 +0 -0
- data/test/dummy/tmp/cache/assets/D80/CD0/sprockets%2Fe77d6be07ff62e4fc47e35d4c04d8853 +0 -0
- data/test/dummy/tmp/cache/assets/D80/ED0/sprockets%2F0a56cc02f4f6620064b5dbb91bfa20bb +0 -0
- data/test/dummy/tmp/cache/assets/D81/DD0/sprockets%2Ffffebdff398ef962880d3810b514082f +0 -0
- data/test/dummy/tmp/cache/assets/D82/540/sprockets%2F850ad4b014aea40e7abeed224d30763b +0 -0
- data/test/dummy/tmp/cache/assets/D84/550/sprockets%2Fbc1fc79d543f504d2e8581ce6ee68d78 +0 -0
- data/test/dummy/tmp/cache/assets/D86/330/sprockets%2Fe262ff5799f085cfc9f3c0f9ad090c67 +13 -0
- data/test/dummy/tmp/cache/assets/D87/1F0/sprockets%2F96766fecddb0ec4f87238167d9b7ae90 +0 -0
- data/test/dummy/tmp/cache/assets/D89/790/sprockets%2Fc28cac5b0fbe00ee48e7b0616b34123e +0 -0
- data/test/dummy/tmp/cache/assets/D89/E50/sprockets%2F5198fa00faf0ae724c5a7b0b0047b4df +0 -0
- data/test/dummy/tmp/cache/assets/D8A/160/sprockets%2F3c99b6f39fd9f6a31444944e6fbbfe29 +0 -0
- data/test/dummy/tmp/cache/assets/D8D/0B0/sprockets%2F4e290aaad51d06a4b3e91f88060cad6c +0 -0
- data/test/dummy/tmp/cache/assets/D8F/440/sprockets%2F47623d312f4ac92cbe27e72fdb4a0aa6 +0 -0
- data/test/dummy/tmp/cache/assets/D91/460/sprockets%2Fb7cf39ef8fd9fd950130e779e4847c6d +0 -0
- data/test/dummy/tmp/cache/assets/D92/9A0/sprockets%2Fd055f103c6d30edb8abebb381d2997c1 +0 -0
- data/test/dummy/tmp/cache/assets/D93/190/sprockets%2F4c3c82c0fe91f855df82401f121bdaae +0 -0
- data/test/dummy/tmp/cache/assets/D93/1C0/sprockets%2Ff23b5794b0f2c371a40e4ffaae246cb7 +0 -0
- data/test/dummy/tmp/cache/assets/D93/4C0/sprockets%2F857ecd2092cee11f740b3cf2e373ad2a +0 -0
- data/test/dummy/tmp/cache/assets/D96/5C0/sprockets%2Fec17fb2aa35590948ecdfab12265cd43 +0 -0
- data/test/dummy/tmp/cache/assets/D96/5E0/sprockets%2F8ab3acca6a547a8f9521fbc1e76b1129 +0 -0
- data/test/dummy/tmp/cache/assets/D97/950/sprockets%2Fb599ecabbba5b1bb1c025092990966de +0 -0
- data/test/dummy/tmp/cache/assets/D97/BF0/sprockets%2F09df11e5a1e8a6ac6ba8c2ab6f692615 +0 -0
- data/test/dummy/tmp/cache/assets/D98/230/sprockets%2F1ade5eb764fe2cd76faa1241d12259f6 +0 -0
- data/test/dummy/tmp/cache/assets/D98/CD0/sprockets%2Fcafa6a24ecba1f5c899188701d0084dc +0 -0
- data/test/dummy/tmp/cache/assets/D99/390/sprockets%2F68e0acf8be26200d58dcf4edc1c70329 +0 -0
- data/test/dummy/tmp/cache/assets/{DA1/930/sprockets%2F8e0da9449a5212b1faede8db894814ae → D99/8B0/sprockets%2F751a6a4f71b2d265b1a2ba69fe74da9e} +0 -0
- data/test/dummy/tmp/cache/assets/D99/D70/sprockets%2Ff9bd12f1c79a65cab71c8864b2bb7c02 +0 -0
- data/test/dummy/tmp/cache/assets/D9C/CD0/sprockets%2Fc85016e7bbd4f3adbb7635d01f85d39b +0 -0
- data/test/dummy/tmp/cache/assets/D9C/F00/sprockets%2F3e977aee4ddade1c0c397ac4414862d1 +0 -0
- data/test/dummy/tmp/cache/assets/D9C/FC0/sprockets%2F4bb5a2a65c16b0ef27fec77491d1da88 +0 -0
- data/test/dummy/tmp/cache/assets/D9D/AB0/sprockets%2F3a6af815e06da817837c0867e1dbdcad +0 -0
- data/test/dummy/tmp/cache/assets/D9E/3D0/sprockets%2F9e1c6c638a039a1bc71fb3f098ffc0e4 +0 -0
- data/test/dummy/tmp/cache/assets/D9E/8A0/sprockets%2F0a7eeed4a8f1f8254832ab05ebc45f84 +0 -0
- data/test/dummy/tmp/cache/assets/D9F/870/sprockets%2F0ba85295bee19d33738bdd5b0e6ac77c +0 -0
- data/test/dummy/tmp/cache/assets/D9F/EA0/sprockets%2F33a453bf9407af39d63d34bffa5b6c6d +0 -0
- data/test/dummy/tmp/cache/assets/DA0/5B0/sprockets%2Fcb59af26c8dbd9e32b43bc1f628884a0 +0 -0
- data/test/dummy/tmp/cache/assets/DA0/D10/sprockets%2Ff3ea93c25f1ee82c0d968ccc1e542b37 +0 -0
- data/test/dummy/tmp/cache/assets/DA1/270/sprockets%2F2f1f73349032e4ef6bffeb3b6164dd9a +0 -0
- data/test/dummy/tmp/cache/assets/DA1/440/sprockets%2Fabefcd66d26e6dc045535ddf32c08297 +0 -0
- data/test/dummy/tmp/cache/assets/DA1/C50/sprockets%2F6871442f272dc32ae3f5da27dfcfb7f4 +0 -0
- data/test/dummy/tmp/cache/assets/DA2/900/sprockets%2F253fd4c683d31b6ae7d2ec8db9b5c509 +0 -0
- data/test/dummy/tmp/cache/assets/DA3/AF0/sprockets%2F669d9e6e618b3cb21db4063b5eaaf87c +0 -0
- data/test/dummy/tmp/cache/assets/DA4/100/sprockets%2F10c9ed07a7c83a5f8f2fa5827a6c3eb8 +0 -0
- data/test/dummy/tmp/cache/assets/DA5/F50/sprockets%2F6e5e9448aeecbd1a4e242fd346a5d829 +0 -0
- data/test/dummy/tmp/cache/assets/DA6/450/sprockets%2Fddd8a39e9f078ac33133bb71e5365fef +0 -0
- data/test/dummy/tmp/cache/assets/DA7/120/sprockets%2F1bf2a915b5c9ee1fd36c85f5276fe04f +0 -0
- data/test/dummy/tmp/cache/assets/DA9/3A0/sprockets%2F6a93e60a4af9dde11c88ce1f1f5f0698 +0 -0
- data/test/dummy/tmp/cache/assets/DA9/910/sprockets%2Fbb959ba602ab7943a96debe1558da88e +0 -0
- data/test/dummy/tmp/cache/assets/DAA/8E0/sprockets%2Fb59cb9365c263e17d8e9cc72b2f1e8ea +0 -0
- data/test/dummy/tmp/cache/assets/DAA/A50/sprockets%2F8cfa87b2646897bd65abdc6f4a23df51 +0 -0
- data/test/dummy/tmp/cache/assets/DAA/C50/sprockets%2F990e0def657f2f38f0f46ea25c3aa67e +0 -0
- data/test/dummy/tmp/cache/assets/DAC/390/sprockets%2F692b14ff6d597b82d7cb9b7671ddbf0a +0 -0
- data/test/dummy/tmp/cache/assets/DAD/150/sprockets%2F7510e84f786ad386efd0ac4ecf963dc4 +0 -0
- data/test/dummy/tmp/cache/assets/DAD/B00/sprockets%2Fc50f0bb43f1be82d46b3dbaed700d002 +0 -0
- data/test/dummy/tmp/cache/assets/DAF/6A0/sprockets%2Fa10a9fb17fdd3c30a048cfa112fdb441 +0 -0
- data/test/dummy/tmp/cache/assets/DB0/FB0/sprockets%2F7b977859d2c94edcaddb62b75e2a098b +0 -0
- data/test/dummy/tmp/cache/assets/DB4/580/sprockets%2F73cfb0d516a66b01deb0d0c098dfb0d0 +0 -0
- data/test/dummy/tmp/cache/assets/DBE/6D0/sprockets%2Fe6f798b88c87fe64a4e40ead8ad85d37 +0 -0
- data/test/dummy/tmp/cache/assets/DBE/F60/sprockets%2Ff389a1ce4db9c7c6ae03ac1f312fa232 +0 -0
- data/test/dummy/tmp/cache/assets/DBF/D70/sprockets%2F0fb312a776d39a42a8c6cb8ca0d4eb5b +0 -0
- data/test/dummy/tmp/cache/assets/DC0/D20/sprockets%2F348d1dba39ef8d6e48fd02a201a6eaa1 +0 -0
- data/test/dummy/tmp/cache/assets/DC1/330/sprockets%2F0ca5e4ab25ba6b584b50c681b2e2f8ef +0 -0
- data/test/dummy/tmp/cache/assets/DC3/9A0/sprockets%2F4fca05aadb18e1ce743875b3c0eae763 +0 -0
- data/test/dummy/tmp/cache/assets/DC5/990/sprockets%2Fad178a990d23dd1ac46e0bd930dcf46c +0 -0
- data/test/dummy/tmp/cache/assets/DC9/F10/sprockets%2Fef521f1bf8efce0a0ec6c3e6728b0508 +0 -0
- data/test/dummy/tmp/cache/assets/DCA/1A0/sprockets%2Fa340bbf09a7ea93e47ac5dc7b9bc5436 +0 -0
- data/test/dummy/tmp/cache/assets/DCD/6B0/sprockets%2F05ccaeb7ffede091c1708296eacb9713 +0 -0
- data/test/dummy/tmp/cache/assets/DCF/260/sprockets%2Ffa6048415c7ead7b13579c9cbeb8dae0 +0 -0
- data/test/dummy/tmp/cache/assets/DD4/820/sprockets%2F35a959659ad9dc2de1e0fbe3c13d18fd +0 -0
- data/test/dummy/tmp/cache/assets/DD5/2A0/sprockets%2Fef50b031ac1a0fb2e08a2a6ea3fc08b0 +0 -0
- data/test/dummy/tmp/cache/assets/DD5/610/sprockets%2F9e1ba99824f7731edc3489abbaca5ef1 +0 -0
- data/test/dummy/tmp/cache/assets/DD6/330/sprockets%2F7ca77285ccddf7fdab491480fde7c151 +0 -0
- data/test/dummy/tmp/cache/assets/DD7/B50/sprockets%2F7effa89c4b23ab60109f969a9a66ccbc +0 -0
- data/test/dummy/tmp/cache/assets/DD8/2D0/sprockets%2Fc7f10cddd3a3cdccc64580ca85795f99 +0 -0
- data/test/dummy/tmp/cache/assets/DD9/DE0/sprockets%2Fb966cd2ba3e1b3ff91f8b948ec238e2e +0 -0
- data/test/dummy/tmp/cache/assets/DDC/400/sprockets%2Fcffd775d018f68ce5dba1ee0d951a994 +31 -0
- data/test/dummy/tmp/cache/assets/DDD/390/sprockets%2F97cde4e909ae99d0bacaaf5483a8b944 +0 -0
- data/test/dummy/tmp/cache/assets/DDE/420/sprockets%2Ffb8b186d5bf0307f86f65fc787d2adeb +0 -0
- data/test/dummy/tmp/cache/assets/DDE/960/sprockets%2Ff3399fed917fb2a6f8ff71d4d1ae21b9 +0 -0
- data/test/dummy/tmp/cache/assets/DDF/B10/sprockets%2F74a9645f5a8bb77187bbb49aac2ef9ef +0 -0
- data/test/dummy/tmp/cache/assets/DE1/B90/sprockets%2Fd1da8c874edf3fa186e5e3f3e29e862e +0 -0
- data/test/dummy/tmp/cache/assets/DE2/FF0/sprockets%2F8f58db6f60a268bbf88249eb2d76ecbe +0 -0
- data/test/dummy/tmp/cache/assets/DE5/C00/sprockets%2Fdd9d56992a0f3fe1cbd8b667ec9d09e6 +0 -0
- data/test/dummy/tmp/cache/assets/DE6/DB0/sprockets%2F267addac8fe023b1a311ddad2e25f71d +0 -0
- data/test/dummy/tmp/cache/assets/DE8/2F0/sprockets%2F96f2a8f5f9405bdef3dd3cfd3ee26699 +0 -0
- data/test/dummy/tmp/cache/assets/DEA/ED0/sprockets%2Fa9ece897c9d32df5d53aed7eb5d38973 +0 -0
- data/test/dummy/tmp/cache/assets/DEE/140/sprockets%2F9e7b9f2cc1e4af0aac3a2c630a6823bf +0 -0
- data/test/dummy/tmp/cache/assets/DEF/170/sprockets%2Fb277fe609cadbad6cda3d5440e17e11b +0 -0
- data/test/dummy/tmp/cache/assets/DF1/390/sprockets%2F6e5c959ef6f318f078e7d4a9f6ff3bfb +0 -0
- data/test/dummy/tmp/cache/assets/DF1/AB0/sprockets%2Fe07c10f91a71dedd69d86ce3ac210aeb +0 -0
- data/test/dummy/tmp/cache/assets/DF1/B20/sprockets%2Fdaf37c0f4b45bd9e7261afd02a1e3b5f +0 -0
- data/test/dummy/tmp/cache/assets/DF3/5D0/sprockets%2Fbded3ce230d39fbb3d0802ef2d7726bd +0 -0
- data/test/dummy/tmp/cache/assets/DF3/E20/sprockets%2F552e130b12fc2abeb75fcafcde9e6471 +0 -0
- data/test/dummy/tmp/cache/assets/DF4/810/sprockets%2F07fbe0ba9e5c035a15e3defdc472b7c5 +0 -0
- data/test/dummy/tmp/cache/assets/DF4/BF0/sprockets%2Fba73f1ee71ebc1ad6b8f025b4d3e58d2 +0 -0
- data/test/dummy/tmp/cache/assets/DF5/F30/sprockets%2F61a9f09fc06eb910c5a984a3db1fbcbc +0 -0
- data/test/dummy/tmp/cache/assets/DF6/220/sprockets%2F7e6ea4f6a6c0c9cf3db8c0d4414b3de0 +0 -0
- data/test/dummy/tmp/cache/assets/DF7/0A0/sprockets%2F846c5a4fe7a07fb7db1a50f17e2adfb4 +0 -0
- data/test/dummy/tmp/cache/assets/DF7/EE0/sprockets%2F661abfd8ab8ddb966ccded48ca100623 +0 -0
- data/test/dummy/tmp/cache/assets/DF8/A50/sprockets%2Fab8699ae64f2efbfb0c01bd269661aba +0 -0
- data/test/dummy/tmp/cache/assets/DFA/E10/sprockets%2Fe0ed51edc80877cbe7d5c6ea334c41da +0 -0
- data/test/dummy/tmp/cache/assets/DFA/FD0/sprockets%2Fae353fbfac66799b1b2b673cd0ee2dd2 +0 -0
- data/test/dummy/tmp/cache/assets/DFB/A10/sprockets%2Fe8c0b2f8d9deb6d6edacfe3042213c29 +0 -0
- data/test/dummy/tmp/cache/assets/DFC/D30/sprockets%2F4420d2feffc9ca5db5627b7cc32e18fb +0 -0
- data/test/dummy/tmp/cache/assets/DFD/D00/sprockets%2Fa1f60245fdcbef10e7b34ff59b7e1ce7 +0 -0
- data/test/dummy/tmp/cache/assets/DFE/390/sprockets%2Fe3b16ae99b11b9eeb1f19b9da4a3f9b4 +0 -0
- data/test/dummy/tmp/cache/assets/E02/C40/sprockets%2F78ca65bacdf0f50b219c998bd2d8c1fd +0 -0
- data/test/dummy/tmp/cache/assets/E04/890/sprockets%2F2f5173deea6c795b8fdde723bb4b63af +0 -0
- data/test/dummy/tmp/cache/assets/E04/E00/sprockets%2F82bbcd7dc4cd65bcaf98f457e64cd006 +0 -0
- data/test/dummy/tmp/cache/assets/E07/B90/sprockets%2Faa8bbd5ec66e8551cb8f02e6f91ccf66 +0 -0
- data/test/dummy/tmp/cache/assets/E0A/170/sprockets%2F997a4124bcbaff8ef47ba8c3f186b6fc +0 -0
- data/test/dummy/tmp/cache/assets/E0A/1C0/sprockets%2Fb86fd2e0b485e4ed9457b5e1fbd7bcf4 +0 -0
- data/test/dummy/tmp/cache/assets/E0B/300/sprockets%2F6b29fde38df17f56a7dfd0b53e78c0fb +0 -0
- data/test/dummy/tmp/cache/assets/E0D/910/sprockets%2F13bc0ba3fbaece034c2cd4e223cea493 +0 -0
- data/test/dummy/tmp/cache/assets/E12/620/sprockets%2F6aed958a85d7bbfed8175b89b21baef9 +0 -0
- data/test/dummy/tmp/cache/assets/E12/C20/sprockets%2Feb34805a939ece95f8dade1eacfe8575 +0 -0
- data/test/dummy/tmp/cache/assets/E18/BD0/sprockets%2Fdd3f079cb22f0cbad4d62c2df2e6a1c1 +0 -0
- data/test/dummy/tmp/cache/assets/E19/9B0/sprockets%2F8dcc04b1c4d8aecb55c19e2f0a13aac8 +0 -0
- data/test/dummy/tmp/cache/assets/E19/A50/sprockets%2Fc235225f0a4e2d6aaac029dec6dc7fca +0 -0
- data/test/dummy/tmp/cache/assets/E1C/6A0/sprockets%2Fd27eac5dac6f025912b1ae4f60aafe6b +0 -0
- data/test/dummy/tmp/cache/assets/E1E/6D0/sprockets%2F0286dff2b4ebd44afc41a7bea4db414e +0 -0
- data/test/dummy/tmp/cache/assets/E1F/040/sprockets%2Fcaaa0078fb3ec94cd2b8a2565d4abda8 +0 -0
- data/test/dummy/tmp/cache/assets/E25/920/sprockets%2F96dab96ea56aceaeaaaa605803bb68d4 +0 -0
- data/test/dummy/tmp/cache/assets/E26/430/sprockets%2Ffa79fa9d616edd2acb247422aa17eafb +0 -0
- data/test/dummy/tmp/cache/assets/E2B/B40/sprockets%2F88b136beafea9b44ef70aa16b4afcb78 +0 -0
- data/test/dummy/tmp/cache/assets/E2D/350/sprockets%2F38bf1c815d0b29bdf4c5c5f8c7c7beaa +0 -0
- data/test/dummy/tmp/cache/assets/E2D/620/sprockets%2F378b29aa9f5b06dba19fac1a7c8cdfd4 +0 -0
- data/test/dummy/tmp/cache/assets/E2F/350/sprockets%2Fad9346a4df3cc90fb4aba15ce9db9f47 +0 -0
- data/test/dummy/tmp/cache/assets/E32/D80/sprockets%2F460ccbfbbb7bd5d4f4954bcd1792bf8f +0 -0
- data/test/dummy/tmp/cache/assets/E33/6A0/sprockets%2Fda09745d0a9bccceef4b95f7c4e3d36c +0 -0
- data/test/dummy/tmp/cache/assets/E39/2D0/sprockets%2F52e15dbdf2cefdb67efc480d67e38f6a +0 -0
- data/test/dummy/tmp/cache/assets/E41/2C0/sprockets%2Fb4fdba6739eff84ef39eec25f5f15fd0 +0 -0
- data/test/dummy/tmp/cache/assets/E50/0A0/sprockets%2F3b85ffabdab3abb59d1aa3c63ded2674 +0 -0
- data/test/dummy/tmp/cache/assets/E56/660/sprockets%2Ffed6a01984e7ea5c007c5e3bfad1fadd +0 -0
- data/test/dummy/tmp/cache/assets/E62/880/sprockets%2F3aaf0abaaa5dfc481858fcf99be744df +0 -0
- data/test/dummy/tmp/cache/assets/E66/340/sprockets%2F57b82ebdad2ba79dd446f878a3eeaedb +0 -0
- data/test/dummy/tmp/cache/assets/E68/350/sprockets%2Ff26bb3efad0f92afcaf6dfb597fa7448 +0 -0
- data/test/dummy/tmp/cache/assets/E68/EA0/sprockets%2F93ee9ef7cee9da2cd08dca8430cce81d +0 -0
- data/test/dummy/tmp/cache/assets/E71/550/sprockets%2F0efa339ed96f9cb5eab36f8adec8de39 +0 -0
- data/test/dummy/tmp/cache/assets/E8B/C90/sprockets%2Fa4bdcee220f4a6e6d48fd6cb5dceed71 +0 -0
- data/test/dummy/tmp/cache/assets/E94/740/sprockets%2Faa66cedb6ca6aee1d95ebaf8937beb57 +0 -0
- data/test/dummy/tmp/cache/assets/E95/F50/sprockets%2F37a48ac3dc87ddfec85b4dc7abcca99b +0 -0
- data/test/dummy/tmp/cache/assets/EF4/820/sprockets%2Fee2adf3afe09beb7fd9cbb9ea29da75d +0 -0
- data/test/dummy/tmp/cache/sass/2e16b619d48bf62a8ac98dbb3d2bc6e27f102db4/_base.css.scssc +0 -0
- data/test/dummy/tmp/cache/sass/2e16b619d48bf62a8ac98dbb3d2bc6e27f102db4/_forms.css.scssc +0 -0
- data/test/dummy/tmp/cache/sass/2e16b619d48bf62a8ac98dbb3d2bc6e27f102db4/_header.css.scssc +0 -0
- data/test/dummy/tmp/cache/sass/2e16b619d48bf62a8ac98dbb3d2bc6e27f102db4/_mixins.css.scssc +0 -0
- data/test/dummy/tmp/cache/sass/2e16b619d48bf62a8ac98dbb3d2bc6e27f102db4/_typography.css.scssc +0 -0
- data/test/dummy/tmp/cache/sass/3483e61ece0234ea8055e784e5c316d7ad7a62c4/_all.css.scssc +0 -0
- data/test/dummy/tmp/cache/sass/3483e61ece0234ea8055e784e5c316d7ad7a62c4/_buttons.css.scssc +0 -0
- data/test/dummy/tmp/cache/sass/3483e61ece0234ea8055e784e5c316d7ad7a62c4/_gradients.css.scssc +0 -0
- data/test/dummy/tmp/cache/sass/3483e61ece0234ea8055e784e5c316d7ad7a62c4/_icons.css.scssc +0 -0
- data/test/dummy/tmp/cache/sass/3483e61ece0234ea8055e784e5c316d7ad7a62c4/_reset.css.scssc +0 -0
- data/test/dummy/tmp/cache/sass/3483e61ece0234ea8055e784e5c316d7ad7a62c4/_rounded.css.scssc +0 -0
- data/test/dummy/tmp/cache/sass/3483e61ece0234ea8055e784e5c316d7ad7a62c4/_sections.css.scssc +0 -0
- data/test/dummy/tmp/cache/sass/3483e61ece0234ea8055e784e5c316d7ad7a62c4/_shadows.css.scssc +0 -0
- data/test/dummy/tmp/cache/sass/3483e61ece0234ea8055e784e5c316d7ad7a62c4/_utilities.scssc +0 -0
- data/test/dummy/tmp/cache/sass/3483e61ece0234ea8055e784e5c316d7ad7a62c4/_variables.css.scssc +0 -0
- data/test/dummy/tmp/cache/sass/8b152f509dc9acb2d79f7dce8f46ec225b01bc66/_comments.css.scssc +0 -0
- data/test/dummy/tmp/cache/sass/8b152f509dc9acb2d79f7dce8f46ec225b01bc66/_date_picker.css.scssc +0 -0
- data/test/dummy/tmp/cache/sass/8b152f509dc9acb2d79f7dce8f46ec225b01bc66/_flash_messages.css.scssc +0 -0
- data/test/dummy/tmp/cache/sass/8b152f509dc9acb2d79f7dce8f46ec225b01bc66/_tables.css.scssc +0 -0
- data/test/dummy/tmp/cache/sass/9ca9a22eff91c4261249b7b40e957b81799629ba/application.css.scssc +0 -0
- data/test/dummy/tmp/cache/sass/9fa1a2d9195a64ca73dc2fbf42b5468fc9babf48/active_admin.css.scssc +0 -0
- data/test/dummy/tmp/cache/sass/c467ab1ac00bb4b33ddebfbc4207f8cc0f9e61bc/reset.css.scssc +0 -0
- metadata +2822 -205
- data/lib/rich/legacy_formtastic.rb +0 -21
- data/lib/rich/rails_admin.rb +0 -14
- data/test/dummy/tmp/cache/assets/C87/8E0/sprockets%2F17e0d5efdd575486014469da98231146 +0 -0
- data/test/dummy/tmp/cache/assets/CA5/030/sprockets%2Ff1b86195281bc68a00fa20c6107f3638 +0 -0
- data/test/dummy/tmp/cache/assets/CA6/D70/sprockets%2F2cb539c0037029723e323a67fbe99b20 +0 -0
- data/test/dummy/tmp/cache/assets/CAA/4C0/sprockets%2F5b64d12f9a13a72a8495fc5154c72720 +0 -0
- data/test/dummy/tmp/cache/assets/CAF/610/sprockets%2F0335639b1fe477c2726a98f223f4c0a5 +0 -0
- data/test/dummy/tmp/cache/assets/CBF/9D0/sprockets%2Fb6b4157c8461b7799f5331967eec007d +0 -0
- data/test/dummy/tmp/cache/assets/CC2/680/sprockets%2F246dc8445ce003f6b944c6c1796769d7 +0 -0
- data/test/dummy/tmp/cache/assets/CC9/FB0/sprockets%2Fb265a0c8713c462a3dab42a043592c84 +0 -0
- data/test/dummy/tmp/cache/assets/CCC/800/sprockets%2F655e3dff9911f7527f1787fd951c4471 +0 -0
- data/test/dummy/tmp/cache/assets/CDE/720/sprockets%2Fc5b9143c5e46515e7453e0592b0fa57c +0 -0
- data/test/dummy/tmp/cache/assets/CE4/D20/sprockets%2F7a924cdc374439e3f1f48d1d527b3219 +0 -0
- data/test/dummy/tmp/cache/assets/CEA/ED0/sprockets%2F502a590ce74298a6596411ce9bd880df +0 -0
- data/test/dummy/tmp/cache/assets/CEB/BA0/sprockets%2F1c35edc033470f3659ee6fa97c607468 +0 -0
- data/test/dummy/tmp/cache/assets/CEC/1A0/sprockets%2F87fdead6014b961bb870b5931890d677 +0 -0
- data/test/dummy/tmp/cache/assets/CFA/C40/sprockets%2F14a89388c9e53e2effddc82034375987 +0 -0
- data/test/dummy/tmp/cache/assets/D01/980/sprockets%2F47c7e52f43c37ea9a1731f0400c393aa +0 -0
- data/test/dummy/tmp/cache/assets/D09/A80/sprockets%2Fee7932182acd760811453ac1e56a6ce4 +0 -0
- data/test/dummy/tmp/cache/assets/D0B/B20/sprockets%2Fdd220433e63488b61313f47e3ff64bbd +0 -0
- data/test/dummy/tmp/cache/assets/D15/F30/sprockets%2F87caf81fdffb8037b59096a0519a0481 +0 -0
- data/test/dummy/tmp/cache/assets/D15/F40/sprockets%2F83d1a8006e470e79f75592d63bdedc04 +0 -0
- data/test/dummy/tmp/cache/assets/D23/2C0/sprockets%2F0c3abf24c60bbb7d31217d1109870ce4 +0 -0
- data/test/dummy/tmp/cache/assets/D30/D00/sprockets%2Fc07d24cdbe55e5c2510d1590cf662a26 +0 -0
- data/test/dummy/tmp/cache/assets/D38/680/sprockets%2F60a41a53a3c2d1b9fecd7564d1b58576 +0 -0
- data/test/dummy/tmp/cache/assets/D3B/C70/sprockets%2Ff704fd927eb4b431ebbb078964ad1082 +0 -0
- data/test/dummy/tmp/cache/assets/D3E/420/sprockets%2F8813eaec4334ab6b9e4d4066c05c569b +0 -0
- data/test/dummy/tmp/cache/assets/D43/5E0/sprockets%2Ffa3d6621ff6b3f04b13a46974ac7488e +0 -0
- data/test/dummy/tmp/cache/assets/D45/740/sprockets%2F8c6505fad3328da88838a2038f1cee7b +0 -0
- data/test/dummy/tmp/cache/assets/D50/F20/sprockets%2Fcf6ca517cd1745586b9190ffd974d53d +0 -0
- data/test/dummy/tmp/cache/assets/D51/0E0/sprockets%2F7c2fe2f837656b4be38c13cc949de744 +0 -0
- data/test/dummy/tmp/cache/assets/D54/ED0/sprockets%2F71c9fa01091d432b131da3bb73faf3d4 +0 -0
- data/test/dummy/tmp/cache/assets/D62/550/sprockets%2F06614d902daa3481bbae7c51b66d3f6e +0 -0
- data/test/dummy/tmp/cache/assets/D69/3A0/sprockets%2Fc2e8be30894dbf2c5ae343b31d4581a9 +0 -0
- data/test/dummy/tmp/cache/assets/D6D/950/sprockets%2Fb9497be057cbca0f3561346f1b9e3c6a +0 -0
- data/test/dummy/tmp/cache/assets/D71/0D0/sprockets%2F71cd5d2d914e51ad358b9b64f443ccc8 +0 -0
- data/test/dummy/tmp/cache/assets/D77/020/sprockets%2Fad98cede2e30585e158452e7cd60ab86 +0 -0
- data/test/dummy/tmp/cache/assets/D7A/110/sprockets%2F9bb282830e134ce5eff5c3f880be48f5 +0 -0
- data/test/dummy/tmp/cache/assets/D84/210/sprockets%2Fabd0103ccec2b428ac62c94e4c40b384 +0 -0
- data/test/dummy/tmp/cache/assets/DDD/C20/sprockets%2F00d5c014021fc61bebcf0aafced83d17 +0 -0
- data/test/dummy/tmp/cache/assets/DE9/D40/sprockets%2F716df3d3bad61ab36c36d8ae1aea136a +0 -0
- data/test/dummy/tmp/cache/assets/DFF/4D0/sprockets%2F0d7eae306cc4e83ae549e96b1b6da8db +0 -0
- data/test/dummy/tmp/cache/assets/E06/920/sprockets%2F6baa37d1c26468aef4fe5fe4bf982fa3 +0 -0
- data/test/dummy/tmp/cache/assets/E07/6D0/sprockets%2Ff05a33fad80ccddbb49e773fc5837bf9 +0 -0
- data/test/dummy/tmp/cache/assets/E2F/E90/sprockets%2Ff4b19e42c92a93dcaaec9fe6eae4081d +0 -0
- data/test/dummy/tmp/cache/assets/E7E/2C0/sprockets%2Fcb51b66fdf6bc0ac41e34a2f9ddcfc0c +0 -0
- data/test/dummy/tmp/cache/sass/47d28203c7dfe65c985011aefaae84f4a193cd34/_all.css.scssc +0 -0
- data/test/dummy/tmp/cache/sass/47d28203c7dfe65c985011aefaae84f4a193cd34/_buttons.css.scssc +0 -0
- data/test/dummy/tmp/cache/sass/47d28203c7dfe65c985011aefaae84f4a193cd34/_gradients.css.scssc +0 -0
- data/test/dummy/tmp/cache/sass/47d28203c7dfe65c985011aefaae84f4a193cd34/_icons.css.scssc +0 -0
- data/test/dummy/tmp/cache/sass/47d28203c7dfe65c985011aefaae84f4a193cd34/_reset.css.scssc +0 -0
- data/test/dummy/tmp/cache/sass/47d28203c7dfe65c985011aefaae84f4a193cd34/_rounded.css.scssc +0 -0
- data/test/dummy/tmp/cache/sass/47d28203c7dfe65c985011aefaae84f4a193cd34/_sections.css.scssc +0 -0
- data/test/dummy/tmp/cache/sass/47d28203c7dfe65c985011aefaae84f4a193cd34/_shadows.css.scssc +0 -0
- data/test/dummy/tmp/cache/sass/47d28203c7dfe65c985011aefaae84f4a193cd34/_utilities.scssc +0 -0
- data/test/dummy/tmp/cache/sass/47d28203c7dfe65c985011aefaae84f4a193cd34/_variables.css.scssc +0 -0
- data/test/dummy/tmp/cache/sass/6c515d69838e656613f3f5477b832c205c6ada9a/_comments.css.scssc +0 -0
- data/test/dummy/tmp/cache/sass/6c515d69838e656613f3f5477b832c205c6ada9a/_date_picker.css.scssc +0 -0
- data/test/dummy/tmp/cache/sass/6c515d69838e656613f3f5477b832c205c6ada9a/_flash_messages.css.scssc +0 -0
- data/test/dummy/tmp/cache/sass/6c515d69838e656613f3f5477b832c205c6ada9a/_tables.css.scssc +0 -0
- data/test/dummy/tmp/cache/sass/6cab87537e628c7459f6979d5274910ad7b21d27/_comments.css.scssc +0 -0
- data/test/dummy/tmp/cache/sass/6cab87537e628c7459f6979d5274910ad7b21d27/_date_picker.css.scssc +0 -0
- data/test/dummy/tmp/cache/sass/6cab87537e628c7459f6979d5274910ad7b21d27/_flash_messages.css.scssc +0 -0
- data/test/dummy/tmp/cache/sass/6cab87537e628c7459f6979d5274910ad7b21d27/_tables.css.scssc +0 -0
- data/test/dummy/tmp/cache/sass/7daff679404b0204bd7b1e078fa2b7095fab4cd0/_base.css.scssc +0 -0
- data/test/dummy/tmp/cache/sass/7daff679404b0204bd7b1e078fa2b7095fab4cd0/_forms.css.scssc +0 -0
- data/test/dummy/tmp/cache/sass/7daff679404b0204bd7b1e078fa2b7095fab4cd0/_header.css.scssc +0 -0
- data/test/dummy/tmp/cache/sass/7daff679404b0204bd7b1e078fa2b7095fab4cd0/_mixins.css.scssc +0 -0
- data/test/dummy/tmp/cache/sass/7daff679404b0204bd7b1e078fa2b7095fab4cd0/_typography.css.scssc +0 -0
- data/test/dummy/tmp/cache/sass/82d751268dfb866e38eebcd712da0b0edbf5ebc4/_base.css.scssc +0 -0
- data/test/dummy/tmp/cache/sass/82d751268dfb866e38eebcd712da0b0edbf5ebc4/_forms.css.scssc +0 -0
- data/test/dummy/tmp/cache/sass/82d751268dfb866e38eebcd712da0b0edbf5ebc4/_header.css.scssc +0 -0
- data/test/dummy/tmp/cache/sass/82d751268dfb866e38eebcd712da0b0edbf5ebc4/_mixins.css.scssc +0 -0
- data/test/dummy/tmp/cache/sass/82d751268dfb866e38eebcd712da0b0edbf5ebc4/_typography.css.scssc +0 -0
- data/test/dummy/tmp/cache/sass/8c1379ab71928de23afbcc1bab7f2054c1fe860d/_all.css.scssc +0 -0
- data/test/dummy/tmp/cache/sass/8c1379ab71928de23afbcc1bab7f2054c1fe860d/_buttons.css.scssc +0 -0
- data/test/dummy/tmp/cache/sass/8c1379ab71928de23afbcc1bab7f2054c1fe860d/_gradients.css.scssc +0 -0
- data/test/dummy/tmp/cache/sass/8c1379ab71928de23afbcc1bab7f2054c1fe860d/_icons.css.scssc +0 -0
- data/test/dummy/tmp/cache/sass/8c1379ab71928de23afbcc1bab7f2054c1fe860d/_reset.css.scssc +0 -0
- data/test/dummy/tmp/cache/sass/8c1379ab71928de23afbcc1bab7f2054c1fe860d/_rounded.css.scssc +0 -0
- data/test/dummy/tmp/cache/sass/8c1379ab71928de23afbcc1bab7f2054c1fe860d/_sections.css.scssc +0 -0
- data/test/dummy/tmp/cache/sass/8c1379ab71928de23afbcc1bab7f2054c1fe860d/_shadows.css.scssc +0 -0
- data/test/dummy/tmp/cache/sass/8c1379ab71928de23afbcc1bab7f2054c1fe860d/_utilities.scssc +0 -0
- data/test/dummy/tmp/cache/sass/8c1379ab71928de23afbcc1bab7f2054c1fe860d/_variables.css.scssc +0 -0
@@ -0,0 +1,1425 @@
|
|
1
|
+
/*
|
2
|
+
Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved.
|
3
|
+
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4
|
+
*/
|
5
|
+
|
6
|
+
CKEDITOR.dialog.add( 'link', function( editor )
|
7
|
+
{
|
8
|
+
var plugin = CKEDITOR.plugins.link;
|
9
|
+
// Handles the event when the "Target" selection box is changed.
|
10
|
+
var targetChanged = function()
|
11
|
+
{
|
12
|
+
var dialog = this.getDialog(),
|
13
|
+
popupFeatures = dialog.getContentElement( 'target', 'popupFeatures' ),
|
14
|
+
targetName = dialog.getContentElement( 'target', 'linkTargetName' ),
|
15
|
+
value = this.getValue();
|
16
|
+
|
17
|
+
if ( !popupFeatures || !targetName )
|
18
|
+
return;
|
19
|
+
|
20
|
+
popupFeatures = popupFeatures.getElement();
|
21
|
+
popupFeatures.hide();
|
22
|
+
targetName.setValue( '' );
|
23
|
+
|
24
|
+
switch ( value )
|
25
|
+
{
|
26
|
+
case 'frame' :
|
27
|
+
targetName.setLabel( editor.lang.link.targetFrameName );
|
28
|
+
targetName.getElement().show();
|
29
|
+
break;
|
30
|
+
case 'popup' :
|
31
|
+
popupFeatures.show();
|
32
|
+
targetName.setLabel( editor.lang.link.targetPopupName );
|
33
|
+
targetName.getElement().show();
|
34
|
+
break;
|
35
|
+
default :
|
36
|
+
targetName.setValue( value );
|
37
|
+
targetName.getElement().hide();
|
38
|
+
break;
|
39
|
+
}
|
40
|
+
|
41
|
+
};
|
42
|
+
|
43
|
+
// Handles the event when the "Type" selection box is changed.
|
44
|
+
var linkTypeChanged = function()
|
45
|
+
{
|
46
|
+
var dialog = this.getDialog(),
|
47
|
+
partIds = [ 'urlOptions', 'anchorOptions', 'emailOptions' ],
|
48
|
+
typeValue = this.getValue(),
|
49
|
+
uploadTab = dialog.definition.getContents( 'upload' ),
|
50
|
+
uploadInitiallyHidden = uploadTab && uploadTab.hidden;
|
51
|
+
|
52
|
+
if ( typeValue == 'url' )
|
53
|
+
{
|
54
|
+
if ( editor.config.linkShowTargetTab )
|
55
|
+
dialog.showPage( 'target' );
|
56
|
+
if ( !uploadInitiallyHidden )
|
57
|
+
dialog.showPage( 'upload' );
|
58
|
+
}
|
59
|
+
else
|
60
|
+
{
|
61
|
+
dialog.hidePage( 'target' );
|
62
|
+
if ( !uploadInitiallyHidden )
|
63
|
+
dialog.hidePage( 'upload' );
|
64
|
+
}
|
65
|
+
|
66
|
+
for ( var i = 0 ; i < partIds.length ; i++ )
|
67
|
+
{
|
68
|
+
var element = dialog.getContentElement( 'info', partIds[i] );
|
69
|
+
if ( !element )
|
70
|
+
continue;
|
71
|
+
|
72
|
+
element = element.getElement().getParent().getParent();
|
73
|
+
if ( partIds[i] == typeValue + 'Options' )
|
74
|
+
element.show();
|
75
|
+
else
|
76
|
+
element.hide();
|
77
|
+
}
|
78
|
+
|
79
|
+
dialog.layout();
|
80
|
+
};
|
81
|
+
|
82
|
+
// Loads the parameters in a selected link to the link dialog fields.
|
83
|
+
var javascriptProtocolRegex = /^javascript:/,
|
84
|
+
emailRegex = /^mailto:([^?]+)(?:\?(.+))?$/,
|
85
|
+
emailSubjectRegex = /subject=([^;?:@&=$,\/]*)/,
|
86
|
+
emailBodyRegex = /body=([^;?:@&=$,\/]*)/,
|
87
|
+
anchorRegex = /^#(.*)$/,
|
88
|
+
urlRegex = /^((?:http|https|ftp|news):\/\/)?(.*)$/,
|
89
|
+
selectableTargets = /^(_(?:self|top|parent|blank))$/,
|
90
|
+
encodedEmailLinkRegex = /^javascript:void\(location\.href='mailto:'\+String\.fromCharCode\(([^)]+)\)(?:\+'(.*)')?\)$/,
|
91
|
+
functionCallProtectedEmailLinkRegex = /^javascript:([^(]+)\(([^)]+)\)$/;
|
92
|
+
|
93
|
+
var popupRegex =
|
94
|
+
/\s*window.open\(\s*this\.href\s*,\s*(?:'([^']*)'|null)\s*,\s*'([^']*)'\s*\)\s*;\s*return\s*false;*\s*/;
|
95
|
+
var popupFeaturesRegex = /(?:^|,)([^=]+)=(\d+|yes|no)/gi;
|
96
|
+
|
97
|
+
var parseLink = function( editor, element )
|
98
|
+
{
|
99
|
+
var href = ( element && ( element.data( 'cke-saved-href' ) || element.getAttribute( 'href' ) ) ) || '',
|
100
|
+
javascriptMatch,
|
101
|
+
emailMatch,
|
102
|
+
anchorMatch,
|
103
|
+
urlMatch,
|
104
|
+
retval = {};
|
105
|
+
|
106
|
+
if ( ( javascriptMatch = href.match( javascriptProtocolRegex ) ) )
|
107
|
+
{
|
108
|
+
if ( emailProtection == 'encode' )
|
109
|
+
{
|
110
|
+
href = href.replace( encodedEmailLinkRegex,
|
111
|
+
function ( match, protectedAddress, rest )
|
112
|
+
{
|
113
|
+
return 'mailto:' +
|
114
|
+
String.fromCharCode.apply( String, protectedAddress.split( ',' ) ) +
|
115
|
+
( rest && unescapeSingleQuote( rest ) );
|
116
|
+
});
|
117
|
+
}
|
118
|
+
// Protected email link as function call.
|
119
|
+
else if ( emailProtection )
|
120
|
+
{
|
121
|
+
href.replace( functionCallProtectedEmailLinkRegex, function( match, funcName, funcArgs )
|
122
|
+
{
|
123
|
+
if ( funcName == compiledProtectionFunction.name )
|
124
|
+
{
|
125
|
+
retval.type = 'email';
|
126
|
+
var email = retval.email = {};
|
127
|
+
|
128
|
+
var paramRegex = /[^,\s]+/g,
|
129
|
+
paramQuoteRegex = /(^')|('$)/g,
|
130
|
+
paramsMatch = funcArgs.match( paramRegex ),
|
131
|
+
paramsMatchLength = paramsMatch.length,
|
132
|
+
paramName,
|
133
|
+
paramVal;
|
134
|
+
|
135
|
+
for ( var i = 0; i < paramsMatchLength; i++ )
|
136
|
+
{
|
137
|
+
paramVal = decodeURIComponent( unescapeSingleQuote( paramsMatch[ i ].replace( paramQuoteRegex, '' ) ) );
|
138
|
+
paramName = compiledProtectionFunction.params[ i ].toLowerCase();
|
139
|
+
email[ paramName ] = paramVal;
|
140
|
+
}
|
141
|
+
email.address = [ email.name, email.domain ].join( '@' );
|
142
|
+
}
|
143
|
+
} );
|
144
|
+
}
|
145
|
+
}
|
146
|
+
|
147
|
+
if ( !retval.type )
|
148
|
+
{
|
149
|
+
if ( ( anchorMatch = href.match( anchorRegex ) ) )
|
150
|
+
{
|
151
|
+
retval.type = 'anchor';
|
152
|
+
retval.anchor = {};
|
153
|
+
retval.anchor.name = retval.anchor.id = anchorMatch[1];
|
154
|
+
}
|
155
|
+
// Protected email link as encoded string.
|
156
|
+
else if ( ( emailMatch = href.match( emailRegex ) ) )
|
157
|
+
{
|
158
|
+
var subjectMatch = href.match( emailSubjectRegex ),
|
159
|
+
bodyMatch = href.match( emailBodyRegex );
|
160
|
+
|
161
|
+
retval.type = 'email';
|
162
|
+
var email = ( retval.email = {} );
|
163
|
+
email.address = emailMatch[ 1 ];
|
164
|
+
subjectMatch && ( email.subject = decodeURIComponent( subjectMatch[ 1 ] ) );
|
165
|
+
bodyMatch && ( email.body = decodeURIComponent( bodyMatch[ 1 ] ) );
|
166
|
+
}
|
167
|
+
// urlRegex matches empty strings, so need to check for href as well.
|
168
|
+
else if ( href && ( urlMatch = href.match( urlRegex ) ) )
|
169
|
+
{
|
170
|
+
retval.type = 'url';
|
171
|
+
retval.url = {};
|
172
|
+
retval.url.protocol = urlMatch[1];
|
173
|
+
retval.url.url = urlMatch[2];
|
174
|
+
}
|
175
|
+
else
|
176
|
+
retval.type = 'url';
|
177
|
+
}
|
178
|
+
|
179
|
+
// Load target and popup settings.
|
180
|
+
if ( element )
|
181
|
+
{
|
182
|
+
var target = element.getAttribute( 'target' );
|
183
|
+
retval.target = {};
|
184
|
+
retval.adv = {};
|
185
|
+
|
186
|
+
// IE BUG: target attribute is an empty string instead of null in IE if it's not set.
|
187
|
+
if ( !target )
|
188
|
+
{
|
189
|
+
var onclick = element.data( 'cke-pa-onclick' ) || element.getAttribute( 'onclick' ),
|
190
|
+
onclickMatch = onclick && onclick.match( popupRegex );
|
191
|
+
if ( onclickMatch )
|
192
|
+
{
|
193
|
+
retval.target.type = 'popup';
|
194
|
+
retval.target.name = onclickMatch[1];
|
195
|
+
|
196
|
+
var featureMatch;
|
197
|
+
while ( ( featureMatch = popupFeaturesRegex.exec( onclickMatch[2] ) ) )
|
198
|
+
{
|
199
|
+
// Some values should remain numbers (#7300)
|
200
|
+
if ( ( featureMatch[2] == 'yes' || featureMatch[2] == '1' ) && !( featureMatch[1] in { height:1, width:1, top:1, left:1 } ) )
|
201
|
+
retval.target[ featureMatch[1] ] = true;
|
202
|
+
else if ( isFinite( featureMatch[2] ) )
|
203
|
+
retval.target[ featureMatch[1] ] = featureMatch[2];
|
204
|
+
}
|
205
|
+
}
|
206
|
+
}
|
207
|
+
else
|
208
|
+
{
|
209
|
+
var targetMatch = target.match( selectableTargets );
|
210
|
+
if ( targetMatch )
|
211
|
+
retval.target.type = retval.target.name = target;
|
212
|
+
else
|
213
|
+
{
|
214
|
+
retval.target.type = 'frame';
|
215
|
+
retval.target.name = target;
|
216
|
+
}
|
217
|
+
}
|
218
|
+
|
219
|
+
var me = this;
|
220
|
+
var advAttr = function( inputName, attrName )
|
221
|
+
{
|
222
|
+
var value = element.getAttribute( attrName );
|
223
|
+
if ( value !== null )
|
224
|
+
retval.adv[ inputName ] = value || '';
|
225
|
+
};
|
226
|
+
advAttr( 'advId', 'id' );
|
227
|
+
advAttr( 'advLangDir', 'dir' );
|
228
|
+
advAttr( 'advAccessKey', 'accessKey' );
|
229
|
+
|
230
|
+
retval.adv.advName =
|
231
|
+
element.data( 'cke-saved-name' )
|
232
|
+
|| element.getAttribute( 'name' )
|
233
|
+
|| '';
|
234
|
+
advAttr( 'advLangCode', 'lang' );
|
235
|
+
advAttr( 'advTabIndex', 'tabindex' );
|
236
|
+
advAttr( 'advTitle', 'title' );
|
237
|
+
advAttr( 'advContentType', 'type' );
|
238
|
+
CKEDITOR.plugins.link.synAnchorSelector ?
|
239
|
+
retval.adv.advCSSClasses = getLinkClass( element )
|
240
|
+
: advAttr( 'advCSSClasses', 'class' );
|
241
|
+
advAttr( 'advCharset', 'charset' );
|
242
|
+
advAttr( 'advStyles', 'style' );
|
243
|
+
advAttr( 'advRel', 'rel' );
|
244
|
+
}
|
245
|
+
|
246
|
+
// Find out whether we have any anchors in the editor.
|
247
|
+
var anchors = retval.anchors = [],
|
248
|
+
item;
|
249
|
+
|
250
|
+
// For some browsers we set contenteditable="false" on anchors, making document.anchors not to include them, so we must traverse the links manually (#7893).
|
251
|
+
if ( CKEDITOR.plugins.link.emptyAnchorFix )
|
252
|
+
{
|
253
|
+
var links = editor.document.getElementsByTag( 'a' );
|
254
|
+
for ( i = 0, count = links.count(); i < count; i++ )
|
255
|
+
{
|
256
|
+
item = links.getItem( i );
|
257
|
+
if ( item.data( 'cke-saved-name' ) || item.hasAttribute( 'name' ) )
|
258
|
+
anchors.push( { name : item.data( 'cke-saved-name' ) || item.getAttribute( 'name' ), id : item.getAttribute( 'id' ) } );
|
259
|
+
}
|
260
|
+
}
|
261
|
+
else
|
262
|
+
{
|
263
|
+
var anchorList = new CKEDITOR.dom.nodeList( editor.document.$.anchors );
|
264
|
+
for ( var i = 0, count = anchorList.count(); i < count; i++ )
|
265
|
+
{
|
266
|
+
item = anchorList.getItem( i );
|
267
|
+
anchors[ i ] = { name : item.getAttribute( 'name' ), id : item.getAttribute( 'id' ) };
|
268
|
+
}
|
269
|
+
}
|
270
|
+
|
271
|
+
if ( CKEDITOR.plugins.link.fakeAnchor )
|
272
|
+
{
|
273
|
+
var imgs = editor.document.getElementsByTag( 'img' );
|
274
|
+
for ( i = 0, count = imgs.count(); i < count; i++ )
|
275
|
+
{
|
276
|
+
if ( ( item = CKEDITOR.plugins.link.tryRestoreFakeAnchor( editor, imgs.getItem( i ) ) ) )
|
277
|
+
anchors.push( { name : item.getAttribute( 'name' ), id : item.getAttribute( 'id' ) } );
|
278
|
+
}
|
279
|
+
}
|
280
|
+
|
281
|
+
// Record down the selected element in the dialog.
|
282
|
+
this._.selectedElement = element;
|
283
|
+
return retval;
|
284
|
+
};
|
285
|
+
|
286
|
+
var setupParams = function( page, data )
|
287
|
+
{
|
288
|
+
if ( data[page] )
|
289
|
+
this.setValue( data[page][this.id] || '' );
|
290
|
+
};
|
291
|
+
|
292
|
+
var setupPopupParams = function( data )
|
293
|
+
{
|
294
|
+
return setupParams.call( this, 'target', data );
|
295
|
+
};
|
296
|
+
|
297
|
+
var setupAdvParams = function( data )
|
298
|
+
{
|
299
|
+
return setupParams.call( this, 'adv', data );
|
300
|
+
};
|
301
|
+
|
302
|
+
var commitParams = function( page, data )
|
303
|
+
{
|
304
|
+
if ( !data[page] )
|
305
|
+
data[page] = {};
|
306
|
+
|
307
|
+
data[page][this.id] = this.getValue() || '';
|
308
|
+
};
|
309
|
+
|
310
|
+
var commitPopupParams = function( data )
|
311
|
+
{
|
312
|
+
return commitParams.call( this, 'target', data );
|
313
|
+
};
|
314
|
+
|
315
|
+
var commitAdvParams = function( data )
|
316
|
+
{
|
317
|
+
return commitParams.call( this, 'adv', data );
|
318
|
+
};
|
319
|
+
|
320
|
+
function unescapeSingleQuote( str )
|
321
|
+
{
|
322
|
+
return str.replace( /\\'/g, '\'' );
|
323
|
+
}
|
324
|
+
|
325
|
+
function escapeSingleQuote( str )
|
326
|
+
{
|
327
|
+
return str.replace( /'/g, '\\$&' );
|
328
|
+
}
|
329
|
+
|
330
|
+
var emailProtection = editor.config.emailProtection || '';
|
331
|
+
|
332
|
+
// Compile the protection function pattern.
|
333
|
+
if ( emailProtection && emailProtection != 'encode' )
|
334
|
+
{
|
335
|
+
var compiledProtectionFunction = {};
|
336
|
+
|
337
|
+
emailProtection.replace( /^([^(]+)\(([^)]+)\)$/, function( match, funcName, params )
|
338
|
+
{
|
339
|
+
compiledProtectionFunction.name = funcName;
|
340
|
+
compiledProtectionFunction.params = [];
|
341
|
+
params.replace( /[^,\s]+/g, function( param )
|
342
|
+
{
|
343
|
+
compiledProtectionFunction.params.push( param );
|
344
|
+
} );
|
345
|
+
} );
|
346
|
+
}
|
347
|
+
|
348
|
+
function protectEmailLinkAsFunction( email )
|
349
|
+
{
|
350
|
+
var retval,
|
351
|
+
name = compiledProtectionFunction.name,
|
352
|
+
params = compiledProtectionFunction.params,
|
353
|
+
paramName,
|
354
|
+
paramValue;
|
355
|
+
|
356
|
+
retval = [ name, '(' ];
|
357
|
+
for ( var i = 0; i < params.length; i++ )
|
358
|
+
{
|
359
|
+
paramName = params[ i ].toLowerCase();
|
360
|
+
paramValue = email[ paramName ];
|
361
|
+
|
362
|
+
i > 0 && retval.push( ',' );
|
363
|
+
retval.push( '\'',
|
364
|
+
paramValue ?
|
365
|
+
escapeSingleQuote( encodeURIComponent( email[ paramName ] ) )
|
366
|
+
: '',
|
367
|
+
'\'');
|
368
|
+
}
|
369
|
+
retval.push( ')' );
|
370
|
+
return retval.join( '' );
|
371
|
+
}
|
372
|
+
|
373
|
+
function protectEmailAddressAsEncodedString( address )
|
374
|
+
{
|
375
|
+
var charCode,
|
376
|
+
length = address.length,
|
377
|
+
encodedChars = [];
|
378
|
+
for ( var i = 0; i < length; i++ )
|
379
|
+
{
|
380
|
+
charCode = address.charCodeAt( i );
|
381
|
+
encodedChars.push( charCode );
|
382
|
+
}
|
383
|
+
return 'String.fromCharCode(' + encodedChars.join( ',' ) + ')';
|
384
|
+
}
|
385
|
+
|
386
|
+
function getLinkClass( ele )
|
387
|
+
{
|
388
|
+
var className = ele.getAttribute( 'class' );
|
389
|
+
return className ? className.replace( /\s*(?:cke_anchor_empty|cke_anchor)(?:\s*$)?/g, '' ) : '';
|
390
|
+
}
|
391
|
+
|
392
|
+
var commonLang = editor.lang.common,
|
393
|
+
linkLang = editor.lang.link;
|
394
|
+
|
395
|
+
return {
|
396
|
+
title : linkLang.title,
|
397
|
+
minWidth : 350,
|
398
|
+
minHeight : 230,
|
399
|
+
contents : [
|
400
|
+
{
|
401
|
+
id : 'info',
|
402
|
+
label : linkLang.info,
|
403
|
+
title : linkLang.info,
|
404
|
+
elements :
|
405
|
+
[
|
406
|
+
{
|
407
|
+
id : 'linkType',
|
408
|
+
type : 'select',
|
409
|
+
label : linkLang.type,
|
410
|
+
'default' : 'url',
|
411
|
+
items :
|
412
|
+
[
|
413
|
+
[ linkLang.toUrl, 'url' ],
|
414
|
+
[ linkLang.toAnchor, 'anchor' ],
|
415
|
+
[ linkLang.toEmail, 'email' ]
|
416
|
+
],
|
417
|
+
onChange : linkTypeChanged,
|
418
|
+
setup : function( data )
|
419
|
+
{
|
420
|
+
if ( data.type )
|
421
|
+
this.setValue( data.type );
|
422
|
+
},
|
423
|
+
commit : function( data )
|
424
|
+
{
|
425
|
+
data.type = this.getValue();
|
426
|
+
}
|
427
|
+
},
|
428
|
+
{
|
429
|
+
type : 'vbox',
|
430
|
+
id : 'urlOptions',
|
431
|
+
children :
|
432
|
+
[
|
433
|
+
{
|
434
|
+
type : 'hbox',
|
435
|
+
widths : [ '25%', '75%' ],
|
436
|
+
children :
|
437
|
+
[
|
438
|
+
{
|
439
|
+
id : 'protocol',
|
440
|
+
type : 'select',
|
441
|
+
label : commonLang.protocol,
|
442
|
+
'default' : 'http://',
|
443
|
+
items :
|
444
|
+
[
|
445
|
+
// Force 'ltr' for protocol names in BIDI. (#5433)
|
446
|
+
[ 'http://\u200E', 'http://' ],
|
447
|
+
[ 'https://\u200E', 'https://' ],
|
448
|
+
[ 'ftp://\u200E', 'ftp://' ],
|
449
|
+
[ 'news://\u200E', 'news://' ],
|
450
|
+
[ linkLang.other , '' ]
|
451
|
+
],
|
452
|
+
setup : function( data )
|
453
|
+
{
|
454
|
+
if ( data.url )
|
455
|
+
this.setValue( data.url.protocol || '' );
|
456
|
+
},
|
457
|
+
commit : function( data )
|
458
|
+
{
|
459
|
+
if ( !data.url )
|
460
|
+
data.url = {};
|
461
|
+
|
462
|
+
data.url.protocol = this.getValue();
|
463
|
+
}
|
464
|
+
},
|
465
|
+
{
|
466
|
+
type : 'text',
|
467
|
+
id : 'url',
|
468
|
+
label : commonLang.url,
|
469
|
+
required: true,
|
470
|
+
onLoad : function ()
|
471
|
+
{
|
472
|
+
this.allowOnChange = true;
|
473
|
+
},
|
474
|
+
onKeyUp : function()
|
475
|
+
{
|
476
|
+
this.allowOnChange = false;
|
477
|
+
var protocolCmb = this.getDialog().getContentElement( 'info', 'protocol' ),
|
478
|
+
url = this.getValue(),
|
479
|
+
urlOnChangeProtocol = /^(http|https|ftp|news):\/\/(?=.)/i,
|
480
|
+
urlOnChangeTestOther = /^((javascript:)|[#\/\.\?])/i;
|
481
|
+
|
482
|
+
var protocol = urlOnChangeProtocol.exec( url );
|
483
|
+
if ( protocol )
|
484
|
+
{
|
485
|
+
this.setValue( url.substr( protocol[ 0 ].length ) );
|
486
|
+
protocolCmb.setValue( protocol[ 0 ].toLowerCase() );
|
487
|
+
}
|
488
|
+
else if ( urlOnChangeTestOther.test( url ) )
|
489
|
+
protocolCmb.setValue( '' );
|
490
|
+
|
491
|
+
this.allowOnChange = true;
|
492
|
+
},
|
493
|
+
onChange : function()
|
494
|
+
{
|
495
|
+
if ( this.allowOnChange ) // Dont't call on dialog load.
|
496
|
+
this.onKeyUp();
|
497
|
+
},
|
498
|
+
validate : function()
|
499
|
+
{
|
500
|
+
var dialog = this.getDialog();
|
501
|
+
|
502
|
+
if ( dialog.getContentElement( 'info', 'linkType' ) &&
|
503
|
+
dialog.getValueOf( 'info', 'linkType' ) != 'url' )
|
504
|
+
return true;
|
505
|
+
|
506
|
+
if ( this.getDialog().fakeObj ) // Edit Anchor.
|
507
|
+
return true;
|
508
|
+
|
509
|
+
var func = CKEDITOR.dialog.validate.notEmpty( linkLang.noUrl );
|
510
|
+
return func.apply( this );
|
511
|
+
},
|
512
|
+
setup : function( data )
|
513
|
+
{
|
514
|
+
this.allowOnChange = false;
|
515
|
+
if ( data.url )
|
516
|
+
this.setValue( data.url.url );
|
517
|
+
this.allowOnChange = true;
|
518
|
+
|
519
|
+
},
|
520
|
+
commit : function( data )
|
521
|
+
{
|
522
|
+
// IE will not trigger the onChange event if the mouse has been used
|
523
|
+
// to carry all the operations #4724
|
524
|
+
this.onChange();
|
525
|
+
|
526
|
+
if ( !data.url )
|
527
|
+
data.url = {};
|
528
|
+
|
529
|
+
data.url.url = this.getValue();
|
530
|
+
this.allowOnChange = false;
|
531
|
+
}
|
532
|
+
}
|
533
|
+
],
|
534
|
+
setup : function( data )
|
535
|
+
{
|
536
|
+
if ( !this.getDialog().getContentElement( 'info', 'linkType' ) )
|
537
|
+
this.getElement().show();
|
538
|
+
}
|
539
|
+
},
|
540
|
+
{
|
541
|
+
type : 'button',
|
542
|
+
id : 'browse',
|
543
|
+
hidden : 'true',
|
544
|
+
filebrowser : 'info:url',
|
545
|
+
label : commonLang.browseServer
|
546
|
+
}
|
547
|
+
]
|
548
|
+
},
|
549
|
+
{
|
550
|
+
type : 'vbox',
|
551
|
+
id : 'anchorOptions',
|
552
|
+
width : 260,
|
553
|
+
align : 'center',
|
554
|
+
padding : 0,
|
555
|
+
children :
|
556
|
+
[
|
557
|
+
{
|
558
|
+
type : 'fieldset',
|
559
|
+
id : 'selectAnchorText',
|
560
|
+
label : linkLang.selectAnchor,
|
561
|
+
setup : function( data )
|
562
|
+
{
|
563
|
+
if ( data.anchors.length > 0 )
|
564
|
+
this.getElement().show();
|
565
|
+
else
|
566
|
+
this.getElement().hide();
|
567
|
+
},
|
568
|
+
children :
|
569
|
+
[
|
570
|
+
{
|
571
|
+
type : 'hbox',
|
572
|
+
id : 'selectAnchor',
|
573
|
+
children :
|
574
|
+
[
|
575
|
+
{
|
576
|
+
type : 'select',
|
577
|
+
id : 'anchorName',
|
578
|
+
'default' : '',
|
579
|
+
label : linkLang.anchorName,
|
580
|
+
style : 'width: 100%;',
|
581
|
+
items :
|
582
|
+
[
|
583
|
+
[ '' ]
|
584
|
+
],
|
585
|
+
setup : function( data )
|
586
|
+
{
|
587
|
+
this.clear();
|
588
|
+
this.add( '' );
|
589
|
+
for ( var i = 0 ; i < data.anchors.length ; i++ )
|
590
|
+
{
|
591
|
+
if ( data.anchors[i].name )
|
592
|
+
this.add( data.anchors[i].name );
|
593
|
+
}
|
594
|
+
|
595
|
+
if ( data.anchor )
|
596
|
+
this.setValue( data.anchor.name );
|
597
|
+
|
598
|
+
var linkType = this.getDialog().getContentElement( 'info', 'linkType' );
|
599
|
+
if ( linkType && linkType.getValue() == 'email' )
|
600
|
+
this.focus();
|
601
|
+
},
|
602
|
+
commit : function( data )
|
603
|
+
{
|
604
|
+
if ( !data.anchor )
|
605
|
+
data.anchor = {};
|
606
|
+
|
607
|
+
data.anchor.name = this.getValue();
|
608
|
+
}
|
609
|
+
},
|
610
|
+
{
|
611
|
+
type : 'select',
|
612
|
+
id : 'anchorId',
|
613
|
+
'default' : '',
|
614
|
+
label : linkLang.anchorId,
|
615
|
+
style : 'width: 100%;',
|
616
|
+
items :
|
617
|
+
[
|
618
|
+
[ '' ]
|
619
|
+
],
|
620
|
+
setup : function( data )
|
621
|
+
{
|
622
|
+
this.clear();
|
623
|
+
this.add( '' );
|
624
|
+
for ( var i = 0 ; i < data.anchors.length ; i++ )
|
625
|
+
{
|
626
|
+
if ( data.anchors[i].id )
|
627
|
+
this.add( data.anchors[i].id );
|
628
|
+
}
|
629
|
+
|
630
|
+
if ( data.anchor )
|
631
|
+
this.setValue( data.anchor.id );
|
632
|
+
},
|
633
|
+
commit : function( data )
|
634
|
+
{
|
635
|
+
if ( !data.anchor )
|
636
|
+
data.anchor = {};
|
637
|
+
|
638
|
+
data.anchor.id = this.getValue();
|
639
|
+
}
|
640
|
+
}
|
641
|
+
],
|
642
|
+
setup : function( data )
|
643
|
+
{
|
644
|
+
if ( data.anchors.length > 0 )
|
645
|
+
this.getElement().show();
|
646
|
+
else
|
647
|
+
this.getElement().hide();
|
648
|
+
}
|
649
|
+
}
|
650
|
+
]
|
651
|
+
},
|
652
|
+
{
|
653
|
+
type : 'html',
|
654
|
+
id : 'noAnchors',
|
655
|
+
style : 'text-align: center;',
|
656
|
+
html : '<div role="label" tabIndex="-1">' + CKEDITOR.tools.htmlEncode( linkLang.noAnchors ) + '</div>',
|
657
|
+
// Focus the first element defined in above html.
|
658
|
+
focus : true,
|
659
|
+
setup : function( data )
|
660
|
+
{
|
661
|
+
if ( data.anchors.length < 1 )
|
662
|
+
this.getElement().show();
|
663
|
+
else
|
664
|
+
this.getElement().hide();
|
665
|
+
}
|
666
|
+
}
|
667
|
+
],
|
668
|
+
setup : function( data )
|
669
|
+
{
|
670
|
+
if ( !this.getDialog().getContentElement( 'info', 'linkType' ) )
|
671
|
+
this.getElement().hide();
|
672
|
+
}
|
673
|
+
},
|
674
|
+
{
|
675
|
+
type : 'vbox',
|
676
|
+
id : 'emailOptions',
|
677
|
+
padding : 1,
|
678
|
+
children :
|
679
|
+
[
|
680
|
+
{
|
681
|
+
type : 'text',
|
682
|
+
id : 'emailAddress',
|
683
|
+
label : linkLang.emailAddress,
|
684
|
+
required : true,
|
685
|
+
validate : function()
|
686
|
+
{
|
687
|
+
var dialog = this.getDialog();
|
688
|
+
|
689
|
+
if ( !dialog.getContentElement( 'info', 'linkType' ) ||
|
690
|
+
dialog.getValueOf( 'info', 'linkType' ) != 'email' )
|
691
|
+
return true;
|
692
|
+
|
693
|
+
var func = CKEDITOR.dialog.validate.notEmpty( linkLang.noEmail );
|
694
|
+
return func.apply( this );
|
695
|
+
},
|
696
|
+
setup : function( data )
|
697
|
+
{
|
698
|
+
if ( data.email )
|
699
|
+
this.setValue( data.email.address );
|
700
|
+
|
701
|
+
var linkType = this.getDialog().getContentElement( 'info', 'linkType' );
|
702
|
+
if ( linkType && linkType.getValue() == 'email' )
|
703
|
+
this.select();
|
704
|
+
},
|
705
|
+
commit : function( data )
|
706
|
+
{
|
707
|
+
if ( !data.email )
|
708
|
+
data.email = {};
|
709
|
+
|
710
|
+
data.email.address = this.getValue();
|
711
|
+
}
|
712
|
+
},
|
713
|
+
{
|
714
|
+
type : 'text',
|
715
|
+
id : 'emailSubject',
|
716
|
+
label : linkLang.emailSubject,
|
717
|
+
setup : function( data )
|
718
|
+
{
|
719
|
+
if ( data.email )
|
720
|
+
this.setValue( data.email.subject );
|
721
|
+
},
|
722
|
+
commit : function( data )
|
723
|
+
{
|
724
|
+
if ( !data.email )
|
725
|
+
data.email = {};
|
726
|
+
|
727
|
+
data.email.subject = this.getValue();
|
728
|
+
}
|
729
|
+
},
|
730
|
+
{
|
731
|
+
type : 'textarea',
|
732
|
+
id : 'emailBody',
|
733
|
+
label : linkLang.emailBody,
|
734
|
+
rows : 3,
|
735
|
+
'default' : '',
|
736
|
+
setup : function( data )
|
737
|
+
{
|
738
|
+
if ( data.email )
|
739
|
+
this.setValue( data.email.body );
|
740
|
+
},
|
741
|
+
commit : function( data )
|
742
|
+
{
|
743
|
+
if ( !data.email )
|
744
|
+
data.email = {};
|
745
|
+
|
746
|
+
data.email.body = this.getValue();
|
747
|
+
}
|
748
|
+
}
|
749
|
+
],
|
750
|
+
setup : function( data )
|
751
|
+
{
|
752
|
+
if ( !this.getDialog().getContentElement( 'info', 'linkType' ) )
|
753
|
+
this.getElement().hide();
|
754
|
+
}
|
755
|
+
}
|
756
|
+
]
|
757
|
+
},
|
758
|
+
{
|
759
|
+
id : 'target',
|
760
|
+
label : linkLang.target,
|
761
|
+
title : linkLang.target,
|
762
|
+
elements :
|
763
|
+
[
|
764
|
+
{
|
765
|
+
type : 'hbox',
|
766
|
+
widths : [ '50%', '50%' ],
|
767
|
+
children :
|
768
|
+
[
|
769
|
+
{
|
770
|
+
type : 'select',
|
771
|
+
id : 'linkTargetType',
|
772
|
+
label : commonLang.target,
|
773
|
+
'default' : 'notSet',
|
774
|
+
style : 'width : 100%;',
|
775
|
+
'items' :
|
776
|
+
[
|
777
|
+
[ commonLang.notSet, 'notSet' ],
|
778
|
+
[ linkLang.targetFrame, 'frame' ],
|
779
|
+
[ linkLang.targetPopup, 'popup' ],
|
780
|
+
[ commonLang.targetNew, '_blank' ],
|
781
|
+
[ commonLang.targetTop, '_top' ],
|
782
|
+
[ commonLang.targetSelf, '_self' ],
|
783
|
+
[ commonLang.targetParent, '_parent' ]
|
784
|
+
],
|
785
|
+
onChange : targetChanged,
|
786
|
+
setup : function( data )
|
787
|
+
{
|
788
|
+
if ( data.target )
|
789
|
+
this.setValue( data.target.type || 'notSet' );
|
790
|
+
targetChanged.call( this );
|
791
|
+
},
|
792
|
+
commit : function( data )
|
793
|
+
{
|
794
|
+
if ( !data.target )
|
795
|
+
data.target = {};
|
796
|
+
|
797
|
+
data.target.type = this.getValue();
|
798
|
+
}
|
799
|
+
},
|
800
|
+
{
|
801
|
+
type : 'text',
|
802
|
+
id : 'linkTargetName',
|
803
|
+
label : linkLang.targetFrameName,
|
804
|
+
'default' : '',
|
805
|
+
setup : function( data )
|
806
|
+
{
|
807
|
+
if ( data.target )
|
808
|
+
this.setValue( data.target.name );
|
809
|
+
},
|
810
|
+
commit : function( data )
|
811
|
+
{
|
812
|
+
if ( !data.target )
|
813
|
+
data.target = {};
|
814
|
+
|
815
|
+
data.target.name = this.getValue().replace(/\W/gi, '');
|
816
|
+
}
|
817
|
+
}
|
818
|
+
]
|
819
|
+
},
|
820
|
+
{
|
821
|
+
type : 'vbox',
|
822
|
+
width : '100%',
|
823
|
+
align : 'center',
|
824
|
+
padding : 2,
|
825
|
+
id : 'popupFeatures',
|
826
|
+
children :
|
827
|
+
[
|
828
|
+
{
|
829
|
+
type : 'fieldset',
|
830
|
+
label : linkLang.popupFeatures,
|
831
|
+
children :
|
832
|
+
[
|
833
|
+
{
|
834
|
+
type : 'hbox',
|
835
|
+
children :
|
836
|
+
[
|
837
|
+
{
|
838
|
+
type : 'checkbox',
|
839
|
+
id : 'resizable',
|
840
|
+
label : linkLang.popupResizable,
|
841
|
+
setup : setupPopupParams,
|
842
|
+
commit : commitPopupParams
|
843
|
+
},
|
844
|
+
{
|
845
|
+
type : 'checkbox',
|
846
|
+
id : 'status',
|
847
|
+
label : linkLang.popupStatusBar,
|
848
|
+
setup : setupPopupParams,
|
849
|
+
commit : commitPopupParams
|
850
|
+
|
851
|
+
}
|
852
|
+
]
|
853
|
+
},
|
854
|
+
{
|
855
|
+
type : 'hbox',
|
856
|
+
children :
|
857
|
+
[
|
858
|
+
{
|
859
|
+
type : 'checkbox',
|
860
|
+
id : 'location',
|
861
|
+
label : linkLang.popupLocationBar,
|
862
|
+
setup : setupPopupParams,
|
863
|
+
commit : commitPopupParams
|
864
|
+
|
865
|
+
},
|
866
|
+
{
|
867
|
+
type : 'checkbox',
|
868
|
+
id : 'toolbar',
|
869
|
+
label : linkLang.popupToolbar,
|
870
|
+
setup : setupPopupParams,
|
871
|
+
commit : commitPopupParams
|
872
|
+
|
873
|
+
}
|
874
|
+
]
|
875
|
+
},
|
876
|
+
{
|
877
|
+
type : 'hbox',
|
878
|
+
children :
|
879
|
+
[
|
880
|
+
{
|
881
|
+
type : 'checkbox',
|
882
|
+
id : 'menubar',
|
883
|
+
label : linkLang.popupMenuBar,
|
884
|
+
setup : setupPopupParams,
|
885
|
+
commit : commitPopupParams
|
886
|
+
|
887
|
+
},
|
888
|
+
{
|
889
|
+
type : 'checkbox',
|
890
|
+
id : 'fullscreen',
|
891
|
+
label : linkLang.popupFullScreen,
|
892
|
+
setup : setupPopupParams,
|
893
|
+
commit : commitPopupParams
|
894
|
+
|
895
|
+
}
|
896
|
+
]
|
897
|
+
},
|
898
|
+
{
|
899
|
+
type : 'hbox',
|
900
|
+
children :
|
901
|
+
[
|
902
|
+
{
|
903
|
+
type : 'checkbox',
|
904
|
+
id : 'scrollbars',
|
905
|
+
label : linkLang.popupScrollBars,
|
906
|
+
setup : setupPopupParams,
|
907
|
+
commit : commitPopupParams
|
908
|
+
|
909
|
+
},
|
910
|
+
{
|
911
|
+
type : 'checkbox',
|
912
|
+
id : 'dependent',
|
913
|
+
label : linkLang.popupDependent,
|
914
|
+
setup : setupPopupParams,
|
915
|
+
commit : commitPopupParams
|
916
|
+
|
917
|
+
}
|
918
|
+
]
|
919
|
+
},
|
920
|
+
{
|
921
|
+
type : 'hbox',
|
922
|
+
children :
|
923
|
+
[
|
924
|
+
{
|
925
|
+
type : 'text',
|
926
|
+
widths : [ '50%', '50%' ],
|
927
|
+
labelLayout : 'horizontal',
|
928
|
+
label : commonLang.width,
|
929
|
+
id : 'width',
|
930
|
+
setup : setupPopupParams,
|
931
|
+
commit : commitPopupParams
|
932
|
+
|
933
|
+
},
|
934
|
+
{
|
935
|
+
type : 'text',
|
936
|
+
labelLayout : 'horizontal',
|
937
|
+
widths : [ '50%', '50%' ],
|
938
|
+
label : linkLang.popupLeft,
|
939
|
+
id : 'left',
|
940
|
+
setup : setupPopupParams,
|
941
|
+
commit : commitPopupParams
|
942
|
+
|
943
|
+
}
|
944
|
+
]
|
945
|
+
},
|
946
|
+
{
|
947
|
+
type : 'hbox',
|
948
|
+
children :
|
949
|
+
[
|
950
|
+
{
|
951
|
+
type : 'text',
|
952
|
+
labelLayout : 'horizontal',
|
953
|
+
widths : [ '50%', '50%' ],
|
954
|
+
label : commonLang.height,
|
955
|
+
id : 'height',
|
956
|
+
setup : setupPopupParams,
|
957
|
+
commit : commitPopupParams
|
958
|
+
|
959
|
+
},
|
960
|
+
{
|
961
|
+
type : 'text',
|
962
|
+
labelLayout : 'horizontal',
|
963
|
+
label : linkLang.popupTop,
|
964
|
+
widths : [ '50%', '50%' ],
|
965
|
+
id : 'top',
|
966
|
+
setup : setupPopupParams,
|
967
|
+
commit : commitPopupParams
|
968
|
+
|
969
|
+
}
|
970
|
+
]
|
971
|
+
}
|
972
|
+
]
|
973
|
+
}
|
974
|
+
]
|
975
|
+
}
|
976
|
+
]
|
977
|
+
},
|
978
|
+
{
|
979
|
+
id : 'upload',
|
980
|
+
label : linkLang.upload,
|
981
|
+
title : linkLang.upload,
|
982
|
+
hidden : true,
|
983
|
+
filebrowser : 'uploadButton',
|
984
|
+
elements :
|
985
|
+
[
|
986
|
+
{
|
987
|
+
type : 'file',
|
988
|
+
id : 'upload',
|
989
|
+
label : commonLang.upload,
|
990
|
+
style: 'height:40px',
|
991
|
+
size : 29
|
992
|
+
},
|
993
|
+
{
|
994
|
+
type : 'fileButton',
|
995
|
+
id : 'uploadButton',
|
996
|
+
label : commonLang.uploadSubmit,
|
997
|
+
filebrowser : 'info:url',
|
998
|
+
'for' : [ 'upload', 'upload' ]
|
999
|
+
}
|
1000
|
+
]
|
1001
|
+
},
|
1002
|
+
{
|
1003
|
+
id : 'advanced',
|
1004
|
+
label : linkLang.advanced,
|
1005
|
+
title : linkLang.advanced,
|
1006
|
+
elements :
|
1007
|
+
[
|
1008
|
+
{
|
1009
|
+
type : 'vbox',
|
1010
|
+
padding : 1,
|
1011
|
+
children :
|
1012
|
+
[
|
1013
|
+
{
|
1014
|
+
type : 'hbox',
|
1015
|
+
widths : [ '45%', '35%', '20%' ],
|
1016
|
+
children :
|
1017
|
+
[
|
1018
|
+
{
|
1019
|
+
type : 'text',
|
1020
|
+
id : 'advId',
|
1021
|
+
label : linkLang.id,
|
1022
|
+
setup : setupAdvParams,
|
1023
|
+
commit : commitAdvParams
|
1024
|
+
},
|
1025
|
+
{
|
1026
|
+
type : 'select',
|
1027
|
+
id : 'advLangDir',
|
1028
|
+
label : linkLang.langDir,
|
1029
|
+
'default' : '',
|
1030
|
+
style : 'width:110px',
|
1031
|
+
items :
|
1032
|
+
[
|
1033
|
+
[ commonLang.notSet, '' ],
|
1034
|
+
[ linkLang.langDirLTR, 'ltr' ],
|
1035
|
+
[ linkLang.langDirRTL, 'rtl' ]
|
1036
|
+
],
|
1037
|
+
setup : setupAdvParams,
|
1038
|
+
commit : commitAdvParams
|
1039
|
+
},
|
1040
|
+
{
|
1041
|
+
type : 'text',
|
1042
|
+
id : 'advAccessKey',
|
1043
|
+
width : '80px',
|
1044
|
+
label : linkLang.acccessKey,
|
1045
|
+
maxLength : 1,
|
1046
|
+
setup : setupAdvParams,
|
1047
|
+
commit : commitAdvParams
|
1048
|
+
|
1049
|
+
}
|
1050
|
+
]
|
1051
|
+
},
|
1052
|
+
{
|
1053
|
+
type : 'hbox',
|
1054
|
+
widths : [ '45%', '35%', '20%' ],
|
1055
|
+
children :
|
1056
|
+
[
|
1057
|
+
{
|
1058
|
+
type : 'text',
|
1059
|
+
label : linkLang.name,
|
1060
|
+
id : 'advName',
|
1061
|
+
setup : setupAdvParams,
|
1062
|
+
commit : commitAdvParams
|
1063
|
+
|
1064
|
+
},
|
1065
|
+
{
|
1066
|
+
type : 'text',
|
1067
|
+
label : linkLang.langCode,
|
1068
|
+
id : 'advLangCode',
|
1069
|
+
width : '110px',
|
1070
|
+
'default' : '',
|
1071
|
+
setup : setupAdvParams,
|
1072
|
+
commit : commitAdvParams
|
1073
|
+
|
1074
|
+
},
|
1075
|
+
{
|
1076
|
+
type : 'text',
|
1077
|
+
label : linkLang.tabIndex,
|
1078
|
+
id : 'advTabIndex',
|
1079
|
+
width : '80px',
|
1080
|
+
maxLength : 5,
|
1081
|
+
setup : setupAdvParams,
|
1082
|
+
commit : commitAdvParams
|
1083
|
+
|
1084
|
+
}
|
1085
|
+
]
|
1086
|
+
}
|
1087
|
+
]
|
1088
|
+
},
|
1089
|
+
{
|
1090
|
+
type : 'vbox',
|
1091
|
+
padding : 1,
|
1092
|
+
children :
|
1093
|
+
[
|
1094
|
+
{
|
1095
|
+
type : 'hbox',
|
1096
|
+
widths : [ '45%', '55%' ],
|
1097
|
+
children :
|
1098
|
+
[
|
1099
|
+
{
|
1100
|
+
type : 'text',
|
1101
|
+
label : linkLang.advisoryTitle,
|
1102
|
+
'default' : '',
|
1103
|
+
id : 'advTitle',
|
1104
|
+
setup : setupAdvParams,
|
1105
|
+
commit : commitAdvParams
|
1106
|
+
|
1107
|
+
},
|
1108
|
+
{
|
1109
|
+
type : 'text',
|
1110
|
+
label : linkLang.advisoryContentType,
|
1111
|
+
'default' : '',
|
1112
|
+
id : 'advContentType',
|
1113
|
+
setup : setupAdvParams,
|
1114
|
+
commit : commitAdvParams
|
1115
|
+
|
1116
|
+
}
|
1117
|
+
]
|
1118
|
+
},
|
1119
|
+
{
|
1120
|
+
type : 'hbox',
|
1121
|
+
widths : [ '45%', '55%' ],
|
1122
|
+
children :
|
1123
|
+
[
|
1124
|
+
{
|
1125
|
+
type : 'text',
|
1126
|
+
label : linkLang.cssClasses,
|
1127
|
+
'default' : '',
|
1128
|
+
id : 'advCSSClasses',
|
1129
|
+
setup : setupAdvParams,
|
1130
|
+
commit : commitAdvParams
|
1131
|
+
|
1132
|
+
},
|
1133
|
+
{
|
1134
|
+
type : 'text',
|
1135
|
+
label : linkLang.charset,
|
1136
|
+
'default' : '',
|
1137
|
+
id : 'advCharset',
|
1138
|
+
setup : setupAdvParams,
|
1139
|
+
commit : commitAdvParams
|
1140
|
+
|
1141
|
+
}
|
1142
|
+
]
|
1143
|
+
},
|
1144
|
+
{
|
1145
|
+
type : 'hbox',
|
1146
|
+
widths : [ '45%', '55%' ],
|
1147
|
+
children :
|
1148
|
+
[
|
1149
|
+
{
|
1150
|
+
type : 'text',
|
1151
|
+
label : linkLang.rel,
|
1152
|
+
'default' : '',
|
1153
|
+
id : 'advRel',
|
1154
|
+
setup : setupAdvParams,
|
1155
|
+
commit : commitAdvParams
|
1156
|
+
},
|
1157
|
+
{
|
1158
|
+
type : 'text',
|
1159
|
+
label : linkLang.styles,
|
1160
|
+
'default' : '',
|
1161
|
+
id : 'advStyles',
|
1162
|
+
validate : CKEDITOR.dialog.validate.inlineStyle( editor.lang.common.invalidInlineStyle ),
|
1163
|
+
setup : setupAdvParams,
|
1164
|
+
commit : commitAdvParams
|
1165
|
+
}
|
1166
|
+
]
|
1167
|
+
}
|
1168
|
+
]
|
1169
|
+
}
|
1170
|
+
]
|
1171
|
+
}
|
1172
|
+
],
|
1173
|
+
onShow : function()
|
1174
|
+
{
|
1175
|
+
var editor = this.getParentEditor(),
|
1176
|
+
selection = editor.getSelection(),
|
1177
|
+
element = null;
|
1178
|
+
|
1179
|
+
// Fill in all the relevant fields if there's already one link selected.
|
1180
|
+
if ( ( element = plugin.getSelectedLink( editor ) ) && element.hasAttribute( 'href' ) )
|
1181
|
+
selection.selectElement( element );
|
1182
|
+
else
|
1183
|
+
element = null;
|
1184
|
+
|
1185
|
+
this.setupContent( parseLink.apply( this, [ editor, element ] ) );
|
1186
|
+
},
|
1187
|
+
onOk : function()
|
1188
|
+
{
|
1189
|
+
var attributes = {},
|
1190
|
+
removeAttributes = [],
|
1191
|
+
data = {},
|
1192
|
+
me = this,
|
1193
|
+
editor = this.getParentEditor();
|
1194
|
+
|
1195
|
+
this.commitContent( data );
|
1196
|
+
|
1197
|
+
// Compose the URL.
|
1198
|
+
switch ( data.type || 'url' )
|
1199
|
+
{
|
1200
|
+
case 'url':
|
1201
|
+
var protocol = ( data.url && data.url.protocol != undefined ) ? data.url.protocol : 'http://',
|
1202
|
+
url = ( data.url && CKEDITOR.tools.trim( data.url.url ) ) || '';
|
1203
|
+
attributes[ 'data-cke-saved-href' ] = ( url.indexOf( '/' ) === 0 ) ? url : protocol + url;
|
1204
|
+
break;
|
1205
|
+
case 'anchor':
|
1206
|
+
var name = ( data.anchor && data.anchor.name ),
|
1207
|
+
id = ( data.anchor && data.anchor.id );
|
1208
|
+
attributes[ 'data-cke-saved-href' ] = '#' + ( name || id || '' );
|
1209
|
+
break;
|
1210
|
+
case 'email':
|
1211
|
+
|
1212
|
+
var linkHref,
|
1213
|
+
email = data.email,
|
1214
|
+
address = email.address;
|
1215
|
+
|
1216
|
+
switch( emailProtection )
|
1217
|
+
{
|
1218
|
+
case '' :
|
1219
|
+
case 'encode' :
|
1220
|
+
{
|
1221
|
+
var subject = encodeURIComponent( email.subject || '' ),
|
1222
|
+
body = encodeURIComponent( email.body || '' );
|
1223
|
+
|
1224
|
+
// Build the e-mail parameters first.
|
1225
|
+
var argList = [];
|
1226
|
+
subject && argList.push( 'subject=' + subject );
|
1227
|
+
body && argList.push( 'body=' + body );
|
1228
|
+
argList = argList.length ? '?' + argList.join( '&' ) : '';
|
1229
|
+
|
1230
|
+
if ( emailProtection == 'encode' )
|
1231
|
+
{
|
1232
|
+
linkHref = [ 'javascript:void(location.href=\'mailto:\'+',
|
1233
|
+
protectEmailAddressAsEncodedString( address ) ];
|
1234
|
+
// parameters are optional.
|
1235
|
+
argList && linkHref.push( '+\'', escapeSingleQuote( argList ), '\'' );
|
1236
|
+
|
1237
|
+
linkHref.push( ')' );
|
1238
|
+
}
|
1239
|
+
else
|
1240
|
+
linkHref = [ 'mailto:', address, argList ];
|
1241
|
+
|
1242
|
+
break;
|
1243
|
+
}
|
1244
|
+
default :
|
1245
|
+
{
|
1246
|
+
// Separating name and domain.
|
1247
|
+
var nameAndDomain = address.split( '@', 2 );
|
1248
|
+
email.name = nameAndDomain[ 0 ];
|
1249
|
+
email.domain = nameAndDomain[ 1 ];
|
1250
|
+
|
1251
|
+
linkHref = [ 'javascript:', protectEmailLinkAsFunction( email ) ];
|
1252
|
+
}
|
1253
|
+
}
|
1254
|
+
|
1255
|
+
attributes[ 'data-cke-saved-href' ] = linkHref.join( '' );
|
1256
|
+
break;
|
1257
|
+
}
|
1258
|
+
|
1259
|
+
// Popups and target.
|
1260
|
+
if ( data.target )
|
1261
|
+
{
|
1262
|
+
if ( data.target.type == 'popup' )
|
1263
|
+
{
|
1264
|
+
var onclickList = [ 'window.open(this.href, \'',
|
1265
|
+
data.target.name || '', '\', \'' ];
|
1266
|
+
var featureList = [ 'resizable', 'status', 'location', 'toolbar', 'menubar', 'fullscreen',
|
1267
|
+
'scrollbars', 'dependent' ];
|
1268
|
+
var featureLength = featureList.length;
|
1269
|
+
var addFeature = function( featureName )
|
1270
|
+
{
|
1271
|
+
if ( data.target[ featureName ] )
|
1272
|
+
featureList.push( featureName + '=' + data.target[ featureName ] );
|
1273
|
+
};
|
1274
|
+
|
1275
|
+
for ( var i = 0 ; i < featureLength ; i++ )
|
1276
|
+
featureList[i] = featureList[i] + ( data.target[ featureList[i] ] ? '=yes' : '=no' ) ;
|
1277
|
+
addFeature( 'width' );
|
1278
|
+
addFeature( 'left' );
|
1279
|
+
addFeature( 'height' );
|
1280
|
+
addFeature( 'top' );
|
1281
|
+
|
1282
|
+
onclickList.push( featureList.join( ',' ), '\'); return false;' );
|
1283
|
+
attributes[ 'data-cke-pa-onclick' ] = onclickList.join( '' );
|
1284
|
+
|
1285
|
+
// Add the "target" attribute. (#5074)
|
1286
|
+
removeAttributes.push( 'target' );
|
1287
|
+
}
|
1288
|
+
else
|
1289
|
+
{
|
1290
|
+
if ( data.target.type != 'notSet' && data.target.name )
|
1291
|
+
attributes.target = data.target.name;
|
1292
|
+
else
|
1293
|
+
removeAttributes.push( 'target' );
|
1294
|
+
|
1295
|
+
removeAttributes.push( 'data-cke-pa-onclick', 'onclick' );
|
1296
|
+
}
|
1297
|
+
}
|
1298
|
+
|
1299
|
+
// Advanced attributes.
|
1300
|
+
if ( data.adv )
|
1301
|
+
{
|
1302
|
+
var advAttr = function( inputName, attrName )
|
1303
|
+
{
|
1304
|
+
var value = data.adv[ inputName ];
|
1305
|
+
if ( value )
|
1306
|
+
attributes[attrName] = value;
|
1307
|
+
else
|
1308
|
+
removeAttributes.push( attrName );
|
1309
|
+
};
|
1310
|
+
|
1311
|
+
advAttr( 'advId', 'id' );
|
1312
|
+
advAttr( 'advLangDir', 'dir' );
|
1313
|
+
advAttr( 'advAccessKey', 'accessKey' );
|
1314
|
+
|
1315
|
+
if ( data.adv[ 'advName' ] )
|
1316
|
+
attributes[ 'name' ] = attributes[ 'data-cke-saved-name' ] = data.adv[ 'advName' ];
|
1317
|
+
else
|
1318
|
+
removeAttributes = removeAttributes.concat( [ 'data-cke-saved-name', 'name' ] );
|
1319
|
+
|
1320
|
+
advAttr( 'advLangCode', 'lang' );
|
1321
|
+
advAttr( 'advTabIndex', 'tabindex' );
|
1322
|
+
advAttr( 'advTitle', 'title' );
|
1323
|
+
advAttr( 'advContentType', 'type' );
|
1324
|
+
advAttr( 'advCSSClasses', 'class' );
|
1325
|
+
advAttr( 'advCharset', 'charset' );
|
1326
|
+
advAttr( 'advStyles', 'style' );
|
1327
|
+
advAttr( 'advRel', 'rel' );
|
1328
|
+
}
|
1329
|
+
|
1330
|
+
|
1331
|
+
// Browser need the "href" fro copy/paste link to work. (#6641)
|
1332
|
+
attributes.href = attributes[ 'data-cke-saved-href' ];
|
1333
|
+
|
1334
|
+
if ( !this._.selectedElement )
|
1335
|
+
{
|
1336
|
+
// Create element if current selection is collapsed.
|
1337
|
+
var selection = editor.getSelection(),
|
1338
|
+
ranges = selection.getRanges( true );
|
1339
|
+
if ( ranges.length == 1 && ranges[0].collapsed )
|
1340
|
+
{
|
1341
|
+
// Short mailto link text view (#5736).
|
1342
|
+
var text = new CKEDITOR.dom.text( data.type == 'email' ?
|
1343
|
+
data.email.address : attributes[ 'data-cke-saved-href' ], editor.document );
|
1344
|
+
ranges[0].insertNode( text );
|
1345
|
+
ranges[0].selectNodeContents( text );
|
1346
|
+
selection.selectRanges( ranges );
|
1347
|
+
}
|
1348
|
+
|
1349
|
+
// Apply style.
|
1350
|
+
var style = new CKEDITOR.style( { element : 'a', attributes : attributes } );
|
1351
|
+
style.type = CKEDITOR.STYLE_INLINE; // need to override... dunno why.
|
1352
|
+
style.apply( editor.document );
|
1353
|
+
}
|
1354
|
+
else
|
1355
|
+
{
|
1356
|
+
// We're only editing an existing link, so just overwrite the attributes.
|
1357
|
+
var element = this._.selectedElement,
|
1358
|
+
href = element.data( 'cke-saved-href' ),
|
1359
|
+
textView = element.getHtml();
|
1360
|
+
|
1361
|
+
element.setAttributes( attributes );
|
1362
|
+
element.removeAttributes( removeAttributes );
|
1363
|
+
|
1364
|
+
if ( data.adv && data.adv.advName && CKEDITOR.plugins.link.synAnchorSelector )
|
1365
|
+
element.addClass( element.getChildCount() ? 'cke_anchor' : 'cke_anchor_empty' );
|
1366
|
+
|
1367
|
+
// Update text view when user changes protocol (#4612).
|
1368
|
+
if ( href == textView || data.type == 'email' && textView.indexOf( '@' ) != -1 )
|
1369
|
+
{
|
1370
|
+
// Short mailto link text view (#5736).
|
1371
|
+
element.setHtml( data.type == 'email' ?
|
1372
|
+
data.email.address : attributes[ 'data-cke-saved-href' ] );
|
1373
|
+
}
|
1374
|
+
|
1375
|
+
delete this._.selectedElement;
|
1376
|
+
}
|
1377
|
+
},
|
1378
|
+
onLoad : function()
|
1379
|
+
{
|
1380
|
+
if ( !editor.config.linkShowAdvancedTab )
|
1381
|
+
this.hidePage( 'advanced' ); //Hide Advanded tab.
|
1382
|
+
|
1383
|
+
if ( !editor.config.linkShowTargetTab )
|
1384
|
+
this.hidePage( 'target' ); //Hide Target tab.
|
1385
|
+
|
1386
|
+
},
|
1387
|
+
// Inital focus on 'url' field if link is of type URL.
|
1388
|
+
onFocus : function()
|
1389
|
+
{
|
1390
|
+
var linkType = this.getContentElement( 'info', 'linkType' ),
|
1391
|
+
urlField;
|
1392
|
+
if ( linkType && linkType.getValue() == 'url' )
|
1393
|
+
{
|
1394
|
+
urlField = this.getContentElement( 'info', 'url' );
|
1395
|
+
urlField.select();
|
1396
|
+
}
|
1397
|
+
}
|
1398
|
+
};
|
1399
|
+
});
|
1400
|
+
|
1401
|
+
/**
|
1402
|
+
* The e-mail address anti-spam protection option. The protection will be
|
1403
|
+
* applied when creating or modifying e-mail links through the editor interface.<br>
|
1404
|
+
* Two methods of protection can be choosed:
|
1405
|
+
* <ol> <li>The e-mail parts (name, domain and any other query string) are
|
1406
|
+
* assembled into a function call pattern. Such function must be
|
1407
|
+
* provided by the developer in the pages that will use the contents.
|
1408
|
+
* <li>Only the e-mail address is obfuscated into a special string that
|
1409
|
+
* has no meaning for humans or spam bots, but which is properly
|
1410
|
+
* rendered and accepted by the browser.</li></ol>
|
1411
|
+
* Both approaches require JavaScript to be enabled.
|
1412
|
+
* @name CKEDITOR.config.emailProtection
|
1413
|
+
* @since 3.1
|
1414
|
+
* @type String
|
1415
|
+
* @default '' (empty string = disabled)
|
1416
|
+
* @example
|
1417
|
+
* // href="mailto:tester@ckeditor.com?subject=subject&body=body"
|
1418
|
+
* config.emailProtection = '';
|
1419
|
+
* @example
|
1420
|
+
* // href="<a href=\"javascript:void(location.href=\'mailto:\'+String.fromCharCode(116,101,115,116,101,114,64,99,107,101,100,105,116,111,114,46,99,111,109)+\'?subject=subject&body=body\')\">e-mail</a>"
|
1421
|
+
* config.emailProtection = 'encode';
|
1422
|
+
* @example
|
1423
|
+
* // href="javascript:mt('tester','ckeditor.com','subject','body')"
|
1424
|
+
* config.emailProtection = 'mt(NAME,DOMAIN,SUBJECT,BODY)';
|
1425
|
+
*/
|