rich 0.0.6 → 0.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1574) hide show
  1. data/README.rdoc +13 -10
  2. data/app/assets/images/rich/loading.png +0 -0
  3. data/app/assets/javascripts/rich/application.js +3 -109
  4. data/app/assets/javascripts/rich/base.js +3 -81
  5. data/app/assets/javascripts/rich/browser/extensions.js +15 -0
  6. data/app/assets/javascripts/rich/browser/filebrowser.js +147 -0
  7. data/app/assets/javascripts/rich/{uploader.js → browser/uploader.js} +0 -1
  8. data/app/assets/javascripts/rich/{ckeditor_path.js → editor/ckeditor_path.js} +0 -0
  9. data/app/assets/javascripts/rich/editor/rich_editor.js +52 -0
  10. data/app/assets/javascripts/rich/editor/rich_finder.js +34 -0
  11. data/app/assets/stylesheets/rich/application.css.scss +11 -4
  12. data/app/controllers/rich/files_controller.rb +2 -14
  13. data/app/inputs/rich_asset_input.rb +2 -5
  14. data/app/inputs/rich_input.rb +11 -17
  15. data/app/models/rich/rich_image.rb +1 -1
  16. data/app/views/layouts/rich/application.html.erb +1 -1
  17. data/app/views/rails_admin/main/_form_rich_text.html.haml +1 -1
  18. data/app/views/rich/files/_image.html.erb +3 -2
  19. data/app/views/rich/files/index.html.erb +7 -11
  20. data/app/views/rich/files/index.js.erb +1 -1
  21. data/lib/generators/rich/install/templates/rich.rb.erb +9 -1
  22. data/lib/rich/integrations/legacy_formtastic.rb +21 -0
  23. data/lib/rich/integrations/rails_admin_editor.rb +20 -0
  24. data/lib/rich/version.rb +1 -1
  25. data/lib/rich.rb +34 -11
  26. data/lib/tasks/rich_tasks.rake +10 -0
  27. data/test/dummy/app/views/posts/_formtastic_form.html.erb +1 -1
  28. data/test/dummy/config/initializers/rich.rb +1 -1
  29. data/test/dummy/db/development.sqlite3 +0 -0
  30. data/test/dummy/log/development.log +21156 -0
  31. data/test/dummy/log/production.log +1584 -0
  32. data/test/dummy/public/assets/active_admin/admin_notes_icon-44f1e8c6c964121ed2a81ec46cab4e8f.png +0 -0
  33. data/test/dummy/public/assets/active_admin/admin_notes_icon.png +0 -0
  34. data/test/dummy/public/assets/active_admin/datepicker/datepicker-header-bg-82379b1692ff58021cbb72b7a47398f4.png +0 -0
  35. data/test/dummy/public/assets/active_admin/datepicker/datepicker-header-bg.png +0 -0
  36. data/test/dummy/public/assets/active_admin/datepicker/datepicker-input-icon-8bc559f420278746aadc71a39ee2dcba.png +0 -0
  37. data/test/dummy/public/assets/active_admin/datepicker/datepicker-input-icon.png +0 -0
  38. data/test/dummy/public/assets/active_admin/datepicker/datepicker-next-link-icon-244c553aa4397b8bd71fb7b9c6f2c038.png +0 -0
  39. data/test/dummy/public/assets/active_admin/datepicker/datepicker-next-link-icon.png +0 -0
  40. data/test/dummy/public/assets/active_admin/datepicker/datepicker-nipple-b2d462853233e269d07924e121373ed6.png +0 -0
  41. data/test/dummy/public/assets/active_admin/datepicker/datepicker-nipple.png +0 -0
  42. data/test/dummy/public/assets/active_admin/datepicker/datepicker-prev-link-icon-c7350481017d5d77579c21937470ab25.png +0 -0
  43. data/test/dummy/public/assets/active_admin/datepicker/datepicker-prev-link-icon.png +0 -0
  44. data/test/dummy/public/assets/active_admin/loading-d608b5c4f1285d851932fb16404f2ef9.gif +0 -0
  45. data/test/dummy/public/assets/active_admin/loading.gif +0 -0
  46. data/test/dummy/public/assets/active_admin/nested_menu_arrow-843da9bdc70bc1b886dcb77568b56c17.gif +0 -0
  47. data/test/dummy/public/assets/active_admin/nested_menu_arrow.gif +0 -0
  48. data/test/dummy/public/assets/active_admin/nested_menu_arrow_dark-639ddf23c1337911ccba7cc755edce38.gif +0 -0
  49. data/test/dummy/public/assets/active_admin/nested_menu_arrow_dark.gif +0 -0
  50. data/test/dummy/public/assets/active_admin/orderable-91583e6f60064e4b86801f12b7d52bc8.png +0 -0
  51. data/test/dummy/public/assets/active_admin/orderable.png +0 -0
  52. data/test/dummy/public/assets/active_admin-7c22dd5d091d5986bb317d01578d770b.css +1 -0
  53. data/test/dummy/public/assets/active_admin-7c22dd5d091d5986bb317d01578d770b.css.gz +0 -0
  54. data/test/dummy/public/assets/active_admin-cab6278178c392e12a96772baa6f75d3.js +30 -0
  55. data/test/dummy/public/assets/active_admin-cab6278178c392e12a96772baa6f75d3.js.gz +0 -0
  56. data/test/dummy/public/assets/active_admin.css +1 -0
  57. data/test/dummy/public/assets/active_admin.css.gz +0 -0
  58. data/test/dummy/public/assets/active_admin.js +30 -0
  59. data/test/dummy/public/assets/active_admin.js.gz +0 -0
  60. data/test/dummy/public/assets/application-1807d8e7d63797f1ada2239ca9cf7c3b.css +1 -0
  61. data/test/dummy/public/assets/application-1807d8e7d63797f1ada2239ca9cf7c3b.css.gz +0 -0
  62. data/test/dummy/public/assets/application-a08973695228f879d618b212de14ccd7.js +29 -0
  63. data/test/dummy/public/assets/application-a08973695228f879d618b212de14ccd7.js.gz +0 -0
  64. data/test/dummy/public/assets/application.css +1 -0
  65. data/test/dummy/public/assets/application.css.gz +0 -0
  66. data/test/dummy/public/assets/application.js +29 -0
  67. data/test/dummy/public/assets/application.js.gz +0 -0
  68. data/test/dummy/public/assets/ckeditor/CHANGES-f20e8a82d502c4c177f9f36630336b41.html +1433 -0
  69. data/test/dummy/public/assets/ckeditor/CHANGES.html +1433 -0
  70. data/test/dummy/public/assets/ckeditor/INSTALL-2ffbef3279a59c4316cf813597a2c508.html +92 -0
  71. data/test/dummy/public/assets/ckeditor/INSTALL.html +92 -0
  72. data/test/dummy/public/assets/ckeditor/LICENSE-2b4f1fb3d6f70cd4d5213c7bab7ee998.html +1327 -0
  73. data/test/dummy/public/assets/ckeditor/LICENSE.html +1327 -0
  74. data/test/dummy/public/assets/ckeditor/_samples/adobeair/application-5bc1ca37c86572044599f9e6308f2710.xml +32 -0
  75. data/test/dummy/public/assets/ckeditor/_samples/adobeair/application.xml +32 -0
  76. data/test/dummy/public/assets/ckeditor/_samples/adobeair/run-31c16b1eec8b8f4789dd418d8ccc6c06.sh +8 -0
  77. data/test/dummy/public/assets/ckeditor/_samples/adobeair/run-94e108d6e09ab93ee31e7878a770a3db.bat +9 -0
  78. data/test/dummy/public/assets/ckeditor/_samples/adobeair/run.bat +9 -0
  79. data/test/dummy/public/assets/ckeditor/_samples/adobeair/run.sh +8 -0
  80. data/test/dummy/public/assets/ckeditor/_samples/adobeair/sample-94ee1edb7dfb307dd415eb1315df1be5.html +45 -0
  81. data/test/dummy/public/assets/ckeditor/_samples/adobeair/sample.html +45 -0
  82. data/test/dummy/public/assets/ckeditor/_samples/ajax-bafebba9e9dc0a61d2d4a5e924d8a70c.html +98 -0
  83. data/test/dummy/public/assets/ckeditor/_samples/ajax.html +98 -0
  84. data/test/dummy/public/assets/ckeditor/_samples/api-057535aabdb4860995cb08e1a535ef60.html +192 -0
  85. data/test/dummy/public/assets/ckeditor/_samples/api.html +192 -0
  86. data/test/dummy/public/assets/ckeditor/_samples/api_dialog/my_dialog.js +28 -0
  87. data/test/dummy/public/assets/ckeditor/_samples/api_dialog-b32277b735d50842cceec8c3ff10e134.html +198 -0
  88. data/test/dummy/public/assets/ckeditor/_samples/api_dialog.html +198 -0
  89. data/test/dummy/public/assets/ckeditor/_samples/asp/advanced-54ff50b3650043f062f720f8a65b6afd.asp +105 -0
  90. data/test/dummy/public/assets/ckeditor/_samples/asp/advanced.asp +105 -0
  91. data/test/dummy/public/assets/ckeditor/_samples/asp/events-c68d53123518d87149d8f562b21cf494.asp +136 -0
  92. data/test/dummy/public/assets/ckeditor/_samples/asp/events.asp +136 -0
  93. data/test/dummy/public/assets/ckeditor/_samples/asp/index-68ba3a172db03205bef8cbee8641e78d.html +103 -0
  94. data/test/dummy/public/assets/ckeditor/_samples/asp/index.html +103 -0
  95. data/test/dummy/public/assets/ckeditor/_samples/asp/replace-1f7af5a8bb29d30663445b22be5a628e.asp +72 -0
  96. data/test/dummy/public/assets/ckeditor/_samples/asp/replace.asp +72 -0
  97. data/test/dummy/public/assets/ckeditor/_samples/asp/replaceall-01e192b1664cc24f07fbe25d57f41612.asp +77 -0
  98. data/test/dummy/public/assets/ckeditor/_samples/asp/replaceall.asp +77 -0
  99. data/test/dummy/public/assets/ckeditor/_samples/asp/sample_posteddata-ce7311b1afdd32525d1eac9f717c7ae2.asp +46 -0
  100. data/test/dummy/public/assets/ckeditor/_samples/asp/sample_posteddata.asp +46 -0
  101. data/test/dummy/public/assets/ckeditor/_samples/asp/standalone-49dbef1fd77f8041dad9561c056a2155.asp +72 -0
  102. data/test/dummy/public/assets/ckeditor/_samples/asp/standalone.asp +72 -0
  103. data/test/dummy/public/assets/ckeditor/_samples/assets/_posteddata-1d3aef6c999e042b6f7d313a9ac0f609.php +59 -0
  104. data/test/dummy/public/assets/ckeditor/_samples/assets/_posteddata.php +59 -0
  105. data/test/dummy/public/assets/ckeditor/_samples/assets/output_for_flash-0e1abfc75b16edc78c33987ba1380070.swf +0 -0
  106. data/test/dummy/public/assets/ckeditor/_samples/assets/output_for_flash-1066afe33f62b4aa2d82bcb81f486043.fla +0 -0
  107. data/test/dummy/public/assets/ckeditor/_samples/assets/output_for_flash.fla +0 -0
  108. data/test/dummy/public/assets/ckeditor/_samples/assets/output_for_flash.swf +0 -0
  109. data/test/dummy/public/assets/ckeditor/_samples/assets/output_xhtml.css +204 -0
  110. data/test/dummy/public/assets/ckeditor/_samples/assets/parsesample.css +70 -0
  111. data/test/dummy/public/assets/ckeditor/_samples/assets/swfobject.js +18 -0
  112. data/test/dummy/public/assets/ckeditor/_samples/autogrow-d75f5b15f788f42dbc9741db3776d69a.html +108 -0
  113. data/test/dummy/public/assets/ckeditor/_samples/autogrow.html +108 -0
  114. data/test/dummy/public/assets/ckeditor/_samples/bbcode-0f74d8e224f5266d89593ec30d11b36b.html +125 -0
  115. data/test/dummy/public/assets/ckeditor/_samples/bbcode.html +125 -0
  116. data/test/dummy/public/assets/ckeditor/_samples/devtools-f3809d9f736e4c808a3d719a92e25cf3.html +94 -0
  117. data/test/dummy/public/assets/ckeditor/_samples/devtools.html +94 -0
  118. data/test/dummy/public/assets/ckeditor/_samples/divreplace-d465028dd7a709153254e7fdd64a5168.html +154 -0
  119. data/test/dummy/public/assets/ckeditor/_samples/divreplace.html +154 -0
  120. data/test/dummy/public/assets/ckeditor/_samples/enterkey-57de47d08ee98aa394821181d6db2cbd.html +115 -0
  121. data/test/dummy/public/assets/ckeditor/_samples/enterkey.html +115 -0
  122. data/test/dummy/public/assets/ckeditor/_samples/fullpage-57a20d50b0a5a8747f335dec7300e9a0.html +82 -0
  123. data/test/dummy/public/assets/ckeditor/_samples/fullpage.html +82 -0
  124. data/test/dummy/public/assets/ckeditor/_samples/index-5cf9715eb1983edee5d3da2da6d3a2b0.html +116 -0
  125. data/test/dummy/public/assets/ckeditor/_samples/index.html +116 -0
  126. data/test/dummy/public/assets/ckeditor/_samples/jqueryadapter-6baf7fff5cc78b08e345459b31f2edeb.html +99 -0
  127. data/test/dummy/public/assets/ckeditor/_samples/jqueryadapter.html +99 -0
  128. data/test/dummy/public/assets/ckeditor/_samples/output_for_flash-659e402a614b6bcdf89d137fcacaa7c2.html +275 -0
  129. data/test/dummy/public/assets/ckeditor/_samples/output_for_flash.html +275 -0
  130. data/test/dummy/public/assets/ckeditor/_samples/output_html-ae26aa60262a0b170e27ed43165467e4.html +285 -0
  131. data/test/dummy/public/assets/ckeditor/_samples/output_html.html +285 -0
  132. data/test/dummy/public/assets/ckeditor/_samples/output_xhtml-2dd3dce4c43dcd7e4aa7ddd8943b374b.html +177 -0
  133. data/test/dummy/public/assets/ckeditor/_samples/output_xhtml.html +177 -0
  134. data/test/dummy/public/assets/ckeditor/_samples/php/advanced-e5323a928a4d1c2883156610f3e0a38e.php +120 -0
  135. data/test/dummy/public/assets/ckeditor/_samples/php/advanced.php +120 -0
  136. data/test/dummy/public/assets/ckeditor/_samples/php/events-5286b70c33caae79a7be1a52a5e9245d.php +153 -0
  137. data/test/dummy/public/assets/ckeditor/_samples/php/events.php +153 -0
  138. data/test/dummy/public/assets/ckeditor/_samples/php/index-946329b00cf358518f2d685586b82e97.html +47 -0
  139. data/test/dummy/public/assets/ckeditor/_samples/php/index.html +47 -0
  140. data/test/dummy/public/assets/ckeditor/_samples/php/replace-ae0be7dbef2f0229baa7d4b56cf5eeea.php +87 -0
  141. data/test/dummy/public/assets/ckeditor/_samples/php/replace.php +87 -0
  142. data/test/dummy/public/assets/ckeditor/_samples/php/replaceall-2278779ada3171438515d024ed1f7d86.php +88 -0
  143. data/test/dummy/public/assets/ckeditor/_samples/php/replaceall.php +88 -0
  144. data/test/dummy/public/assets/ckeditor/_samples/php/standalone-964b35efc041bdf618d27fcd632ab5ad.php +83 -0
  145. data/test/dummy/public/assets/ckeditor/_samples/php/standalone.php +83 -0
  146. data/test/dummy/public/assets/ckeditor/_samples/placeholder-117048862dab5cea78c207cce4bc79b2.html +81 -0
  147. data/test/dummy/public/assets/ckeditor/_samples/placeholder.html +81 -0
  148. data/test/dummy/public/assets/ckeditor/_samples/readonly-34a58f31885ae6e59af2af51cb232433.html +91 -0
  149. data/test/dummy/public/assets/ckeditor/_samples/readonly.html +91 -0
  150. data/test/dummy/public/assets/ckeditor/_samples/replacebyclass-2c0dca58346a180aabf46284ca2b3b26.html +64 -0
  151. data/test/dummy/public/assets/ckeditor/_samples/replacebyclass.html +64 -0
  152. data/test/dummy/public/assets/ckeditor/_samples/replacebycode-87179bec3dfddf48b08ab7d6ddb6e8b0.html +97 -0
  153. data/test/dummy/public/assets/ckeditor/_samples/replacebycode.html +97 -0
  154. data/test/dummy/public/assets/ckeditor/_samples/sample.css +163 -0
  155. data/test/dummy/public/assets/ckeditor/_samples/sample.js +65 -0
  156. data/test/dummy/public/assets/ckeditor/_samples/sample_posteddata-51b7712d6c70ff6dca17de03a4b2d3d1.php +21 -0
  157. data/test/dummy/public/assets/ckeditor/_samples/sample_posteddata.php +21 -0
  158. data/test/dummy/public/assets/ckeditor/_samples/sharedspaces-4bb176a12b4fa9a0f8dafaa8d8580ec7.html +153 -0
  159. data/test/dummy/public/assets/ckeditor/_samples/sharedspaces.html +153 -0
  160. data/test/dummy/public/assets/ckeditor/_samples/skins-c45f1281cd26ea856954c9e28f5de0de.html +110 -0
  161. data/test/dummy/public/assets/ckeditor/_samples/skins.html +110 -0
  162. data/test/dummy/public/assets/ckeditor/_samples/stylesheetparser-64a03394b2a15563465e36ff37207acf.html +93 -0
  163. data/test/dummy/public/assets/ckeditor/_samples/stylesheetparser.html +93 -0
  164. data/test/dummy/public/assets/ckeditor/_samples/tableresize-64c60ccc44d2e031d3f7ea15898da27a.html +115 -0
  165. data/test/dummy/public/assets/ckeditor/_samples/tableresize.html +115 -0
  166. data/test/dummy/public/assets/ckeditor/_samples/ui_color-d8839219a2553c5cd7160488bb1a44ad.html +129 -0
  167. data/test/dummy/public/assets/ckeditor/_samples/ui_color.html +129 -0
  168. data/test/dummy/public/assets/ckeditor/_samples/ui_languages-78f32c64667385393fd630d8998f67e2.html +134 -0
  169. data/test/dummy/public/assets/ckeditor/_samples/ui_languages.html +134 -0
  170. data/test/dummy/public/assets/ckeditor/_source/adapters/jquery.js +306 -0
  171. data/test/dummy/public/assets/ckeditor/_source/core/_bootstrap.js +87 -0
  172. data/test/dummy/public/assets/ckeditor/_source/core/ckeditor.js +141 -0
  173. data/test/dummy/public/assets/ckeditor/_source/core/ckeditor_base.js +227 -0
  174. data/test/dummy/public/assets/ckeditor/_source/core/ckeditor_basic.js +238 -0
  175. data/test/dummy/public/assets/ckeditor/_source/core/command.js +209 -0
  176. data/test/dummy/public/assets/ckeditor/_source/core/commanddefinition.js +129 -0
  177. data/test/dummy/public/assets/ckeditor/_source/core/config.js +439 -0
  178. data/test/dummy/public/assets/ckeditor/_source/core/dataprocessor.js +65 -0
  179. data/test/dummy/public/assets/ckeditor/_source/core/dom/comment.js +32 -0
  180. data/test/dummy/public/assets/ckeditor/_source/core/dom/document.js +251 -0
  181. data/test/dummy/public/assets/ckeditor/_source/core/dom/documentfragment.js +49 -0
  182. data/test/dummy/public/assets/ckeditor/_source/core/dom/domobject.js +258 -0
  183. data/test/dummy/public/assets/ckeditor/_source/core/dom/element.js +1691 -0
  184. data/test/dummy/public/assets/ckeditor/_source/core/dom/elementpath.js +119 -0
  185. data/test/dummy/public/assets/ckeditor/_source/core/dom/event.js +145 -0
  186. data/test/dummy/public/assets/ckeditor/_source/core/dom/node.js +696 -0
  187. data/test/dummy/public/assets/ckeditor/_source/core/dom/nodelist.js +26 -0
  188. data/test/dummy/public/assets/ckeditor/_source/core/dom/range.js +2054 -0
  189. data/test/dummy/public/assets/ckeditor/_source/core/dom/rangelist.js +213 -0
  190. data/test/dummy/public/assets/ckeditor/_source/core/dom/text.js +128 -0
  191. data/test/dummy/public/assets/ckeditor/_source/core/dom/walker.js +462 -0
  192. data/test/dummy/public/assets/ckeditor/_source/core/dom/window.js +96 -0
  193. data/test/dummy/public/assets/ckeditor/_source/core/dom.js +20 -0
  194. data/test/dummy/public/assets/ckeditor/_source/core/dtd.js +266 -0
  195. data/test/dummy/public/assets/ckeditor/_source/core/editor.js +1059 -0
  196. data/test/dummy/public/assets/ckeditor/_source/core/editor_basic.js +186 -0
  197. data/test/dummy/public/assets/ckeditor/_source/core/env.js +305 -0
  198. data/test/dummy/public/assets/ckeditor/_source/core/event.js +342 -0
  199. data/test/dummy/public/assets/ckeditor/_source/core/eventInfo.js +120 -0
  200. data/test/dummy/public/assets/ckeditor/_source/core/focusmanager.js +152 -0
  201. data/test/dummy/public/assets/ckeditor/_source/core/htmlparser/basicwriter.js +145 -0
  202. data/test/dummy/public/assets/ckeditor/_source/core/htmlparser/cdata.js +43 -0
  203. data/test/dummy/public/assets/ckeditor/_source/core/htmlparser/comment.js +60 -0
  204. data/test/dummy/public/assets/ckeditor/_source/core/htmlparser/element.js +308 -0
  205. data/test/dummy/public/assets/ckeditor/_source/core/htmlparser/filter.js +288 -0
  206. data/test/dummy/public/assets/ckeditor/_source/core/htmlparser/fragment.js +518 -0
  207. data/test/dummy/public/assets/ckeditor/_source/core/htmlparser/text.js +53 -0
  208. data/test/dummy/public/assets/ckeditor/_source/core/htmlparser.js +224 -0
  209. data/test/dummy/public/assets/ckeditor/_source/core/lang.js +157 -0
  210. data/test/dummy/public/assets/ckeditor/_source/core/loader.js +240 -0
  211. data/test/dummy/public/assets/ckeditor/_source/core/plugindefinition.js +83 -0
  212. data/test/dummy/public/assets/ckeditor/_source/core/plugins.js +103 -0
  213. data/test/dummy/public/assets/ckeditor/_source/core/resourcemanager.js +238 -0
  214. data/test/dummy/public/assets/ckeditor/_source/core/scriptloader.js +180 -0
  215. data/test/dummy/public/assets/ckeditor/_source/core/skins.js +184 -0
  216. data/test/dummy/public/assets/ckeditor/_source/core/themes.js +19 -0
  217. data/test/dummy/public/assets/ckeditor/_source/core/tools.js +763 -0
  218. data/test/dummy/public/assets/ckeditor/_source/core/ui.js +128 -0
  219. data/test/dummy/public/assets/ckeditor/_source/lang/_languages.js +84 -0
  220. data/test/dummy/public/assets/ckeditor/_source/lang/_translationstatus-d4de76b18adf6359149559be9138847a.txt +61 -0
  221. data/test/dummy/public/assets/ckeditor/_source/lang/_translationstatus.txt +61 -0
  222. data/test/dummy/public/assets/ckeditor/_source/lang/af.js +815 -0
  223. data/test/dummy/public/assets/ckeditor/_source/lang/ar.js +815 -0
  224. data/test/dummy/public/assets/ckeditor/_source/lang/bg.js +815 -0
  225. data/test/dummy/public/assets/ckeditor/_source/lang/bn.js +815 -0
  226. data/test/dummy/public/assets/ckeditor/_source/lang/bs.js +815 -0
  227. data/test/dummy/public/assets/ckeditor/_source/lang/ca.js +815 -0
  228. data/test/dummy/public/assets/ckeditor/_source/lang/cs.js +815 -0
  229. data/test/dummy/public/assets/ckeditor/_source/lang/cy.js +815 -0
  230. data/test/dummy/public/assets/ckeditor/_source/lang/da.js +815 -0
  231. data/test/dummy/public/assets/ckeditor/_source/lang/de.js +815 -0
  232. data/test/dummy/public/assets/ckeditor/_source/lang/el.js +815 -0
  233. data/test/dummy/public/assets/ckeditor/_source/lang/en-au.js +815 -0
  234. data/test/dummy/public/assets/ckeditor/_source/lang/en-ca.js +815 -0
  235. data/test/dummy/public/assets/ckeditor/_source/lang/en-gb.js +815 -0
  236. data/test/dummy/public/assets/ckeditor/_source/lang/en.js +815 -0
  237. data/test/dummy/public/assets/ckeditor/_source/lang/eo.js +815 -0
  238. data/test/dummy/public/assets/ckeditor/_source/lang/es.js +815 -0
  239. data/test/dummy/public/assets/ckeditor/_source/lang/et.js +815 -0
  240. data/test/dummy/public/assets/ckeditor/_source/lang/eu.js +815 -0
  241. data/test/dummy/public/assets/ckeditor/_source/lang/fa.js +815 -0
  242. data/test/dummy/public/assets/ckeditor/_source/lang/fi.js +815 -0
  243. data/test/dummy/public/assets/ckeditor/_source/lang/fo.js +815 -0
  244. data/test/dummy/public/assets/ckeditor/_source/lang/fr-ca.js +815 -0
  245. data/test/dummy/public/assets/ckeditor/_source/lang/fr.js +815 -0
  246. data/test/dummy/public/assets/ckeditor/_source/lang/gl.js +815 -0
  247. data/test/dummy/public/assets/ckeditor/_source/lang/gu.js +815 -0
  248. data/test/dummy/public/assets/ckeditor/_source/lang/he.js +815 -0
  249. data/test/dummy/public/assets/ckeditor/_source/lang/hi.js +815 -0
  250. data/test/dummy/public/assets/ckeditor/_source/lang/hr.js +815 -0
  251. data/test/dummy/public/assets/ckeditor/_source/lang/hu.js +815 -0
  252. data/test/dummy/public/assets/ckeditor/_source/lang/is.js +815 -0
  253. data/test/dummy/public/assets/ckeditor/_source/lang/it.js +815 -0
  254. data/test/dummy/public/assets/ckeditor/_source/lang/ja.js +815 -0
  255. data/test/dummy/public/assets/ckeditor/_source/lang/ka.js +815 -0
  256. data/test/dummy/public/assets/ckeditor/_source/lang/km.js +815 -0
  257. data/test/dummy/public/assets/ckeditor/_source/lang/ko.js +815 -0
  258. data/test/dummy/public/assets/ckeditor/_source/lang/lt.js +815 -0
  259. data/test/dummy/public/assets/ckeditor/_source/lang/lv.js +815 -0
  260. data/test/dummy/public/assets/ckeditor/_source/lang/mn.js +815 -0
  261. data/test/dummy/public/assets/ckeditor/_source/lang/ms.js +815 -0
  262. data/test/dummy/public/assets/ckeditor/_source/lang/nb.js +815 -0
  263. data/test/dummy/public/assets/ckeditor/_source/lang/nl.js +815 -0
  264. data/test/dummy/public/assets/ckeditor/_source/lang/no.js +815 -0
  265. data/test/dummy/public/assets/ckeditor/_source/lang/pl.js +815 -0
  266. data/test/dummy/public/assets/ckeditor/_source/lang/pt-br.js +814 -0
  267. data/test/dummy/public/assets/ckeditor/_source/lang/pt.js +815 -0
  268. data/test/dummy/public/assets/ckeditor/_source/lang/ro.js +815 -0
  269. data/test/dummy/public/assets/ckeditor/_source/lang/ru.js +815 -0
  270. data/test/dummy/public/assets/ckeditor/_source/lang/sk.js +815 -0
  271. data/test/dummy/public/assets/ckeditor/_source/lang/sl.js +815 -0
  272. data/test/dummy/public/assets/ckeditor/_source/lang/sr-latn.js +815 -0
  273. data/test/dummy/public/assets/ckeditor/_source/lang/sr.js +815 -0
  274. data/test/dummy/public/assets/ckeditor/_source/lang/sv.js +814 -0
  275. data/test/dummy/public/assets/ckeditor/_source/lang/th.js +815 -0
  276. data/test/dummy/public/assets/ckeditor/_source/lang/tr.js +814 -0
  277. data/test/dummy/public/assets/ckeditor/_source/lang/uk.js +815 -0
  278. data/test/dummy/public/assets/ckeditor/_source/lang/vi.js +815 -0
  279. data/test/dummy/public/assets/ckeditor/_source/lang/zh-cn.js +815 -0
  280. data/test/dummy/public/assets/ckeditor/_source/lang/zh.js +815 -0
  281. data/test/dummy/public/assets/ckeditor/_source/plugins/a11yhelp/dialogs/a11yhelp.js +222 -0
  282. data/test/dummy/public/assets/ckeditor/_source/plugins/a11yhelp/lang/en.js +108 -0
  283. data/test/dummy/public/assets/ckeditor/_source/plugins/a11yhelp/lang/he.js +216 -0
  284. data/test/dummy/public/assets/ckeditor/_source/plugins/a11yhelp/plugin.js +47 -0
  285. data/test/dummy/public/assets/ckeditor/_source/plugins/about/dialogs/about.js +76 -0
  286. data/test/dummy/public/assets/ckeditor/_source/plugins/about/dialogs/logo_ckeditor-fc876ee54c60ea0f0bb16ad65ca4deeb.png +0 -0
  287. data/test/dummy/public/assets/ckeditor/_source/plugins/about/dialogs/logo_ckeditor.png +0 -0
  288. data/test/dummy/public/assets/ckeditor/_source/plugins/about/plugin.js +24 -0
  289. data/test/dummy/public/assets/ckeditor/_source/plugins/adobeair/plugin.js +228 -0
  290. data/test/dummy/public/assets/ckeditor/_source/plugins/ajax/plugin.js +152 -0
  291. data/test/dummy/public/assets/ckeditor/_source/plugins/autogrow/plugin.js +141 -0
  292. data/test/dummy/public/assets/ckeditor/_source/plugins/basicstyles/plugin.js +129 -0
  293. data/test/dummy/public/assets/ckeditor/_source/plugins/bbcode/plugin.js +931 -0
  294. data/test/dummy/public/assets/ckeditor/_source/plugins/bidi/plugin.js +334 -0
  295. data/test/dummy/public/assets/ckeditor/_source/plugins/blockquote/plugin.js +305 -0
  296. data/test/dummy/public/assets/ckeditor/_source/plugins/button/plugin.js +290 -0
  297. data/test/dummy/public/assets/ckeditor/_source/plugins/clipboard/dialogs/paste.js +223 -0
  298. data/test/dummy/public/assets/ckeditor/_source/plugins/clipboard/plugin.js +453 -0
  299. data/test/dummy/public/assets/ckeditor/_source/plugins/colorbutton/plugin.js +301 -0
  300. data/test/dummy/public/assets/ckeditor/_source/plugins/colordialog/dialogs/colordialog.js +340 -0
  301. data/test/dummy/public/assets/ckeditor/_source/plugins/colordialog/plugin.js +15 -0
  302. data/test/dummy/public/assets/ckeditor/_source/plugins/contextmenu/plugin.js +179 -0
  303. data/test/dummy/public/assets/ckeditor/_source/plugins/devtools/lang/en.js +16 -0
  304. data/test/dummy/public/assets/ckeditor/_source/plugins/devtools/plugin.js +173 -0
  305. data/test/dummy/public/assets/ckeditor/_source/plugins/dialog/dialogDefinition.js +1166 -0
  306. data/test/dummy/public/assets/ckeditor/_source/plugins/dialog/plugin.js +3308 -0
  307. data/test/dummy/public/assets/ckeditor/_source/plugins/dialogadvtab/plugin.js +208 -0
  308. data/test/dummy/public/assets/ckeditor/_source/plugins/dialogui/plugin.js +1541 -0
  309. data/test/dummy/public/assets/ckeditor/_source/plugins/div/dialogs/div.js +535 -0
  310. data/test/dummy/public/assets/ckeditor/_source/plugins/div/plugin.js +121 -0
  311. data/test/dummy/public/assets/ckeditor/_source/plugins/docprops/dialogs/docprops.js +674 -0
  312. data/test/dummy/public/assets/ckeditor/_source/plugins/docprops/plugin.js +22 -0
  313. data/test/dummy/public/assets/ckeditor/_source/plugins/domiterator/plugin.js +361 -0
  314. data/test/dummy/public/assets/ckeditor/_source/plugins/editingblock/plugin.js +278 -0
  315. data/test/dummy/public/assets/ckeditor/_source/plugins/elementspath/plugin.js +218 -0
  316. data/test/dummy/public/assets/ckeditor/_source/plugins/enterkey/plugin.js +433 -0
  317. data/test/dummy/public/assets/ckeditor/_source/plugins/entities/plugin.js +250 -0
  318. data/test/dummy/public/assets/ckeditor/_source/plugins/fakeobjects/plugin.js +175 -0
  319. data/test/dummy/public/assets/ckeditor/_source/plugins/filebrowser/plugin.js +534 -0
  320. data/test/dummy/public/assets/ckeditor/_source/plugins/find/dialogs/find.js +915 -0
  321. data/test/dummy/public/assets/ckeditor/_source/plugins/find/plugin.js +47 -0
  322. data/test/dummy/public/assets/ckeditor/_source/plugins/flash/dialogs/flash.js +674 -0
  323. data/test/dummy/public/assets/ckeditor/_source/plugins/flash/images/placeholder-ba59b836184c3127b4b6f60f7a4e0720.png +0 -0
  324. data/test/dummy/public/assets/ckeditor/_source/plugins/flash/images/placeholder.png +0 -0
  325. data/test/dummy/public/assets/ckeditor/_source/plugins/flash/plugin.js +154 -0
  326. data/test/dummy/public/assets/ckeditor/_source/plugins/floatpanel/plugin.js +428 -0
  327. data/test/dummy/public/assets/ckeditor/_source/plugins/font/plugin.js +234 -0
  328. data/test/dummy/public/assets/ckeditor/_source/plugins/format/plugin.js +197 -0
  329. data/test/dummy/public/assets/ckeditor/_source/plugins/forms/dialogs/button.js +118 -0
  330. data/test/dummy/public/assets/ckeditor/_source/plugins/forms/dialogs/checkbox.js +153 -0
  331. data/test/dummy/public/assets/ckeditor/_source/plugins/forms/dialogs/form.js +177 -0
  332. data/test/dummy/public/assets/ckeditor/_source/plugins/forms/dialogs/hiddenfield.js +100 -0
  333. data/test/dummy/public/assets/ckeditor/_source/plugins/forms/dialogs/radio.js +135 -0
  334. data/test/dummy/public/assets/ckeditor/_source/plugins/forms/dialogs/select.js +558 -0
  335. data/test/dummy/public/assets/ckeditor/_source/plugins/forms/dialogs/textarea.js +135 -0
  336. data/test/dummy/public/assets/ckeditor/_source/plugins/forms/dialogs/textfield.js +199 -0
  337. data/test/dummy/public/assets/ckeditor/_source/plugins/forms/images/hiddenfield-4b630612e38369aae8e4502421668aec.gif +0 -0
  338. data/test/dummy/public/assets/ckeditor/_source/plugins/forms/images/hiddenfield.gif +0 -0
  339. data/test/dummy/public/assets/ckeditor/_source/plugins/forms/plugin.js +288 -0
  340. data/test/dummy/public/assets/ckeditor/_source/plugins/horizontalrule/plugin.js +48 -0
  341. data/test/dummy/public/assets/ckeditor/_source/plugins/htmldataprocessor/plugin.js +596 -0
  342. data/test/dummy/public/assets/ckeditor/_source/plugins/htmlwriter/plugin.js +319 -0
  343. data/test/dummy/public/assets/ckeditor/_source/plugins/iframe/dialogs/iframe.js +229 -0
  344. data/test/dummy/public/assets/ckeditor/_source/plugins/iframe/images/placeholder-0003e18e649512d4360293190828c51e.png +0 -0
  345. data/test/dummy/public/assets/ckeditor/_source/plugins/iframe/images/placeholder.png +0 -0
  346. data/test/dummy/public/assets/ckeditor/_source/plugins/iframe/plugin.js +87 -0
  347. data/test/dummy/public/assets/ckeditor/_source/plugins/iframedialog/plugin.js +188 -0
  348. data/test/dummy/public/assets/ckeditor/_source/plugins/image/dialogs/image.js +1407 -0
  349. data/test/dummy/public/assets/ckeditor/_source/plugins/image/plugin.js +81 -0
  350. data/test/dummy/public/assets/ckeditor/_source/plugins/indent/plugin.js +461 -0
  351. data/test/dummy/public/assets/ckeditor/_source/plugins/justify/plugin.js +253 -0
  352. data/test/dummy/public/assets/ckeditor/_source/plugins/keystrokes/plugin.js +225 -0
  353. data/test/dummy/public/assets/ckeditor/_source/plugins/link/dialogs/anchor.js +144 -0
  354. data/test/dummy/public/assets/ckeditor/_source/plugins/link/dialogs/link.js +1425 -0
  355. data/test/dummy/public/assets/ckeditor/_source/plugins/link/images/anchor-501974232bdebac2c503f40a23e2108d.gif +0 -0
  356. data/test/dummy/public/assets/ckeditor/_source/plugins/link/images/anchor.gif +0 -0
  357. data/test/dummy/public/assets/ckeditor/_source/plugins/link/plugin.js +374 -0
  358. data/test/dummy/public/assets/ckeditor/_source/plugins/list/plugin.js +774 -0
  359. data/test/dummy/public/assets/ckeditor/_source/plugins/listblock/plugin.js +266 -0
  360. data/test/dummy/public/assets/ckeditor/_source/plugins/liststyle/dialogs/liststyle.js +225 -0
  361. data/test/dummy/public/assets/ckeditor/_source/plugins/liststyle/plugin.js +66 -0
  362. data/test/dummy/public/assets/ckeditor/_source/plugins/maximize/plugin.js +353 -0
  363. data/test/dummy/public/assets/ckeditor/_source/plugins/menu/plugin.js +541 -0
  364. data/test/dummy/public/assets/ckeditor/_source/plugins/menubutton/plugin.js +98 -0
  365. data/test/dummy/public/assets/ckeditor/_source/plugins/newpage/plugin.js +55 -0
  366. data/test/dummy/public/assets/ckeditor/_source/plugins/pagebreak/images/pagebreak-2bbc85d3a07d40c7c7fb8d07c5ba1a91.gif +0 -0
  367. data/test/dummy/public/assets/ckeditor/_source/plugins/pagebreak/images/pagebreak.gif +0 -0
  368. data/test/dummy/public/assets/ckeditor/_source/plugins/pagebreak/plugin.js +164 -0
  369. data/test/dummy/public/assets/ckeditor/_source/plugins/panel/plugin.js +400 -0
  370. data/test/dummy/public/assets/ckeditor/_source/plugins/panelbutton/plugin.js +144 -0
  371. data/test/dummy/public/assets/ckeditor/_source/plugins/pastefromword/filter/default.js +1367 -0
  372. data/test/dummy/public/assets/ckeditor/_source/plugins/pastefromword/plugin.js +141 -0
  373. data/test/dummy/public/assets/ckeditor/_source/plugins/pastetext/dialogs/pastetext.js +67 -0
  374. data/test/dummy/public/assets/ckeditor/_source/plugins/pastetext/plugin.js +98 -0
  375. data/test/dummy/public/assets/ckeditor/_source/plugins/placeholder/dialogs/placeholder.js +71 -0
  376. data/test/dummy/public/assets/ckeditor/_source/plugins/placeholder/lang/en.js +16 -0
  377. data/test/dummy/public/assets/ckeditor/_source/plugins/placeholder/lang/he.js +16 -0
  378. data/test/dummy/public/assets/ckeditor/_source/plugins/placeholder/placeholder-3fa52c05f290e714bb7ce46ef9e1e3fd.gif +0 -0
  379. data/test/dummy/public/assets/ckeditor/_source/plugins/placeholder/placeholder.gif +0 -0
  380. data/test/dummy/public/assets/ckeditor/_source/plugins/placeholder/plugin.js +171 -0
  381. data/test/dummy/public/assets/ckeditor/_source/plugins/popup/plugin.js +64 -0
  382. data/test/dummy/public/assets/ckeditor/_source/plugins/preview/plugin.js +113 -0
  383. data/test/dummy/public/assets/ckeditor/_source/plugins/print/plugin.js +42 -0
  384. data/test/dummy/public/assets/ckeditor/_source/plugins/removeformat/plugin.js +185 -0
  385. data/test/dummy/public/assets/ckeditor/_source/plugins/resize/plugin.js +168 -0
  386. data/test/dummy/public/assets/ckeditor/_source/plugins/richcombo/plugin.js +381 -0
  387. data/test/dummy/public/assets/ckeditor/_source/plugins/save/plugin.js +56 -0
  388. data/test/dummy/public/assets/ckeditor/_source/plugins/scayt/dialogs/options.js +537 -0
  389. data/test/dummy/public/assets/ckeditor/_source/plugins/scayt/dialogs/toolbar.css +71 -0
  390. data/test/dummy/public/assets/ckeditor/_source/plugins/scayt/plugin.js +973 -0
  391. data/test/dummy/public/assets/ckeditor/_source/plugins/selection/plugin.js +1729 -0
  392. data/test/dummy/public/assets/ckeditor/_source/plugins/showblocks/images/block_address-03733f204b35c6ea053d6dc766e627f4.png +0 -0
  393. data/test/dummy/public/assets/ckeditor/_source/plugins/showblocks/images/block_address.png +0 -0
  394. data/test/dummy/public/assets/ckeditor/_source/plugins/showblocks/images/block_blockquote-9f5a2341078595e812f4390673e1d691.png +0 -0
  395. data/test/dummy/public/assets/ckeditor/_source/plugins/showblocks/images/block_blockquote.png +0 -0
  396. data/test/dummy/public/assets/ckeditor/_source/plugins/showblocks/images/block_div-197a3f96741fe9008a4679d26fdb7f2c.png +0 -0
  397. data/test/dummy/public/assets/ckeditor/_source/plugins/showblocks/images/block_div.png +0 -0
  398. data/test/dummy/public/assets/ckeditor/_source/plugins/showblocks/images/block_h1-2ef949aef3e9e43f866cd44f6b912617.png +0 -0
  399. data/test/dummy/public/assets/ckeditor/_source/plugins/showblocks/images/block_h1.png +0 -0
  400. data/test/dummy/public/assets/ckeditor/_source/plugins/showblocks/images/block_h2-a1bd5af6674ec59ab8dd2753d1fe7123.png +0 -0
  401. data/test/dummy/public/assets/ckeditor/_source/plugins/showblocks/images/block_h2.png +0 -0
  402. data/test/dummy/public/assets/ckeditor/_source/plugins/showblocks/images/block_h3-94ce278fa39900a6603e7c509116d322.png +0 -0
  403. data/test/dummy/public/assets/ckeditor/_source/plugins/showblocks/images/block_h3.png +0 -0
  404. data/test/dummy/public/assets/ckeditor/_source/plugins/showblocks/images/block_h4-6c8bbaba545a3e0c29e06bb015ff38f6.png +0 -0
  405. data/test/dummy/public/assets/ckeditor/_source/plugins/showblocks/images/block_h4.png +0 -0
  406. data/test/dummy/public/assets/ckeditor/_source/plugins/showblocks/images/block_h5-b22e60c26c7c654fcc751f77c16cad59.png +0 -0
  407. data/test/dummy/public/assets/ckeditor/_source/plugins/showblocks/images/block_h5.png +0 -0
  408. data/test/dummy/public/assets/ckeditor/_source/plugins/showblocks/images/block_h6-184a0c99cd06c2d7d329a1ce8aab7963.png +0 -0
  409. data/test/dummy/public/assets/ckeditor/_source/plugins/showblocks/images/block_h6.png +0 -0
  410. data/test/dummy/public/assets/ckeditor/_source/plugins/showblocks/images/block_p-638869d4338d1e1ebb9eaa4f73de174d.png +0 -0
  411. data/test/dummy/public/assets/ckeditor/_source/plugins/showblocks/images/block_p.png +0 -0
  412. data/test/dummy/public/assets/ckeditor/_source/plugins/showblocks/images/block_pre-ebdbe4b89d8955761f6a97a891c8aa19.png +0 -0
  413. data/test/dummy/public/assets/ckeditor/_source/plugins/showblocks/images/block_pre.png +0 -0
  414. data/test/dummy/public/assets/ckeditor/_source/plugins/showblocks/plugin.js +160 -0
  415. data/test/dummy/public/assets/ckeditor/_source/plugins/showborders/plugin.js +207 -0
  416. data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/dialogs/smiley.js +224 -0
  417. data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/angel_smile-61a21f5af1321a26350cb2ac7f9ecab8.gif +0 -0
  418. data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/angel_smile.gif +0 -0
  419. data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/angry_smile-5f6ecc899507a1b169bb7a8a62372441.gif +0 -0
  420. data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/angry_smile.gif +0 -0
  421. data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/broken_heart-089eb8c05b66c50383cf43a94170bcd7.gif +0 -0
  422. data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/broken_heart.gif +0 -0
  423. data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/confused_smile-bdfd0e16b074007d0621999fd50f5348.gif +0 -0
  424. data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/confused_smile.gif +0 -0
  425. data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/cry_smile-e28cb803c6d8eaa6f22f90489b4c519c.gif +0 -0
  426. data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/cry_smile.gif +0 -0
  427. data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/devil_smile-77d7bfa3796df2c81858e285c4b65d97.gif +0 -0
  428. data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/devil_smile.gif +0 -0
  429. data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/embaressed_smile-16ef2926176e59d29ec7fe3a2bfe2e02.gif +0 -0
  430. data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/embaressed_smile.gif +0 -0
  431. data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/envelope-c2077dc5ae53ac8ec69c9ff0b8386938.gif +0 -0
  432. data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/envelope.gif +0 -0
  433. data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/heart-2d8a0eaaf7c2e42f579e78464a8d443f.gif +0 -0
  434. data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/heart.gif +0 -0
  435. data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/kiss-a4e7f76f10b1fbe1891e6db5bb900b1b.gif +0 -0
  436. data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/kiss.gif +0 -0
  437. data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/lightbulb-939e2ca2cb123f03c8ee11e53dce7a35.gif +0 -0
  438. data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/lightbulb.gif +0 -0
  439. data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/omg_smile-84ae8a1fc1c04e9289421037347799ba.gif +0 -0
  440. data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/omg_smile.gif +0 -0
  441. data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/regular_smile-6b1e1690d88c16913eb05dd119f221d9.gif +0 -0
  442. data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/regular_smile.gif +0 -0
  443. data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/sad_smile-bf3a033d9be803b4f5b38b9b0c258704.gif +0 -0
  444. data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/sad_smile.gif +0 -0
  445. data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/shades_smile-bd6d9f1ef7c868ef160aafc4da42fdad.gif +0 -0
  446. data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/shades_smile.gif +0 -0
  447. data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/teeth_smile-7da3f610067417297b3a235899688067.gif +0 -0
  448. data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/teeth_smile.gif +0 -0
  449. data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/thumbs_down-abcf7aad6e8ccd1e0786786bc5594c7a.gif +0 -0
  450. data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/thumbs_down.gif +0 -0
  451. data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/thumbs_up-e5239bab9fb2674ce22705d232cd29f3.gif +0 -0
  452. data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/thumbs_up.gif +0 -0
  453. data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/tounge_smile-66d4ad71a8977e7e9871a18c5a79952f.gif +0 -0
  454. data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/tounge_smile.gif +0 -0
  455. data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/whatchutalkingabout_smile-a831e713a52639619968a6c67ade659b.gif +0 -0
  456. data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/whatchutalkingabout_smile.gif +0 -0
  457. data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/wink_smile-81177f9fe9e8c62c8bc1dac30fbedf12.gif +0 -0
  458. data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/wink_smile.gif +0 -0
  459. data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/plugin.js +94 -0
  460. data/test/dummy/public/assets/ckeditor/_source/plugins/sourcearea/plugin.js +209 -0
  461. data/test/dummy/public/assets/ckeditor/_source/plugins/specialchar/dialogs/specialchar.js +350 -0
  462. data/test/dummy/public/assets/ckeditor/_source/plugins/specialchar/lang/en.js +122 -0
  463. data/test/dummy/public/assets/ckeditor/_source/plugins/specialchar/plugin.js +70 -0
  464. data/test/dummy/public/assets/ckeditor/_source/plugins/styles/plugin.js +1700 -0
  465. data/test/dummy/public/assets/ckeditor/_source/plugins/styles/styles/default.js +88 -0
  466. data/test/dummy/public/assets/ckeditor/_source/plugins/stylescombo/plugin.js +218 -0
  467. data/test/dummy/public/assets/ckeditor/_source/plugins/stylesheetparser/plugin.js +148 -0
  468. data/test/dummy/public/assets/ckeditor/_source/plugins/tab/plugin.js +367 -0
  469. data/test/dummy/public/assets/ckeditor/_source/plugins/table/dialogs/table.js +623 -0
  470. data/test/dummy/public/assets/ckeditor/_source/plugins/table/plugin.js +78 -0
  471. data/test/dummy/public/assets/ckeditor/_source/plugins/tableresize/plugin.js +443 -0
  472. data/test/dummy/public/assets/ckeditor/_source/plugins/tabletools/dialogs/tableCell.js +525 -0
  473. data/test/dummy/public/assets/ckeditor/_source/plugins/tabletools/plugin.js +1194 -0
  474. data/test/dummy/public/assets/ckeditor/_source/plugins/templates/dialogs/templates.js +234 -0
  475. data/test/dummy/public/assets/ckeditor/_source/plugins/templates/plugin.js +99 -0
  476. data/test/dummy/public/assets/ckeditor/_source/plugins/templates/templates/default.js +94 -0
  477. data/test/dummy/public/assets/ckeditor/_source/plugins/templates/templates/images/template1-ea363748d77b692075af885f384ae6bd.gif +0 -0
  478. data/test/dummy/public/assets/ckeditor/_source/plugins/templates/templates/images/template1.gif +0 -0
  479. data/test/dummy/public/assets/ckeditor/_source/plugins/templates/templates/images/template2-6401418f8e62efe47b7a87c734c9dd25.gif +0 -0
  480. data/test/dummy/public/assets/ckeditor/_source/plugins/templates/templates/images/template2.gif +0 -0
  481. data/test/dummy/public/assets/ckeditor/_source/plugins/templates/templates/images/template3-ef931fe4fdb3fa35897598a2df449988.gif +0 -0
  482. data/test/dummy/public/assets/ckeditor/_source/plugins/templates/templates/images/template3.gif +0 -0
  483. data/test/dummy/public/assets/ckeditor/_source/plugins/toolbar/plugin.js +545 -0
  484. data/test/dummy/public/assets/ckeditor/_source/plugins/uicolor/dialogs/uicolor.js +205 -0
  485. data/test/dummy/public/assets/ckeditor/_source/plugins/uicolor/lang/en.js +15 -0
  486. data/test/dummy/public/assets/ckeditor/_source/plugins/uicolor/lang/he.js +15 -0
  487. data/test/dummy/public/assets/ckeditor/_source/plugins/uicolor/plugin.js +37 -0
  488. data/test/dummy/public/assets/ckeditor/_source/plugins/uicolor/uicolor-8ce2d3d1bf5d83b297c1568e065fd6e9.gif +0 -0
  489. data/test/dummy/public/assets/ckeditor/_source/plugins/uicolor/uicolor.gif +0 -0
  490. data/test/dummy/public/assets/ckeditor/_source/plugins/uicolor/yui/assets/hue_bg-c2d8d7faeb9d4b01f3008cda322f2763.png +0 -0
  491. data/test/dummy/public/assets/ckeditor/_source/plugins/uicolor/yui/assets/hue_bg.png +0 -0
  492. data/test/dummy/public/assets/ckeditor/_source/plugins/uicolor/yui/assets/hue_thumb-8e5fb8d26c158303b319553876a2a799.png +0 -0
  493. data/test/dummy/public/assets/ckeditor/_source/plugins/uicolor/yui/assets/hue_thumb.png +0 -0
  494. data/test/dummy/public/assets/ckeditor/_source/plugins/uicolor/yui/assets/picker_mask-ac846f51ee3570c6880d2a88cb4c5353.png +0 -0
  495. data/test/dummy/public/assets/ckeditor/_source/plugins/uicolor/yui/assets/picker_mask.png +0 -0
  496. data/test/dummy/public/assets/ckeditor/_source/plugins/uicolor/yui/assets/picker_thumb-aed7c70c1854dac98bd8310da084d689.png +0 -0
  497. data/test/dummy/public/assets/ckeditor/_source/plugins/uicolor/yui/assets/picker_thumb.png +0 -0
  498. data/test/dummy/public/assets/ckeditor/_source/plugins/uicolor/yui/assets/yui.css +15 -0
  499. data/test/dummy/public/assets/ckeditor/_source/plugins/uicolor/yui/yui.js +71 -0
  500. data/test/dummy/public/assets/ckeditor/_source/plugins/undo/plugin.js +578 -0
  501. data/test/dummy/public/assets/ckeditor/_source/plugins/wsc/dialogs/ciframe-c7c588e16f092fdb33f9522df57acdf7.html +49 -0
  502. data/test/dummy/public/assets/ckeditor/_source/plugins/wsc/dialogs/ciframe.html +49 -0
  503. data/test/dummy/public/assets/ckeditor/_source/plugins/wsc/dialogs/tmpFrameset-2ed47c8c321406680828cd39a4cfd841.html +52 -0
  504. data/test/dummy/public/assets/ckeditor/_source/plugins/wsc/dialogs/tmpFrameset.html +52 -0
  505. data/test/dummy/public/assets/ckeditor/_source/plugins/wsc/dialogs/wsc.css +82 -0
  506. data/test/dummy/public/assets/ckeditor/_source/plugins/wsc/dialogs/wsc.js +192 -0
  507. data/test/dummy/public/assets/ckeditor/_source/plugins/wsc/plugin.js +33 -0
  508. data/test/dummy/public/assets/ckeditor/_source/plugins/wysiwygarea/plugin.js +1347 -0
  509. data/test/dummy/public/assets/ckeditor/_source/plugins/xml/plugin.js +170 -0
  510. data/test/dummy/public/assets/ckeditor/_source/skins/kama/dialog.css +989 -0
  511. data/test/dummy/public/assets/ckeditor/_source/skins/kama/editor.css +25 -0
  512. data/test/dummy/public/assets/ckeditor/_source/skins/kama/elementspath.css +73 -0
  513. data/test/dummy/public/assets/ckeditor/_source/skins/kama/icons-2f0d4921addf1896455275e7ccb7d0ff.png +0 -0
  514. data/test/dummy/public/assets/ckeditor/_source/skins/kama/icons.css +366 -0
  515. data/test/dummy/public/assets/ckeditor/_source/skins/kama/icons.png +0 -0
  516. data/test/dummy/public/assets/ckeditor/_source/skins/kama/icons_rtl-fe1043485a7af2aaf254c823086123ba.png +0 -0
  517. data/test/dummy/public/assets/ckeditor/_source/skins/kama/icons_rtl.png +0 -0
  518. data/test/dummy/public/assets/ckeditor/_source/skins/kama/images/dialog_sides-1bd20fa0a9f35f0921eccfbb345490e2.gif +0 -0
  519. data/test/dummy/public/assets/ckeditor/_source/skins/kama/images/dialog_sides-b54c340d7451e52aaecf7e944f15bde8.png +0 -0
  520. data/test/dummy/public/assets/ckeditor/_source/skins/kama/images/dialog_sides.gif +0 -0
  521. data/test/dummy/public/assets/ckeditor/_source/skins/kama/images/dialog_sides.png +0 -0
  522. data/test/dummy/public/assets/ckeditor/_source/skins/kama/images/dialog_sides_rtl-53a84633be082d2b19a805a9398cfe03.png +0 -0
  523. data/test/dummy/public/assets/ckeditor/_source/skins/kama/images/dialog_sides_rtl.png +0 -0
  524. data/test/dummy/public/assets/ckeditor/_source/skins/kama/images/mini-92ae7c7f7f48d849814f5e331cb2bd24.gif +0 -0
  525. data/test/dummy/public/assets/ckeditor/_source/skins/kama/images/mini.gif +0 -0
  526. data/test/dummy/public/assets/ckeditor/_source/skins/kama/images/noimage-623baac6fe6b7cd494715931451deeed.png +0 -0
  527. data/test/dummy/public/assets/ckeditor/_source/skins/kama/images/noimage.png +0 -0
  528. data/test/dummy/public/assets/ckeditor/_source/skins/kama/images/sprites-37a3ebdc1b4393eefbc4520a02938daf.png +0 -0
  529. data/test/dummy/public/assets/ckeditor/_source/skins/kama/images/sprites.png +0 -0
  530. data/test/dummy/public/assets/ckeditor/_source/skins/kama/images/sprites_ie6-105615f241302fed23e7aae2411b4a1f.png +0 -0
  531. data/test/dummy/public/assets/ckeditor/_source/skins/kama/images/sprites_ie6.png +0 -0
  532. data/test/dummy/public/assets/ckeditor/_source/skins/kama/images/toolbar_start-806bf6a72342160d7ccdc846e7d4a476.gif +0 -0
  533. data/test/dummy/public/assets/ckeditor/_source/skins/kama/images/toolbar_start.gif +0 -0
  534. data/test/dummy/public/assets/ckeditor/_source/skins/kama/mainui.css +206 -0
  535. data/test/dummy/public/assets/ckeditor/_source/skins/kama/menu.css +232 -0
  536. data/test/dummy/public/assets/ckeditor/_source/skins/kama/panel.css +217 -0
  537. data/test/dummy/public/assets/ckeditor/_source/skins/kama/presets.css +49 -0
  538. data/test/dummy/public/assets/ckeditor/_source/skins/kama/reset.css +85 -0
  539. data/test/dummy/public/assets/ckeditor/_source/skins/kama/richcombo.css +287 -0
  540. data/test/dummy/public/assets/ckeditor/_source/skins/kama/skin.js +236 -0
  541. data/test/dummy/public/assets/ckeditor/_source/skins/kama/templates.css +88 -0
  542. data/test/dummy/public/assets/ckeditor/_source/skins/kama/toolbar.css +408 -0
  543. data/test/dummy/public/assets/ckeditor/_source/skins/office2003/dialog.css +891 -0
  544. data/test/dummy/public/assets/ckeditor/_source/skins/office2003/editor.css +25 -0
  545. data/test/dummy/public/assets/ckeditor/_source/skins/office2003/elementspath.css +74 -0
  546. data/test/dummy/public/assets/ckeditor/_source/skins/office2003/icons-2f0d4921addf1896455275e7ccb7d0ff.png +0 -0
  547. data/test/dummy/public/assets/ckeditor/_source/skins/office2003/icons.css +363 -0
  548. data/test/dummy/public/assets/ckeditor/_source/skins/office2003/icons.png +0 -0
  549. data/test/dummy/public/assets/ckeditor/_source/skins/office2003/icons_rtl-fe1043485a7af2aaf254c823086123ba.png +0 -0
  550. data/test/dummy/public/assets/ckeditor/_source/skins/office2003/icons_rtl.png +0 -0
  551. data/test/dummy/public/assets/ckeditor/_source/skins/office2003/images/dialog_sides-75a65a85a2b30468dc1beac0c54d1fb9.png +0 -0
  552. data/test/dummy/public/assets/ckeditor/_source/skins/office2003/images/dialog_sides-edefdf8c116d4656501f13731ae8ff5b.gif +0 -0
  553. data/test/dummy/public/assets/ckeditor/_source/skins/office2003/images/dialog_sides.gif +0 -0
  554. data/test/dummy/public/assets/ckeditor/_source/skins/office2003/images/dialog_sides.png +0 -0
  555. data/test/dummy/public/assets/ckeditor/_source/skins/office2003/images/dialog_sides_rtl-77bbf3783e5dc7984f3be35faf7779fb.png +0 -0
  556. data/test/dummy/public/assets/ckeditor/_source/skins/office2003/images/dialog_sides_rtl.png +0 -0
  557. data/test/dummy/public/assets/ckeditor/_source/skins/office2003/images/mini-92ae7c7f7f48d849814f5e331cb2bd24.gif +0 -0
  558. data/test/dummy/public/assets/ckeditor/_source/skins/office2003/images/mini.gif +0 -0
  559. data/test/dummy/public/assets/ckeditor/_source/skins/office2003/images/noimage-623baac6fe6b7cd494715931451deeed.png +0 -0
  560. data/test/dummy/public/assets/ckeditor/_source/skins/office2003/images/noimage.png +0 -0
  561. data/test/dummy/public/assets/ckeditor/_source/skins/office2003/images/sprites-55354902984711767f69cf5f190b9d42.png +0 -0
  562. data/test/dummy/public/assets/ckeditor/_source/skins/office2003/images/sprites.png +0 -0
  563. data/test/dummy/public/assets/ckeditor/_source/skins/office2003/images/sprites_ie6-ea9534ccd0a64d8d14579a37bcdaaeb9.png +0 -0
  564. data/test/dummy/public/assets/ckeditor/_source/skins/office2003/images/sprites_ie6.png +0 -0
  565. data/test/dummy/public/assets/ckeditor/_source/skins/office2003/mainui.css +153 -0
  566. data/test/dummy/public/assets/ckeditor/_source/skins/office2003/menu.css +229 -0
  567. data/test/dummy/public/assets/ckeditor/_source/skins/office2003/panel.css +212 -0
  568. data/test/dummy/public/assets/ckeditor/_source/skins/office2003/presets.css +49 -0
  569. data/test/dummy/public/assets/ckeditor/_source/skins/office2003/reset.css +85 -0
  570. data/test/dummy/public/assets/ckeditor/_source/skins/office2003/richcombo.css +309 -0
  571. data/test/dummy/public/assets/ckeditor/_source/skins/office2003/skin.js +74 -0
  572. data/test/dummy/public/assets/ckeditor/_source/skins/office2003/templates.css +87 -0
  573. data/test/dummy/public/assets/ckeditor/_source/skins/office2003/toolbar.css +522 -0
  574. data/test/dummy/public/assets/ckeditor/_source/skins/v2/dialog.css +907 -0
  575. data/test/dummy/public/assets/ckeditor/_source/skins/v2/editor.css +25 -0
  576. data/test/dummy/public/assets/ckeditor/_source/skins/v2/elementspath.css +74 -0
  577. data/test/dummy/public/assets/ckeditor/_source/skins/v2/icons-2f0d4921addf1896455275e7ccb7d0ff.png +0 -0
  578. data/test/dummy/public/assets/ckeditor/_source/skins/v2/icons.css +363 -0
  579. data/test/dummy/public/assets/ckeditor/_source/skins/v2/icons.png +0 -0
  580. data/test/dummy/public/assets/ckeditor/_source/skins/v2/icons_rtl-fe1043485a7af2aaf254c823086123ba.png +0 -0
  581. data/test/dummy/public/assets/ckeditor/_source/skins/v2/icons_rtl.png +0 -0
  582. data/test/dummy/public/assets/ckeditor/_source/skins/v2/images/dialog_sides-1bd20fa0a9f35f0921eccfbb345490e2.gif +0 -0
  583. data/test/dummy/public/assets/ckeditor/_source/skins/v2/images/dialog_sides-b54c340d7451e52aaecf7e944f15bde8.png +0 -0
  584. data/test/dummy/public/assets/ckeditor/_source/skins/v2/images/dialog_sides.gif +0 -0
  585. data/test/dummy/public/assets/ckeditor/_source/skins/v2/images/dialog_sides.png +0 -0
  586. data/test/dummy/public/assets/ckeditor/_source/skins/v2/images/dialog_sides_rtl-53a84633be082d2b19a805a9398cfe03.png +0 -0
  587. data/test/dummy/public/assets/ckeditor/_source/skins/v2/images/dialog_sides_rtl.png +0 -0
  588. data/test/dummy/public/assets/ckeditor/_source/skins/v2/images/mini-92ae7c7f7f48d849814f5e331cb2bd24.gif +0 -0
  589. data/test/dummy/public/assets/ckeditor/_source/skins/v2/images/mini.gif +0 -0
  590. data/test/dummy/public/assets/ckeditor/_source/skins/v2/images/noimage-623baac6fe6b7cd494715931451deeed.png +0 -0
  591. data/test/dummy/public/assets/ckeditor/_source/skins/v2/images/noimage.png +0 -0
  592. data/test/dummy/public/assets/ckeditor/_source/skins/v2/images/sprites-781d681644b31f32868856fa132e4906.png +0 -0
  593. data/test/dummy/public/assets/ckeditor/_source/skins/v2/images/sprites.png +0 -0
  594. data/test/dummy/public/assets/ckeditor/_source/skins/v2/images/sprites_ie6-9c6895a740fc1778a432cce5b91bc281.png +0 -0
  595. data/test/dummy/public/assets/ckeditor/_source/skins/v2/images/sprites_ie6.png +0 -0
  596. data/test/dummy/public/assets/ckeditor/_source/skins/v2/images/toolbar_start-806bf6a72342160d7ccdc846e7d4a476.gif +0 -0
  597. data/test/dummy/public/assets/ckeditor/_source/skins/v2/images/toolbar_start.gif +0 -0
  598. data/test/dummy/public/assets/ckeditor/_source/skins/v2/mainui.css +162 -0
  599. data/test/dummy/public/assets/ckeditor/_source/skins/v2/menu.css +232 -0
  600. data/test/dummy/public/assets/ckeditor/_source/skins/v2/panel.css +212 -0
  601. data/test/dummy/public/assets/ckeditor/_source/skins/v2/presets.css +50 -0
  602. data/test/dummy/public/assets/ckeditor/_source/skins/v2/reset.css +85 -0
  603. data/test/dummy/public/assets/ckeditor/_source/skins/v2/richcombo.css +302 -0
  604. data/test/dummy/public/assets/ckeditor/_source/skins/v2/skin.js +70 -0
  605. data/test/dummy/public/assets/ckeditor/_source/skins/v2/templates.css +87 -0
  606. data/test/dummy/public/assets/ckeditor/_source/skins/v2/toolbar.css +465 -0
  607. data/test/dummy/public/assets/ckeditor/_source/themes/default/theme.js +407 -0
  608. data/test/dummy/{tmp/cache/assets/CA3/A50/sprockets%2F1138d3a48560705a7e596ab7bd02253b → public/assets/ckeditor/adapters/jquery.js} +0 -0
  609. data/test/dummy/public/assets/ckeditor/ckeditor-375b08659b4cb8f72be5ee3587123e65.pack +211 -0
  610. data/test/dummy/public/assets/ckeditor/ckeditor-443f9c44cd2d9283d11a70ab3fcf480a.php +29 -0
  611. data/test/dummy/public/assets/ckeditor/ckeditor-d4b0a17fd7607891a271f2430be8835d.asp +955 -0
  612. data/test/dummy/public/assets/ckeditor/ckeditor.asp +955 -0
  613. data/test/dummy/{tmp/cache/assets/D1F/840/sprockets%2F3f6d2f8168b95fd5064838cfb05c5d54 → public/assets/ckeditor/ckeditor.js} +0 -0
  614. data/test/dummy/public/assets/ckeditor/ckeditor.pack +211 -0
  615. data/test/dummy/public/assets/ckeditor/ckeditor.php +29 -0
  616. data/test/dummy/public/assets/ckeditor/ckeditor_basic.js +8 -0
  617. data/test/dummy/public/assets/ckeditor/ckeditor_basic_source.js +20 -0
  618. data/test/dummy/public/assets/ckeditor/ckeditor_php4-e6e1feca4ad8048e38b87150326bb706.php +566 -0
  619. data/test/dummy/public/assets/ckeditor/ckeditor_php4.php +566 -0
  620. data/test/dummy/public/assets/ckeditor/ckeditor_php5-2ac2cebe11e6dbe76831c21173cc6d36.php +556 -0
  621. data/test/dummy/public/assets/ckeditor/ckeditor_php5.php +556 -0
  622. data/test/dummy/public/assets/ckeditor/ckeditor_source.js +35 -0
  623. data/test/dummy/public/assets/ckeditor/config.js +11 -0
  624. data/test/dummy/public/assets/ckeditor/contents.css +25 -0
  625. data/test/dummy/public/assets/ckeditor/images/spacer-dade68cd2b33bdcd06c6a8f59676327e.gif +0 -0
  626. data/test/dummy/public/assets/ckeditor/images/spacer.gif +0 -0
  627. data/test/dummy/public/assets/ckeditor/lang/_languages.js +6 -0
  628. data/test/dummy/public/assets/ckeditor/lang/_translationstatus-d4de76b18adf6359149559be9138847a.txt +61 -0
  629. data/test/dummy/public/assets/ckeditor/lang/_translationstatus.txt +61 -0
  630. data/test/dummy/public/assets/ckeditor/lang/af.js +6 -0
  631. data/test/dummy/public/assets/ckeditor/lang/ar.js +6 -0
  632. data/test/dummy/public/assets/ckeditor/lang/bg.js +6 -0
  633. data/test/dummy/public/assets/ckeditor/lang/bn.js +6 -0
  634. data/test/dummy/public/assets/ckeditor/lang/bs.js +6 -0
  635. data/test/dummy/public/assets/ckeditor/lang/ca.js +6 -0
  636. data/test/dummy/public/assets/ckeditor/lang/cs.js +6 -0
  637. data/test/dummy/public/assets/ckeditor/lang/cy.js +6 -0
  638. data/test/dummy/public/assets/ckeditor/lang/da.js +6 -0
  639. data/test/dummy/public/assets/ckeditor/lang/de.js +6 -0
  640. data/test/dummy/public/assets/ckeditor/lang/el.js +6 -0
  641. data/test/dummy/public/assets/ckeditor/lang/en-au.js +6 -0
  642. data/test/dummy/public/assets/ckeditor/lang/en-ca.js +6 -0
  643. data/test/dummy/public/assets/ckeditor/lang/en-gb.js +6 -0
  644. data/test/dummy/{tmp/cache/assets/D93/890/sprockets%2F033c6ea07a61dbd408ba2bf8e99b518a → public/assets/ckeditor/lang/en.js} +0 -0
  645. data/test/dummy/public/assets/ckeditor/lang/eo.js +6 -0
  646. data/test/dummy/public/assets/ckeditor/lang/es.js +6 -0
  647. data/test/dummy/public/assets/ckeditor/lang/et.js +6 -0
  648. data/test/dummy/public/assets/ckeditor/lang/eu.js +6 -0
  649. data/test/dummy/public/assets/ckeditor/lang/fa.js +6 -0
  650. data/test/dummy/public/assets/ckeditor/lang/fi.js +6 -0
  651. data/test/dummy/public/assets/ckeditor/lang/fo.js +6 -0
  652. data/test/dummy/public/assets/ckeditor/lang/fr-ca.js +6 -0
  653. data/test/dummy/public/assets/ckeditor/lang/fr.js +6 -0
  654. data/test/dummy/public/assets/ckeditor/lang/gl.js +6 -0
  655. data/test/dummy/public/assets/ckeditor/lang/gu.js +6 -0
  656. data/test/dummy/public/assets/ckeditor/lang/he.js +6 -0
  657. data/test/dummy/public/assets/ckeditor/lang/hi.js +6 -0
  658. data/test/dummy/public/assets/ckeditor/lang/hr.js +6 -0
  659. data/test/dummy/public/assets/ckeditor/lang/hu.js +6 -0
  660. data/test/dummy/public/assets/ckeditor/lang/is.js +6 -0
  661. data/test/dummy/public/assets/ckeditor/lang/it.js +6 -0
  662. data/test/dummy/public/assets/ckeditor/lang/ja.js +6 -0
  663. data/test/dummy/public/assets/ckeditor/lang/ka.js +6 -0
  664. data/test/dummy/public/assets/ckeditor/lang/km.js +6 -0
  665. data/test/dummy/public/assets/ckeditor/lang/ko.js +6 -0
  666. data/test/dummy/public/assets/ckeditor/lang/lt.js +6 -0
  667. data/test/dummy/public/assets/ckeditor/lang/lv.js +6 -0
  668. data/test/dummy/public/assets/ckeditor/lang/mn.js +6 -0
  669. data/test/dummy/public/assets/ckeditor/lang/ms.js +6 -0
  670. data/test/dummy/public/assets/ckeditor/lang/nb.js +6 -0
  671. data/test/dummy/public/assets/ckeditor/lang/nl.js +6 -0
  672. data/test/dummy/public/assets/ckeditor/lang/no.js +6 -0
  673. data/test/dummy/public/assets/ckeditor/lang/pl.js +6 -0
  674. data/test/dummy/public/assets/ckeditor/lang/pt-br.js +6 -0
  675. data/test/dummy/public/assets/ckeditor/lang/pt.js +6 -0
  676. data/test/dummy/public/assets/ckeditor/lang/ro.js +6 -0
  677. data/test/dummy/public/assets/ckeditor/lang/ru.js +6 -0
  678. data/test/dummy/public/assets/ckeditor/lang/sk.js +6 -0
  679. data/test/dummy/public/assets/ckeditor/lang/sl.js +6 -0
  680. data/test/dummy/public/assets/ckeditor/lang/sr-latn.js +6 -0
  681. data/test/dummy/public/assets/ckeditor/lang/sr.js +6 -0
  682. data/test/dummy/public/assets/ckeditor/lang/sv.js +6 -0
  683. data/test/dummy/public/assets/ckeditor/lang/th.js +6 -0
  684. data/test/dummy/public/assets/ckeditor/lang/tr.js +6 -0
  685. data/test/dummy/public/assets/ckeditor/lang/uk.js +6 -0
  686. data/test/dummy/public/assets/ckeditor/lang/vi.js +6 -0
  687. data/test/dummy/public/assets/ckeditor/lang/zh-cn.js +6 -0
  688. data/test/dummy/public/assets/ckeditor/lang/zh.js +6 -0
  689. data/test/dummy/public/assets/ckeditor/plugins/a11yhelp/dialogs/a11yhelp.js +7 -0
  690. data/test/dummy/public/assets/ckeditor/plugins/a11yhelp/lang/en.js +6 -0
  691. data/test/dummy/public/assets/ckeditor/plugins/a11yhelp/lang/he.js +6 -0
  692. data/test/dummy/public/assets/ckeditor/plugins/about/dialogs/about.js +6 -0
  693. data/test/dummy/public/assets/ckeditor/plugins/about/dialogs/logo_ckeditor-fc876ee54c60ea0f0bb16ad65ca4deeb.png +0 -0
  694. data/test/dummy/public/assets/ckeditor/plugins/about/dialogs/logo_ckeditor.png +0 -0
  695. data/test/dummy/public/assets/ckeditor/plugins/adobeair/plugin.js +6 -0
  696. data/test/dummy/public/assets/ckeditor/plugins/ajax/plugin.js +6 -0
  697. data/test/dummy/public/assets/ckeditor/plugins/autogrow/plugin.js +6 -0
  698. data/test/dummy/public/assets/ckeditor/plugins/bbcode/plugin.js +9 -0
  699. data/test/dummy/public/assets/ckeditor/plugins/clipboard/dialogs/paste.js +7 -0
  700. data/test/dummy/public/assets/ckeditor/plugins/colordialog/dialogs/colordialog.js +7 -0
  701. data/test/dummy/public/assets/ckeditor/plugins/devtools/lang/en.js +6 -0
  702. data/test/dummy/public/assets/ckeditor/plugins/devtools/plugin.js +6 -0
  703. data/test/dummy/public/assets/ckeditor/plugins/dialog/dialogDefinition.js +4 -0
  704. data/test/dummy/public/assets/ckeditor/plugins/div/dialogs/div.js +8 -0
  705. data/test/dummy/public/assets/ckeditor/plugins/docprops/dialogs/docprops.js +10 -0
  706. data/test/dummy/public/assets/ckeditor/plugins/docprops/plugin.js +6 -0
  707. data/test/dummy/public/assets/ckeditor/plugins/find/dialogs/find.js +10 -0
  708. data/test/dummy/public/assets/ckeditor/plugins/flash/dialogs/flash.js +9 -0
  709. data/test/dummy/public/assets/ckeditor/plugins/flash/images/placeholder-ba59b836184c3127b4b6f60f7a4e0720.png +0 -0
  710. data/test/dummy/public/assets/ckeditor/plugins/flash/images/placeholder.png +0 -0
  711. data/test/dummy/public/assets/ckeditor/plugins/forms/dialogs/button.js +6 -0
  712. data/test/dummy/public/assets/ckeditor/plugins/forms/dialogs/checkbox.js +6 -0
  713. data/test/dummy/public/assets/ckeditor/plugins/forms/dialogs/form.js +6 -0
  714. data/test/dummy/public/assets/ckeditor/plugins/forms/dialogs/hiddenfield.js +6 -0
  715. data/test/dummy/public/assets/ckeditor/plugins/forms/dialogs/radio.js +6 -0
  716. data/test/dummy/public/assets/ckeditor/plugins/forms/dialogs/select.js +9 -0
  717. data/test/dummy/public/assets/ckeditor/plugins/forms/dialogs/textarea.js +6 -0
  718. data/test/dummy/public/assets/ckeditor/plugins/forms/dialogs/textfield.js +6 -0
  719. data/test/dummy/public/assets/ckeditor/plugins/forms/images/hiddenfield-4b630612e38369aae8e4502421668aec.gif +0 -0
  720. data/test/dummy/public/assets/ckeditor/plugins/forms/images/hiddenfield.gif +0 -0
  721. data/test/dummy/public/assets/ckeditor/plugins/iframe/dialogs/iframe.js +7 -0
  722. data/test/dummy/public/assets/ckeditor/plugins/iframe/images/placeholder-0003e18e649512d4360293190828c51e.png +0 -0
  723. data/test/dummy/public/assets/ckeditor/plugins/iframe/images/placeholder.png +0 -0
  724. data/test/dummy/public/assets/ckeditor/plugins/iframedialog/plugin.js +6 -0
  725. data/test/dummy/public/assets/ckeditor/plugins/image/dialogs/image.js +13 -0
  726. data/test/dummy/public/assets/ckeditor/plugins/link/dialogs/anchor.js +6 -0
  727. data/test/dummy/public/assets/ckeditor/plugins/link/dialogs/link.js +12 -0
  728. data/test/dummy/public/assets/ckeditor/plugins/link/images/anchor-501974232bdebac2c503f40a23e2108d.gif +0 -0
  729. data/test/dummy/public/assets/ckeditor/plugins/link/images/anchor.gif +0 -0
  730. data/test/dummy/public/assets/ckeditor/plugins/liststyle/dialogs/liststyle.js +7 -0
  731. data/test/dummy/public/assets/ckeditor/plugins/pagebreak/images/pagebreak-2bbc85d3a07d40c7c7fb8d07c5ba1a91.gif +0 -0
  732. data/test/dummy/public/assets/ckeditor/plugins/pagebreak/images/pagebreak.gif +0 -0
  733. data/test/dummy/public/assets/ckeditor/plugins/pastefromword/filter/default.js +11 -0
  734. data/test/dummy/public/assets/ckeditor/plugins/pastetext/dialogs/pastetext.js +6 -0
  735. data/test/dummy/public/assets/ckeditor/plugins/placeholder/dialogs/placeholder.js +6 -0
  736. data/test/dummy/public/assets/ckeditor/plugins/placeholder/lang/en.js +6 -0
  737. data/test/dummy/public/assets/ckeditor/plugins/placeholder/lang/he.js +6 -0
  738. data/test/dummy/public/assets/ckeditor/plugins/placeholder/placeholder-3fa52c05f290e714bb7ce46ef9e1e3fd.gif +0 -0
  739. data/test/dummy/public/assets/ckeditor/plugins/placeholder/placeholder.gif +0 -0
  740. data/test/dummy/public/assets/ckeditor/plugins/placeholder/plugin.js +6 -0
  741. data/test/dummy/public/assets/ckeditor/plugins/scayt/dialogs/options.js +8 -0
  742. data/test/dummy/public/assets/ckeditor/plugins/scayt/dialogs/toolbar.css +6 -0
  743. data/test/dummy/public/assets/ckeditor/plugins/showblocks/images/block_address-03733f204b35c6ea053d6dc766e627f4.png +0 -0
  744. data/test/dummy/public/assets/ckeditor/plugins/showblocks/images/block_address.png +0 -0
  745. data/test/dummy/public/assets/ckeditor/plugins/showblocks/images/block_blockquote-9f5a2341078595e812f4390673e1d691.png +0 -0
  746. data/test/dummy/public/assets/ckeditor/plugins/showblocks/images/block_blockquote.png +0 -0
  747. data/test/dummy/public/assets/ckeditor/plugins/showblocks/images/block_div-197a3f96741fe9008a4679d26fdb7f2c.png +0 -0
  748. data/test/dummy/public/assets/ckeditor/plugins/showblocks/images/block_div.png +0 -0
  749. data/test/dummy/public/assets/ckeditor/plugins/showblocks/images/block_h1-2ef949aef3e9e43f866cd44f6b912617.png +0 -0
  750. data/test/dummy/public/assets/ckeditor/plugins/showblocks/images/block_h1.png +0 -0
  751. data/test/dummy/public/assets/ckeditor/plugins/showblocks/images/block_h2-a1bd5af6674ec59ab8dd2753d1fe7123.png +0 -0
  752. data/test/dummy/public/assets/ckeditor/plugins/showblocks/images/block_h2.png +0 -0
  753. data/test/dummy/public/assets/ckeditor/plugins/showblocks/images/block_h3-94ce278fa39900a6603e7c509116d322.png +0 -0
  754. data/test/dummy/public/assets/ckeditor/plugins/showblocks/images/block_h3.png +0 -0
  755. data/test/dummy/public/assets/ckeditor/plugins/showblocks/images/block_h4-6c8bbaba545a3e0c29e06bb015ff38f6.png +0 -0
  756. data/test/dummy/public/assets/ckeditor/plugins/showblocks/images/block_h4.png +0 -0
  757. data/test/dummy/public/assets/ckeditor/plugins/showblocks/images/block_h5-b22e60c26c7c654fcc751f77c16cad59.png +0 -0
  758. data/test/dummy/public/assets/ckeditor/plugins/showblocks/images/block_h5.png +0 -0
  759. data/test/dummy/public/assets/ckeditor/plugins/showblocks/images/block_h6-184a0c99cd06c2d7d329a1ce8aab7963.png +0 -0
  760. data/test/dummy/public/assets/ckeditor/plugins/showblocks/images/block_h6.png +0 -0
  761. data/test/dummy/public/assets/ckeditor/plugins/showblocks/images/block_p-638869d4338d1e1ebb9eaa4f73de174d.png +0 -0
  762. data/test/dummy/public/assets/ckeditor/plugins/showblocks/images/block_p.png +0 -0
  763. data/test/dummy/public/assets/ckeditor/plugins/showblocks/images/block_pre-ebdbe4b89d8955761f6a97a891c8aa19.png +0 -0
  764. data/test/dummy/public/assets/ckeditor/plugins/showblocks/images/block_pre.png +0 -0
  765. data/test/dummy/public/assets/ckeditor/plugins/smiley/dialogs/smiley.js +7 -0
  766. data/test/dummy/public/assets/ckeditor/plugins/smiley/images/angel_smile-61a21f5af1321a26350cb2ac7f9ecab8.gif +0 -0
  767. data/test/dummy/public/assets/ckeditor/plugins/smiley/images/angel_smile.gif +0 -0
  768. data/test/dummy/public/assets/ckeditor/plugins/smiley/images/angry_smile-5f6ecc899507a1b169bb7a8a62372441.gif +0 -0
  769. data/test/dummy/public/assets/ckeditor/plugins/smiley/images/angry_smile.gif +0 -0
  770. data/test/dummy/public/assets/ckeditor/plugins/smiley/images/broken_heart-089eb8c05b66c50383cf43a94170bcd7.gif +0 -0
  771. data/test/dummy/public/assets/ckeditor/plugins/smiley/images/broken_heart.gif +0 -0
  772. data/test/dummy/public/assets/ckeditor/plugins/smiley/images/confused_smile-bdfd0e16b074007d0621999fd50f5348.gif +0 -0
  773. data/test/dummy/public/assets/ckeditor/plugins/smiley/images/confused_smile.gif +0 -0
  774. data/test/dummy/public/assets/ckeditor/plugins/smiley/images/cry_smile-e28cb803c6d8eaa6f22f90489b4c519c.gif +0 -0
  775. data/test/dummy/public/assets/ckeditor/plugins/smiley/images/cry_smile.gif +0 -0
  776. data/test/dummy/public/assets/ckeditor/plugins/smiley/images/devil_smile-77d7bfa3796df2c81858e285c4b65d97.gif +0 -0
  777. data/test/dummy/public/assets/ckeditor/plugins/smiley/images/devil_smile.gif +0 -0
  778. data/test/dummy/public/assets/ckeditor/plugins/smiley/images/embaressed_smile-16ef2926176e59d29ec7fe3a2bfe2e02.gif +0 -0
  779. data/test/dummy/public/assets/ckeditor/plugins/smiley/images/embaressed_smile.gif +0 -0
  780. data/test/dummy/public/assets/ckeditor/plugins/smiley/images/envelope-c2077dc5ae53ac8ec69c9ff0b8386938.gif +0 -0
  781. data/test/dummy/public/assets/ckeditor/plugins/smiley/images/envelope.gif +0 -0
  782. data/test/dummy/public/assets/ckeditor/plugins/smiley/images/heart-2d8a0eaaf7c2e42f579e78464a8d443f.gif +0 -0
  783. data/test/dummy/public/assets/ckeditor/plugins/smiley/images/heart.gif +0 -0
  784. data/test/dummy/public/assets/ckeditor/plugins/smiley/images/kiss-a4e7f76f10b1fbe1891e6db5bb900b1b.gif +0 -0
  785. data/test/dummy/public/assets/ckeditor/plugins/smiley/images/kiss.gif +0 -0
  786. data/test/dummy/public/assets/ckeditor/plugins/smiley/images/lightbulb-939e2ca2cb123f03c8ee11e53dce7a35.gif +0 -0
  787. data/test/dummy/public/assets/ckeditor/plugins/smiley/images/lightbulb.gif +0 -0
  788. data/test/dummy/public/assets/ckeditor/plugins/smiley/images/omg_smile-84ae8a1fc1c04e9289421037347799ba.gif +0 -0
  789. data/test/dummy/public/assets/ckeditor/plugins/smiley/images/omg_smile.gif +0 -0
  790. data/test/dummy/public/assets/ckeditor/plugins/smiley/images/regular_smile-6b1e1690d88c16913eb05dd119f221d9.gif +0 -0
  791. data/test/dummy/public/assets/ckeditor/plugins/smiley/images/regular_smile.gif +0 -0
  792. data/test/dummy/public/assets/ckeditor/plugins/smiley/images/sad_smile-bf3a033d9be803b4f5b38b9b0c258704.gif +0 -0
  793. data/test/dummy/public/assets/ckeditor/plugins/smiley/images/sad_smile.gif +0 -0
  794. data/test/dummy/public/assets/ckeditor/plugins/smiley/images/shades_smile-bd6d9f1ef7c868ef160aafc4da42fdad.gif +0 -0
  795. data/test/dummy/public/assets/ckeditor/plugins/smiley/images/shades_smile.gif +0 -0
  796. data/test/dummy/public/assets/ckeditor/plugins/smiley/images/teeth_smile-7da3f610067417297b3a235899688067.gif +0 -0
  797. data/test/dummy/public/assets/ckeditor/plugins/smiley/images/teeth_smile.gif +0 -0
  798. data/test/dummy/public/assets/ckeditor/plugins/smiley/images/thumbs_down-abcf7aad6e8ccd1e0786786bc5594c7a.gif +0 -0
  799. data/test/dummy/public/assets/ckeditor/plugins/smiley/images/thumbs_down.gif +0 -0
  800. data/test/dummy/public/assets/ckeditor/plugins/smiley/images/thumbs_up-e5239bab9fb2674ce22705d232cd29f3.gif +0 -0
  801. data/test/dummy/public/assets/ckeditor/plugins/smiley/images/thumbs_up.gif +0 -0
  802. data/test/dummy/public/assets/ckeditor/plugins/smiley/images/tounge_smile-66d4ad71a8977e7e9871a18c5a79952f.gif +0 -0
  803. data/test/dummy/public/assets/ckeditor/plugins/smiley/images/tounge_smile.gif +0 -0
  804. data/test/dummy/public/assets/ckeditor/plugins/smiley/images/whatchutalkingabout_smile-a831e713a52639619968a6c67ade659b.gif +0 -0
  805. data/test/dummy/public/assets/ckeditor/plugins/smiley/images/whatchutalkingabout_smile.gif +0 -0
  806. data/test/dummy/public/assets/ckeditor/plugins/smiley/images/wink_smile-81177f9fe9e8c62c8bc1dac30fbedf12.gif +0 -0
  807. data/test/dummy/public/assets/ckeditor/plugins/smiley/images/wink_smile.gif +0 -0
  808. data/test/dummy/public/assets/ckeditor/plugins/specialchar/dialogs/specialchar.js +7 -0
  809. data/test/dummy/public/assets/ckeditor/plugins/specialchar/lang/en.js +6 -0
  810. data/test/dummy/public/assets/ckeditor/plugins/styles/styles/default.js +6 -0
  811. data/test/dummy/{tmp/cache/assets/CC6/910/sprockets%2Fdf1992311ede6a7259c057589a7b6984 → public/assets/ckeditor/plugins/stylesheetparser/plugin.js} +0 -0
  812. data/test/dummy/public/assets/ckeditor/plugins/table/dialogs/table.js +9 -0
  813. data/test/dummy/public/assets/ckeditor/plugins/tableresize/plugin.js +7 -0
  814. data/test/dummy/public/assets/ckeditor/plugins/tabletools/dialogs/tableCell.js +8 -0
  815. data/test/dummy/public/assets/ckeditor/plugins/templates/dialogs/templates.js +7 -0
  816. data/test/dummy/public/assets/ckeditor/plugins/templates/templates/default.js +6 -0
  817. data/test/dummy/public/assets/ckeditor/plugins/templates/templates/images/template1-ea363748d77b692075af885f384ae6bd.gif +0 -0
  818. data/test/dummy/public/assets/ckeditor/plugins/templates/templates/images/template1.gif +0 -0
  819. data/test/dummy/public/assets/ckeditor/plugins/templates/templates/images/template2-6401418f8e62efe47b7a87c734c9dd25.gif +0 -0
  820. data/test/dummy/public/assets/ckeditor/plugins/templates/templates/images/template2.gif +0 -0
  821. data/test/dummy/public/assets/ckeditor/plugins/templates/templates/images/template3-ef931fe4fdb3fa35897598a2df449988.gif +0 -0
  822. data/test/dummy/public/assets/ckeditor/plugins/templates/templates/images/template3.gif +0 -0
  823. data/test/dummy/public/assets/ckeditor/plugins/uicolor/dialogs/uicolor.js +7 -0
  824. data/test/dummy/public/assets/ckeditor/plugins/uicolor/lang/en.js +6 -0
  825. data/test/dummy/public/assets/ckeditor/plugins/uicolor/lang/he.js +6 -0
  826. data/test/dummy/public/assets/ckeditor/plugins/uicolor/plugin.js +6 -0
  827. data/test/dummy/public/assets/ckeditor/plugins/uicolor/uicolor-8ce2d3d1bf5d83b297c1568e065fd6e9.gif +0 -0
  828. data/test/dummy/public/assets/ckeditor/plugins/uicolor/uicolor.gif +0 -0
  829. data/test/dummy/public/assets/ckeditor/plugins/uicolor/yui/assets/hue_bg-c2d8d7faeb9d4b01f3008cda322f2763.png +0 -0
  830. data/test/dummy/public/assets/ckeditor/plugins/uicolor/yui/assets/hue_bg.png +0 -0
  831. data/test/dummy/public/assets/ckeditor/plugins/uicolor/yui/assets/hue_thumb-8e5fb8d26c158303b319553876a2a799.png +0 -0
  832. data/test/dummy/public/assets/ckeditor/plugins/uicolor/yui/assets/hue_thumb.png +0 -0
  833. data/test/dummy/public/assets/ckeditor/plugins/uicolor/yui/assets/picker_mask-ac846f51ee3570c6880d2a88cb4c5353.png +0 -0
  834. data/test/dummy/public/assets/ckeditor/plugins/uicolor/yui/assets/picker_mask.png +0 -0
  835. data/test/dummy/public/assets/ckeditor/plugins/uicolor/yui/assets/picker_thumb-aed7c70c1854dac98bd8310da084d689.png +0 -0
  836. data/test/dummy/public/assets/ckeditor/plugins/uicolor/yui/assets/picker_thumb.png +0 -0
  837. data/test/dummy/public/assets/ckeditor/plugins/uicolor/yui/assets/yui.css +6 -0
  838. data/test/dummy/public/assets/ckeditor/plugins/uicolor/yui/yui.js +76 -0
  839. data/test/dummy/public/assets/ckeditor/plugins/wsc/dialogs/ciframe-c7c588e16f092fdb33f9522df57acdf7.html +49 -0
  840. data/test/dummy/public/assets/ckeditor/plugins/wsc/dialogs/ciframe.html +49 -0
  841. data/test/dummy/public/assets/ckeditor/plugins/wsc/dialogs/tmpFrameset-2ed47c8c321406680828cd39a4cfd841.html +52 -0
  842. data/test/dummy/public/assets/ckeditor/plugins/wsc/dialogs/tmpFrameset.html +52 -0
  843. data/test/dummy/public/assets/ckeditor/plugins/wsc/dialogs/wsc.css +6 -0
  844. data/test/dummy/public/assets/ckeditor/plugins/wsc/dialogs/wsc.js +7 -0
  845. data/test/dummy/public/assets/ckeditor/plugins/xml/plugin.js +6 -0
  846. data/test/dummy/public/assets/ckeditor/skins/kama/dialog.css +10 -0
  847. data/test/dummy/{tmp/cache/assets/DBF/180/sprockets%2F19427ba0edb6b1c15eaaf43afd73e617 → public/assets/ckeditor/skins/kama/editor.css} +0 -0
  848. data/test/dummy/public/assets/ckeditor/skins/kama/icons-2f0d4921addf1896455275e7ccb7d0ff.png +0 -0
  849. data/test/dummy/public/assets/ckeditor/skins/kama/icons.png +0 -0
  850. data/test/dummy/public/assets/ckeditor/skins/kama/icons_rtl-fe1043485a7af2aaf254c823086123ba.png +0 -0
  851. data/test/dummy/public/assets/ckeditor/skins/kama/icons_rtl.png +0 -0
  852. data/test/dummy/public/assets/ckeditor/skins/kama/images/dialog_sides-1bd20fa0a9f35f0921eccfbb345490e2.gif +0 -0
  853. data/test/dummy/public/assets/ckeditor/skins/kama/images/dialog_sides-b54c340d7451e52aaecf7e944f15bde8.png +0 -0
  854. data/test/dummy/public/assets/ckeditor/skins/kama/images/dialog_sides.gif +0 -0
  855. data/test/dummy/public/assets/ckeditor/skins/kama/images/dialog_sides.png +0 -0
  856. data/test/dummy/public/assets/ckeditor/skins/kama/images/dialog_sides_rtl-53a84633be082d2b19a805a9398cfe03.png +0 -0
  857. data/test/dummy/public/assets/ckeditor/skins/kama/images/dialog_sides_rtl.png +0 -0
  858. data/test/dummy/public/assets/ckeditor/skins/kama/images/mini-92ae7c7f7f48d849814f5e331cb2bd24.gif +0 -0
  859. data/test/dummy/public/assets/ckeditor/skins/kama/images/mini.gif +0 -0
  860. data/test/dummy/public/assets/ckeditor/skins/kama/images/noimage-623baac6fe6b7cd494715931451deeed.png +0 -0
  861. data/test/dummy/public/assets/ckeditor/skins/kama/images/noimage.png +0 -0
  862. data/test/dummy/public/assets/ckeditor/skins/kama/images/sprites-37a3ebdc1b4393eefbc4520a02938daf.png +0 -0
  863. data/test/dummy/public/assets/ckeditor/skins/kama/images/sprites.png +0 -0
  864. data/test/dummy/public/assets/ckeditor/skins/kama/images/sprites_ie6-105615f241302fed23e7aae2411b4a1f.png +0 -0
  865. data/test/dummy/public/assets/ckeditor/skins/kama/images/sprites_ie6.png +0 -0
  866. data/test/dummy/public/assets/ckeditor/skins/kama/images/toolbar_start-806bf6a72342160d7ccdc846e7d4a476.gif +0 -0
  867. data/test/dummy/public/assets/ckeditor/skins/kama/images/toolbar_start.gif +0 -0
  868. data/test/dummy/public/assets/ckeditor/skins/kama/skin.js +7 -0
  869. data/test/dummy/public/assets/ckeditor/skins/kama/templates.css +6 -0
  870. data/test/dummy/public/assets/ckeditor/skins/office2003/dialog.css +9 -0
  871. data/test/dummy/public/assets/ckeditor/skins/office2003/editor.css +14 -0
  872. data/test/dummy/public/assets/ckeditor/skins/office2003/icons-2f0d4921addf1896455275e7ccb7d0ff.png +0 -0
  873. data/test/dummy/public/assets/ckeditor/skins/office2003/icons.png +0 -0
  874. data/test/dummy/public/assets/ckeditor/skins/office2003/icons_rtl-fe1043485a7af2aaf254c823086123ba.png +0 -0
  875. data/test/dummy/public/assets/ckeditor/skins/office2003/icons_rtl.png +0 -0
  876. data/test/dummy/public/assets/ckeditor/skins/office2003/images/dialog_sides-75a65a85a2b30468dc1beac0c54d1fb9.png +0 -0
  877. data/test/dummy/public/assets/ckeditor/skins/office2003/images/dialog_sides-edefdf8c116d4656501f13731ae8ff5b.gif +0 -0
  878. data/test/dummy/public/assets/ckeditor/skins/office2003/images/dialog_sides.gif +0 -0
  879. data/test/dummy/public/assets/ckeditor/skins/office2003/images/dialog_sides.png +0 -0
  880. data/test/dummy/public/assets/ckeditor/skins/office2003/images/dialog_sides_rtl-77bbf3783e5dc7984f3be35faf7779fb.png +0 -0
  881. data/test/dummy/public/assets/ckeditor/skins/office2003/images/dialog_sides_rtl.png +0 -0
  882. data/test/dummy/public/assets/ckeditor/skins/office2003/images/mini-92ae7c7f7f48d849814f5e331cb2bd24.gif +0 -0
  883. data/test/dummy/public/assets/ckeditor/skins/office2003/images/mini.gif +0 -0
  884. data/test/dummy/public/assets/ckeditor/skins/office2003/images/noimage-623baac6fe6b7cd494715931451deeed.png +0 -0
  885. data/test/dummy/public/assets/ckeditor/skins/office2003/images/noimage.png +0 -0
  886. data/test/dummy/public/assets/ckeditor/skins/office2003/images/sprites-55354902984711767f69cf5f190b9d42.png +0 -0
  887. data/test/dummy/public/assets/ckeditor/skins/office2003/images/sprites.png +0 -0
  888. data/test/dummy/public/assets/ckeditor/skins/office2003/images/sprites_ie6-ea9534ccd0a64d8d14579a37bcdaaeb9.png +0 -0
  889. data/test/dummy/public/assets/ckeditor/skins/office2003/images/sprites_ie6.png +0 -0
  890. data/test/dummy/public/assets/ckeditor/skins/office2003/skin.js +6 -0
  891. data/test/dummy/public/assets/ckeditor/skins/office2003/templates.css +6 -0
  892. data/test/dummy/public/assets/ckeditor/skins/v2/dialog.css +9 -0
  893. data/test/dummy/public/assets/ckeditor/skins/v2/editor.css +13 -0
  894. data/test/dummy/public/assets/ckeditor/skins/v2/icons-2f0d4921addf1896455275e7ccb7d0ff.png +0 -0
  895. data/test/dummy/public/assets/ckeditor/skins/v2/icons.png +0 -0
  896. data/test/dummy/public/assets/ckeditor/skins/v2/icons_rtl-fe1043485a7af2aaf254c823086123ba.png +0 -0
  897. data/test/dummy/public/assets/ckeditor/skins/v2/icons_rtl.png +0 -0
  898. data/test/dummy/public/assets/ckeditor/skins/v2/images/dialog_sides-1bd20fa0a9f35f0921eccfbb345490e2.gif +0 -0
  899. data/test/dummy/public/assets/ckeditor/skins/v2/images/dialog_sides-b54c340d7451e52aaecf7e944f15bde8.png +0 -0
  900. data/test/dummy/public/assets/ckeditor/skins/v2/images/dialog_sides.gif +0 -0
  901. data/test/dummy/public/assets/ckeditor/skins/v2/images/dialog_sides.png +0 -0
  902. data/test/dummy/public/assets/ckeditor/skins/v2/images/dialog_sides_rtl-53a84633be082d2b19a805a9398cfe03.png +0 -0
  903. data/test/dummy/public/assets/ckeditor/skins/v2/images/dialog_sides_rtl.png +0 -0
  904. data/test/dummy/public/assets/ckeditor/skins/v2/images/mini-92ae7c7f7f48d849814f5e331cb2bd24.gif +0 -0
  905. data/test/dummy/public/assets/ckeditor/skins/v2/images/mini.gif +0 -0
  906. data/test/dummy/public/assets/ckeditor/skins/v2/images/noimage-623baac6fe6b7cd494715931451deeed.png +0 -0
  907. data/test/dummy/public/assets/ckeditor/skins/v2/images/noimage.png +0 -0
  908. data/test/dummy/public/assets/ckeditor/skins/v2/images/sprites-781d681644b31f32868856fa132e4906.png +0 -0
  909. data/test/dummy/public/assets/ckeditor/skins/v2/images/sprites.png +0 -0
  910. data/test/dummy/public/assets/ckeditor/skins/v2/images/sprites_ie6-9c6895a740fc1778a432cce5b91bc281.png +0 -0
  911. data/test/dummy/public/assets/ckeditor/skins/v2/images/sprites_ie6.png +0 -0
  912. data/test/dummy/public/assets/ckeditor/skins/v2/images/toolbar_start-806bf6a72342160d7ccdc846e7d4a476.gif +0 -0
  913. data/test/dummy/public/assets/ckeditor/skins/v2/images/toolbar_start.gif +0 -0
  914. data/test/dummy/public/assets/ckeditor/skins/v2/skin.js +6 -0
  915. data/test/dummy/public/assets/ckeditor/skins/v2/templates.css +6 -0
  916. data/test/dummy/public/assets/ckeditor/themes/default/theme.js +8 -0
  917. data/test/dummy/public/assets/manifest.yml +239 -0
  918. data/test/dummy/public/assets/rich/application-2d948ba94e7a1e8ee49e29ef95f87995.css +2 -0
  919. data/test/dummy/public/assets/rich/application-2d948ba94e7a1e8ee49e29ef95f87995.css.gz +0 -0
  920. data/test/dummy/public/assets/rich/application-f0e3ebd0b5dd8a6ffd525e1b5a688acf.js +19 -0
  921. data/test/dummy/public/assets/rich/application-f0e3ebd0b5dd8a6ffd525e1b5a688acf.js.gz +0 -0
  922. data/test/dummy/public/assets/rich/application.css +2 -0
  923. data/test/dummy/public/assets/rich/application.css.gz +0 -0
  924. data/test/dummy/public/assets/rich/application.js +19 -0
  925. data/test/dummy/public/assets/rich/application.js.gz +0 -0
  926. data/test/dummy/public/assets/rich/base-3d3160088af99119a311b4e7362326ac.js +11 -0
  927. data/test/dummy/public/assets/rich/base-3d3160088af99119a311b4e7362326ac.js.gz +0 -0
  928. data/test/dummy/public/assets/rich/base.js +11 -0
  929. data/test/dummy/public/assets/rich/base.js.gz +0 -0
  930. data/test/dummy/public/assets/rich/editor-204d2a1d7aec25614b4611349aa793fb.css +1 -0
  931. data/test/dummy/public/assets/rich/editor-204d2a1d7aec25614b4611349aa793fb.css.gz +0 -0
  932. data/test/dummy/public/assets/rich/editor.css +1 -0
  933. data/test/dummy/public/assets/rich/editor.css.gz +0 -0
  934. data/test/dummy/public/assets/rich/images-e091bcc710f62a6265d8bc6eae54fbab.png +0 -0
  935. data/test/dummy/public/assets/rich/images.png +0 -0
  936. data/test/dummy/public/assets/rich/insert-many-0a73f24b86f9df3e23484009639f306c.png +0 -0
  937. data/test/dummy/public/assets/rich/insert-many.png +0 -0
  938. data/test/dummy/public/assets/rich/insert-one-452c896e53e8907911a0e6961601be4c.png +0 -0
  939. data/test/dummy/public/assets/rich/insert-one.png +0 -0
  940. data/test/dummy/public/assets/rich/loading-3fc55503a06d7a68cbed7e4a5d9aef8e.png +0 -0
  941. data/test/dummy/public/assets/rich/loading.png +0 -0
  942. data/test/dummy/public/assets/rich/menu-dash-12c49f78947dffd7da66c54427a241b7.png +0 -0
  943. data/test/dummy/public/assets/rich/menu-dash.png +0 -0
  944. data/test/dummy/public/assets/rich/plus-dc390d95d28f5c2b62823c0d50f97c61.png +0 -0
  945. data/test/dummy/public/assets/rich/plus-red-ab024857950b67766ecc033a1231944e.png +0 -0
  946. data/test/dummy/public/assets/rich/plus-red.png +0 -0
  947. data/test/dummy/public/assets/rich/plus.png +0 -0
  948. data/test/dummy/public/assets/rich/x-red-e18786c310c0a2a696a8eaccc9618711.png +0 -0
  949. data/test/dummy/public/assets/rich/x-red.png +0 -0
  950. data/test/dummy/tmp/cache/assets/BDC/DF0/sprockets%2F556859632756792340573f0b7d7937d4 +0 -0
  951. data/test/dummy/tmp/cache/assets/BEE/9D0/sprockets%2F04f1847209c701267b145074c38d7915 +0 -0
  952. data/test/dummy/tmp/cache/assets/C09/940/sprockets%2F9c892480308a353394094957b3389d7e +0 -0
  953. data/test/dummy/tmp/cache/assets/C19/4A0/sprockets%2F25141441498608917b8f0fa0b263a356 +0 -0
  954. data/test/dummy/tmp/cache/assets/C27/DF0/sprockets%2F33f6324a781951f5041a3515ae596788 +0 -0
  955. data/test/dummy/tmp/cache/assets/C2B/650/sprockets%2F1df4737580163259e6d2b79578a23191 +0 -0
  956. data/test/dummy/tmp/cache/assets/C2B/690/sprockets%2F7386b243b8578943a8a058fd73153523 +0 -0
  957. data/test/dummy/tmp/cache/assets/C2E/BB0/sprockets%2F67170774689ef70161779c25ce13145c +0 -0
  958. data/test/dummy/tmp/cache/assets/C30/AD0/sprockets%2F5e464907523e20c546b278814936f9a7 +0 -0
  959. data/test/dummy/tmp/cache/assets/C33/CE0/sprockets%2Fb83256fce54175498209904a643f4677 +0 -0
  960. data/test/dummy/tmp/cache/assets/C48/FF0/sprockets%2F96e842574236271ede53a401177c103c +0 -0
  961. data/test/dummy/tmp/cache/assets/C49/500/sprockets%2F72473c15cf2e294b25b1823e82954031 +0 -0
  962. data/test/dummy/tmp/cache/assets/C4B/120/sprockets%2F68c509110e4521f31e08c02988cd1871 +0 -0
  963. data/test/dummy/tmp/cache/assets/C4B/4F0/sprockets%2F507227215261ca7b895102e5f831b9b8 +0 -0
  964. data/test/dummy/tmp/cache/assets/C4D/110/sprockets%2F611640a397c0e9a8a99433e6681b3401 +0 -0
  965. data/test/dummy/tmp/cache/assets/C53/D20/sprockets%2Fc717231c3a3035802677df4eb6884727 +0 -0
  966. data/test/dummy/tmp/cache/assets/C54/A80/sprockets%2F1de74a969431c6973c790026061ab287 +0 -0
  967. data/test/dummy/tmp/cache/assets/C55/B30/sprockets%2F39a30f38a0388c637e0840d03656967b +0 -0
  968. data/test/dummy/tmp/cache/assets/C56/250/sprockets%2Fb6db18745993b17d85dc925232322923 +0 -0
  969. data/test/dummy/tmp/cache/assets/C58/8D0/sprockets%2F353a6a7559802014f934e28851f7da74 +0 -0
  970. data/test/dummy/tmp/cache/assets/C5D/7F0/sprockets%2F539347136e2b81496339888d3fead221 +0 -0
  971. data/test/dummy/tmp/cache/assets/C65/9A0/sprockets%2F7ce27567092e41279b34498d6075cb87 +0 -0
  972. data/test/dummy/tmp/cache/assets/C68/9D0/sprockets%2F46c8f88ef788054366f4b5c940236533 +0 -0
  973. data/test/dummy/tmp/cache/assets/C6B/9C0/sprockets%2F3dae21157a42b25135fae24956315172 +0 -0
  974. data/test/dummy/tmp/cache/assets/C6D/1A0/sprockets%2F212b0151e5d2cba1587771f308323d48 +0 -0
  975. data/test/dummy/tmp/cache/assets/C6E/8D0/sprockets%2Fca47069498ba75e028c450aa50333005 +0 -0
  976. data/test/dummy/tmp/cache/assets/C70/F80/sprockets%2F25a1272055d68b1f13f457471a3082af +0 -0
  977. data/test/dummy/tmp/cache/assets/C72/A20/sprockets%2F3f1d53046321c2171bbd83739410d7c9 +0 -0
  978. data/test/dummy/tmp/cache/assets/C73/820/sprockets%2Fdc73957133cc0c6c36681621ad275022 +0 -0
  979. data/test/dummy/tmp/cache/assets/C77/5B0/sprockets%2F540101198b081942476e5ef23c406fcc +0 -0
  980. data/test/dummy/tmp/cache/assets/C77/720/sprockets%2Fca30f4a4080067a42488536e598232da +0 -0
  981. data/test/dummy/tmp/cache/assets/C77/EF0/sprockets%2F35ca46348a682bda063928544a2630d5 +0 -0
  982. data/test/dummy/tmp/cache/assets/C79/B60/sprockets%2F7002c4f53b73b5eef125743664530f53 +0 -0
  983. data/test/dummy/tmp/cache/assets/C7B/200/sprockets%2F2720e7546112b1c1d03fd9697e606d90 +0 -0
  984. data/test/dummy/tmp/cache/assets/C7B/410/sprockets%2Ff676f01075f2e49124321b39229e5d2a +0 -0
  985. data/test/dummy/tmp/cache/assets/C7B/540/sprockets%2F547199d245ed02056a83508dd104a69a +0 -0
  986. data/test/dummy/tmp/cache/assets/C7D/C40/sprockets%2Fc99034ce618e1228e662c007671f2a53 +0 -0
  987. data/test/dummy/tmp/cache/assets/C7E/9B0/sprockets%2Fc7ed8687b3ce693f0342017416225b60 +0 -0
  988. data/test/dummy/tmp/cache/assets/C7F/360/sprockets%2Fb500dd4e82499845120f11801cf99b45 +0 -0
  989. data/test/dummy/tmp/cache/assets/C80/060/sprockets%2Fb1220c62161546be7f197a929d2096f6 +0 -0
  990. data/test/dummy/tmp/cache/assets/C82/D30/sprockets%2F8187429e99fcd8806f856c75449b6695 +0 -0
  991. data/test/dummy/tmp/cache/assets/C83/A00/sprockets%2F9c83c872822bb127b72291b42729ca49 +0 -0
  992. data/test/dummy/tmp/cache/assets/C84/840/sprockets%2Ff4d18b49e90538028a47531ca4668a35 +0 -0
  993. data/test/dummy/tmp/cache/assets/C85/380/sprockets%2F53a7b57361807c68e79e068a40273c0e +0 -0
  994. data/test/dummy/tmp/cache/assets/C88/B20/sprockets%2F7b205d3f7366e20665c267792b07c6b9 +0 -0
  995. data/test/dummy/tmp/cache/assets/C89/B80/sprockets%2Fea20d64c17365772e6cc48b787323728 +0 -0
  996. data/test/dummy/tmp/cache/assets/{D11/D20/sprockets%2Fcac21eac42152981882bf9e489316af4 → C8C/B80/sprockets%2F371bf96e99717688ed7313a0c53f4212} +0 -0
  997. data/test/dummy/tmp/cache/assets/C8D/710/sprockets%2F15cd04c9e7637a0b4229648dd6395838 +0 -0
  998. data/test/dummy/tmp/cache/assets/C8D/F20/sprockets%2F06a7164988ac4742a97874f84aa2a870 +0 -0
  999. data/test/dummy/tmp/cache/assets/C8F/D80/sprockets%2F455e93b83c0e017f18c228f533c74899 +0 -0
  1000. data/test/dummy/tmp/cache/assets/C93/B40/sprockets%2F2270437a1d5132fb56c8231aa2d4f700 +0 -0
  1001. data/test/dummy/tmp/cache/assets/C93/E70/sprockets%2F15444ade262779d3465f892d96403ee7 +0 -0
  1002. data/test/dummy/tmp/cache/assets/C95/5F0/sprockets%2F53e43e281a976e7c238662c7853915ef +0 -0
  1003. data/test/dummy/tmp/cache/assets/C99/810/sprockets%2F635ebe464ce2f4e00172f900204124b4 +0 -0
  1004. data/test/dummy/tmp/cache/assets/C9A/1C0/sprockets%2F4af720073e4216a9d110904c61db1a87 +0 -0
  1005. data/test/dummy/tmp/cache/assets/C9B/7D0/sprockets%2F96f6279c83e55127e167ef745f37b911 +0 -0
  1006. data/test/dummy/tmp/cache/assets/C9B/D00/sprockets%2Fb8d85ebf421d5b24e602a64260507021 +0 -0
  1007. data/test/dummy/tmp/cache/assets/C9B/FE0/sprockets%2F303058205a85e00b20733f8bd342b8fd +0 -0
  1008. data/test/dummy/tmp/cache/assets/C9D/410/sprockets%2F68567256a0f5453dd962789b884b7f4b +0 -0
  1009. data/test/dummy/tmp/cache/assets/C9D/AD0/sprockets%2F9534922958d0e57f02ca7a68bb887878 +0 -0
  1010. data/test/dummy/tmp/cache/assets/C9E/C60/sprockets%2F2533ccfb67e257141e36362e252da032 +0 -0
  1011. data/test/dummy/tmp/cache/assets/CA2/380/sprockets%2F33584e07265b247dae580ae72a7c2400 +0 -0
  1012. data/test/dummy/tmp/cache/assets/CA3/840/sprockets%2F97c1b55a37382e5212f06661ad22b47a +0 -0
  1013. data/test/dummy/tmp/cache/assets/CA5/3E0/sprockets%2F6ab4dab3e616486a6e691190a4550432 +0 -0
  1014. data/test/dummy/tmp/cache/assets/CA5/DE0/sprockets%2F1aec0853505712843049be275d6afa17 +0 -0
  1015. data/test/dummy/tmp/cache/assets/CA6/D70/sprockets%2F954979c930b87d937d7c968dec805082 +0 -0
  1016. data/test/dummy/tmp/cache/assets/CA7/2D0/sprockets%2Fe973314ba7ade33537d8456a59101c12 +0 -0
  1017. data/test/dummy/tmp/cache/assets/CA8/010/sprockets%2F3822fe6ee82705342f2d141f13e5018d +0 -0
  1018. data/test/dummy/tmp/cache/assets/CA8/CC0/sprockets%2Ff50aa8604c2dc7ef123085426c447680 +0 -0
  1019. data/test/dummy/tmp/cache/assets/CA8/F60/sprockets%2F0b316c6974cffbd0a850690d14629016 +0 -0
  1020. data/test/dummy/tmp/cache/assets/CA9/BD0/sprockets%2F85c5c7da5274e330a42646d15e26650c +0 -0
  1021. data/test/dummy/tmp/cache/assets/CAA/CB0/sprockets%2F21a4f54177965054ccba876d4ac90044 +0 -0
  1022. data/test/dummy/tmp/cache/assets/CAC/130/sprockets%2F720e4c18ea437d497333ae2a293265c6 +0 -0
  1023. data/test/dummy/tmp/cache/assets/CAC/660/sprockets%2Fa610f1c249982658e21d3c61b32d7e90 +0 -0
  1024. data/test/dummy/tmp/cache/assets/CAD/D40/sprockets%2Fd5e8810f5217f0d1f60d130646682bc9 +0 -0
  1025. data/test/dummy/tmp/cache/assets/{D4B/190/sprockets%2F3302dab8fad86d469b9e126ff56d3593 → CAE/440/sprockets%2F31dc3464893dd5a7734a257022bf9a37} +0 -0
  1026. data/test/dummy/tmp/cache/assets/CB0/4E0/sprockets%2Fc8b3ba39cf681f453847427b6130d290 +0 -0
  1027. data/test/dummy/tmp/cache/assets/CB0/600/sprockets%2F721bd25e8fdb60735b9076b6004d8672 +0 -0
  1028. data/test/dummy/tmp/cache/assets/CB0/9C0/sprockets%2F70533e8bf04740f964137b3a7d1ef580 +0 -0
  1029. data/test/dummy/tmp/cache/assets/CB0/9E0/sprockets%2Fa79c8554338c001671b1fa59d03e4d68 +0 -0
  1030. data/test/dummy/tmp/cache/assets/CB0/F40/sprockets%2F539d1dd471483a311391ef9c03474cf6 +0 -0
  1031. data/test/dummy/tmp/cache/assets/CB1/3F0/sprockets%2F2172ba97acd80322a70758d66d5739e2 +0 -0
  1032. data/test/dummy/tmp/cache/assets/CB2/8C0/sprockets%2F6914720c7939036a3e2732ccffa5f264 +0 -0
  1033. data/test/dummy/tmp/cache/assets/CB2/C10/sprockets%2Fda8a1c8122d78dd08710294582f46a76 +0 -0
  1034. data/test/dummy/tmp/cache/assets/CB3/E10/sprockets%2Fd5b564657254f5c2a5483a0691b9df05 +0 -0
  1035. data/test/dummy/tmp/cache/assets/CB4/E40/sprockets%2Fb74c920b96371fa5234b8fd717b29237 +0 -0
  1036. data/test/dummy/tmp/cache/assets/CB6/CD0/sprockets%2F662c7a2399eb4f53567a415802aa38f7 +0 -0
  1037. data/test/dummy/tmp/cache/assets/CBA/7A0/sprockets%2F12bc93547225645986e183d867cc3cda +0 -0
  1038. data/test/dummy/tmp/cache/assets/CBB/670/sprockets%2F03d2a8fa7c98289281cd88ff86451020 +0 -0
  1039. data/test/dummy/tmp/cache/assets/CBC/610/sprockets%2F7a258d3f291d8be96017cb7e78024457 +0 -0
  1040. data/test/dummy/tmp/cache/assets/CBD/2B0/sprockets%2Fc1ff2e740da50e998769526dc9420364 +0 -0
  1041. data/test/dummy/tmp/cache/assets/CBE/A80/sprockets%2F60bb9087aed9745744925f6ce01525d9 +0 -0
  1042. data/test/dummy/tmp/cache/assets/CC3/670/sprockets%2F787a8401551cdb9896241f17e65a9ce8 +0 -0
  1043. data/test/dummy/tmp/cache/assets/CC3/9E0/sprockets%2F2498b630f6820fa93a9779a8760af47c +0 -0
  1044. data/test/dummy/tmp/cache/assets/CC7/220/sprockets%2Fd066c004d1fd26ae76a61303a7a18145 +0 -0
  1045. data/test/dummy/tmp/cache/assets/CC9/7C0/sprockets%2Fc82557feaf0c7f8138225e629e905689 +0 -0
  1046. data/test/dummy/tmp/cache/assets/CCC/BF0/sprockets%2Fd64241850aaf9a25152b91a69130a8ac +0 -0
  1047. data/test/dummy/tmp/cache/assets/CCD/390/sprockets%2Fe60c975c2568f7ab948e190369c697f1 +0 -0
  1048. data/test/dummy/tmp/cache/assets/CCD/B70/sprockets%2Fbe5d4276053476bce1da3850b710b108 +0 -0
  1049. data/test/dummy/tmp/cache/assets/CCE/3D0/sprockets%2F7c053a0e37e4109846266a0a686acb0a +0 -0
  1050. data/test/dummy/tmp/cache/assets/CCF/230/sprockets%2F60a41eef6b55f390c02108a0a0681d97 +0 -0
  1051. data/test/dummy/tmp/cache/assets/CCF/500/sprockets%2F0330258c93457d4b72d10e2e5d1bb1c9 +0 -0
  1052. data/test/dummy/tmp/cache/assets/CD0/3C0/sprockets%2F246333a1ec8bbbc08425552f0da98621 +0 -0
  1053. data/test/dummy/tmp/cache/assets/CD0/700/sprockets%2F652b92177e5b7db32062ba3e0c08a491 +0 -0
  1054. data/test/dummy/tmp/cache/assets/CD3/830/sprockets%2Fb5142e54768f952183bdb60cc2352b0b +0 -0
  1055. data/test/dummy/tmp/cache/assets/CD6/370/sprockets%2F36de299a111a8a148188b30ac146d55f +0 -0
  1056. data/test/dummy/tmp/cache/assets/CD7/A90/sprockets%2Fa4a89b241f7573bb600539fe154ed123 +0 -0
  1057. data/test/dummy/tmp/cache/assets/CD8/370/sprockets%2F357970feca3ac29060c1e3861e2c0953 +4 -0
  1058. data/test/dummy/tmp/cache/assets/CD9/250/sprockets%2F7e917f0e901da1316765aa09934dab61 +0 -0
  1059. data/test/dummy/tmp/cache/assets/CD9/590/sprockets%2F9713483f12b1c7021150cf9cfdc6905e +0 -0
  1060. data/test/dummy/tmp/cache/assets/CD9/B40/sprockets%2F7d192e48d1b63bccf1582db070388142 +0 -0
  1061. data/test/dummy/tmp/cache/assets/CDA/0A0/sprockets%2Feca5b9f722a12be9921b80813a316964 +0 -0
  1062. data/test/dummy/tmp/cache/assets/CDA/170/sprockets%2F2107f8467a22ca1f677e7721ad149da3 +0 -0
  1063. data/test/dummy/tmp/cache/assets/CDA/420/sprockets%2F63c2e7b996558fafc202d5d32a181322 +0 -0
  1064. data/test/dummy/tmp/cache/assets/CDA/B70/sprockets%2F2bd240317a1b99b77f2686a14dc443b9 +0 -0
  1065. data/test/dummy/tmp/cache/assets/CDB/040/sprockets%2Fc732474e67003a4eb840eb44c5ca9385 +0 -0
  1066. data/test/dummy/tmp/cache/assets/CDD/1B0/sprockets%2F0ff0d37d63ee08c16d32c363c8638163 +0 -0
  1067. data/test/dummy/tmp/cache/assets/CDD/D40/sprockets%2Fb576ec16362bed40601d284642e4e65f +0 -0
  1068. data/test/dummy/tmp/cache/assets/CDE/000/sprockets%2Fe97433dd8b48edad9812b060532a3616 +0 -0
  1069. data/test/dummy/tmp/cache/assets/CDE/140/sprockets%2F851c91b0bb7b4f177553597cf8ca1043 +0 -0
  1070. data/test/dummy/tmp/cache/assets/CDE/F80/sprockets%2F0f0a327295671d4a71e54cc90a9ef608 +0 -0
  1071. data/test/dummy/tmp/cache/assets/CE0/680/sprockets%2F574bb703603a713ac76ff8f20dc73658 +0 -0
  1072. data/test/dummy/tmp/cache/assets/CE0/F70/sprockets%2F5f626eb3d0e9861907861afe5612a00f +0 -0
  1073. data/test/dummy/tmp/cache/assets/CE1/990/sprockets%2F5334706128d5d744f211efe5e1a4c69f +0 -0
  1074. data/test/dummy/tmp/cache/assets/CE1/A60/sprockets%2Fc25ce483202a35f7574cb39717ba929c +0 -0
  1075. data/test/dummy/tmp/cache/assets/CE2/4B0/sprockets%2F93a5af891560bd8a5292f2f0b9307e34 +0 -0
  1076. data/test/dummy/tmp/cache/assets/CE2/E50/sprockets%2F15a14263195fc451ea7eb4ce86c56872 +0 -0
  1077. data/test/dummy/tmp/cache/assets/CE3/B40/sprockets%2F7b599dfd5a2a00872ac28ba983832094 +0 -0
  1078. data/test/dummy/tmp/cache/assets/CE4/350/sprockets%2F265c265a5e41393b3d5e7d639bf0a496 +0 -0
  1079. data/test/dummy/tmp/cache/assets/CE5/5B0/sprockets%2F9ba69a933006592e5570cf6e60a86b2e +0 -0
  1080. data/test/dummy/tmp/cache/assets/CE5/7E0/sprockets%2F1ffd3469b370f7b79022757f4cfe1403 +0 -0
  1081. data/test/dummy/tmp/cache/assets/CE6/0D0/sprockets%2F4d0d42d933e80526e6498de7ac597a01 +0 -0
  1082. data/test/dummy/tmp/cache/assets/CE6/1A0/sprockets%2F914de32827cb63c586780e7b60a0dc77 +0 -0
  1083. data/test/dummy/tmp/cache/assets/CE6/CE0/sprockets%2F5110c98e00cb6a5f0154eb0a1c12a027 +0 -0
  1084. data/test/dummy/tmp/cache/assets/CE7/050/sprockets%2F82c0f75e42815fd25931f7efbf476121 +0 -0
  1085. data/test/dummy/tmp/cache/assets/CE7/C30/sprockets%2F6804fdb4e5322536e5496cda8a538d17 +0 -0
  1086. data/test/dummy/tmp/cache/assets/CE8/690/sprockets%2F4d6aa28aa542f1e7b5941992cb738972 +0 -0
  1087. data/test/dummy/tmp/cache/assets/CE8/6E0/sprockets%2F8923777ce0d4b72fb555e68172a2cb64 +0 -0
  1088. data/test/dummy/tmp/cache/assets/CE9/260/sprockets%2F20e1d59afc58e2ba50296184927fd568 +0 -0
  1089. data/test/dummy/tmp/cache/assets/CE9/A20/sprockets%2F9bc63f08d44e8c1117c1460496a7e86f +0 -0
  1090. data/test/dummy/tmp/cache/assets/CE9/B80/sprockets%2F5b2c5115ef4f940777455ffec4f26073 +0 -0
  1091. data/test/dummy/tmp/cache/assets/CE9/EB0/sprockets%2F7f84d056b7fe2b725f7932aa23a66844 +0 -0
  1092. data/test/dummy/tmp/cache/assets/CEC/CF0/sprockets%2F7d24293c4dd5e394e4fc986d91e13323 +0 -0
  1093. data/test/dummy/tmp/cache/assets/CEC/DA0/sprockets%2F977a164588d50ff9b2b40c39a79a6c06 +0 -0
  1094. data/test/dummy/tmp/cache/assets/CED/CF0/sprockets%2F74a2cf33276e4898e45eed1a73180b79 +0 -0
  1095. data/test/dummy/tmp/cache/assets/CF0/1D0/sprockets%2F6fc757c2c8329244ca95d6909865bbc2 +0 -0
  1096. data/test/dummy/tmp/cache/assets/CF0/E20/sprockets%2Ff99883cd6c0d6948912163ea70e1a77b +0 -0
  1097. data/test/dummy/tmp/cache/assets/CF2/0F0/sprockets%2Fba5069468c4d33d87e1693bed71e7828 +0 -0
  1098. data/test/dummy/tmp/cache/assets/CF3/070/sprockets%2F58eff2332972bb5992d8cf77a542835a +0 -0
  1099. data/test/dummy/tmp/cache/assets/CF5/440/sprockets%2F763177da4ee86d55459c0e67d0ff8471 +0 -0
  1100. data/test/dummy/tmp/cache/assets/CF6/610/sprockets%2Fa9939681583396390d7a6db5ef6ac71d +0 -0
  1101. data/test/dummy/tmp/cache/assets/CF6/9E0/sprockets%2Ff3c0e6e191993ce3d97cb35929d18197 +0 -0
  1102. data/test/dummy/tmp/cache/assets/CF8/E20/sprockets%2F04404b5427d0fa1409084aa2e7c3cbd8 +0 -0
  1103. data/test/dummy/tmp/cache/assets/CFA/F90/sprockets%2F9963d85bcc2128785c833cb6b549c7f9 +0 -0
  1104. data/test/dummy/tmp/cache/assets/CFA/FF0/sprockets%2Fa6545f61c7de6879eb67484098a462cf +0 -0
  1105. data/test/dummy/tmp/cache/assets/CFC/350/sprockets%2Fb5801d1da3bbb5345b61cc825306f825 +0 -0
  1106. data/test/dummy/tmp/cache/assets/CFC/630/sprockets%2F432f958a494fd38f3f37b89567ae307f +0 -0
  1107. data/test/dummy/tmp/cache/assets/CFD/270/sprockets%2Fc745cd989d73367f34afec4c47897117 +0 -0
  1108. data/test/dummy/tmp/cache/assets/CFD/710/sprockets%2Fbc0c3a445b706b06a105e27283c7c86d +0 -0
  1109. data/test/dummy/tmp/cache/assets/CFD/B60/sprockets%2Ff12843c2e0032ed43f125a7f9b109a2f +0 -0
  1110. data/test/dummy/tmp/cache/assets/CFE/0F0/sprockets%2Fe98895972601a6cc7ab8d9f069a529b9 +0 -0
  1111. data/test/dummy/tmp/cache/assets/D01/560/sprockets%2F04a744ea7118f43a7a27c24bcd642e71 +0 -0
  1112. data/test/dummy/tmp/cache/assets/D01/590/sprockets%2F9bad11726f5d1f504ce12d8033d1f139 +0 -0
  1113. data/test/dummy/tmp/cache/assets/D02/2C0/sprockets%2Fd73b46ed6a762df701e311a74ae11922 +0 -0
  1114. data/test/dummy/tmp/cache/assets/D02/640/sprockets%2F6d5e6c58fd5f03e2085101ef10e6f001 +0 -0
  1115. data/test/dummy/tmp/cache/assets/D02/E40/sprockets%2Fa9cebd54c414f85c03f7b3139f035210 +0 -0
  1116. data/test/dummy/tmp/cache/assets/D06/F80/sprockets%2F2afddf336526f2108d7556508cd0b31d +0 -0
  1117. data/test/dummy/tmp/cache/assets/D08/4D0/sprockets%2Fa160637ce029d8b0e13d612cb97a69e3 +0 -0
  1118. data/test/dummy/tmp/cache/assets/D08/5C0/sprockets%2F550ad52ac67d961c444d3757a8d211eb +0 -0
  1119. data/test/dummy/tmp/cache/assets/D08/760/sprockets%2F2473104fe4e449cf4bfe83b52d402a72 +0 -0
  1120. data/test/dummy/tmp/cache/assets/D09/130/sprockets%2F4f3f2b2d7797011422ca58b088dfc4c1 +0 -0
  1121. data/test/dummy/tmp/cache/assets/D09/190/sprockets%2F71fe58d509e365a1f075f06fa02e2b24 +0 -0
  1122. data/test/dummy/tmp/cache/assets/D0A/690/sprockets%2F8bb7894de97fb8480d98129f5c65794c +0 -0
  1123. data/test/dummy/tmp/cache/assets/D0B/9F0/sprockets%2F61079c4cb9b1cb5694950218aeb01ed8 +0 -0
  1124. data/test/dummy/tmp/cache/assets/D0C/F90/sprockets%2Fc835c94f6e5d2507b7d5108bbf33d150 +0 -0
  1125. data/test/dummy/tmp/cache/assets/D0D/500/sprockets%2Fe9df7097196f12161bd1e81c2c5e0a18 +0 -0
  1126. data/test/dummy/tmp/cache/assets/D0D/800/sprockets%2Fca77562e78d1945a2ba47c257074be1b +0 -0
  1127. data/test/dummy/tmp/cache/assets/D0D/B90/sprockets%2Fa948d9c1d5112b935641e39e5adad406 +0 -0
  1128. data/test/dummy/tmp/cache/assets/D0D/EC0/sprockets%2F78e6ad15884b3128b31b2b33c9dc5d28 +0 -0
  1129. data/test/dummy/tmp/cache/assets/D0E/970/sprockets%2Ff4346553df4bcb0293ec44436ceb7445 +0 -0
  1130. data/test/dummy/tmp/cache/assets/D0E/C50/sprockets%2F3857156331637ee1fbac0d2ee6c077e5 +0 -0
  1131. data/test/dummy/tmp/cache/assets/D0F/E60/sprockets%2F1e18f8d3084d0d11e871c43c9923da9b +0 -0
  1132. data/test/dummy/tmp/cache/assets/D11/480/sprockets%2F9abb3f39da45da15e51996a03d458625 +0 -0
  1133. data/test/dummy/tmp/cache/assets/D11/500/sprockets%2F3639b6f984cae1c94702d1ad2306ed66 +0 -0
  1134. data/test/dummy/tmp/cache/assets/D11/570/sprockets%2Fb05e6530b69847a4b5064ab78bc83d8c +0 -0
  1135. data/test/dummy/tmp/cache/assets/D11/A30/sprockets%2Ff8e47f36b1ab958267a330d882baa129 +0 -0
  1136. data/test/dummy/tmp/cache/assets/D13/050/sprockets%2Fbabf84b54e50b709867265a852f49ac0 +0 -0
  1137. data/test/dummy/tmp/cache/assets/D13/070/sprockets%2F0ccc67084360d9b43ce3737427fd2c9e +0 -0
  1138. data/test/dummy/tmp/cache/assets/D13/120/sprockets%2Fd2e5b5a7e1b3071528d6e58ab79f5426 +0 -0
  1139. data/test/dummy/tmp/cache/assets/D13/270/sprockets%2Fce909c16cf3808c14f5c28b95006ee43 +0 -0
  1140. data/test/dummy/tmp/cache/assets/D13/B90/sprockets%2F805ac5f993e6cab507a8532f5bb40883 +0 -0
  1141. data/test/dummy/tmp/cache/assets/D14/A40/sprockets%2F42754518d7e0ebf48fd64f3d387d102a +0 -0
  1142. data/test/dummy/tmp/cache/assets/D14/B10/sprockets%2Ff38863f0920a58989fac3b39b01a8ae0 +0 -0
  1143. data/test/dummy/tmp/cache/assets/D15/0B0/sprockets%2Fd5149b844d7a98c07c7ba2a61334ef49 +0 -0
  1144. data/test/dummy/tmp/cache/assets/D15/8F0/sprockets%2F8b0888b329d337e1167e0d25c49ebd2e +0 -0
  1145. data/test/dummy/tmp/cache/assets/D15/CE0/sprockets%2Fdade526d1ef2c411639d80985b8725b5 +0 -0
  1146. data/test/dummy/tmp/cache/assets/D15/E00/sprockets%2F9ee2fbb12247382968b720fbbd35c729 +0 -0
  1147. data/test/dummy/tmp/cache/assets/D15/EC0/sprockets%2F6d0bde1aa84292c30b1003ac230fb254 +0 -0
  1148. data/test/dummy/tmp/cache/assets/D16/920/sprockets%2F7f5b385e40fd83a24f148722b9a4b65f +0 -0
  1149. data/test/dummy/tmp/cache/assets/D16/B40/sprockets%2Fc1e0e33847ba7d65fb40fd674544485e +0 -0
  1150. data/test/dummy/tmp/cache/assets/D16/FE0/sprockets%2F514d67b58770ab16259b9f5c53e5f4ab +0 -0
  1151. data/test/dummy/tmp/cache/assets/D17/220/sprockets%2F97927ed522c7f6a7e4f184b0c084a6a4 +0 -0
  1152. data/test/dummy/tmp/cache/assets/D17/8C0/sprockets%2Fdff966f193f4c8026a3ae110287737dd +0 -0
  1153. data/test/dummy/tmp/cache/assets/D18/A30/sprockets%2F901a1bfb87fa6d5563e7e55632f6b375 +0 -0
  1154. data/test/dummy/tmp/cache/assets/D18/FB0/sprockets%2F948c078adb346c2b9e3e4e794d054d60 +0 -0
  1155. data/test/dummy/tmp/cache/assets/D19/CB0/sprockets%2Fcac38332595f72fe9156b55d1f55c92b +0 -0
  1156. data/test/dummy/tmp/cache/assets/D1A/B60/sprockets%2Fdcf768d806243bfa34e6ef20902795f3 +0 -0
  1157. data/test/dummy/tmp/cache/assets/D1B/350/sprockets%2F383e9fa9d5a7d053391b3fbe5c167863 +0 -0
  1158. data/test/dummy/tmp/cache/assets/D1B/660/sprockets%2Fdd39ad391b6e318822eb3779cb465f36 +0 -0
  1159. data/test/dummy/tmp/cache/assets/D1C/F40/sprockets%2F0d33b8f2d9fb681d65c0926364c5f7c8 +0 -0
  1160. data/test/dummy/tmp/cache/assets/D1D/220/sprockets%2F847c4b2bf7db2f731f17556fa2f67809 +0 -0
  1161. data/test/dummy/tmp/cache/assets/D1F/150/sprockets%2Fa123aa32899798a9f2f1f046fe76bc94 +0 -0
  1162. data/test/dummy/tmp/cache/assets/D1F/990/sprockets%2F0229af100a7137b13cb36acf7c1843ba +0 -0
  1163. data/test/dummy/tmp/cache/assets/D1F/DE0/sprockets%2Fc489f1afba2df21817e4a999496c0943 +0 -0
  1164. data/test/dummy/tmp/cache/assets/D23/CF0/sprockets%2F0e77db800c24be23b153dead25322b26 +0 -0
  1165. data/test/dummy/tmp/cache/assets/D23/EA0/sprockets%2F5c4b2f6109d6f098b259bc2736f94e9f +0 -0
  1166. data/test/dummy/tmp/cache/assets/D25/300/sprockets%2Fc1788b2da83f9a01e957d9d74497f0c6 +0 -0
  1167. data/test/dummy/tmp/cache/assets/D25/4A0/sprockets%2F6da119011fd1c4afc2c8cec032692151 +0 -0
  1168. data/test/dummy/tmp/cache/assets/D26/530/sprockets%2F818dd91d72b47a76578e1789fe7ad0d2 +0 -0
  1169. data/test/dummy/tmp/cache/assets/D27/940/sprockets%2F7765f5936c6eee1166f57e0f883cb17b +0 -0
  1170. data/test/dummy/tmp/cache/assets/D28/9F0/sprockets%2Fa19ac5ae78c7137516a5799609fdf69e +0 -0
  1171. data/test/dummy/tmp/cache/assets/D29/730/sprockets%2Fe4c91c7a22fb37e3037a2e0b77ec1102 +0 -0
  1172. data/test/dummy/tmp/cache/assets/D2A/E60/sprockets%2F7025f1229a2a1d7ea814efad0473d05b +0 -0
  1173. data/test/dummy/tmp/cache/assets/D2B/4C0/sprockets%2Feb44438184c4b3c490f4b0b127dba24c +0 -0
  1174. data/test/dummy/tmp/cache/assets/D2B/F50/sprockets%2Fe26eda13a54cd6200413fd8245a5e36b +0 -0
  1175. data/test/dummy/tmp/cache/assets/D2C/B30/sprockets%2F17ffe8089e75f2a8f32f36fd6554a793 +0 -0
  1176. data/test/dummy/tmp/cache/assets/D2D/3B0/sprockets%2Fa138b75a5452409b2eba70a3248fcc1f +0 -0
  1177. data/test/dummy/tmp/cache/assets/D2D/460/sprockets%2F331b76daab2794678cd6a5e42e010ab1 +0 -0
  1178. data/test/dummy/tmp/cache/assets/D2E/810/sprockets%2Fb1855e47730873ec79f8ff3ad792c79b +0 -0
  1179. data/test/dummy/tmp/cache/assets/D2E/AE0/sprockets%2F320b52115ecb6998f00abf7ad00e26c8 +0 -0
  1180. data/test/dummy/tmp/cache/assets/D30/110/sprockets%2Fb0040b0738cb8a55272b28f641fffcd1 +0 -0
  1181. data/test/dummy/tmp/cache/assets/D31/780/sprockets%2F56108beeaa03b0831f1cbf8a269817c3 +0 -0
  1182. data/test/dummy/tmp/cache/assets/D32/A00/sprockets%2Fe0f2020ee5e383f19c42f0a00566fd7c +0 -0
  1183. data/test/dummy/tmp/cache/assets/D32/A10/sprockets%2F13fe41fee1fe35b49d145bcc06610705 +0 -0
  1184. data/test/dummy/tmp/cache/assets/D34/3D0/sprockets%2F119d40a8f2a43038578ff0f6b0da4d2d +0 -0
  1185. data/test/dummy/tmp/cache/assets/D34/5C0/sprockets%2F904c9b8fddca30f8ac0061367513f2d2 +0 -0
  1186. data/test/dummy/tmp/cache/assets/D34/800/sprockets%2F9b41851c5133ffabbc40861ba79527ba +0 -0
  1187. data/test/dummy/tmp/cache/assets/D36/340/sprockets%2Ff0143d2bc0f90ea4d33b6597c592e2c4 +0 -0
  1188. data/test/dummy/tmp/cache/assets/D36/DD0/sprockets%2F33ca018764d31fbf5187366aaea616eb +0 -0
  1189. data/test/dummy/tmp/cache/assets/D37/480/sprockets%2F101629fc7aaf58f0f21aa7f976d2b313 +0 -0
  1190. data/test/dummy/tmp/cache/assets/D37/7A0/sprockets%2Fe81d470a3d42215c3de7739ecf23db42 +0 -0
  1191. data/test/dummy/tmp/cache/assets/D37/960/sprockets%2F61a6af3eff42bab11629ba9610a61898 +0 -0
  1192. data/test/dummy/tmp/cache/assets/D37/A30/sprockets%2F97e5740333f81b8bebf5b0b1abd93305 +0 -0
  1193. data/test/dummy/tmp/cache/assets/D38/4D0/sprockets%2F9ba117f1b040c2a45bd5848474eed7a7 +0 -0
  1194. data/test/dummy/tmp/cache/assets/D38/540/sprockets%2F86e1ad844bc9df4491a2a52b870421db +0 -0
  1195. data/test/dummy/tmp/cache/assets/D38/8A0/sprockets%2F1f1e7f16400f3c4b814ec9b254bb5f83 +0 -0
  1196. data/test/dummy/tmp/cache/assets/D38/8F0/sprockets%2F1c4d30cdafd61299103b235af5e958b7 +0 -0
  1197. data/test/dummy/tmp/cache/assets/D38/9D0/sprockets%2F5bd3c62f2076b688ba1a8bee052e4364 +0 -0
  1198. data/test/dummy/tmp/cache/assets/D39/6C0/sprockets%2F21f41594eb00f4477d6beb038a2f6bd7 +0 -0
  1199. data/test/dummy/tmp/cache/assets/D39/940/sprockets%2F07b30d0d5f5480b06e7a5d9540fae9a7 +0 -0
  1200. data/test/dummy/tmp/cache/assets/D39/B40/sprockets%2Fad8f11451a28c67435bc69c7c303b4ee +0 -0
  1201. data/test/dummy/tmp/cache/assets/D3A/9D0/sprockets%2Fb4c4d44120bb4654e97cf9b2900c6eb7 +0 -0
  1202. data/test/dummy/tmp/cache/assets/D3B/9D0/sprockets%2Fbe23efc42b103a6190e6b77e0aa86888 +0 -0
  1203. data/test/dummy/tmp/cache/assets/D3B/A50/sprockets%2F7cd55ad8b822b0e5f860da7e6c804321 +0 -0
  1204. data/test/dummy/tmp/cache/assets/D3C/840/sprockets%2F2cc9f2f6f2813d2734d152eb0d3a27f9 +0 -0
  1205. data/test/dummy/tmp/cache/assets/D3C/960/sprockets%2F64bc8df36b55c0af96b209630ff22f41 +0 -0
  1206. data/test/dummy/tmp/cache/assets/D3D/1A0/sprockets%2F4d98b3e2964a665d090dc05ceb26f04b +0 -0
  1207. data/test/dummy/tmp/cache/assets/D3D/830/sprockets%2Fe0cddff2df836c4a507c3c7889101702 +0 -0
  1208. data/test/dummy/tmp/cache/assets/D3E/BA0/sprockets%2Ff61844e1ee3a7d1425bdc3c524b9864c +0 -0
  1209. data/test/dummy/tmp/cache/assets/D3F/730/sprockets%2F42e5b389fd468b620820e30feba48a4f +0 -0
  1210. data/test/dummy/tmp/cache/assets/D3F/D60/sprockets%2Fc4be91aa2c15835ee9463297d1d1cf63 +0 -0
  1211. data/test/dummy/tmp/cache/assets/D40/2F0/sprockets%2F4e62f80b61f6ba86e7e4422d55192acd +0 -0
  1212. data/test/dummy/tmp/cache/assets/D40/450/sprockets%2Fbb52e6c1d4033d98782eb3e6953ea13f +0 -0
  1213. data/test/dummy/tmp/cache/assets/D40/A70/sprockets%2F9fc97e7cb3f02054434fc6d5b92560aa +0 -0
  1214. data/test/dummy/tmp/cache/assets/D41/560/sprockets%2F80dacf68f8f4c072cc8e2600993124ea +0 -0
  1215. data/test/dummy/tmp/cache/assets/D41/650/sprockets%2F6e9c347ae1b83e9f48b7a13e0fe50630 +0 -0
  1216. data/test/dummy/tmp/cache/assets/D42/370/sprockets%2F6cc76bba170617de617563a983fb82bd +0 -0
  1217. data/test/dummy/tmp/cache/assets/D43/3D0/sprockets%2F8ada471f7421754fee5fbf924129fc02 +0 -0
  1218. data/test/dummy/tmp/cache/assets/D43/7C0/sprockets%2F8e5114ada2934ee254f7ece612c9d249 +0 -0
  1219. data/test/dummy/tmp/cache/assets/D43/950/sprockets%2F4daa403e1633b51ae8a13cb1334ec00a +0 -0
  1220. data/test/dummy/tmp/cache/assets/D43/E00/sprockets%2Fc4c5ff4471dfaa6231dc699271f5406f +0 -0
  1221. data/test/dummy/tmp/cache/assets/D44/0A0/sprockets%2Fa6f7ddb2d883616fd31562ff0f4c5173 +0 -0
  1222. data/test/dummy/tmp/cache/assets/D44/E90/sprockets%2F1216c14a8fb1c0c982e86dd6c8ef9425 +0 -0
  1223. data/test/dummy/tmp/cache/assets/D45/580/sprockets%2F7c3eeca57727e72e6b272c1c836cd049 +0 -0
  1224. data/test/dummy/tmp/cache/assets/D46/6E0/sprockets%2Fbd1d8ec68a8962ff1832082bc158ee33 +0 -0
  1225. data/test/dummy/tmp/cache/assets/D46/8E0/sprockets%2Fb35bf69c999ecf20641b357ad13a819c +0 -0
  1226. data/test/dummy/tmp/cache/assets/D48/470/sprockets%2F5031e9bffd9c3b316bfb718e8e925444 +0 -0
  1227. data/test/dummy/tmp/cache/assets/D48/640/sprockets%2F9f4f18d910b678b1d0777e04cdaf6f24 +0 -0
  1228. data/test/dummy/tmp/cache/assets/D49/BB0/sprockets%2F7b540757fd5b74d7e28cf951f402a6fa +0 -0
  1229. data/test/dummy/tmp/cache/assets/D4A/050/sprockets%2F624bb566309f6ab88f4eebd1a76f5167 +0 -0
  1230. data/test/dummy/tmp/cache/assets/D4A/590/sprockets%2F83b19be32a99cbc53d6b1593ff59573a +0 -0
  1231. data/test/dummy/tmp/cache/assets/D4A/F90/sprockets%2Fcf6b86c748033f0a17b7cc831c6d58f9 +0 -0
  1232. data/test/dummy/tmp/cache/assets/D4B/1D0/sprockets%2F0769c4e1883fbee89ccfa684319051bb +0 -0
  1233. data/test/dummy/tmp/cache/assets/D4C/100/sprockets%2Ff6ad0962972e10a956e6a85dd7c358db +0 -0
  1234. data/test/dummy/tmp/cache/assets/D4D/DF0/sprockets%2Feb951b6de7e9a824c622816c85473cde +0 -0
  1235. data/test/dummy/tmp/cache/assets/D4E/1B0/sprockets%2Ff7cbd26ba1d28d48de824f0e94586655 +0 -0
  1236. data/test/dummy/tmp/cache/assets/D4E/B80/sprockets%2F12b0ea98f9192449e82d8ae7d185dbd6 +0 -0
  1237. data/test/dummy/tmp/cache/assets/D4F/1F0/sprockets%2F2824f2530a0ac36c117a2afcac736a6a +0 -0
  1238. data/test/dummy/tmp/cache/assets/D50/3C0/sprockets%2F178a6e5098feedc2b5ae759413b77d83 +0 -0
  1239. data/test/dummy/tmp/cache/assets/D50/D70/sprockets%2F13297c9f3a654ebe511fc93c9c7d974c +0 -0
  1240. data/test/dummy/tmp/cache/assets/D52/B60/sprockets%2Ff845b7f41c8cb98d13b90964a92e9e2c +0 -0
  1241. data/test/dummy/tmp/cache/assets/D53/120/sprockets%2F6bfa5aab9fb0247002900e73cc2eb206 +0 -0
  1242. data/test/dummy/tmp/cache/assets/D54/C50/sprockets%2F011c250cecb491f0716c2d35db11d5ef +0 -0
  1243. data/test/dummy/tmp/cache/assets/D55/CF0/sprockets%2F7d7fe3b68cb317492f290a6f57b2f79f +0 -0
  1244. data/test/dummy/tmp/cache/assets/D56/060/sprockets%2F3cc85144bd659faafd4ba12514a04a41 +0 -0
  1245. data/test/dummy/tmp/cache/assets/D56/8B0/sprockets%2Fd07237e557b67cf8dc3d7f9993fad027 +0 -0
  1246. data/test/dummy/tmp/cache/assets/D58/030/sprockets%2F20c195c0206544ad0039cc7eaddff13d +0 -0
  1247. data/test/dummy/tmp/cache/assets/D58/3E0/sprockets%2Fc24b0c6ca152dc28e8d957a036d10bc1 +0 -0
  1248. data/test/dummy/tmp/cache/assets/D58/D30/sprockets%2Ff15a54b9f439372e8f8b4a68778c5eea +0 -0
  1249. data/test/dummy/tmp/cache/assets/D59/D70/sprockets%2Fed9f0de1b65ae8d7ef89087c83728461 +0 -0
  1250. data/test/dummy/tmp/cache/assets/D59/F60/sprockets%2Fa60b09ec201afe4006f5363c33d76eac +0 -0
  1251. data/test/dummy/tmp/cache/assets/D59/FD0/sprockets%2Ff3ed2c82c99fe2e39994837f0aa8346d +0 -0
  1252. data/test/dummy/tmp/cache/assets/D5A/DA0/sprockets%2Fd1c25b1bd44d0def57ce592c912100f1 +0 -0
  1253. data/test/dummy/tmp/cache/assets/D5A/E70/sprockets%2F206e1e7e85af42e0d1eeb0b061028fd2 +0 -0
  1254. data/test/dummy/tmp/cache/assets/D5A/EA0/sprockets%2Fd771ace226fc8215a3572e0aa35bb0d6 +0 -0
  1255. data/test/dummy/tmp/cache/assets/D5C/DD0/sprockets%2Feec24d1953ff13e02858b0aac10a076e +0 -0
  1256. data/test/dummy/tmp/cache/assets/D5D/1A0/sprockets%2Faa06db4710c1a4b247d56b385daec719 +0 -0
  1257. data/test/dummy/tmp/cache/assets/D5D/990/sprockets%2F51fcb2d63f0aa308af357e3127eac616 +0 -0
  1258. data/test/dummy/tmp/cache/assets/D5D/CE0/sprockets%2Fc30fd9a32d15a079b2b0cb99865bab20 +0 -0
  1259. data/test/dummy/tmp/cache/assets/D5E/B80/sprockets%2Fe625810245c919dc11b09d0fe0fbfb2a +0 -0
  1260. data/test/dummy/tmp/cache/assets/D5E/F20/sprockets%2F752a76745e38ed8f3aee8bd996a9b366 +0 -0
  1261. data/test/dummy/tmp/cache/assets/D60/C60/sprockets%2Fdb27de9df2ccd7874c6798689219b17e +0 -0
  1262. data/test/dummy/tmp/cache/assets/D60/CC0/sprockets%2F94b21cc1744250cb2ddcb8d8c80e813a +0 -0
  1263. data/test/dummy/tmp/cache/assets/D61/A70/sprockets%2Fddd9348f4a2f2224a3f214a7d5ea12f3 +0 -0
  1264. data/test/dummy/tmp/cache/assets/D61/EA0/sprockets%2F1bf460ff6016c9a0300ef911b4dd96db +0 -0
  1265. data/test/dummy/tmp/cache/assets/D62/DB0/sprockets%2Fda35aee549e43a36049ab2ac3e27713d +0 -0
  1266. data/test/dummy/tmp/cache/assets/D63/110/sprockets%2F9d0225436ad44c81b4c2c54e1ffd8bb2 +0 -0
  1267. data/test/dummy/tmp/cache/assets/D63/420/sprockets%2F5d1b25fd4631fd4b6077fd6c4aac1155 +0 -0
  1268. data/test/dummy/tmp/cache/assets/D63/8B0/sprockets%2Ffd68b2a5725a037c42c2aefe4417ec05 +0 -0
  1269. data/test/dummy/tmp/cache/assets/D64/FC0/sprockets%2F949311ddda0a051ffab848db9b50a591 +0 -0
  1270. data/test/dummy/tmp/cache/assets/D65/560/sprockets%2F33385b9c98a3a1cb3b45e330ced1dc75 +0 -0
  1271. data/test/dummy/tmp/cache/assets/D66/750/sprockets%2Fd4153ec333cf53abf1c7abd718c02689 +0 -0
  1272. data/test/dummy/tmp/cache/assets/D67/270/sprockets%2F2bd6d8a7baa62843bcc05e5d2239256f +0 -0
  1273. data/test/dummy/tmp/cache/assets/D68/3B0/sprockets%2Fe0ac076b844e6c350abc027feb685e91 +0 -0
  1274. data/test/dummy/tmp/cache/assets/D68/870/sprockets%2F7a92d35590718f3fb11c95add4a5bb3a +0 -0
  1275. data/test/dummy/tmp/cache/assets/D68/980/sprockets%2F63eabb497ea33b281c722fc7b12f95d1 +0 -0
  1276. data/test/dummy/tmp/cache/assets/D68/DE0/sprockets%2F7d630ecce0c227377a609deed09a332e +0 -0
  1277. data/test/dummy/tmp/cache/assets/D69/570/sprockets%2Ff54291dc566dc2a25ccd0d55a6e8209b +0 -0
  1278. data/test/dummy/tmp/cache/assets/D69/900/sprockets%2Ff0a07be0d41e5cb998f70020effb8048 +0 -0
  1279. data/test/dummy/tmp/cache/assets/D6A/000/sprockets%2Fbb7461dd924cbd860e8cae2a0e921079 +0 -0
  1280. data/test/dummy/tmp/cache/assets/D6A/110/sprockets%2Fb93ff472ebb3773cd9b412fbb47c2502 +0 -0
  1281. data/test/dummy/tmp/cache/assets/D6A/2F0/sprockets%2Fffe90709b05c7ac131463faada7d4395 +0 -0
  1282. data/test/dummy/tmp/cache/assets/D6B/010/sprockets%2Fde174944909ea6c90acc19a0ab576dd0 +0 -0
  1283. data/test/dummy/tmp/cache/assets/D6B/ED0/sprockets%2F95316224abccb0d08782d77dda95abc8 +0 -0
  1284. data/test/dummy/tmp/cache/assets/D6C/AC0/sprockets%2F97aac3f84c8a14d18caa957ed41613e1 +0 -0
  1285. data/test/dummy/tmp/cache/assets/D6E/F90/sprockets%2F543aa025557a09fe4e19aed7b77b0ee7 +0 -0
  1286. data/test/dummy/tmp/cache/assets/D6F/5B0/sprockets%2Fc0a3a580c584caaa292d939c2d999b2f +0 -0
  1287. data/test/dummy/tmp/cache/assets/D6F/AA0/sprockets%2F6ba461f33c45ba3ca198cb5f177d49d7 +0 -0
  1288. data/test/dummy/tmp/cache/assets/D70/1D0/sprockets%2F1920e0a4ad06e9d71d89f3cecd56084e +0 -0
  1289. data/test/dummy/tmp/cache/assets/D70/620/sprockets%2Fb7a0b3fec35d697aaa981766c325d9b1 +0 -0
  1290. data/test/dummy/tmp/cache/assets/D70/880/sprockets%2F3ff7edf6019d5b55c68c1f43d7b6100d +0 -0
  1291. data/test/dummy/tmp/cache/assets/D70/B80/sprockets%2Ff66eaed3de611551ae84d6e34b04d495 +0 -0
  1292. data/test/dummy/tmp/cache/assets/D71/760/sprockets%2Fc64381994a923ace4c5e2e5c178ba4fa +0 -0
  1293. data/test/dummy/tmp/cache/assets/D72/3D0/sprockets%2F923ba252f3fd65b366e437c6ddbd278b +0 -0
  1294. data/test/dummy/tmp/cache/assets/D72/E60/sprockets%2F22cd61e47198a268f3be5aebf3534cd8 +0 -0
  1295. data/test/dummy/tmp/cache/assets/D73/020/sprockets%2F2e306d7c72e689d14fadcf72dc7327c1 +0 -0
  1296. data/test/dummy/tmp/cache/assets/D73/9B0/sprockets%2Ff8a186d6bf7a3faad8829b9aa1881006 +0 -0
  1297. data/test/dummy/tmp/cache/assets/D73/A90/sprockets%2F887d5caf9ac104401916ca75fcff08a8 +0 -0
  1298. data/test/dummy/tmp/cache/assets/D74/960/sprockets%2F493fabdec98fe58d0c36db7821521a63 +0 -0
  1299. data/test/dummy/tmp/cache/assets/D75/460/sprockets%2F8cd8795055b081fd1be3e7fa2785dca2 +0 -0
  1300. data/test/dummy/tmp/cache/assets/D75/510/sprockets%2Fb4491f28776c3b33b589fcb590aedc2c +0 -0
  1301. data/test/dummy/tmp/cache/assets/D75/600/sprockets%2F2afafb282ed0628408f76753fbc9df51 +0 -0
  1302. data/test/dummy/tmp/cache/assets/D75/840/sprockets%2F9937d516ad47438fccb8f0815fe2ab3a +0 -0
  1303. data/test/dummy/tmp/cache/assets/D76/CF0/sprockets%2F7ec2368edb7eb22a3fd702a4272e9e89 +0 -0
  1304. data/test/dummy/tmp/cache/assets/D77/440/sprockets%2F938ff041ac8b9346fa3d51cffd0675b7 +0 -0
  1305. data/test/dummy/tmp/cache/assets/D77/580/sprockets%2Fa8dd3ed803c736f6995bf1543d0d8be1 +0 -0
  1306. data/test/dummy/tmp/cache/assets/D77/720/sprockets%2Fffe40f92385ceb1311ae53d77f948ad5 +0 -0
  1307. data/test/dummy/tmp/cache/assets/D77/C50/sprockets%2F0d3dac59d5038274467ffb8dbfd5924b +0 -0
  1308. data/test/dummy/tmp/cache/assets/D78/100/sprockets%2F0f618f82a476ad93a8c199c9c6bbfa50 +0 -0
  1309. data/test/dummy/tmp/cache/assets/D78/490/sprockets%2Fe2986e19baeda4ad61a7999a44303e8c +0 -0
  1310. data/test/dummy/tmp/cache/assets/D78/5E0/sprockets%2Fd8e4db6d4b7de69d0d28f4a627124f81 +0 -0
  1311. data/test/dummy/tmp/cache/assets/D78/C40/sprockets%2F95d8ee0f10fcadca3927427c3990b99a +0 -0
  1312. data/test/dummy/tmp/cache/assets/D79/440/sprockets%2Fabd1b8188900ee5afcef4a486673855d +0 -0
  1313. data/test/dummy/tmp/cache/assets/D79/750/sprockets%2F624cecec55d5d244b8b935f06e57b4e8 +0 -0
  1314. data/test/dummy/tmp/cache/assets/D79/BD0/sprockets%2Fa28334562f4a5947f684bdcfefe2b65a +0 -0
  1315. data/test/dummy/tmp/cache/assets/D7B/470/sprockets%2F4628828d5fded2770f9d4541cacc0f9c +0 -0
  1316. data/test/dummy/tmp/cache/assets/D7B/920/sprockets%2Fda69e29ee3ffe7a2c63781c7d10593d3 +0 -0
  1317. data/test/dummy/tmp/cache/assets/D7C/510/sprockets%2F779ca358c6e034a723cbeca985fb84d7 +0 -0
  1318. data/test/dummy/tmp/cache/assets/D7C/B80/sprockets%2Fe00c543f5cfb7825e52c7bf6d299cf38 +0 -0
  1319. data/test/dummy/tmp/cache/assets/D7C/D80/sprockets%2F9dcd822bf5be7ee30d14c04a96785b99 +0 -0
  1320. data/test/dummy/tmp/cache/assets/D7C/F50/sprockets%2Fc3ac208cec41908ff3393197ccd789ee +0 -0
  1321. data/test/dummy/tmp/cache/assets/D7E/600/sprockets%2F73cfa96224daea00c732aebb0413f12b +0 -0
  1322. data/test/dummy/tmp/cache/assets/D7E/CE0/sprockets%2F480dd37fe4cf71f649a5186d5c29dfc2 +0 -0
  1323. data/test/dummy/tmp/cache/assets/D7F/660/sprockets%2Fe856b8fe72d371ddcb9a6d961317f36c +0 -0
  1324. data/test/dummy/tmp/cache/assets/D80/310/sprockets%2Fd20319d8ef9238666d8dead0ccd6675f +0 -0
  1325. data/test/dummy/tmp/cache/assets/D80/550/sprockets%2F9f26fe839674331ce8ba44ee79edc0a4 +0 -0
  1326. data/test/dummy/tmp/cache/assets/D80/CD0/sprockets%2Fe77d6be07ff62e4fc47e35d4c04d8853 +0 -0
  1327. data/test/dummy/tmp/cache/assets/D80/ED0/sprockets%2F0a56cc02f4f6620064b5dbb91bfa20bb +0 -0
  1328. data/test/dummy/tmp/cache/assets/D81/DD0/sprockets%2Ffffebdff398ef962880d3810b514082f +0 -0
  1329. data/test/dummy/tmp/cache/assets/D82/540/sprockets%2F850ad4b014aea40e7abeed224d30763b +0 -0
  1330. data/test/dummy/tmp/cache/assets/D84/550/sprockets%2Fbc1fc79d543f504d2e8581ce6ee68d78 +0 -0
  1331. data/test/dummy/tmp/cache/assets/D86/330/sprockets%2Fe262ff5799f085cfc9f3c0f9ad090c67 +13 -0
  1332. data/test/dummy/tmp/cache/assets/D87/1F0/sprockets%2F96766fecddb0ec4f87238167d9b7ae90 +0 -0
  1333. data/test/dummy/tmp/cache/assets/D89/790/sprockets%2Fc28cac5b0fbe00ee48e7b0616b34123e +0 -0
  1334. data/test/dummy/tmp/cache/assets/D89/E50/sprockets%2F5198fa00faf0ae724c5a7b0b0047b4df +0 -0
  1335. data/test/dummy/tmp/cache/assets/D8A/160/sprockets%2F3c99b6f39fd9f6a31444944e6fbbfe29 +0 -0
  1336. data/test/dummy/tmp/cache/assets/D8D/0B0/sprockets%2F4e290aaad51d06a4b3e91f88060cad6c +0 -0
  1337. data/test/dummy/tmp/cache/assets/D8F/440/sprockets%2F47623d312f4ac92cbe27e72fdb4a0aa6 +0 -0
  1338. data/test/dummy/tmp/cache/assets/D91/460/sprockets%2Fb7cf39ef8fd9fd950130e779e4847c6d +0 -0
  1339. data/test/dummy/tmp/cache/assets/D92/9A0/sprockets%2Fd055f103c6d30edb8abebb381d2997c1 +0 -0
  1340. data/test/dummy/tmp/cache/assets/D93/190/sprockets%2F4c3c82c0fe91f855df82401f121bdaae +0 -0
  1341. data/test/dummy/tmp/cache/assets/D93/1C0/sprockets%2Ff23b5794b0f2c371a40e4ffaae246cb7 +0 -0
  1342. data/test/dummy/tmp/cache/assets/D93/4C0/sprockets%2F857ecd2092cee11f740b3cf2e373ad2a +0 -0
  1343. data/test/dummy/tmp/cache/assets/D96/5C0/sprockets%2Fec17fb2aa35590948ecdfab12265cd43 +0 -0
  1344. data/test/dummy/tmp/cache/assets/D96/5E0/sprockets%2F8ab3acca6a547a8f9521fbc1e76b1129 +0 -0
  1345. data/test/dummy/tmp/cache/assets/D97/950/sprockets%2Fb599ecabbba5b1bb1c025092990966de +0 -0
  1346. data/test/dummy/tmp/cache/assets/D97/BF0/sprockets%2F09df11e5a1e8a6ac6ba8c2ab6f692615 +0 -0
  1347. data/test/dummy/tmp/cache/assets/D98/230/sprockets%2F1ade5eb764fe2cd76faa1241d12259f6 +0 -0
  1348. data/test/dummy/tmp/cache/assets/D98/CD0/sprockets%2Fcafa6a24ecba1f5c899188701d0084dc +0 -0
  1349. data/test/dummy/tmp/cache/assets/D99/390/sprockets%2F68e0acf8be26200d58dcf4edc1c70329 +0 -0
  1350. data/test/dummy/tmp/cache/assets/{DA1/930/sprockets%2F8e0da9449a5212b1faede8db894814ae → D99/8B0/sprockets%2F751a6a4f71b2d265b1a2ba69fe74da9e} +0 -0
  1351. data/test/dummy/tmp/cache/assets/D99/D70/sprockets%2Ff9bd12f1c79a65cab71c8864b2bb7c02 +0 -0
  1352. data/test/dummy/tmp/cache/assets/D9C/CD0/sprockets%2Fc85016e7bbd4f3adbb7635d01f85d39b +0 -0
  1353. data/test/dummy/tmp/cache/assets/D9C/F00/sprockets%2F3e977aee4ddade1c0c397ac4414862d1 +0 -0
  1354. data/test/dummy/tmp/cache/assets/D9C/FC0/sprockets%2F4bb5a2a65c16b0ef27fec77491d1da88 +0 -0
  1355. data/test/dummy/tmp/cache/assets/D9D/AB0/sprockets%2F3a6af815e06da817837c0867e1dbdcad +0 -0
  1356. data/test/dummy/tmp/cache/assets/D9E/3D0/sprockets%2F9e1c6c638a039a1bc71fb3f098ffc0e4 +0 -0
  1357. data/test/dummy/tmp/cache/assets/D9E/8A0/sprockets%2F0a7eeed4a8f1f8254832ab05ebc45f84 +0 -0
  1358. data/test/dummy/tmp/cache/assets/D9F/870/sprockets%2F0ba85295bee19d33738bdd5b0e6ac77c +0 -0
  1359. data/test/dummy/tmp/cache/assets/D9F/EA0/sprockets%2F33a453bf9407af39d63d34bffa5b6c6d +0 -0
  1360. data/test/dummy/tmp/cache/assets/DA0/5B0/sprockets%2Fcb59af26c8dbd9e32b43bc1f628884a0 +0 -0
  1361. data/test/dummy/tmp/cache/assets/DA0/D10/sprockets%2Ff3ea93c25f1ee82c0d968ccc1e542b37 +0 -0
  1362. data/test/dummy/tmp/cache/assets/DA1/270/sprockets%2F2f1f73349032e4ef6bffeb3b6164dd9a +0 -0
  1363. data/test/dummy/tmp/cache/assets/DA1/440/sprockets%2Fabefcd66d26e6dc045535ddf32c08297 +0 -0
  1364. data/test/dummy/tmp/cache/assets/DA1/C50/sprockets%2F6871442f272dc32ae3f5da27dfcfb7f4 +0 -0
  1365. data/test/dummy/tmp/cache/assets/DA2/900/sprockets%2F253fd4c683d31b6ae7d2ec8db9b5c509 +0 -0
  1366. data/test/dummy/tmp/cache/assets/DA3/AF0/sprockets%2F669d9e6e618b3cb21db4063b5eaaf87c +0 -0
  1367. data/test/dummy/tmp/cache/assets/DA4/100/sprockets%2F10c9ed07a7c83a5f8f2fa5827a6c3eb8 +0 -0
  1368. data/test/dummy/tmp/cache/assets/DA5/F50/sprockets%2F6e5e9448aeecbd1a4e242fd346a5d829 +0 -0
  1369. data/test/dummy/tmp/cache/assets/DA6/450/sprockets%2Fddd8a39e9f078ac33133bb71e5365fef +0 -0
  1370. data/test/dummy/tmp/cache/assets/DA7/120/sprockets%2F1bf2a915b5c9ee1fd36c85f5276fe04f +0 -0
  1371. data/test/dummy/tmp/cache/assets/DA9/3A0/sprockets%2F6a93e60a4af9dde11c88ce1f1f5f0698 +0 -0
  1372. data/test/dummy/tmp/cache/assets/DA9/910/sprockets%2Fbb959ba602ab7943a96debe1558da88e +0 -0
  1373. data/test/dummy/tmp/cache/assets/DAA/8E0/sprockets%2Fb59cb9365c263e17d8e9cc72b2f1e8ea +0 -0
  1374. data/test/dummy/tmp/cache/assets/DAA/A50/sprockets%2F8cfa87b2646897bd65abdc6f4a23df51 +0 -0
  1375. data/test/dummy/tmp/cache/assets/DAA/C50/sprockets%2F990e0def657f2f38f0f46ea25c3aa67e +0 -0
  1376. data/test/dummy/tmp/cache/assets/DAC/390/sprockets%2F692b14ff6d597b82d7cb9b7671ddbf0a +0 -0
  1377. data/test/dummy/tmp/cache/assets/DAD/150/sprockets%2F7510e84f786ad386efd0ac4ecf963dc4 +0 -0
  1378. data/test/dummy/tmp/cache/assets/DAD/B00/sprockets%2Fc50f0bb43f1be82d46b3dbaed700d002 +0 -0
  1379. data/test/dummy/tmp/cache/assets/DAF/6A0/sprockets%2Fa10a9fb17fdd3c30a048cfa112fdb441 +0 -0
  1380. data/test/dummy/tmp/cache/assets/DB0/FB0/sprockets%2F7b977859d2c94edcaddb62b75e2a098b +0 -0
  1381. data/test/dummy/tmp/cache/assets/DB4/580/sprockets%2F73cfb0d516a66b01deb0d0c098dfb0d0 +0 -0
  1382. data/test/dummy/tmp/cache/assets/DBE/6D0/sprockets%2Fe6f798b88c87fe64a4e40ead8ad85d37 +0 -0
  1383. data/test/dummy/tmp/cache/assets/DBE/F60/sprockets%2Ff389a1ce4db9c7c6ae03ac1f312fa232 +0 -0
  1384. data/test/dummy/tmp/cache/assets/DBF/D70/sprockets%2F0fb312a776d39a42a8c6cb8ca0d4eb5b +0 -0
  1385. data/test/dummy/tmp/cache/assets/DC0/D20/sprockets%2F348d1dba39ef8d6e48fd02a201a6eaa1 +0 -0
  1386. data/test/dummy/tmp/cache/assets/DC1/330/sprockets%2F0ca5e4ab25ba6b584b50c681b2e2f8ef +0 -0
  1387. data/test/dummy/tmp/cache/assets/DC3/9A0/sprockets%2F4fca05aadb18e1ce743875b3c0eae763 +0 -0
  1388. data/test/dummy/tmp/cache/assets/DC5/990/sprockets%2Fad178a990d23dd1ac46e0bd930dcf46c +0 -0
  1389. data/test/dummy/tmp/cache/assets/DC9/F10/sprockets%2Fef521f1bf8efce0a0ec6c3e6728b0508 +0 -0
  1390. data/test/dummy/tmp/cache/assets/DCA/1A0/sprockets%2Fa340bbf09a7ea93e47ac5dc7b9bc5436 +0 -0
  1391. data/test/dummy/tmp/cache/assets/DCD/6B0/sprockets%2F05ccaeb7ffede091c1708296eacb9713 +0 -0
  1392. data/test/dummy/tmp/cache/assets/DCF/260/sprockets%2Ffa6048415c7ead7b13579c9cbeb8dae0 +0 -0
  1393. data/test/dummy/tmp/cache/assets/DD4/820/sprockets%2F35a959659ad9dc2de1e0fbe3c13d18fd +0 -0
  1394. data/test/dummy/tmp/cache/assets/DD5/2A0/sprockets%2Fef50b031ac1a0fb2e08a2a6ea3fc08b0 +0 -0
  1395. data/test/dummy/tmp/cache/assets/DD5/610/sprockets%2F9e1ba99824f7731edc3489abbaca5ef1 +0 -0
  1396. data/test/dummy/tmp/cache/assets/DD6/330/sprockets%2F7ca77285ccddf7fdab491480fde7c151 +0 -0
  1397. data/test/dummy/tmp/cache/assets/DD7/B50/sprockets%2F7effa89c4b23ab60109f969a9a66ccbc +0 -0
  1398. data/test/dummy/tmp/cache/assets/DD8/2D0/sprockets%2Fc7f10cddd3a3cdccc64580ca85795f99 +0 -0
  1399. data/test/dummy/tmp/cache/assets/DD9/DE0/sprockets%2Fb966cd2ba3e1b3ff91f8b948ec238e2e +0 -0
  1400. data/test/dummy/tmp/cache/assets/DDC/400/sprockets%2Fcffd775d018f68ce5dba1ee0d951a994 +31 -0
  1401. data/test/dummy/tmp/cache/assets/DDD/390/sprockets%2F97cde4e909ae99d0bacaaf5483a8b944 +0 -0
  1402. data/test/dummy/tmp/cache/assets/DDE/420/sprockets%2Ffb8b186d5bf0307f86f65fc787d2adeb +0 -0
  1403. data/test/dummy/tmp/cache/assets/DDE/960/sprockets%2Ff3399fed917fb2a6f8ff71d4d1ae21b9 +0 -0
  1404. data/test/dummy/tmp/cache/assets/DDF/B10/sprockets%2F74a9645f5a8bb77187bbb49aac2ef9ef +0 -0
  1405. data/test/dummy/tmp/cache/assets/DE1/B90/sprockets%2Fd1da8c874edf3fa186e5e3f3e29e862e +0 -0
  1406. data/test/dummy/tmp/cache/assets/DE2/FF0/sprockets%2F8f58db6f60a268bbf88249eb2d76ecbe +0 -0
  1407. data/test/dummy/tmp/cache/assets/DE5/C00/sprockets%2Fdd9d56992a0f3fe1cbd8b667ec9d09e6 +0 -0
  1408. data/test/dummy/tmp/cache/assets/DE6/DB0/sprockets%2F267addac8fe023b1a311ddad2e25f71d +0 -0
  1409. data/test/dummy/tmp/cache/assets/DE8/2F0/sprockets%2F96f2a8f5f9405bdef3dd3cfd3ee26699 +0 -0
  1410. data/test/dummy/tmp/cache/assets/DEA/ED0/sprockets%2Fa9ece897c9d32df5d53aed7eb5d38973 +0 -0
  1411. data/test/dummy/tmp/cache/assets/DEE/140/sprockets%2F9e7b9f2cc1e4af0aac3a2c630a6823bf +0 -0
  1412. data/test/dummy/tmp/cache/assets/DEF/170/sprockets%2Fb277fe609cadbad6cda3d5440e17e11b +0 -0
  1413. data/test/dummy/tmp/cache/assets/DF1/390/sprockets%2F6e5c959ef6f318f078e7d4a9f6ff3bfb +0 -0
  1414. data/test/dummy/tmp/cache/assets/DF1/AB0/sprockets%2Fe07c10f91a71dedd69d86ce3ac210aeb +0 -0
  1415. data/test/dummy/tmp/cache/assets/DF1/B20/sprockets%2Fdaf37c0f4b45bd9e7261afd02a1e3b5f +0 -0
  1416. data/test/dummy/tmp/cache/assets/DF3/5D0/sprockets%2Fbded3ce230d39fbb3d0802ef2d7726bd +0 -0
  1417. data/test/dummy/tmp/cache/assets/DF3/E20/sprockets%2F552e130b12fc2abeb75fcafcde9e6471 +0 -0
  1418. data/test/dummy/tmp/cache/assets/DF4/810/sprockets%2F07fbe0ba9e5c035a15e3defdc472b7c5 +0 -0
  1419. data/test/dummy/tmp/cache/assets/DF4/BF0/sprockets%2Fba73f1ee71ebc1ad6b8f025b4d3e58d2 +0 -0
  1420. data/test/dummy/tmp/cache/assets/DF5/F30/sprockets%2F61a9f09fc06eb910c5a984a3db1fbcbc +0 -0
  1421. data/test/dummy/tmp/cache/assets/DF6/220/sprockets%2F7e6ea4f6a6c0c9cf3db8c0d4414b3de0 +0 -0
  1422. data/test/dummy/tmp/cache/assets/DF7/0A0/sprockets%2F846c5a4fe7a07fb7db1a50f17e2adfb4 +0 -0
  1423. data/test/dummy/tmp/cache/assets/DF7/EE0/sprockets%2F661abfd8ab8ddb966ccded48ca100623 +0 -0
  1424. data/test/dummy/tmp/cache/assets/DF8/A50/sprockets%2Fab8699ae64f2efbfb0c01bd269661aba +0 -0
  1425. data/test/dummy/tmp/cache/assets/DFA/E10/sprockets%2Fe0ed51edc80877cbe7d5c6ea334c41da +0 -0
  1426. data/test/dummy/tmp/cache/assets/DFA/FD0/sprockets%2Fae353fbfac66799b1b2b673cd0ee2dd2 +0 -0
  1427. data/test/dummy/tmp/cache/assets/DFB/A10/sprockets%2Fe8c0b2f8d9deb6d6edacfe3042213c29 +0 -0
  1428. data/test/dummy/tmp/cache/assets/DFC/D30/sprockets%2F4420d2feffc9ca5db5627b7cc32e18fb +0 -0
  1429. data/test/dummy/tmp/cache/assets/DFD/D00/sprockets%2Fa1f60245fdcbef10e7b34ff59b7e1ce7 +0 -0
  1430. data/test/dummy/tmp/cache/assets/DFE/390/sprockets%2Fe3b16ae99b11b9eeb1f19b9da4a3f9b4 +0 -0
  1431. data/test/dummy/tmp/cache/assets/E02/C40/sprockets%2F78ca65bacdf0f50b219c998bd2d8c1fd +0 -0
  1432. data/test/dummy/tmp/cache/assets/E04/890/sprockets%2F2f5173deea6c795b8fdde723bb4b63af +0 -0
  1433. data/test/dummy/tmp/cache/assets/E04/E00/sprockets%2F82bbcd7dc4cd65bcaf98f457e64cd006 +0 -0
  1434. data/test/dummy/tmp/cache/assets/E07/B90/sprockets%2Faa8bbd5ec66e8551cb8f02e6f91ccf66 +0 -0
  1435. data/test/dummy/tmp/cache/assets/E0A/170/sprockets%2F997a4124bcbaff8ef47ba8c3f186b6fc +0 -0
  1436. data/test/dummy/tmp/cache/assets/E0A/1C0/sprockets%2Fb86fd2e0b485e4ed9457b5e1fbd7bcf4 +0 -0
  1437. data/test/dummy/tmp/cache/assets/E0B/300/sprockets%2F6b29fde38df17f56a7dfd0b53e78c0fb +0 -0
  1438. data/test/dummy/tmp/cache/assets/E0D/910/sprockets%2F13bc0ba3fbaece034c2cd4e223cea493 +0 -0
  1439. data/test/dummy/tmp/cache/assets/E12/620/sprockets%2F6aed958a85d7bbfed8175b89b21baef9 +0 -0
  1440. data/test/dummy/tmp/cache/assets/E12/C20/sprockets%2Feb34805a939ece95f8dade1eacfe8575 +0 -0
  1441. data/test/dummy/tmp/cache/assets/E18/BD0/sprockets%2Fdd3f079cb22f0cbad4d62c2df2e6a1c1 +0 -0
  1442. data/test/dummy/tmp/cache/assets/E19/9B0/sprockets%2F8dcc04b1c4d8aecb55c19e2f0a13aac8 +0 -0
  1443. data/test/dummy/tmp/cache/assets/E19/A50/sprockets%2Fc235225f0a4e2d6aaac029dec6dc7fca +0 -0
  1444. data/test/dummy/tmp/cache/assets/E1C/6A0/sprockets%2Fd27eac5dac6f025912b1ae4f60aafe6b +0 -0
  1445. data/test/dummy/tmp/cache/assets/E1E/6D0/sprockets%2F0286dff2b4ebd44afc41a7bea4db414e +0 -0
  1446. data/test/dummy/tmp/cache/assets/E1F/040/sprockets%2Fcaaa0078fb3ec94cd2b8a2565d4abda8 +0 -0
  1447. data/test/dummy/tmp/cache/assets/E25/920/sprockets%2F96dab96ea56aceaeaaaa605803bb68d4 +0 -0
  1448. data/test/dummy/tmp/cache/assets/E26/430/sprockets%2Ffa79fa9d616edd2acb247422aa17eafb +0 -0
  1449. data/test/dummy/tmp/cache/assets/E2B/B40/sprockets%2F88b136beafea9b44ef70aa16b4afcb78 +0 -0
  1450. data/test/dummy/tmp/cache/assets/E2D/350/sprockets%2F38bf1c815d0b29bdf4c5c5f8c7c7beaa +0 -0
  1451. data/test/dummy/tmp/cache/assets/E2D/620/sprockets%2F378b29aa9f5b06dba19fac1a7c8cdfd4 +0 -0
  1452. data/test/dummy/tmp/cache/assets/E2F/350/sprockets%2Fad9346a4df3cc90fb4aba15ce9db9f47 +0 -0
  1453. data/test/dummy/tmp/cache/assets/E32/D80/sprockets%2F460ccbfbbb7bd5d4f4954bcd1792bf8f +0 -0
  1454. data/test/dummy/tmp/cache/assets/E33/6A0/sprockets%2Fda09745d0a9bccceef4b95f7c4e3d36c +0 -0
  1455. data/test/dummy/tmp/cache/assets/E39/2D0/sprockets%2F52e15dbdf2cefdb67efc480d67e38f6a +0 -0
  1456. data/test/dummy/tmp/cache/assets/E41/2C0/sprockets%2Fb4fdba6739eff84ef39eec25f5f15fd0 +0 -0
  1457. data/test/dummy/tmp/cache/assets/E50/0A0/sprockets%2F3b85ffabdab3abb59d1aa3c63ded2674 +0 -0
  1458. data/test/dummy/tmp/cache/assets/E56/660/sprockets%2Ffed6a01984e7ea5c007c5e3bfad1fadd +0 -0
  1459. data/test/dummy/tmp/cache/assets/E62/880/sprockets%2F3aaf0abaaa5dfc481858fcf99be744df +0 -0
  1460. data/test/dummy/tmp/cache/assets/E66/340/sprockets%2F57b82ebdad2ba79dd446f878a3eeaedb +0 -0
  1461. data/test/dummy/tmp/cache/assets/E68/350/sprockets%2Ff26bb3efad0f92afcaf6dfb597fa7448 +0 -0
  1462. data/test/dummy/tmp/cache/assets/E68/EA0/sprockets%2F93ee9ef7cee9da2cd08dca8430cce81d +0 -0
  1463. data/test/dummy/tmp/cache/assets/E71/550/sprockets%2F0efa339ed96f9cb5eab36f8adec8de39 +0 -0
  1464. data/test/dummy/tmp/cache/assets/E8B/C90/sprockets%2Fa4bdcee220f4a6e6d48fd6cb5dceed71 +0 -0
  1465. data/test/dummy/tmp/cache/assets/E94/740/sprockets%2Faa66cedb6ca6aee1d95ebaf8937beb57 +0 -0
  1466. data/test/dummy/tmp/cache/assets/E95/F50/sprockets%2F37a48ac3dc87ddfec85b4dc7abcca99b +0 -0
  1467. data/test/dummy/tmp/cache/assets/EF4/820/sprockets%2Fee2adf3afe09beb7fd9cbb9ea29da75d +0 -0
  1468. data/test/dummy/tmp/cache/sass/2e16b619d48bf62a8ac98dbb3d2bc6e27f102db4/_base.css.scssc +0 -0
  1469. data/test/dummy/tmp/cache/sass/2e16b619d48bf62a8ac98dbb3d2bc6e27f102db4/_forms.css.scssc +0 -0
  1470. data/test/dummy/tmp/cache/sass/2e16b619d48bf62a8ac98dbb3d2bc6e27f102db4/_header.css.scssc +0 -0
  1471. data/test/dummy/tmp/cache/sass/2e16b619d48bf62a8ac98dbb3d2bc6e27f102db4/_mixins.css.scssc +0 -0
  1472. data/test/dummy/tmp/cache/sass/2e16b619d48bf62a8ac98dbb3d2bc6e27f102db4/_typography.css.scssc +0 -0
  1473. data/test/dummy/tmp/cache/sass/3483e61ece0234ea8055e784e5c316d7ad7a62c4/_all.css.scssc +0 -0
  1474. data/test/dummy/tmp/cache/sass/3483e61ece0234ea8055e784e5c316d7ad7a62c4/_buttons.css.scssc +0 -0
  1475. data/test/dummy/tmp/cache/sass/3483e61ece0234ea8055e784e5c316d7ad7a62c4/_gradients.css.scssc +0 -0
  1476. data/test/dummy/tmp/cache/sass/3483e61ece0234ea8055e784e5c316d7ad7a62c4/_icons.css.scssc +0 -0
  1477. data/test/dummy/tmp/cache/sass/3483e61ece0234ea8055e784e5c316d7ad7a62c4/_reset.css.scssc +0 -0
  1478. data/test/dummy/tmp/cache/sass/3483e61ece0234ea8055e784e5c316d7ad7a62c4/_rounded.css.scssc +0 -0
  1479. data/test/dummy/tmp/cache/sass/3483e61ece0234ea8055e784e5c316d7ad7a62c4/_sections.css.scssc +0 -0
  1480. data/test/dummy/tmp/cache/sass/3483e61ece0234ea8055e784e5c316d7ad7a62c4/_shadows.css.scssc +0 -0
  1481. data/test/dummy/tmp/cache/sass/3483e61ece0234ea8055e784e5c316d7ad7a62c4/_utilities.scssc +0 -0
  1482. data/test/dummy/tmp/cache/sass/3483e61ece0234ea8055e784e5c316d7ad7a62c4/_variables.css.scssc +0 -0
  1483. data/test/dummy/tmp/cache/sass/8b152f509dc9acb2d79f7dce8f46ec225b01bc66/_comments.css.scssc +0 -0
  1484. data/test/dummy/tmp/cache/sass/8b152f509dc9acb2d79f7dce8f46ec225b01bc66/_date_picker.css.scssc +0 -0
  1485. data/test/dummy/tmp/cache/sass/8b152f509dc9acb2d79f7dce8f46ec225b01bc66/_flash_messages.css.scssc +0 -0
  1486. data/test/dummy/tmp/cache/sass/8b152f509dc9acb2d79f7dce8f46ec225b01bc66/_tables.css.scssc +0 -0
  1487. data/test/dummy/tmp/cache/sass/9ca9a22eff91c4261249b7b40e957b81799629ba/application.css.scssc +0 -0
  1488. data/test/dummy/tmp/cache/sass/9fa1a2d9195a64ca73dc2fbf42b5468fc9babf48/active_admin.css.scssc +0 -0
  1489. data/test/dummy/tmp/cache/sass/c467ab1ac00bb4b33ddebfbc4207f8cc0f9e61bc/reset.css.scssc +0 -0
  1490. metadata +2822 -205
  1491. data/lib/rich/legacy_formtastic.rb +0 -21
  1492. data/lib/rich/rails_admin.rb +0 -14
  1493. data/test/dummy/tmp/cache/assets/C87/8E0/sprockets%2F17e0d5efdd575486014469da98231146 +0 -0
  1494. data/test/dummy/tmp/cache/assets/CA5/030/sprockets%2Ff1b86195281bc68a00fa20c6107f3638 +0 -0
  1495. data/test/dummy/tmp/cache/assets/CA6/D70/sprockets%2F2cb539c0037029723e323a67fbe99b20 +0 -0
  1496. data/test/dummy/tmp/cache/assets/CAA/4C0/sprockets%2F5b64d12f9a13a72a8495fc5154c72720 +0 -0
  1497. data/test/dummy/tmp/cache/assets/CAF/610/sprockets%2F0335639b1fe477c2726a98f223f4c0a5 +0 -0
  1498. data/test/dummy/tmp/cache/assets/CBF/9D0/sprockets%2Fb6b4157c8461b7799f5331967eec007d +0 -0
  1499. data/test/dummy/tmp/cache/assets/CC2/680/sprockets%2F246dc8445ce003f6b944c6c1796769d7 +0 -0
  1500. data/test/dummy/tmp/cache/assets/CC9/FB0/sprockets%2Fb265a0c8713c462a3dab42a043592c84 +0 -0
  1501. data/test/dummy/tmp/cache/assets/CCC/800/sprockets%2F655e3dff9911f7527f1787fd951c4471 +0 -0
  1502. data/test/dummy/tmp/cache/assets/CDE/720/sprockets%2Fc5b9143c5e46515e7453e0592b0fa57c +0 -0
  1503. data/test/dummy/tmp/cache/assets/CE4/D20/sprockets%2F7a924cdc374439e3f1f48d1d527b3219 +0 -0
  1504. data/test/dummy/tmp/cache/assets/CEA/ED0/sprockets%2F502a590ce74298a6596411ce9bd880df +0 -0
  1505. data/test/dummy/tmp/cache/assets/CEB/BA0/sprockets%2F1c35edc033470f3659ee6fa97c607468 +0 -0
  1506. data/test/dummy/tmp/cache/assets/CEC/1A0/sprockets%2F87fdead6014b961bb870b5931890d677 +0 -0
  1507. data/test/dummy/tmp/cache/assets/CFA/C40/sprockets%2F14a89388c9e53e2effddc82034375987 +0 -0
  1508. data/test/dummy/tmp/cache/assets/D01/980/sprockets%2F47c7e52f43c37ea9a1731f0400c393aa +0 -0
  1509. data/test/dummy/tmp/cache/assets/D09/A80/sprockets%2Fee7932182acd760811453ac1e56a6ce4 +0 -0
  1510. data/test/dummy/tmp/cache/assets/D0B/B20/sprockets%2Fdd220433e63488b61313f47e3ff64bbd +0 -0
  1511. data/test/dummy/tmp/cache/assets/D15/F30/sprockets%2F87caf81fdffb8037b59096a0519a0481 +0 -0
  1512. data/test/dummy/tmp/cache/assets/D15/F40/sprockets%2F83d1a8006e470e79f75592d63bdedc04 +0 -0
  1513. data/test/dummy/tmp/cache/assets/D23/2C0/sprockets%2F0c3abf24c60bbb7d31217d1109870ce4 +0 -0
  1514. data/test/dummy/tmp/cache/assets/D30/D00/sprockets%2Fc07d24cdbe55e5c2510d1590cf662a26 +0 -0
  1515. data/test/dummy/tmp/cache/assets/D38/680/sprockets%2F60a41a53a3c2d1b9fecd7564d1b58576 +0 -0
  1516. data/test/dummy/tmp/cache/assets/D3B/C70/sprockets%2Ff704fd927eb4b431ebbb078964ad1082 +0 -0
  1517. data/test/dummy/tmp/cache/assets/D3E/420/sprockets%2F8813eaec4334ab6b9e4d4066c05c569b +0 -0
  1518. data/test/dummy/tmp/cache/assets/D43/5E0/sprockets%2Ffa3d6621ff6b3f04b13a46974ac7488e +0 -0
  1519. data/test/dummy/tmp/cache/assets/D45/740/sprockets%2F8c6505fad3328da88838a2038f1cee7b +0 -0
  1520. data/test/dummy/tmp/cache/assets/D50/F20/sprockets%2Fcf6ca517cd1745586b9190ffd974d53d +0 -0
  1521. data/test/dummy/tmp/cache/assets/D51/0E0/sprockets%2F7c2fe2f837656b4be38c13cc949de744 +0 -0
  1522. data/test/dummy/tmp/cache/assets/D54/ED0/sprockets%2F71c9fa01091d432b131da3bb73faf3d4 +0 -0
  1523. data/test/dummy/tmp/cache/assets/D62/550/sprockets%2F06614d902daa3481bbae7c51b66d3f6e +0 -0
  1524. data/test/dummy/tmp/cache/assets/D69/3A0/sprockets%2Fc2e8be30894dbf2c5ae343b31d4581a9 +0 -0
  1525. data/test/dummy/tmp/cache/assets/D6D/950/sprockets%2Fb9497be057cbca0f3561346f1b9e3c6a +0 -0
  1526. data/test/dummy/tmp/cache/assets/D71/0D0/sprockets%2F71cd5d2d914e51ad358b9b64f443ccc8 +0 -0
  1527. data/test/dummy/tmp/cache/assets/D77/020/sprockets%2Fad98cede2e30585e158452e7cd60ab86 +0 -0
  1528. data/test/dummy/tmp/cache/assets/D7A/110/sprockets%2F9bb282830e134ce5eff5c3f880be48f5 +0 -0
  1529. data/test/dummy/tmp/cache/assets/D84/210/sprockets%2Fabd0103ccec2b428ac62c94e4c40b384 +0 -0
  1530. data/test/dummy/tmp/cache/assets/DDD/C20/sprockets%2F00d5c014021fc61bebcf0aafced83d17 +0 -0
  1531. data/test/dummy/tmp/cache/assets/DE9/D40/sprockets%2F716df3d3bad61ab36c36d8ae1aea136a +0 -0
  1532. data/test/dummy/tmp/cache/assets/DFF/4D0/sprockets%2F0d7eae306cc4e83ae549e96b1b6da8db +0 -0
  1533. data/test/dummy/tmp/cache/assets/E06/920/sprockets%2F6baa37d1c26468aef4fe5fe4bf982fa3 +0 -0
  1534. data/test/dummy/tmp/cache/assets/E07/6D0/sprockets%2Ff05a33fad80ccddbb49e773fc5837bf9 +0 -0
  1535. data/test/dummy/tmp/cache/assets/E2F/E90/sprockets%2Ff4b19e42c92a93dcaaec9fe6eae4081d +0 -0
  1536. data/test/dummy/tmp/cache/assets/E7E/2C0/sprockets%2Fcb51b66fdf6bc0ac41e34a2f9ddcfc0c +0 -0
  1537. data/test/dummy/tmp/cache/sass/47d28203c7dfe65c985011aefaae84f4a193cd34/_all.css.scssc +0 -0
  1538. data/test/dummy/tmp/cache/sass/47d28203c7dfe65c985011aefaae84f4a193cd34/_buttons.css.scssc +0 -0
  1539. data/test/dummy/tmp/cache/sass/47d28203c7dfe65c985011aefaae84f4a193cd34/_gradients.css.scssc +0 -0
  1540. data/test/dummy/tmp/cache/sass/47d28203c7dfe65c985011aefaae84f4a193cd34/_icons.css.scssc +0 -0
  1541. data/test/dummy/tmp/cache/sass/47d28203c7dfe65c985011aefaae84f4a193cd34/_reset.css.scssc +0 -0
  1542. data/test/dummy/tmp/cache/sass/47d28203c7dfe65c985011aefaae84f4a193cd34/_rounded.css.scssc +0 -0
  1543. data/test/dummy/tmp/cache/sass/47d28203c7dfe65c985011aefaae84f4a193cd34/_sections.css.scssc +0 -0
  1544. data/test/dummy/tmp/cache/sass/47d28203c7dfe65c985011aefaae84f4a193cd34/_shadows.css.scssc +0 -0
  1545. data/test/dummy/tmp/cache/sass/47d28203c7dfe65c985011aefaae84f4a193cd34/_utilities.scssc +0 -0
  1546. data/test/dummy/tmp/cache/sass/47d28203c7dfe65c985011aefaae84f4a193cd34/_variables.css.scssc +0 -0
  1547. data/test/dummy/tmp/cache/sass/6c515d69838e656613f3f5477b832c205c6ada9a/_comments.css.scssc +0 -0
  1548. data/test/dummy/tmp/cache/sass/6c515d69838e656613f3f5477b832c205c6ada9a/_date_picker.css.scssc +0 -0
  1549. data/test/dummy/tmp/cache/sass/6c515d69838e656613f3f5477b832c205c6ada9a/_flash_messages.css.scssc +0 -0
  1550. data/test/dummy/tmp/cache/sass/6c515d69838e656613f3f5477b832c205c6ada9a/_tables.css.scssc +0 -0
  1551. data/test/dummy/tmp/cache/sass/6cab87537e628c7459f6979d5274910ad7b21d27/_comments.css.scssc +0 -0
  1552. data/test/dummy/tmp/cache/sass/6cab87537e628c7459f6979d5274910ad7b21d27/_date_picker.css.scssc +0 -0
  1553. data/test/dummy/tmp/cache/sass/6cab87537e628c7459f6979d5274910ad7b21d27/_flash_messages.css.scssc +0 -0
  1554. data/test/dummy/tmp/cache/sass/6cab87537e628c7459f6979d5274910ad7b21d27/_tables.css.scssc +0 -0
  1555. data/test/dummy/tmp/cache/sass/7daff679404b0204bd7b1e078fa2b7095fab4cd0/_base.css.scssc +0 -0
  1556. data/test/dummy/tmp/cache/sass/7daff679404b0204bd7b1e078fa2b7095fab4cd0/_forms.css.scssc +0 -0
  1557. data/test/dummy/tmp/cache/sass/7daff679404b0204bd7b1e078fa2b7095fab4cd0/_header.css.scssc +0 -0
  1558. data/test/dummy/tmp/cache/sass/7daff679404b0204bd7b1e078fa2b7095fab4cd0/_mixins.css.scssc +0 -0
  1559. data/test/dummy/tmp/cache/sass/7daff679404b0204bd7b1e078fa2b7095fab4cd0/_typography.css.scssc +0 -0
  1560. data/test/dummy/tmp/cache/sass/82d751268dfb866e38eebcd712da0b0edbf5ebc4/_base.css.scssc +0 -0
  1561. data/test/dummy/tmp/cache/sass/82d751268dfb866e38eebcd712da0b0edbf5ebc4/_forms.css.scssc +0 -0
  1562. data/test/dummy/tmp/cache/sass/82d751268dfb866e38eebcd712da0b0edbf5ebc4/_header.css.scssc +0 -0
  1563. data/test/dummy/tmp/cache/sass/82d751268dfb866e38eebcd712da0b0edbf5ebc4/_mixins.css.scssc +0 -0
  1564. data/test/dummy/tmp/cache/sass/82d751268dfb866e38eebcd712da0b0edbf5ebc4/_typography.css.scssc +0 -0
  1565. data/test/dummy/tmp/cache/sass/8c1379ab71928de23afbcc1bab7f2054c1fe860d/_all.css.scssc +0 -0
  1566. data/test/dummy/tmp/cache/sass/8c1379ab71928de23afbcc1bab7f2054c1fe860d/_buttons.css.scssc +0 -0
  1567. data/test/dummy/tmp/cache/sass/8c1379ab71928de23afbcc1bab7f2054c1fe860d/_gradients.css.scssc +0 -0
  1568. data/test/dummy/tmp/cache/sass/8c1379ab71928de23afbcc1bab7f2054c1fe860d/_icons.css.scssc +0 -0
  1569. data/test/dummy/tmp/cache/sass/8c1379ab71928de23afbcc1bab7f2054c1fe860d/_reset.css.scssc +0 -0
  1570. data/test/dummy/tmp/cache/sass/8c1379ab71928de23afbcc1bab7f2054c1fe860d/_rounded.css.scssc +0 -0
  1571. data/test/dummy/tmp/cache/sass/8c1379ab71928de23afbcc1bab7f2054c1fe860d/_sections.css.scssc +0 -0
  1572. data/test/dummy/tmp/cache/sass/8c1379ab71928de23afbcc1bab7f2054c1fe860d/_shadows.css.scssc +0 -0
  1573. data/test/dummy/tmp/cache/sass/8c1379ab71928de23afbcc1bab7f2054c1fe860d/_utilities.scssc +0 -0
  1574. data/test/dummy/tmp/cache/sass/8c1379ab71928de23afbcc1bab7f2054c1fe860d/_variables.css.scssc +0 -0
@@ -0,0 +1,2054 @@
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
+ /**
7
+ * Creates a CKEDITOR.dom.range instance that can be used inside a specific
8
+ * DOM Document.
9
+ * @class Represents a delimited piece of content in a DOM Document.
10
+ * It is contiguous in the sense that it can be characterized as selecting all
11
+ * of the content between a pair of boundary-points.<br>
12
+ * <br>
13
+ * This class shares much of the W3C
14
+ * <a href="http://www.w3.org/TR/DOM-Level-2-Traversal-Range/ranges.html">Document Object Model Range</a>
15
+ * ideas and features, adding several range manipulation tools to it, but it's
16
+ * not intended to be compatible with it.
17
+ * @param {CKEDITOR.dom.document} document The document into which the range
18
+ * features will be available.
19
+ * @example
20
+ * // Create a range for the entire contents of the editor document body.
21
+ * var range = new CKEDITOR.dom.range( editor.document );
22
+ * range.selectNodeContents( editor.document.getBody() );
23
+ * // Delete the contents.
24
+ * range.deleteContents();
25
+ */
26
+ CKEDITOR.dom.range = function( document )
27
+ {
28
+ /**
29
+ * Node within which the range begins.
30
+ * @type {CKEDITOR.NODE_ELEMENT|CKEDITOR.NODE_TEXT}
31
+ * @example
32
+ * var range = new CKEDITOR.dom.range( editor.document );
33
+ * range.selectNodeContents( editor.document.getBody() );
34
+ * alert( range.startContainer.getName() ); // "body"
35
+ */
36
+ this.startContainer = null;
37
+
38
+ /**
39
+ * Offset within the starting node of the range.
40
+ * @type {Number}
41
+ * @example
42
+ * var range = new CKEDITOR.dom.range( editor.document );
43
+ * range.selectNodeContents( editor.document.getBody() );
44
+ * alert( range.startOffset ); // "0"
45
+ */
46
+ this.startOffset = null;
47
+
48
+ /**
49
+ * Node within which the range ends.
50
+ * @type {CKEDITOR.NODE_ELEMENT|CKEDITOR.NODE_TEXT}
51
+ * @example
52
+ * var range = new CKEDITOR.dom.range( editor.document );
53
+ * range.selectNodeContents( editor.document.getBody() );
54
+ * alert( range.endContainer.getName() ); // "body"
55
+ */
56
+ this.endContainer = null;
57
+
58
+ /**
59
+ * Offset within the ending node of the range.
60
+ * @type {Number}
61
+ * @example
62
+ * var range = new CKEDITOR.dom.range( editor.document );
63
+ * range.selectNodeContents( editor.document.getBody() );
64
+ * alert( range.endOffset ); // == editor.document.getBody().getChildCount()
65
+ */
66
+ this.endOffset = null;
67
+
68
+ /**
69
+ * Indicates that this is a collapsed range. A collapsed range has it's
70
+ * start and end boudaries at the very same point so nothing is contained
71
+ * in it.
72
+ * @example
73
+ * var range = new CKEDITOR.dom.range( editor.document );
74
+ * range.selectNodeContents( editor.document.getBody() );
75
+ * alert( range.collapsed ); // "false"
76
+ * range.collapse();
77
+ * alert( range.collapsed ); // "true"
78
+ */
79
+ this.collapsed = true;
80
+
81
+ /**
82
+ * The document within which the range can be used.
83
+ * @type {CKEDITOR.dom.document}
84
+ * @example
85
+ * // Selects the body contents of the range document.
86
+ * range.selectNodeContents( range.document.getBody() );
87
+ */
88
+ this.document = document;
89
+ };
90
+
91
+ (function()
92
+ {
93
+ // Updates the "collapsed" property for the given range object.
94
+ var updateCollapsed = function( range )
95
+ {
96
+ range.collapsed = (
97
+ range.startContainer &&
98
+ range.endContainer &&
99
+ range.startContainer.equals( range.endContainer ) &&
100
+ range.startOffset == range.endOffset );
101
+ };
102
+
103
+ // This is a shared function used to delete, extract and clone the range
104
+ // contents.
105
+ // V2
106
+ var execContentsAction = function( range, action, docFrag, mergeThen )
107
+ {
108
+ range.optimizeBookmark();
109
+
110
+ var startNode = range.startContainer;
111
+ var endNode = range.endContainer;
112
+
113
+ var startOffset = range.startOffset;
114
+ var endOffset = range.endOffset;
115
+
116
+ var removeStartNode;
117
+ var removeEndNode;
118
+
119
+ // For text containers, we must simply split the node and point to the
120
+ // second part. The removal will be handled by the rest of the code .
121
+ if ( endNode.type == CKEDITOR.NODE_TEXT )
122
+ endNode = endNode.split( endOffset );
123
+ else
124
+ {
125
+ // If the end container has children and the offset is pointing
126
+ // to a child, then we should start from it.
127
+ if ( endNode.getChildCount() > 0 )
128
+ {
129
+ // If the offset points after the last node.
130
+ if ( endOffset >= endNode.getChildCount() )
131
+ {
132
+ // Let's create a temporary node and mark it for removal.
133
+ endNode = endNode.append( range.document.createText( '' ) );
134
+ removeEndNode = true;
135
+ }
136
+ else
137
+ endNode = endNode.getChild( endOffset );
138
+ }
139
+ }
140
+
141
+ // For text containers, we must simply split the node. The removal will
142
+ // be handled by the rest of the code .
143
+ if ( startNode.type == CKEDITOR.NODE_TEXT )
144
+ {
145
+ startNode.split( startOffset );
146
+
147
+ // In cases the end node is the same as the start node, the above
148
+ // splitting will also split the end, so me must move the end to
149
+ // the second part of the split.
150
+ if ( startNode.equals( endNode ) )
151
+ endNode = startNode.getNext();
152
+ }
153
+ else
154
+ {
155
+ // If the start container has children and the offset is pointing
156
+ // to a child, then we should start from its previous sibling.
157
+
158
+ // If the offset points to the first node, we don't have a
159
+ // sibling, so let's use the first one, but mark it for removal.
160
+ if ( !startOffset )
161
+ {
162
+ // Let's create a temporary node and mark it for removal.
163
+ startNode = startNode.getFirst().insertBeforeMe( range.document.createText( '' ) );
164
+ removeStartNode = true;
165
+ }
166
+ else if ( startOffset >= startNode.getChildCount() )
167
+ {
168
+ // Let's create a temporary node and mark it for removal.
169
+ startNode = startNode.append( range.document.createText( '' ) );
170
+ removeStartNode = true;
171
+ }
172
+ else
173
+ startNode = startNode.getChild( startOffset ).getPrevious();
174
+ }
175
+
176
+ // Get the parent nodes tree for the start and end boundaries.
177
+ var startParents = startNode.getParents();
178
+ var endParents = endNode.getParents();
179
+
180
+ // Compare them, to find the top most siblings.
181
+ var i, topStart, topEnd;
182
+
183
+ for ( i = 0 ; i < startParents.length ; i++ )
184
+ {
185
+ topStart = startParents[ i ];
186
+ topEnd = endParents[ i ];
187
+
188
+ // The compared nodes will match until we find the top most
189
+ // siblings (different nodes that have the same parent).
190
+ // "i" will hold the index in the parents array for the top
191
+ // most element.
192
+ if ( !topStart.equals( topEnd ) )
193
+ break;
194
+ }
195
+
196
+ var clone = docFrag, levelStartNode, levelClone, currentNode, currentSibling;
197
+
198
+ // Remove all successive sibling nodes for every node in the
199
+ // startParents tree.
200
+ for ( var j = i ; j < startParents.length ; j++ )
201
+ {
202
+ levelStartNode = startParents[j];
203
+
204
+ // For Extract and Clone, we must clone this level.
205
+ if ( clone && !levelStartNode.equals( startNode ) ) // action = 0 = Delete
206
+ levelClone = clone.append( levelStartNode.clone() );
207
+
208
+ currentNode = levelStartNode.getNext();
209
+
210
+ while ( currentNode )
211
+ {
212
+ // Stop processing when the current node matches a node in the
213
+ // endParents tree or if it is the endNode.
214
+ if ( currentNode.equals( endParents[ j ] ) || currentNode.equals( endNode ) )
215
+ break;
216
+
217
+ // Cache the next sibling.
218
+ currentSibling = currentNode.getNext();
219
+
220
+ // If cloning, just clone it.
221
+ if ( action == 2 ) // 2 = Clone
222
+ clone.append( currentNode.clone( true ) );
223
+ else
224
+ {
225
+ // Both Delete and Extract will remove the node.
226
+ currentNode.remove();
227
+
228
+ // When Extracting, move the removed node to the docFrag.
229
+ if ( action == 1 ) // 1 = Extract
230
+ clone.append( currentNode );
231
+ }
232
+
233
+ currentNode = currentSibling;
234
+ }
235
+
236
+ if ( clone )
237
+ clone = levelClone;
238
+ }
239
+
240
+ clone = docFrag;
241
+
242
+ // Remove all previous sibling nodes for every node in the
243
+ // endParents tree.
244
+ for ( var k = i ; k < endParents.length ; k++ )
245
+ {
246
+ levelStartNode = endParents[ k ];
247
+
248
+ // For Extract and Clone, we must clone this level.
249
+ if ( action > 0 && !levelStartNode.equals( endNode ) ) // action = 0 = Delete
250
+ levelClone = clone.append( levelStartNode.clone() );
251
+
252
+ // The processing of siblings may have already been done by the parent.
253
+ if ( !startParents[ k ] || levelStartNode.$.parentNode != startParents[ k ].$.parentNode )
254
+ {
255
+ currentNode = levelStartNode.getPrevious();
256
+
257
+ while ( currentNode )
258
+ {
259
+ // Stop processing when the current node matches a node in the
260
+ // startParents tree or if it is the startNode.
261
+ if ( currentNode.equals( startParents[ k ] ) || currentNode.equals( startNode ) )
262
+ break;
263
+
264
+ // Cache the next sibling.
265
+ currentSibling = currentNode.getPrevious();
266
+
267
+ // If cloning, just clone it.
268
+ if ( action == 2 ) // 2 = Clone
269
+ clone.$.insertBefore( currentNode.$.cloneNode( true ), clone.$.firstChild ) ;
270
+ else
271
+ {
272
+ // Both Delete and Extract will remove the node.
273
+ currentNode.remove();
274
+
275
+ // When Extracting, mode the removed node to the docFrag.
276
+ if ( action == 1 ) // 1 = Extract
277
+ clone.$.insertBefore( currentNode.$, clone.$.firstChild );
278
+ }
279
+
280
+ currentNode = currentSibling;
281
+ }
282
+ }
283
+
284
+ if ( clone )
285
+ clone = levelClone;
286
+ }
287
+
288
+ if ( action == 2 ) // 2 = Clone.
289
+ {
290
+ // No changes in the DOM should be done, so fix the split text (if any).
291
+
292
+ var startTextNode = range.startContainer;
293
+ if ( startTextNode.type == CKEDITOR.NODE_TEXT )
294
+ {
295
+ startTextNode.$.data += startTextNode.$.nextSibling.data;
296
+ startTextNode.$.parentNode.removeChild( startTextNode.$.nextSibling );
297
+ }
298
+
299
+ var endTextNode = range.endContainer;
300
+ if ( endTextNode.type == CKEDITOR.NODE_TEXT && endTextNode.$.nextSibling )
301
+ {
302
+ endTextNode.$.data += endTextNode.$.nextSibling.data;
303
+ endTextNode.$.parentNode.removeChild( endTextNode.$.nextSibling );
304
+ }
305
+ }
306
+ else
307
+ {
308
+ // Collapse the range.
309
+
310
+ // If a node has been partially selected, collapse the range between
311
+ // topStart and topEnd. Otherwise, simply collapse it to the start. (W3C specs).
312
+ if ( topStart && topEnd && ( startNode.$.parentNode != topStart.$.parentNode || endNode.$.parentNode != topEnd.$.parentNode ) )
313
+ {
314
+ var endIndex = topEnd.getIndex();
315
+
316
+ // If the start node is to be removed, we must correct the
317
+ // index to reflect the removal.
318
+ if ( removeStartNode && topEnd.$.parentNode == startNode.$.parentNode )
319
+ endIndex--;
320
+
321
+ // Merge splitted parents.
322
+ if ( mergeThen && topStart.type == CKEDITOR.NODE_ELEMENT )
323
+ {
324
+ var span = CKEDITOR.dom.element.createFromHtml( '<span ' +
325
+ 'data-cke-bookmark="1" style="display:none">&nbsp;</span>', range.document );
326
+ span.insertAfter( topStart );
327
+ topStart.mergeSiblings( false );
328
+ range.moveToBookmark( { startNode : span } );
329
+ }
330
+ else
331
+ range.setStart( topEnd.getParent(), endIndex );
332
+ }
333
+
334
+ // Collapse it to the start.
335
+ range.collapse( true );
336
+ }
337
+
338
+ // Cleanup any marked node.
339
+ if ( removeStartNode )
340
+ startNode.remove();
341
+
342
+ if ( removeEndNode && endNode.$.parentNode )
343
+ endNode.remove();
344
+ };
345
+
346
+ var inlineChildReqElements = { abbr:1,acronym:1,b:1,bdo:1,big:1,cite:1,code:1,del:1,dfn:1,em:1,font:1,i:1,ins:1,label:1,kbd:1,q:1,samp:1,small:1,span:1,strike:1,strong:1,sub:1,sup:1,tt:1,u:1,'var':1 };
347
+
348
+ // Creates the appropriate node evaluator for the dom walker used inside
349
+ // check(Start|End)OfBlock.
350
+ function getCheckStartEndBlockEvalFunction( isStart )
351
+ {
352
+ var hadBr = false, bookmarkEvaluator = CKEDITOR.dom.walker.bookmark( true );
353
+ return function( node )
354
+ {
355
+ // First ignore bookmark nodes.
356
+ if ( bookmarkEvaluator( node ) )
357
+ return true;
358
+
359
+ if ( node.type == CKEDITOR.NODE_TEXT )
360
+ {
361
+ // If there's any visible text, then we're not at the start.
362
+ if ( node.hasAscendant( 'pre' ) || CKEDITOR.tools.trim( node.getText() ).length )
363
+ return false;
364
+ }
365
+ else if ( node.type == CKEDITOR.NODE_ELEMENT )
366
+ {
367
+ // If there are non-empty inline elements (e.g. <img />), then we're not
368
+ // at the start.
369
+ if ( !inlineChildReqElements[ node.getName() ] )
370
+ {
371
+ // If we're working at the end-of-block, forgive the first <br /> in non-IE
372
+ // browsers.
373
+ if ( !isStart && !CKEDITOR.env.ie && node.getName() == 'br' && !hadBr )
374
+ hadBr = true;
375
+ else
376
+ return false;
377
+ }
378
+ }
379
+ return true;
380
+ };
381
+ }
382
+
383
+ // Evaluator for CKEDITOR.dom.element::checkBoundaryOfElement, reject any
384
+ // text node and non-empty elements unless it's being bookmark text.
385
+ function elementBoundaryEval( node )
386
+ {
387
+ // Reject any text node unless it's being bookmark
388
+ // OR it's spaces. (#3883)
389
+ return node.type != CKEDITOR.NODE_TEXT
390
+ && node.getName() in CKEDITOR.dtd.$removeEmpty
391
+ || !CKEDITOR.tools.trim( node.getText() )
392
+ || !!node.getParent().data( 'cke-bookmark' );
393
+ }
394
+
395
+ var whitespaceEval = new CKEDITOR.dom.walker.whitespaces(),
396
+ bookmarkEval = new CKEDITOR.dom.walker.bookmark();
397
+
398
+ function nonWhitespaceOrBookmarkEval( node )
399
+ {
400
+ // Whitespaces and bookmark nodes are to be ignored.
401
+ return !whitespaceEval( node ) && !bookmarkEval( node );
402
+ }
403
+
404
+ CKEDITOR.dom.range.prototype =
405
+ {
406
+ clone : function()
407
+ {
408
+ var clone = new CKEDITOR.dom.range( this.document );
409
+
410
+ clone.startContainer = this.startContainer;
411
+ clone.startOffset = this.startOffset;
412
+ clone.endContainer = this.endContainer;
413
+ clone.endOffset = this.endOffset;
414
+ clone.collapsed = this.collapsed;
415
+
416
+ return clone;
417
+ },
418
+
419
+ collapse : function( toStart )
420
+ {
421
+ if ( toStart )
422
+ {
423
+ this.endContainer = this.startContainer;
424
+ this.endOffset = this.startOffset;
425
+ }
426
+ else
427
+ {
428
+ this.startContainer = this.endContainer;
429
+ this.startOffset = this.endOffset;
430
+ }
431
+
432
+ this.collapsed = true;
433
+ },
434
+
435
+ /**
436
+ * The content nodes of the range are cloned and added to a document fragment, which is returned.
437
+ * <strong> Note: </strong> Text selection may lost after invoking this method. (caused by text node splitting).
438
+ */
439
+ cloneContents : function()
440
+ {
441
+ var docFrag = new CKEDITOR.dom.documentFragment( this.document );
442
+
443
+ if ( !this.collapsed )
444
+ execContentsAction( this, 2, docFrag );
445
+
446
+ return docFrag;
447
+ },
448
+
449
+ /**
450
+ * Deletes the content nodes of the range permanently from the DOM tree.
451
+ * @param {Boolean} [mergeThen] Merge any splitted elements result in DOM true due to partial selection.
452
+ */
453
+ deleteContents : function( mergeThen )
454
+ {
455
+ if ( this.collapsed )
456
+ return;
457
+
458
+ execContentsAction( this, 0, null, mergeThen );
459
+ },
460
+
461
+ /**
462
+ * The content nodes of the range are cloned and added to a document fragment,
463
+ * meanwhile they're removed permanently from the DOM tree.
464
+ * @param {Boolean} [mergeThen] Merge any splitted elements result in DOM true due to partial selection.
465
+ */
466
+ extractContents : function( mergeThen )
467
+ {
468
+ var docFrag = new CKEDITOR.dom.documentFragment( this.document );
469
+
470
+ if ( !this.collapsed )
471
+ execContentsAction( this, 1, docFrag, mergeThen );
472
+
473
+ return docFrag;
474
+ },
475
+
476
+ /**
477
+ * Creates a bookmark object, which can be later used to restore the
478
+ * range by using the moveToBookmark function.
479
+ * This is an "intrusive" way to create a bookmark. It includes <span> tags
480
+ * in the range boundaries. The advantage of it is that it is possible to
481
+ * handle DOM mutations when moving back to the bookmark.
482
+ * Attention: the inclusion of nodes in the DOM is a design choice and
483
+ * should not be changed as there are other points in the code that may be
484
+ * using those nodes to perform operations. See GetBookmarkNode.
485
+ * @param {Boolean} [serializable] Indicates that the bookmark nodes
486
+ * must contain ids, which can be used to restore the range even
487
+ * when these nodes suffer mutations (like a clonation or innerHTML
488
+ * change).
489
+ * @returns {Object} And object representing a bookmark.
490
+ */
491
+ createBookmark : function( serializable )
492
+ {
493
+ var startNode, endNode;
494
+ var baseId;
495
+ var clone;
496
+ var collapsed = this.collapsed;
497
+
498
+ startNode = this.document.createElement( 'span' );
499
+ startNode.data( 'cke-bookmark', 1 );
500
+ startNode.setStyle( 'display', 'none' );
501
+
502
+ // For IE, it must have something inside, otherwise it may be
503
+ // removed during DOM operations.
504
+ startNode.setHtml( '&nbsp;' );
505
+
506
+ if ( serializable )
507
+ {
508
+ baseId = 'cke_bm_' + CKEDITOR.tools.getNextNumber();
509
+ startNode.setAttribute( 'id', baseId + 'S' );
510
+ }
511
+
512
+ // If collapsed, the endNode will not be created.
513
+ if ( !collapsed )
514
+ {
515
+ endNode = startNode.clone();
516
+ endNode.setHtml( '&nbsp;' );
517
+
518
+ if ( serializable )
519
+ endNode.setAttribute( 'id', baseId + 'E' );
520
+
521
+ clone = this.clone();
522
+ clone.collapse();
523
+ clone.insertNode( endNode );
524
+ }
525
+
526
+ clone = this.clone();
527
+ clone.collapse( true );
528
+ clone.insertNode( startNode );
529
+
530
+ // Update the range position.
531
+ if ( endNode )
532
+ {
533
+ this.setStartAfter( startNode );
534
+ this.setEndBefore( endNode );
535
+ }
536
+ else
537
+ this.moveToPosition( startNode, CKEDITOR.POSITION_AFTER_END );
538
+
539
+ return {
540
+ startNode : serializable ? baseId + 'S' : startNode,
541
+ endNode : serializable ? baseId + 'E' : endNode,
542
+ serializable : serializable,
543
+ collapsed : collapsed
544
+ };
545
+ },
546
+
547
+ /**
548
+ * Creates a "non intrusive" and "mutation sensible" bookmark. This
549
+ * kind of bookmark should be used only when the DOM is supposed to
550
+ * remain stable after its creation.
551
+ * @param {Boolean} [normalized] Indicates that the bookmark must
552
+ * normalized. When normalized, the successive text nodes are
553
+ * considered a single node. To sucessful load a normalized
554
+ * bookmark, the DOM tree must be also normalized before calling
555
+ * moveToBookmark.
556
+ * @returns {Object} An object representing the bookmark.
557
+ */
558
+ createBookmark2 : function( normalized )
559
+ {
560
+ var startContainer = this.startContainer,
561
+ endContainer = this.endContainer;
562
+
563
+ var startOffset = this.startOffset,
564
+ endOffset = this.endOffset;
565
+
566
+ var collapsed = this.collapsed;
567
+
568
+ var child, previous;
569
+
570
+ // If there is no range then get out of here.
571
+ // It happens on initial load in Safari #962 and if the editor it's
572
+ // hidden also in Firefox
573
+ if ( !startContainer || !endContainer )
574
+ return { start : 0, end : 0 };
575
+
576
+ if ( normalized )
577
+ {
578
+ // Find out if the start is pointing to a text node that will
579
+ // be normalized.
580
+ if ( startContainer.type == CKEDITOR.NODE_ELEMENT )
581
+ {
582
+ child = startContainer.getChild( startOffset );
583
+
584
+ // In this case, move the start information to that text
585
+ // node.
586
+ if ( child && child.type == CKEDITOR.NODE_TEXT
587
+ && startOffset > 0 && child.getPrevious().type == CKEDITOR.NODE_TEXT )
588
+ {
589
+ startContainer = child;
590
+ startOffset = 0;
591
+ }
592
+
593
+ // Get the normalized offset.
594
+ if ( child && child.type == CKEDITOR.NODE_ELEMENT )
595
+ startOffset = child.getIndex( 1 );
596
+ }
597
+
598
+ // Normalize the start.
599
+ while ( startContainer.type == CKEDITOR.NODE_TEXT
600
+ && ( previous = startContainer.getPrevious() )
601
+ && previous.type == CKEDITOR.NODE_TEXT )
602
+ {
603
+ startContainer = previous;
604
+ startOffset += previous.getLength();
605
+ }
606
+
607
+ // Process the end only if not normalized.
608
+ if ( !collapsed )
609
+ {
610
+ // Find out if the start is pointing to a text node that
611
+ // will be normalized.
612
+ if ( endContainer.type == CKEDITOR.NODE_ELEMENT )
613
+ {
614
+ child = endContainer.getChild( endOffset );
615
+
616
+ // In this case, move the start information to that
617
+ // text node.
618
+ if ( child && child.type == CKEDITOR.NODE_TEXT
619
+ && endOffset > 0 && child.getPrevious().type == CKEDITOR.NODE_TEXT )
620
+ {
621
+ endContainer = child;
622
+ endOffset = 0;
623
+ }
624
+
625
+ // Get the normalized offset.
626
+ if ( child && child.type == CKEDITOR.NODE_ELEMENT )
627
+ endOffset = child.getIndex( 1 );
628
+ }
629
+
630
+ // Normalize the end.
631
+ while ( endContainer.type == CKEDITOR.NODE_TEXT
632
+ && ( previous = endContainer.getPrevious() )
633
+ && previous.type == CKEDITOR.NODE_TEXT )
634
+ {
635
+ endContainer = previous;
636
+ endOffset += previous.getLength();
637
+ }
638
+ }
639
+ }
640
+
641
+ return {
642
+ start : startContainer.getAddress( normalized ),
643
+ end : collapsed ? null : endContainer.getAddress( normalized ),
644
+ startOffset : startOffset,
645
+ endOffset : endOffset,
646
+ normalized : normalized,
647
+ collapsed : collapsed,
648
+ is2 : true // It's a createBookmark2 bookmark.
649
+ };
650
+ },
651
+
652
+ moveToBookmark : function( bookmark )
653
+ {
654
+ if ( bookmark.is2 ) // Created with createBookmark2().
655
+ {
656
+ // Get the start information.
657
+ var startContainer = this.document.getByAddress( bookmark.start, bookmark.normalized ),
658
+ startOffset = bookmark.startOffset;
659
+
660
+ // Get the end information.
661
+ var endContainer = bookmark.end && this.document.getByAddress( bookmark.end, bookmark.normalized ),
662
+ endOffset = bookmark.endOffset;
663
+
664
+ // Set the start boundary.
665
+ this.setStart( startContainer, startOffset );
666
+
667
+ // Set the end boundary. If not available, collapse it.
668
+ if ( endContainer )
669
+ this.setEnd( endContainer, endOffset );
670
+ else
671
+ this.collapse( true );
672
+ }
673
+ else // Created with createBookmark().
674
+ {
675
+ var serializable = bookmark.serializable,
676
+ startNode = serializable ? this.document.getById( bookmark.startNode ) : bookmark.startNode,
677
+ endNode = serializable ? this.document.getById( bookmark.endNode ) : bookmark.endNode;
678
+
679
+ // Set the range start at the bookmark start node position.
680
+ this.setStartBefore( startNode );
681
+
682
+ // Remove it, because it may interfere in the setEndBefore call.
683
+ startNode.remove();
684
+
685
+ // Set the range end at the bookmark end node position, or simply
686
+ // collapse it if it is not available.
687
+ if ( endNode )
688
+ {
689
+ this.setEndBefore( endNode );
690
+ endNode.remove();
691
+ }
692
+ else
693
+ this.collapse( true );
694
+ }
695
+ },
696
+
697
+ getBoundaryNodes : function()
698
+ {
699
+ var startNode = this.startContainer,
700
+ endNode = this.endContainer,
701
+ startOffset = this.startOffset,
702
+ endOffset = this.endOffset,
703
+ childCount;
704
+
705
+ if ( startNode.type == CKEDITOR.NODE_ELEMENT )
706
+ {
707
+ childCount = startNode.getChildCount();
708
+ if ( childCount > startOffset )
709
+ startNode = startNode.getChild( startOffset );
710
+ else if ( childCount < 1 )
711
+ startNode = startNode.getPreviousSourceNode();
712
+ else // startOffset > childCount but childCount is not 0
713
+ {
714
+ // Try to take the node just after the current position.
715
+ startNode = startNode.$;
716
+ while ( startNode.lastChild )
717
+ startNode = startNode.lastChild;
718
+ startNode = new CKEDITOR.dom.node( startNode );
719
+
720
+ // Normally we should take the next node in DFS order. But it
721
+ // is also possible that we've already reached the end of
722
+ // document.
723
+ startNode = startNode.getNextSourceNode() || startNode;
724
+ }
725
+ }
726
+ if ( endNode.type == CKEDITOR.NODE_ELEMENT )
727
+ {
728
+ childCount = endNode.getChildCount();
729
+ if ( childCount > endOffset )
730
+ endNode = endNode.getChild( endOffset ).getPreviousSourceNode( true );
731
+ else if ( childCount < 1 )
732
+ endNode = endNode.getPreviousSourceNode();
733
+ else // endOffset > childCount but childCount is not 0
734
+ {
735
+ // Try to take the node just before the current position.
736
+ endNode = endNode.$;
737
+ while ( endNode.lastChild )
738
+ endNode = endNode.lastChild;
739
+ endNode = new CKEDITOR.dom.node( endNode );
740
+ }
741
+ }
742
+
743
+ // Sometimes the endNode will come right before startNode for collapsed
744
+ // ranges. Fix it. (#3780)
745
+ if ( startNode.getPosition( endNode ) & CKEDITOR.POSITION_FOLLOWING )
746
+ startNode = endNode;
747
+
748
+ return { startNode : startNode, endNode : endNode };
749
+ },
750
+
751
+ /**
752
+ * Find the node which fully contains the range.
753
+ * @param includeSelf
754
+ * @param {Boolean} ignoreTextNode Whether ignore CKEDITOR.NODE_TEXT type.
755
+ */
756
+ getCommonAncestor : function( includeSelf , ignoreTextNode )
757
+ {
758
+ var start = this.startContainer,
759
+ end = this.endContainer,
760
+ ancestor;
761
+
762
+ if ( start.equals( end ) )
763
+ {
764
+ if ( includeSelf
765
+ && start.type == CKEDITOR.NODE_ELEMENT
766
+ && this.startOffset == this.endOffset - 1 )
767
+ ancestor = start.getChild( this.startOffset );
768
+ else
769
+ ancestor = start;
770
+ }
771
+ else
772
+ ancestor = start.getCommonAncestor( end );
773
+
774
+ return ignoreTextNode && !ancestor.is ? ancestor.getParent() : ancestor;
775
+ },
776
+
777
+ /**
778
+ * Transforms the startContainer and endContainer properties from text
779
+ * nodes to element nodes, whenever possible. This is actually possible
780
+ * if either of the boundary containers point to a text node, and its
781
+ * offset is set to zero, or after the last char in the node.
782
+ */
783
+ optimize : function()
784
+ {
785
+ var container = this.startContainer;
786
+ var offset = this.startOffset;
787
+
788
+ if ( container.type != CKEDITOR.NODE_ELEMENT )
789
+ {
790
+ if ( !offset )
791
+ this.setStartBefore( container );
792
+ else if ( offset >= container.getLength() )
793
+ this.setStartAfter( container );
794
+ }
795
+
796
+ container = this.endContainer;
797
+ offset = this.endOffset;
798
+
799
+ if ( container.type != CKEDITOR.NODE_ELEMENT )
800
+ {
801
+ if ( !offset )
802
+ this.setEndBefore( container );
803
+ else if ( offset >= container.getLength() )
804
+ this.setEndAfter( container );
805
+ }
806
+ },
807
+
808
+ /**
809
+ * Move the range out of bookmark nodes if they'd been the container.
810
+ */
811
+ optimizeBookmark: function()
812
+ {
813
+ var startNode = this.startContainer,
814
+ endNode = this.endContainer;
815
+
816
+ if ( startNode.is && startNode.is( 'span' )
817
+ && startNode.data( 'cke-bookmark' ) )
818
+ this.setStartAt( startNode, CKEDITOR.POSITION_BEFORE_START );
819
+ if ( endNode && endNode.is && endNode.is( 'span' )
820
+ && endNode.data( 'cke-bookmark' ) )
821
+ this.setEndAt( endNode, CKEDITOR.POSITION_AFTER_END );
822
+ },
823
+
824
+ trim : function( ignoreStart, ignoreEnd )
825
+ {
826
+ var startContainer = this.startContainer,
827
+ startOffset = this.startOffset,
828
+ collapsed = this.collapsed;
829
+ if ( ( !ignoreStart || collapsed )
830
+ && startContainer && startContainer.type == CKEDITOR.NODE_TEXT )
831
+ {
832
+ // If the offset is zero, we just insert the new node before
833
+ // the start.
834
+ if ( !startOffset )
835
+ {
836
+ startOffset = startContainer.getIndex();
837
+ startContainer = startContainer.getParent();
838
+ }
839
+ // If the offset is at the end, we'll insert it after the text
840
+ // node.
841
+ else if ( startOffset >= startContainer.getLength() )
842
+ {
843
+ startOffset = startContainer.getIndex() + 1;
844
+ startContainer = startContainer.getParent();
845
+ }
846
+ // In other case, we split the text node and insert the new
847
+ // node at the split point.
848
+ else
849
+ {
850
+ var nextText = startContainer.split( startOffset );
851
+
852
+ startOffset = startContainer.getIndex() + 1;
853
+ startContainer = startContainer.getParent();
854
+
855
+ // Check all necessity of updating the end boundary.
856
+ if ( this.startContainer.equals( this.endContainer ) )
857
+ this.setEnd( nextText, this.endOffset - this.startOffset );
858
+ else if ( startContainer.equals( this.endContainer ) )
859
+ this.endOffset += 1;
860
+ }
861
+
862
+ this.setStart( startContainer, startOffset );
863
+
864
+ if ( collapsed )
865
+ {
866
+ this.collapse( true );
867
+ return;
868
+ }
869
+ }
870
+
871
+ var endContainer = this.endContainer;
872
+ var endOffset = this.endOffset;
873
+
874
+ if ( !( ignoreEnd || collapsed )
875
+ && endContainer && endContainer.type == CKEDITOR.NODE_TEXT )
876
+ {
877
+ // If the offset is zero, we just insert the new node before
878
+ // the start.
879
+ if ( !endOffset )
880
+ {
881
+ endOffset = endContainer.getIndex();
882
+ endContainer = endContainer.getParent();
883
+ }
884
+ // If the offset is at the end, we'll insert it after the text
885
+ // node.
886
+ else if ( endOffset >= endContainer.getLength() )
887
+ {
888
+ endOffset = endContainer.getIndex() + 1;
889
+ endContainer = endContainer.getParent();
890
+ }
891
+ // In other case, we split the text node and insert the new
892
+ // node at the split point.
893
+ else
894
+ {
895
+ endContainer.split( endOffset );
896
+
897
+ endOffset = endContainer.getIndex() + 1;
898
+ endContainer = endContainer.getParent();
899
+ }
900
+
901
+ this.setEnd( endContainer, endOffset );
902
+ }
903
+ },
904
+
905
+ /**
906
+ * Expands the range so that partial units are completely contained.
907
+ * @param unit {Number} The unit type to expand with.
908
+ * @param {Boolean} [excludeBrs=false] Whether include line-breaks when expanding.
909
+ */
910
+ enlarge : function( unit, excludeBrs )
911
+ {
912
+ switch ( unit )
913
+ {
914
+ case CKEDITOR.ENLARGE_ELEMENT :
915
+
916
+ if ( this.collapsed )
917
+ return;
918
+
919
+ // Get the common ancestor.
920
+ var commonAncestor = this.getCommonAncestor();
921
+
922
+ var body = this.document.getBody();
923
+
924
+ // For each boundary
925
+ // a. Depending on its position, find out the first node to be checked (a sibling) or, if not available, to be enlarge.
926
+ // b. Go ahead checking siblings and enlarging the boundary as much as possible until the common ancestor is not reached. After reaching the common ancestor, just save the enlargeable node to be used later.
927
+
928
+ var startTop, endTop;
929
+
930
+ var enlargeable, sibling, commonReached;
931
+
932
+ // Indicates that the node can be added only if whitespace
933
+ // is available before it.
934
+ var needsWhiteSpace = false;
935
+ var isWhiteSpace;
936
+ var siblingText;
937
+
938
+ // Process the start boundary.
939
+
940
+ var container = this.startContainer;
941
+ var offset = this.startOffset;
942
+
943
+ if ( container.type == CKEDITOR.NODE_TEXT )
944
+ {
945
+ if ( offset )
946
+ {
947
+ // Check if there is any non-space text before the
948
+ // offset. Otherwise, container is null.
949
+ container = !CKEDITOR.tools.trim( container.substring( 0, offset ) ).length && container;
950
+
951
+ // If we found only whitespace in the node, it
952
+ // means that we'll need more whitespace to be able
953
+ // to expand. For example, <i> can be expanded in
954
+ // "A <i> [B]</i>", but not in "A<i> [B]</i>".
955
+ needsWhiteSpace = !!container;
956
+ }
957
+
958
+ if ( container )
959
+ {
960
+ if ( !( sibling = container.getPrevious() ) )
961
+ enlargeable = container.getParent();
962
+ }
963
+ }
964
+ else
965
+ {
966
+ // If we have offset, get the node preceeding it as the
967
+ // first sibling to be checked.
968
+ if ( offset )
969
+ sibling = container.getChild( offset - 1 ) || container.getLast();
970
+
971
+ // If there is no sibling, mark the container to be
972
+ // enlarged.
973
+ if ( !sibling )
974
+ enlargeable = container;
975
+ }
976
+
977
+ while ( enlargeable || sibling )
978
+ {
979
+ if ( enlargeable && !sibling )
980
+ {
981
+ // If we reached the common ancestor, mark the flag
982
+ // for it.
983
+ if ( !commonReached && enlargeable.equals( commonAncestor ) )
984
+ commonReached = true;
985
+
986
+ if ( !body.contains( enlargeable ) )
987
+ break;
988
+
989
+ // If we don't need space or this element breaks
990
+ // the line, then enlarge it.
991
+ if ( !needsWhiteSpace || enlargeable.getComputedStyle( 'display' ) != 'inline' )
992
+ {
993
+ needsWhiteSpace = false;
994
+
995
+ // If the common ancestor has been reached,
996
+ // we'll not enlarge it immediately, but just
997
+ // mark it to be enlarged later if the end
998
+ // boundary also enlarges it.
999
+ if ( commonReached )
1000
+ startTop = enlargeable;
1001
+ else
1002
+ this.setStartBefore( enlargeable );
1003
+ }
1004
+
1005
+ sibling = enlargeable.getPrevious();
1006
+ }
1007
+
1008
+ // Check all sibling nodes preceeding the enlargeable
1009
+ // node. The node wil lbe enlarged only if none of them
1010
+ // blocks it.
1011
+ while ( sibling )
1012
+ {
1013
+ // This flag indicates that this node has
1014
+ // whitespaces at the end.
1015
+ isWhiteSpace = false;
1016
+
1017
+ if ( sibling.type == CKEDITOR.NODE_TEXT )
1018
+ {
1019
+ siblingText = sibling.getText();
1020
+
1021
+ if ( /[^\s\ufeff]/.test( siblingText ) )
1022
+ sibling = null;
1023
+
1024
+ isWhiteSpace = /[\s\ufeff]$/.test( siblingText );
1025
+ }
1026
+ else
1027
+ {
1028
+ // If this is a visible element.
1029
+ // We need to check for the bookmark attribute because IE insists on
1030
+ // rendering the display:none nodes we use for bookmarks. (#3363)
1031
+ // Line-breaks (br) are rendered with zero width, which we don't want to include. (#7041)
1032
+ if ( ( sibling.$.offsetWidth > 0 || excludeBrs && sibling.is( 'br' ) ) && !sibling.data( 'cke-bookmark' ) )
1033
+ {
1034
+ // We'll accept it only if we need
1035
+ // whitespace, and this is an inline
1036
+ // element with whitespace only.
1037
+ if ( needsWhiteSpace && CKEDITOR.dtd.$removeEmpty[ sibling.getName() ] )
1038
+ {
1039
+ // It must contains spaces and inline elements only.
1040
+
1041
+ siblingText = sibling.getText();
1042
+
1043
+ if ( (/[^\s\ufeff]/).test( siblingText ) ) // Spaces + Zero Width No-Break Space (U+FEFF)
1044
+ sibling = null;
1045
+ else
1046
+ {
1047
+ var allChildren = sibling.$.all || sibling.$.getElementsByTagName( '*' );
1048
+ for ( var i = 0, child ; child = allChildren[ i++ ] ; )
1049
+ {
1050
+ if ( !CKEDITOR.dtd.$removeEmpty[ child.nodeName.toLowerCase() ] )
1051
+ {
1052
+ sibling = null;
1053
+ break;
1054
+ }
1055
+ }
1056
+ }
1057
+
1058
+ if ( sibling )
1059
+ isWhiteSpace = !!siblingText.length;
1060
+ }
1061
+ else
1062
+ sibling = null;
1063
+ }
1064
+ }
1065
+
1066
+ // A node with whitespaces has been found.
1067
+ if ( isWhiteSpace )
1068
+ {
1069
+ // Enlarge the last enlargeable node, if we
1070
+ // were waiting for spaces.
1071
+ if ( needsWhiteSpace )
1072
+ {
1073
+ if ( commonReached )
1074
+ startTop = enlargeable;
1075
+ else if ( enlargeable )
1076
+ this.setStartBefore( enlargeable );
1077
+ }
1078
+ else
1079
+ needsWhiteSpace = true;
1080
+ }
1081
+
1082
+ if ( sibling )
1083
+ {
1084
+ var next = sibling.getPrevious();
1085
+
1086
+ if ( !enlargeable && !next )
1087
+ {
1088
+ // Set the sibling as enlargeable, so it's
1089
+ // parent will be get later outside this while.
1090
+ enlargeable = sibling;
1091
+ sibling = null;
1092
+ break;
1093
+ }
1094
+
1095
+ sibling = next;
1096
+ }
1097
+ else
1098
+ {
1099
+ // If sibling has been set to null, then we
1100
+ // need to stop enlarging.
1101
+ enlargeable = null;
1102
+ }
1103
+ }
1104
+
1105
+ if ( enlargeable )
1106
+ enlargeable = enlargeable.getParent();
1107
+ }
1108
+
1109
+ // Process the end boundary. This is basically the same
1110
+ // code used for the start boundary, with small changes to
1111
+ // make it work in the oposite side (to the right). This
1112
+ // makes it difficult to reuse the code here. So, fixes to
1113
+ // the above code are likely to be replicated here.
1114
+
1115
+ container = this.endContainer;
1116
+ offset = this.endOffset;
1117
+
1118
+ // Reset the common variables.
1119
+ enlargeable = sibling = null;
1120
+ commonReached = needsWhiteSpace = false;
1121
+
1122
+ if ( container.type == CKEDITOR.NODE_TEXT )
1123
+ {
1124
+ // Check if there is any non-space text after the
1125
+ // offset. Otherwise, container is null.
1126
+ container = !CKEDITOR.tools.trim( container.substring( offset ) ).length && container;
1127
+
1128
+ // If we found only whitespace in the node, it
1129
+ // means that we'll need more whitespace to be able
1130
+ // to expand. For example, <i> can be expanded in
1131
+ // "A <i> [B]</i>", but not in "A<i> [B]</i>".
1132
+ needsWhiteSpace = !( container && container.getLength() );
1133
+
1134
+ if ( container )
1135
+ {
1136
+ if ( !( sibling = container.getNext() ) )
1137
+ enlargeable = container.getParent();
1138
+ }
1139
+ }
1140
+ else
1141
+ {
1142
+ // Get the node right after the boudary to be checked
1143
+ // first.
1144
+ sibling = container.getChild( offset );
1145
+
1146
+ if ( !sibling )
1147
+ enlargeable = container;
1148
+ }
1149
+
1150
+ while ( enlargeable || sibling )
1151
+ {
1152
+ if ( enlargeable && !sibling )
1153
+ {
1154
+ if ( !commonReached && enlargeable.equals( commonAncestor ) )
1155
+ commonReached = true;
1156
+
1157
+ if ( !body.contains( enlargeable ) )
1158
+ break;
1159
+
1160
+ if ( !needsWhiteSpace || enlargeable.getComputedStyle( 'display' ) != 'inline' )
1161
+ {
1162
+ needsWhiteSpace = false;
1163
+
1164
+ if ( commonReached )
1165
+ endTop = enlargeable;
1166
+ else if ( enlargeable )
1167
+ this.setEndAfter( enlargeable );
1168
+ }
1169
+
1170
+ sibling = enlargeable.getNext();
1171
+ }
1172
+
1173
+ while ( sibling )
1174
+ {
1175
+ isWhiteSpace = false;
1176
+
1177
+ if ( sibling.type == CKEDITOR.NODE_TEXT )
1178
+ {
1179
+ siblingText = sibling.getText();
1180
+
1181
+ if ( /[^\s\ufeff]/.test( siblingText ) )
1182
+ sibling = null;
1183
+
1184
+ isWhiteSpace = /^[\s\ufeff]/.test( siblingText );
1185
+ }
1186
+ else
1187
+ {
1188
+ // If this is a visible element.
1189
+ // We need to check for the bookmark attribute because IE insists on
1190
+ // rendering the display:none nodes we use for bookmarks. (#3363)
1191
+ // Line-breaks (br) are rendered with zero width, which we don't want to include. (#7041)
1192
+ if ( ( sibling.$.offsetWidth > 0 || excludeBrs && sibling.is( 'br' ) ) && !sibling.data( 'cke-bookmark' ) )
1193
+ {
1194
+ // We'll accept it only if we need
1195
+ // whitespace, and this is an inline
1196
+ // element with whitespace only.
1197
+ if ( needsWhiteSpace && CKEDITOR.dtd.$removeEmpty[ sibling.getName() ] )
1198
+ {
1199
+ // It must contains spaces and inline elements only.
1200
+
1201
+ siblingText = sibling.getText();
1202
+
1203
+ if ( (/[^\s\ufeff]/).test( siblingText ) )
1204
+ sibling = null;
1205
+ else
1206
+ {
1207
+ allChildren = sibling.$.all || sibling.$.getElementsByTagName( '*' );
1208
+ for ( i = 0 ; child = allChildren[ i++ ] ; )
1209
+ {
1210
+ if ( !CKEDITOR.dtd.$removeEmpty[ child.nodeName.toLowerCase() ] )
1211
+ {
1212
+ sibling = null;
1213
+ break;
1214
+ }
1215
+ }
1216
+ }
1217
+
1218
+ if ( sibling )
1219
+ isWhiteSpace = !!siblingText.length;
1220
+ }
1221
+ else
1222
+ sibling = null;
1223
+ }
1224
+ }
1225
+
1226
+ if ( isWhiteSpace )
1227
+ {
1228
+ if ( needsWhiteSpace )
1229
+ {
1230
+ if ( commonReached )
1231
+ endTop = enlargeable;
1232
+ else
1233
+ this.setEndAfter( enlargeable );
1234
+ }
1235
+ }
1236
+
1237
+ if ( sibling )
1238
+ {
1239
+ next = sibling.getNext();
1240
+
1241
+ if ( !enlargeable && !next )
1242
+ {
1243
+ enlargeable = sibling;
1244
+ sibling = null;
1245
+ break;
1246
+ }
1247
+
1248
+ sibling = next;
1249
+ }
1250
+ else
1251
+ {
1252
+ // If sibling has been set to null, then we
1253
+ // need to stop enlarging.
1254
+ enlargeable = null;
1255
+ }
1256
+ }
1257
+
1258
+ if ( enlargeable )
1259
+ enlargeable = enlargeable.getParent();
1260
+ }
1261
+
1262
+ // If the common ancestor can be enlarged by both boundaries, then include it also.
1263
+ if ( startTop && endTop )
1264
+ {
1265
+ commonAncestor = startTop.contains( endTop ) ? endTop : startTop;
1266
+
1267
+ this.setStartBefore( commonAncestor );
1268
+ this.setEndAfter( commonAncestor );
1269
+ }
1270
+ break;
1271
+
1272
+ case CKEDITOR.ENLARGE_BLOCK_CONTENTS:
1273
+ case CKEDITOR.ENLARGE_LIST_ITEM_CONTENTS:
1274
+
1275
+ // Enlarging the start boundary.
1276
+ var walkerRange = new CKEDITOR.dom.range( this.document );
1277
+
1278
+ body = this.document.getBody();
1279
+
1280
+ walkerRange.setStartAt( body, CKEDITOR.POSITION_AFTER_START );
1281
+ walkerRange.setEnd( this.startContainer, this.startOffset );
1282
+
1283
+ var walker = new CKEDITOR.dom.walker( walkerRange ),
1284
+ blockBoundary, // The node on which the enlarging should stop.
1285
+ tailBr, // In case BR as block boundary.
1286
+ notBlockBoundary = CKEDITOR.dom.walker.blockBoundary(
1287
+ ( unit == CKEDITOR.ENLARGE_LIST_ITEM_CONTENTS ) ? { br : 1 } : null ),
1288
+ // Record the encountered 'blockBoundary' for later use.
1289
+ boundaryGuard = function( node )
1290
+ {
1291
+ var retval = notBlockBoundary( node );
1292
+ if ( !retval )
1293
+ blockBoundary = node;
1294
+ return retval;
1295
+ },
1296
+ // Record the encounted 'tailBr' for later use.
1297
+ tailBrGuard = function( node )
1298
+ {
1299
+ var retval = boundaryGuard( node );
1300
+ if ( !retval && node.is && node.is( 'br' ) )
1301
+ tailBr = node;
1302
+ return retval;
1303
+ };
1304
+
1305
+ walker.guard = boundaryGuard;
1306
+
1307
+ enlargeable = walker.lastBackward();
1308
+
1309
+ // It's the body which stop the enlarging if no block boundary found.
1310
+ blockBoundary = blockBoundary || body;
1311
+
1312
+ // Start the range either after the end of found block (<p>...</p>[text)
1313
+ // or at the start of block (<p>[text...), by comparing the document position
1314
+ // with 'enlargeable' node.
1315
+ this.setStartAt(
1316
+ blockBoundary,
1317
+ !blockBoundary.is( 'br' ) &&
1318
+ ( !enlargeable && this.checkStartOfBlock()
1319
+ || enlargeable && blockBoundary.contains( enlargeable ) ) ?
1320
+ CKEDITOR.POSITION_AFTER_START :
1321
+ CKEDITOR.POSITION_AFTER_END );
1322
+
1323
+ // Avoid enlarging the range further when end boundary spans right after the BR. (#7490)
1324
+ if ( unit == CKEDITOR.ENLARGE_LIST_ITEM_CONTENTS )
1325
+ {
1326
+ var theRange = this.clone();
1327
+ walker = new CKEDITOR.dom.walker( theRange );
1328
+
1329
+ var whitespaces = CKEDITOR.dom.walker.whitespaces(),
1330
+ bookmark = CKEDITOR.dom.walker.bookmark();
1331
+
1332
+ walker.evaluator = function( node ) { return !whitespaces( node ) && !bookmark( node ); };
1333
+ var previous = walker.previous();
1334
+ if ( previous && previous.type == CKEDITOR.NODE_ELEMENT && previous.is( 'br' ) )
1335
+ return;
1336
+ }
1337
+
1338
+
1339
+ // Enlarging the end boundary.
1340
+ walkerRange = this.clone();
1341
+ walkerRange.collapse();
1342
+ walkerRange.setEndAt( body, CKEDITOR.POSITION_BEFORE_END );
1343
+ walker = new CKEDITOR.dom.walker( walkerRange );
1344
+
1345
+ // tailBrGuard only used for on range end.
1346
+ walker.guard = ( unit == CKEDITOR.ENLARGE_LIST_ITEM_CONTENTS ) ?
1347
+ tailBrGuard : boundaryGuard;
1348
+ blockBoundary = null;
1349
+ // End the range right before the block boundary node.
1350
+
1351
+ enlargeable = walker.lastForward();
1352
+
1353
+ // It's the body which stop the enlarging if no block boundary found.
1354
+ blockBoundary = blockBoundary || body;
1355
+
1356
+ // Close the range either before the found block start (text]<p>...</p>) or at the block end (...text]</p>)
1357
+ // by comparing the document position with 'enlargeable' node.
1358
+ this.setEndAt(
1359
+ blockBoundary,
1360
+ ( !enlargeable && this.checkEndOfBlock()
1361
+ || enlargeable && blockBoundary.contains( enlargeable ) ) ?
1362
+ CKEDITOR.POSITION_BEFORE_END :
1363
+ CKEDITOR.POSITION_BEFORE_START );
1364
+ // We must include the <br> at the end of range if there's
1365
+ // one and we're expanding list item contents
1366
+ if ( tailBr )
1367
+ this.setEndAfter( tailBr );
1368
+ }
1369
+ },
1370
+
1371
+ /**
1372
+ * Descrease the range to make sure that boundaries
1373
+ * always anchor beside text nodes or innermost element.
1374
+ * @param {Number} mode ( CKEDITOR.SHRINK_ELEMENT | CKEDITOR.SHRINK_TEXT ) The shrinking mode.
1375
+ * <dl>
1376
+ * <dt>CKEDITOR.SHRINK_ELEMENT</dt>
1377
+ * <dd>Shrink the range boundaries to the edge of the innermost element.</dd>
1378
+ * <dt>CKEDITOR.SHRINK_TEXT</dt>
1379
+ * <dd>Shrink the range boudaries to anchor by the side of enclosed text node, range remains if there's no text nodes on boundaries at all.</dd>
1380
+ * </dl>
1381
+ * @param {Boolean} selectContents Whether result range anchors at the inner OR outer boundary of the node.
1382
+ */
1383
+ shrink : function( mode, selectContents )
1384
+ {
1385
+ // Unable to shrink a collapsed range.
1386
+ if ( !this.collapsed )
1387
+ {
1388
+ mode = mode || CKEDITOR.SHRINK_TEXT;
1389
+
1390
+ var walkerRange = this.clone();
1391
+
1392
+ var startContainer = this.startContainer,
1393
+ endContainer = this.endContainer,
1394
+ startOffset = this.startOffset,
1395
+ endOffset = this.endOffset,
1396
+ collapsed = this.collapsed;
1397
+
1398
+ // Whether the start/end boundary is moveable.
1399
+ var moveStart = 1,
1400
+ moveEnd = 1;
1401
+
1402
+ if ( startContainer && startContainer.type == CKEDITOR.NODE_TEXT )
1403
+ {
1404
+ if ( !startOffset )
1405
+ walkerRange.setStartBefore( startContainer );
1406
+ else if ( startOffset >= startContainer.getLength( ) )
1407
+ walkerRange.setStartAfter( startContainer );
1408
+ else
1409
+ {
1410
+ // Enlarge the range properly to avoid walker making
1411
+ // DOM changes caused by triming the text nodes later.
1412
+ walkerRange.setStartBefore( startContainer );
1413
+ moveStart = 0;
1414
+ }
1415
+ }
1416
+
1417
+ if ( endContainer && endContainer.type == CKEDITOR.NODE_TEXT )
1418
+ {
1419
+ if ( !endOffset )
1420
+ walkerRange.setEndBefore( endContainer );
1421
+ else if ( endOffset >= endContainer.getLength( ) )
1422
+ walkerRange.setEndAfter( endContainer );
1423
+ else
1424
+ {
1425
+ walkerRange.setEndAfter( endContainer );
1426
+ moveEnd = 0;
1427
+ }
1428
+ }
1429
+
1430
+ var walker = new CKEDITOR.dom.walker( walkerRange ),
1431
+ isBookmark = CKEDITOR.dom.walker.bookmark();
1432
+
1433
+ walker.evaluator = function( node )
1434
+ {
1435
+ return node.type == ( mode == CKEDITOR.SHRINK_ELEMENT ?
1436
+ CKEDITOR.NODE_ELEMENT : CKEDITOR.NODE_TEXT );
1437
+ };
1438
+
1439
+ var currentElement;
1440
+ walker.guard = function( node, movingOut )
1441
+ {
1442
+ if ( isBookmark( node ) )
1443
+ return true;
1444
+
1445
+ // Stop when we're shrink in element mode while encountering a text node.
1446
+ if ( mode == CKEDITOR.SHRINK_ELEMENT && node.type == CKEDITOR.NODE_TEXT )
1447
+ return false;
1448
+
1449
+ // Stop when we've already walked "through" an element.
1450
+ if ( movingOut && node.equals( currentElement ) )
1451
+ return false;
1452
+
1453
+ if ( !movingOut && node.type == CKEDITOR.NODE_ELEMENT )
1454
+ currentElement = node;
1455
+
1456
+ return true;
1457
+ };
1458
+
1459
+ if ( moveStart )
1460
+ {
1461
+ var textStart = walker[ mode == CKEDITOR.SHRINK_ELEMENT ? 'lastForward' : 'next']();
1462
+ textStart && this.setStartAt( textStart, selectContents ? CKEDITOR.POSITION_AFTER_START : CKEDITOR.POSITION_BEFORE_START );
1463
+ }
1464
+
1465
+ if ( moveEnd )
1466
+ {
1467
+ walker.reset();
1468
+ var textEnd = walker[ mode == CKEDITOR.SHRINK_ELEMENT ? 'lastBackward' : 'previous']();
1469
+ textEnd && this.setEndAt( textEnd, selectContents ? CKEDITOR.POSITION_BEFORE_END : CKEDITOR.POSITION_AFTER_END );
1470
+ }
1471
+
1472
+ return !!( moveStart || moveEnd );
1473
+ }
1474
+ },
1475
+
1476
+ /**
1477
+ * Inserts a node at the start of the range. The range will be expanded
1478
+ * the contain the node.
1479
+ */
1480
+ insertNode : function( node )
1481
+ {
1482
+ this.optimizeBookmark();
1483
+ this.trim( false, true );
1484
+
1485
+ var startContainer = this.startContainer;
1486
+ var startOffset = this.startOffset;
1487
+
1488
+ var nextNode = startContainer.getChild( startOffset );
1489
+
1490
+ if ( nextNode )
1491
+ node.insertBefore( nextNode );
1492
+ else
1493
+ startContainer.append( node );
1494
+
1495
+ // Check if we need to update the end boundary.
1496
+ if ( node.getParent().equals( this.endContainer ) )
1497
+ this.endOffset++;
1498
+
1499
+ // Expand the range to embrace the new node.
1500
+ this.setStartBefore( node );
1501
+ },
1502
+
1503
+ moveToPosition : function( node, position )
1504
+ {
1505
+ this.setStartAt( node, position );
1506
+ this.collapse( true );
1507
+ },
1508
+
1509
+ selectNodeContents : function( node )
1510
+ {
1511
+ this.setStart( node, 0 );
1512
+ this.setEnd( node, node.type == CKEDITOR.NODE_TEXT ? node.getLength() : node.getChildCount() );
1513
+ },
1514
+
1515
+ /**
1516
+ * Sets the start position of a Range.
1517
+ * @param {CKEDITOR.dom.node} startNode The node to start the range.
1518
+ * @param {Number} startOffset An integer greater than or equal to zero
1519
+ * representing the offset for the start of the range from the start
1520
+ * of startNode.
1521
+ */
1522
+ setStart : function( startNode, startOffset )
1523
+ {
1524
+ // W3C requires a check for the new position. If it is after the end
1525
+ // boundary, the range should be collapsed to the new start. It seams
1526
+ // we will not need this check for our use of this class so we can
1527
+ // ignore it for now.
1528
+
1529
+ // Fixing invalid range start inside dtd empty elements.
1530
+ if( startNode.type == CKEDITOR.NODE_ELEMENT
1531
+ && CKEDITOR.dtd.$empty[ startNode.getName() ] )
1532
+ startOffset = startNode.getIndex(), startNode = startNode.getParent();
1533
+
1534
+ this.startContainer = startNode;
1535
+ this.startOffset = startOffset;
1536
+
1537
+ if ( !this.endContainer )
1538
+ {
1539
+ this.endContainer = startNode;
1540
+ this.endOffset = startOffset;
1541
+ }
1542
+
1543
+ updateCollapsed( this );
1544
+ },
1545
+
1546
+ /**
1547
+ * Sets the end position of a Range.
1548
+ * @param {CKEDITOR.dom.node} endNode The node to end the range.
1549
+ * @param {Number} endOffset An integer greater than or equal to zero
1550
+ * representing the offset for the end of the range from the start
1551
+ * of endNode.
1552
+ */
1553
+ setEnd : function( endNode, endOffset )
1554
+ {
1555
+ // W3C requires a check for the new position. If it is before the start
1556
+ // boundary, the range should be collapsed to the new end. It seams we
1557
+ // will not need this check for our use of this class so we can ignore
1558
+ // it for now.
1559
+
1560
+ // Fixing invalid range end inside dtd empty elements.
1561
+ if( endNode.type == CKEDITOR.NODE_ELEMENT
1562
+ && CKEDITOR.dtd.$empty[ endNode.getName() ] )
1563
+ endOffset = endNode.getIndex() + 1, endNode = endNode.getParent();
1564
+
1565
+ this.endContainer = endNode;
1566
+ this.endOffset = endOffset;
1567
+
1568
+ if ( !this.startContainer )
1569
+ {
1570
+ this.startContainer = endNode;
1571
+ this.startOffset = endOffset;
1572
+ }
1573
+
1574
+ updateCollapsed( this );
1575
+ },
1576
+
1577
+ setStartAfter : function( node )
1578
+ {
1579
+ this.setStart( node.getParent(), node.getIndex() + 1 );
1580
+ },
1581
+
1582
+ setStartBefore : function( node )
1583
+ {
1584
+ this.setStart( node.getParent(), node.getIndex() );
1585
+ },
1586
+
1587
+ setEndAfter : function( node )
1588
+ {
1589
+ this.setEnd( node.getParent(), node.getIndex() + 1 );
1590
+ },
1591
+
1592
+ setEndBefore : function( node )
1593
+ {
1594
+ this.setEnd( node.getParent(), node.getIndex() );
1595
+ },
1596
+
1597
+ setStartAt : function( node, position )
1598
+ {
1599
+ switch( position )
1600
+ {
1601
+ case CKEDITOR.POSITION_AFTER_START :
1602
+ this.setStart( node, 0 );
1603
+ break;
1604
+
1605
+ case CKEDITOR.POSITION_BEFORE_END :
1606
+ if ( node.type == CKEDITOR.NODE_TEXT )
1607
+ this.setStart( node, node.getLength() );
1608
+ else
1609
+ this.setStart( node, node.getChildCount() );
1610
+ break;
1611
+
1612
+ case CKEDITOR.POSITION_BEFORE_START :
1613
+ this.setStartBefore( node );
1614
+ break;
1615
+
1616
+ case CKEDITOR.POSITION_AFTER_END :
1617
+ this.setStartAfter( node );
1618
+ }
1619
+
1620
+ updateCollapsed( this );
1621
+ },
1622
+
1623
+ setEndAt : function( node, position )
1624
+ {
1625
+ switch( position )
1626
+ {
1627
+ case CKEDITOR.POSITION_AFTER_START :
1628
+ this.setEnd( node, 0 );
1629
+ break;
1630
+
1631
+ case CKEDITOR.POSITION_BEFORE_END :
1632
+ if ( node.type == CKEDITOR.NODE_TEXT )
1633
+ this.setEnd( node, node.getLength() );
1634
+ else
1635
+ this.setEnd( node, node.getChildCount() );
1636
+ break;
1637
+
1638
+ case CKEDITOR.POSITION_BEFORE_START :
1639
+ this.setEndBefore( node );
1640
+ break;
1641
+
1642
+ case CKEDITOR.POSITION_AFTER_END :
1643
+ this.setEndAfter( node );
1644
+ }
1645
+
1646
+ updateCollapsed( this );
1647
+ },
1648
+
1649
+ fixBlock : function( isStart, blockTag )
1650
+ {
1651
+ var bookmark = this.createBookmark(),
1652
+ fixedBlock = this.document.createElement( blockTag );
1653
+
1654
+ this.collapse( isStart );
1655
+
1656
+ this.enlarge( CKEDITOR.ENLARGE_BLOCK_CONTENTS );
1657
+
1658
+ this.extractContents().appendTo( fixedBlock );
1659
+ fixedBlock.trim();
1660
+
1661
+ if ( !CKEDITOR.env.ie )
1662
+ fixedBlock.appendBogus();
1663
+
1664
+ this.insertNode( fixedBlock );
1665
+
1666
+ this.moveToBookmark( bookmark );
1667
+
1668
+ return fixedBlock;
1669
+ },
1670
+
1671
+ splitBlock : function( blockTag )
1672
+ {
1673
+ var startPath = new CKEDITOR.dom.elementPath( this.startContainer ),
1674
+ endPath = new CKEDITOR.dom.elementPath( this.endContainer );
1675
+
1676
+ var startBlockLimit = startPath.blockLimit,
1677
+ endBlockLimit = endPath.blockLimit;
1678
+
1679
+ var startBlock = startPath.block,
1680
+ endBlock = endPath.block;
1681
+
1682
+ var elementPath = null;
1683
+ // Do nothing if the boundaries are in different block limits.
1684
+ if ( !startBlockLimit.equals( endBlockLimit ) )
1685
+ return null;
1686
+
1687
+ // Get or fix current blocks.
1688
+ if ( blockTag != 'br' )
1689
+ {
1690
+ if ( !startBlock )
1691
+ {
1692
+ startBlock = this.fixBlock( true, blockTag );
1693
+ endBlock = new CKEDITOR.dom.elementPath( this.endContainer ).block;
1694
+ }
1695
+
1696
+ if ( !endBlock )
1697
+ endBlock = this.fixBlock( false, blockTag );
1698
+ }
1699
+
1700
+ // Get the range position.
1701
+ var isStartOfBlock = startBlock && this.checkStartOfBlock(),
1702
+ isEndOfBlock = endBlock && this.checkEndOfBlock();
1703
+
1704
+ // Delete the current contents.
1705
+ // TODO: Why is 2.x doing CheckIsEmpty()?
1706
+ this.deleteContents();
1707
+
1708
+ if ( startBlock && startBlock.equals( endBlock ) )
1709
+ {
1710
+ if ( isEndOfBlock )
1711
+ {
1712
+ elementPath = new CKEDITOR.dom.elementPath( this.startContainer );
1713
+ this.moveToPosition( endBlock, CKEDITOR.POSITION_AFTER_END );
1714
+ endBlock = null;
1715
+ }
1716
+ else if ( isStartOfBlock )
1717
+ {
1718
+ elementPath = new CKEDITOR.dom.elementPath( this.startContainer );
1719
+ this.moveToPosition( startBlock, CKEDITOR.POSITION_BEFORE_START );
1720
+ startBlock = null;
1721
+ }
1722
+ else
1723
+ {
1724
+ endBlock = this.splitElement( startBlock );
1725
+
1726
+ // In Gecko, the last child node must be a bogus <br>.
1727
+ // Note: bogus <br> added under <ul> or <ol> would cause
1728
+ // lists to be incorrectly rendered.
1729
+ if ( !CKEDITOR.env.ie && !startBlock.is( 'ul', 'ol') )
1730
+ startBlock.appendBogus() ;
1731
+ }
1732
+ }
1733
+
1734
+ return {
1735
+ previousBlock : startBlock,
1736
+ nextBlock : endBlock,
1737
+ wasStartOfBlock : isStartOfBlock,
1738
+ wasEndOfBlock : isEndOfBlock,
1739
+ elementPath : elementPath
1740
+ };
1741
+ },
1742
+
1743
+ /**
1744
+ * Branch the specified element from the collapsed range position and
1745
+ * place the caret between the two result branches.
1746
+ * Note: The range must be collapsed and been enclosed by this element.
1747
+ * @param {CKEDITOR.dom.element} element
1748
+ * @return {CKEDITOR.dom.element} Root element of the new branch after the split.
1749
+ */
1750
+ splitElement : function( toSplit )
1751
+ {
1752
+ if ( !this.collapsed )
1753
+ return null;
1754
+
1755
+ // Extract the contents of the block from the selection point to the end
1756
+ // of its contents.
1757
+ this.setEndAt( toSplit, CKEDITOR.POSITION_BEFORE_END );
1758
+ var documentFragment = this.extractContents();
1759
+
1760
+ // Duplicate the element after it.
1761
+ var clone = toSplit.clone( false );
1762
+
1763
+ // Place the extracted contents into the duplicated element.
1764
+ documentFragment.appendTo( clone );
1765
+ clone.insertAfter( toSplit );
1766
+ this.moveToPosition( toSplit, CKEDITOR.POSITION_AFTER_END );
1767
+ return clone;
1768
+ },
1769
+
1770
+ /**
1771
+ * Check whether a range boundary is at the inner boundary of a given
1772
+ * element.
1773
+ * @param {CKEDITOR.dom.element} element The target element to check.
1774
+ * @param {Number} checkType The boundary to check for both the range
1775
+ * and the element. It can be CKEDITOR.START or CKEDITOR.END.
1776
+ * @returns {Boolean} "true" if the range boundary is at the inner
1777
+ * boundary of the element.
1778
+ */
1779
+ checkBoundaryOfElement : function( element, checkType )
1780
+ {
1781
+ var checkStart = ( checkType == CKEDITOR.START );
1782
+
1783
+ // Create a copy of this range, so we can manipulate it for our checks.
1784
+ var walkerRange = this.clone();
1785
+
1786
+ // Collapse the range at the proper size.
1787
+ walkerRange.collapse( checkStart );
1788
+
1789
+ // Expand the range to element boundary.
1790
+ walkerRange[ checkStart ? 'setStartAt' : 'setEndAt' ]
1791
+ ( element, checkStart ? CKEDITOR.POSITION_AFTER_START : CKEDITOR.POSITION_BEFORE_END );
1792
+
1793
+ // Create the walker, which will check if we have anything useful
1794
+ // in the range.
1795
+ var walker = new CKEDITOR.dom.walker( walkerRange );
1796
+ walker.evaluator = elementBoundaryEval;
1797
+
1798
+ return walker[ checkStart ? 'checkBackward' : 'checkForward' ]();
1799
+ },
1800
+
1801
+ // Calls to this function may produce changes to the DOM. The range may
1802
+ // be updated to reflect such changes.
1803
+ checkStartOfBlock : function()
1804
+ {
1805
+ var startContainer = this.startContainer,
1806
+ startOffset = this.startOffset;
1807
+
1808
+ // If the starting node is a text node, and non-empty before the offset,
1809
+ // then we're surely not at the start of block.
1810
+ if ( startOffset && startContainer.type == CKEDITOR.NODE_TEXT )
1811
+ {
1812
+ var textBefore = CKEDITOR.tools.ltrim( startContainer.substring( 0, startOffset ) );
1813
+ if ( textBefore.length )
1814
+ return false;
1815
+ }
1816
+
1817
+ // Antecipate the trim() call here, so the walker will not make
1818
+ // changes to the DOM, which would not get reflected into this
1819
+ // range otherwise.
1820
+ this.trim();
1821
+
1822
+ // We need to grab the block element holding the start boundary, so
1823
+ // let's use an element path for it.
1824
+ var path = new CKEDITOR.dom.elementPath( this.startContainer );
1825
+
1826
+ // Creates a range starting at the block start until the range start.
1827
+ var walkerRange = this.clone();
1828
+ walkerRange.collapse( true );
1829
+ walkerRange.setStartAt( path.block || path.blockLimit, CKEDITOR.POSITION_AFTER_START );
1830
+
1831
+ var walker = new CKEDITOR.dom.walker( walkerRange );
1832
+ walker.evaluator = getCheckStartEndBlockEvalFunction( true );
1833
+
1834
+ return walker.checkBackward();
1835
+ },
1836
+
1837
+ checkEndOfBlock : function()
1838
+ {
1839
+ var endContainer = this.endContainer,
1840
+ endOffset = this.endOffset;
1841
+
1842
+ // If the ending node is a text node, and non-empty after the offset,
1843
+ // then we're surely not at the end of block.
1844
+ if ( endContainer.type == CKEDITOR.NODE_TEXT )
1845
+ {
1846
+ var textAfter = CKEDITOR.tools.rtrim( endContainer.substring( endOffset ) );
1847
+ if ( textAfter.length )
1848
+ return false;
1849
+ }
1850
+
1851
+ // Antecipate the trim() call here, so the walker will not make
1852
+ // changes to the DOM, which would not get reflected into this
1853
+ // range otherwise.
1854
+ this.trim();
1855
+
1856
+ // We need to grab the block element holding the start boundary, so
1857
+ // let's use an element path for it.
1858
+ var path = new CKEDITOR.dom.elementPath( this.endContainer );
1859
+
1860
+ // Creates a range starting at the block start until the range start.
1861
+ var walkerRange = this.clone();
1862
+ walkerRange.collapse( false );
1863
+ walkerRange.setEndAt( path.block || path.blockLimit, CKEDITOR.POSITION_BEFORE_END );
1864
+
1865
+ var walker = new CKEDITOR.dom.walker( walkerRange );
1866
+ walker.evaluator = getCheckStartEndBlockEvalFunction( false );
1867
+
1868
+ return walker.checkForward();
1869
+ },
1870
+
1871
+ /**
1872
+ * Check if elements at which the range boundaries anchor are read-only,
1873
+ * with respect to "contenteditable" attribute.
1874
+ */
1875
+ checkReadOnly : ( function()
1876
+ {
1877
+ function checkNodesEditable( node, anotherEnd )
1878
+ {
1879
+ while( node )
1880
+ {
1881
+ if ( node.type == CKEDITOR.NODE_ELEMENT )
1882
+ {
1883
+ if ( node.getAttribute( 'contentEditable' ) == 'false'
1884
+ && !node.data( 'cke-editable' ) )
1885
+ {
1886
+ return 0;
1887
+ }
1888
+ // Range enclosed entirely in an editable element.
1889
+ else if ( node.is( 'html' )
1890
+ || node.getAttribute( 'contentEditable' ) == 'true'
1891
+ && ( node.contains( anotherEnd ) || node.equals( anotherEnd ) ) )
1892
+ {
1893
+ break;
1894
+ }
1895
+ }
1896
+ node = node.getParent();
1897
+ }
1898
+
1899
+ return 1;
1900
+ }
1901
+
1902
+ return function()
1903
+ {
1904
+ var startNode = this.startContainer,
1905
+ endNode = this.endContainer;
1906
+
1907
+ // Check if elements path at both boundaries are editable.
1908
+ return !( checkNodesEditable( startNode, endNode ) && checkNodesEditable( endNode, startNode ) );
1909
+ };
1910
+ })(),
1911
+
1912
+ /**
1913
+ * Moves the range boundaries to the first/end editing point inside an
1914
+ * element. For example, in an element tree like
1915
+ * "&lt;p&gt;&lt;b&gt;&lt;i&gt;&lt;/i&gt;&lt;/b&gt; Text&lt;/p&gt;", the start editing point is
1916
+ * "&lt;p&gt;&lt;b&gt;&lt;i&gt;^&lt;/i&gt;&lt;/b&gt; Text&lt;/p&gt;" (inside &lt;i&gt;).
1917
+ * @param {CKEDITOR.dom.element} el The element into which look for the
1918
+ * editing spot.
1919
+ * @param {Boolean} isMoveToEnd Whether move to the end editable position.
1920
+ */
1921
+ moveToElementEditablePosition : function( el, isMoveToEnd )
1922
+ {
1923
+ function nextDFS( node, childOnly )
1924
+ {
1925
+ var next;
1926
+
1927
+ if ( node.type == CKEDITOR.NODE_ELEMENT
1928
+ && node.isEditable( false )
1929
+ && !CKEDITOR.dtd.$nonEditable[ node.getName() ] )
1930
+ {
1931
+ next = node[ isMoveToEnd ? 'getLast' : 'getFirst' ]( nonWhitespaceOrBookmarkEval );
1932
+ }
1933
+
1934
+ if ( !childOnly && !next )
1935
+ next = node[ isMoveToEnd ? 'getPrevious' : 'getNext' ]( nonWhitespaceOrBookmarkEval );
1936
+
1937
+ return next;
1938
+ }
1939
+
1940
+ var found = 0;
1941
+
1942
+ while ( el )
1943
+ {
1944
+ // Stop immediately if we've found a text node.
1945
+ if ( el.type == CKEDITOR.NODE_TEXT )
1946
+ {
1947
+ this.moveToPosition( el, isMoveToEnd ?
1948
+ CKEDITOR.POSITION_AFTER_END :
1949
+ CKEDITOR.POSITION_BEFORE_START );
1950
+ found = 1;
1951
+ break;
1952
+ }
1953
+
1954
+ // If an editable element is found, move inside it, but not stop the searching.
1955
+ if ( el.type == CKEDITOR.NODE_ELEMENT )
1956
+ {
1957
+ if ( el.isEditable() )
1958
+ {
1959
+ this.moveToPosition( el, isMoveToEnd ?
1960
+ CKEDITOR.POSITION_BEFORE_END :
1961
+ CKEDITOR.POSITION_AFTER_START );
1962
+ found = 1;
1963
+ }
1964
+ }
1965
+
1966
+ el = nextDFS( el, found );
1967
+ }
1968
+
1969
+ return !!found;
1970
+ },
1971
+
1972
+ /**
1973
+ *@see {CKEDITOR.dom.range.moveToElementEditablePosition}
1974
+ */
1975
+ moveToElementEditStart : function( target )
1976
+ {
1977
+ return this.moveToElementEditablePosition( target );
1978
+ },
1979
+
1980
+ /**
1981
+ *@see {CKEDITOR.dom.range.moveToElementEditablePosition}
1982
+ */
1983
+ moveToElementEditEnd : function( target )
1984
+ {
1985
+ return this.moveToElementEditablePosition( target, true );
1986
+ },
1987
+
1988
+ /**
1989
+ * Get the single node enclosed within the range if there's one.
1990
+ */
1991
+ getEnclosedNode : function()
1992
+ {
1993
+ var walkerRange = this.clone();
1994
+
1995
+ // Optimize and analyze the range to avoid DOM destructive nature of walker. (#5780)
1996
+ walkerRange.optimize();
1997
+ if ( walkerRange.startContainer.type != CKEDITOR.NODE_ELEMENT
1998
+ || walkerRange.endContainer.type != CKEDITOR.NODE_ELEMENT )
1999
+ return null;
2000
+
2001
+ var walker = new CKEDITOR.dom.walker( walkerRange ),
2002
+ isNotBookmarks = CKEDITOR.dom.walker.bookmark( true ),
2003
+ isNotWhitespaces = CKEDITOR.dom.walker.whitespaces( true ),
2004
+ evaluator = function( node )
2005
+ {
2006
+ return isNotWhitespaces( node ) && isNotBookmarks( node );
2007
+ };
2008
+ walkerRange.evaluator = evaluator;
2009
+ var node = walker.next();
2010
+ walker.reset();
2011
+ return node && node.equals( walker.previous() ) ? node : null;
2012
+ },
2013
+
2014
+ getTouchedStartNode : function()
2015
+ {
2016
+ var container = this.startContainer ;
2017
+
2018
+ if ( this.collapsed || container.type != CKEDITOR.NODE_ELEMENT )
2019
+ return container ;
2020
+
2021
+ return container.getChild( this.startOffset ) || container ;
2022
+ },
2023
+
2024
+ getTouchedEndNode : function()
2025
+ {
2026
+ var container = this.endContainer ;
2027
+
2028
+ if ( this.collapsed || container.type != CKEDITOR.NODE_ELEMENT )
2029
+ return container ;
2030
+
2031
+ return container.getChild( this.endOffset - 1 ) || container ;
2032
+ }
2033
+ };
2034
+ })();
2035
+
2036
+ CKEDITOR.POSITION_AFTER_START = 1; // <element>^contents</element> "^text"
2037
+ CKEDITOR.POSITION_BEFORE_END = 2; // <element>contents^</element> "text^"
2038
+ CKEDITOR.POSITION_BEFORE_START = 3; // ^<element>contents</element> ^"text"
2039
+ CKEDITOR.POSITION_AFTER_END = 4; // <element>contents</element>^ "text"
2040
+
2041
+ CKEDITOR.ENLARGE_ELEMENT = 1;
2042
+ CKEDITOR.ENLARGE_BLOCK_CONTENTS = 2;
2043
+ CKEDITOR.ENLARGE_LIST_ITEM_CONTENTS = 3;
2044
+
2045
+ // Check boundary types.
2046
+ // @see CKEDITOR.dom.range.prototype.checkBoundaryOfElement
2047
+ CKEDITOR.START = 1;
2048
+ CKEDITOR.END = 2;
2049
+ CKEDITOR.STARTEND = 3;
2050
+
2051
+ // Shrink range types.
2052
+ // @see CKEDITOR.dom.range.prototype.shrink
2053
+ CKEDITOR.SHRINK_ELEMENT = 1;
2054
+ CKEDITOR.SHRINK_TEXT = 2;