forge-cli 0.1.1 → 0.1.2

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 (620) hide show
  1. checksums.yaml +7 -0
  2. data/lib/forge-cli/modules/base/manifest.yml +1 -1
  3. data/lib/forge-cli/modules/base/routes.rb +1 -1
  4. data/lib/forge-cli/modules/posts/routes.rb +3 -1
  5. data/lib/forge-cli/version.rb +1 -1
  6. data/lib/forge/Gemfile +1 -0
  7. data/lib/forge/app/assets/javascripts/ckeditor/config.js +35 -0
  8. data/lib/forge/{public → app/assets}/javascripts/ckeditor/contents.css +0 -0
  9. data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/a11yhelp/dialogs/a11yhelp.js +0 -0
  10. data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/a11yhelp/lang/en.js +0 -0
  11. data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/a11yhelp/lang/he.js +0 -0
  12. data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/about/dialogs/about.js +0 -0
  13. data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/about/dialogs/logo_ckeditor.png +0 -0
  14. data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/ajax_save/plugin.js +0 -0
  15. data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/attachment/dialogs/attachment.js +0 -0
  16. data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/attachment/images/attachment.png +0 -0
  17. data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/attachment/lang/en.js +0 -0
  18. data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/attachment/lang/ru.js +0 -0
  19. data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/attachment/lang/uk.js +0 -0
  20. data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/attachment/plugin.js +0 -0
  21. data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/autogrow/plugin.js +0 -0
  22. data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/clipboard/dialogs/paste.js +0 -0
  23. data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/colordialog/dialogs/colordialog.js +0 -0
  24. data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/dialog/dialogDefinition.js +0 -0
  25. data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/div/dialogs/div.js +0 -0
  26. data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/embed/dialogs/embed.js +0 -0
  27. data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/embed/images/embed.png +0 -0
  28. data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/embed/lang/en.js +0 -0
  29. data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/embed/lang/ru.js +0 -0
  30. data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/embed/lang/uk.js +0 -0
  31. data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/embed/plugin.js +0 -0
  32. data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/find/dialogs/find.js +0 -0
  33. data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/flash/dialogs/flash.js +0 -0
  34. data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/flash/images/placeholder.png +0 -0
  35. data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/forge_assets/plugin.js +2 -2
  36. data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/forms/dialogs/button.js +0 -0
  37. data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/forms/dialogs/checkbox.js +0 -0
  38. data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/forms/dialogs/form.js +0 -0
  39. data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/forms/dialogs/hiddenfield.js +0 -0
  40. data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/forms/dialogs/radio.js +0 -0
  41. data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/forms/dialogs/select.js +0 -0
  42. data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/forms/dialogs/textarea.js +0 -0
  43. data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/forms/dialogs/textfield.js +0 -0
  44. data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/forms/images/hiddenfield.gif +0 -0
  45. data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/iframedialog/plugin.js +0 -0
  46. data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/image/dialogs/image.js +0 -0
  47. data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/link/dialogs/anchor.js +0 -0
  48. data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/link/dialogs/link.js +0 -0
  49. data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/link/images/anchor.gif +0 -0
  50. data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/liststyle/dialogs/liststyle.js +0 -0
  51. data/lib/forge/app/assets/javascripts/ckeditor/plugins/mediaembed/icons/hidpi/mediaembed.png +0 -0
  52. data/lib/forge/app/assets/javascripts/ckeditor/plugins/mediaembed/icons/mediaembed.png +0 -0
  53. data/lib/forge/app/assets/javascripts/ckeditor/plugins/mediaembed/plugin.js +64 -0
  54. data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/pagebreak/images/pagebreak.gif +0 -0
  55. data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/pastefromword/filter/default.js +0 -0
  56. data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/pastetext/dialogs/pastetext.js +0 -0
  57. data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/scayt/dialogs/options.js +0 -0
  58. data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/scayt/dialogs/toolbar.css +0 -0
  59. data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/showblocks/images/block_address.png +0 -0
  60. data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/showblocks/images/block_blockquote.png +0 -0
  61. data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/showblocks/images/block_div.png +0 -0
  62. data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/showblocks/images/block_h1.png +0 -0
  63. data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/showblocks/images/block_h2.png +0 -0
  64. data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/showblocks/images/block_h3.png +0 -0
  65. data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/showblocks/images/block_h4.png +0 -0
  66. data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/showblocks/images/block_h5.png +0 -0
  67. data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/showblocks/images/block_h6.png +0 -0
  68. data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/showblocks/images/block_p.png +0 -0
  69. data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/showblocks/images/block_pre.png +0 -0
  70. data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/smiley/dialogs/smiley.js +0 -0
  71. data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/smiley/images/angel_smile.gif +0 -0
  72. data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/smiley/images/angry_smile.gif +0 -0
  73. data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/smiley/images/broken_heart.gif +0 -0
  74. data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/smiley/images/confused_smile.gif +0 -0
  75. data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/smiley/images/cry_smile.gif +0 -0
  76. data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/smiley/images/devil_smile.gif +0 -0
  77. data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/smiley/images/embaressed_smile.gif +0 -0
  78. data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/smiley/images/envelope.gif +0 -0
  79. data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/smiley/images/heart.gif +0 -0
  80. data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/smiley/images/kiss.gif +0 -0
  81. data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/smiley/images/lightbulb.gif +0 -0
  82. data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/smiley/images/omg_smile.gif +0 -0
  83. data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/smiley/images/regular_smile.gif +0 -0
  84. data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/smiley/images/sad_smile.gif +0 -0
  85. data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/smiley/images/shades_smile.gif +0 -0
  86. data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/smiley/images/teeth_smile.gif +0 -0
  87. data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/smiley/images/thumbs_down.gif +0 -0
  88. data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/smiley/images/thumbs_up.gif +0 -0
  89. data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/smiley/images/tounge_smile.gif +0 -0
  90. data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/smiley/images/whatchutalkingabout_smile.gif +0 -0
  91. data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/smiley/images/wink_smile.gif +0 -0
  92. data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/specialchar/dialogs/specialchar.js +0 -0
  93. data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/styles/styles/default.js +0 -0
  94. data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/table/dialogs/table.js +0 -0
  95. data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/tableresize/plugin.js +0 -0
  96. data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/tabletools/dialogs/tableCell.js +0 -0
  97. data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/templates/dialogs/templates.js +0 -0
  98. data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/templates/templates/default.js +0 -0
  99. data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/templates/templates/images/template1.gif +0 -0
  100. data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/templates/templates/images/template2.gif +0 -0
  101. data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/templates/templates/images/template3.gif +0 -0
  102. data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/uicolor/dialogs/uicolor.js +0 -0
  103. data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/uicolor/lang/en.js +0 -0
  104. data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/uicolor/plugin.js +0 -0
  105. data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/uicolor/uicolor.gif +0 -0
  106. data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/uicolor/yui/assets/hue_bg.png +0 -0
  107. data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/uicolor/yui/assets/hue_thumb.png +0 -0
  108. data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/uicolor/yui/assets/picker_mask.png +0 -0
  109. data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/uicolor/yui/assets/picker_thumb.png +0 -0
  110. data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/uicolor/yui/assets/yui.css +0 -0
  111. data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/uicolor/yui/yui.js +0 -0
  112. data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/wsc/dialogs/ciframe.html +0 -0
  113. data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/wsc/dialogs/tmpFrameset.html +0 -0
  114. data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/wsc/dialogs/wsc.css +0 -0
  115. data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/wsc/dialogs/wsc.js +0 -0
  116. data/lib/forge/app/models/asset.rb +2 -1
  117. data/lib/forge/app/views/forge/pages/_form.html.haml +12 -5
  118. data/lib/forge/app/views/forge/posts/_form.html.haml +12 -6
  119. data/lib/forge/app/views/layouts/forge.html.haml +0 -3
  120. data/lib/forge/config/routes.rb +4 -2
  121. data/lib/forge/lib/assets/javascripts/forge/features/asset_dialog.js.erb +1 -1
  122. data/lib/forge/lib/assets/javascripts/forge/features/asset_drawer.js.erb +4 -4
  123. data/lib/forge/lib/assets/javascripts/forge/forge_manifest.js.erb +1 -0
  124. data/lib/forge/lib/generators/forge/scaffold/scaffold_generator.rb +1 -0
  125. data/lib/forge/lib/templates/active_record/model/model.rb +4 -1
  126. data/lib/forge/public/images/image_new.png +0 -0
  127. metadata +207 -699
  128. data/lib/forge/public/javascripts/ckeditor/CHANGES.html +0 -923
  129. data/lib/forge/public/javascripts/ckeditor/INSTALL.html +0 -92
  130. data/lib/forge/public/javascripts/ckeditor/LICENSE.html +0 -1334
  131. data/lib/forge/public/javascripts/ckeditor/_source/adapters/jquery.js +0 -297
  132. data/lib/forge/public/javascripts/ckeditor/_source/core/_bootstrap.js +0 -91
  133. data/lib/forge/public/javascripts/ckeditor/_source/core/ajax.js +0 -143
  134. data/lib/forge/public/javascripts/ckeditor/_source/core/ckeditor.js +0 -113
  135. data/lib/forge/public/javascripts/ckeditor/_source/core/ckeditor_base.js +0 -193
  136. data/lib/forge/public/javascripts/ckeditor/_source/core/ckeditor_basic.js +0 -242
  137. data/lib/forge/public/javascripts/ckeditor/_source/core/command.js +0 -73
  138. data/lib/forge/public/javascripts/ckeditor/_source/core/commanddefinition.js +0 -102
  139. data/lib/forge/public/javascripts/ckeditor/_source/core/config.js +0 -405
  140. data/lib/forge/public/javascripts/ckeditor/_source/core/dataprocessor.js +0 -66
  141. data/lib/forge/public/javascripts/ckeditor/_source/core/dom.js +0 -21
  142. data/lib/forge/public/javascripts/ckeditor/_source/core/dom/comment.js +0 -32
  143. data/lib/forge/public/javascripts/ckeditor/_source/core/dom/document.js +0 -224
  144. data/lib/forge/public/javascripts/ckeditor/_source/core/dom/documentfragment.js +0 -49
  145. data/lib/forge/public/javascripts/ckeditor/_source/core/dom/domobject.js +0 -251
  146. data/lib/forge/public/javascripts/ckeditor/_source/core/dom/element.js +0 -1556
  147. data/lib/forge/public/javascripts/ckeditor/_source/core/dom/elementpath.js +0 -116
  148. data/lib/forge/public/javascripts/ckeditor/_source/core/dom/event.js +0 -142
  149. data/lib/forge/public/javascripts/ckeditor/_source/core/dom/node.js +0 -683
  150. data/lib/forge/public/javascripts/ckeditor/_source/core/dom/nodelist.js +0 -23
  151. data/lib/forge/public/javascripts/ckeditor/_source/core/dom/range.js +0 -1880
  152. data/lib/forge/public/javascripts/ckeditor/_source/core/dom/rangelist.js +0 -163
  153. data/lib/forge/public/javascripts/ckeditor/_source/core/dom/text.js +0 -123
  154. data/lib/forge/public/javascripts/ckeditor/_source/core/dom/walker.js +0 -445
  155. data/lib/forge/public/javascripts/ckeditor/_source/core/dom/window.js +0 -96
  156. data/lib/forge/public/javascripts/ckeditor/_source/core/dtd.js +0 -233
  157. data/lib/forge/public/javascripts/ckeditor/_source/core/editor.js +0 -759
  158. data/lib/forge/public/javascripts/ckeditor/_source/core/editor_basic.js +0 -182
  159. data/lib/forge/public/javascripts/ckeditor/_source/core/env.js +0 -229
  160. data/lib/forge/public/javascripts/ckeditor/_source/core/event.js +0 -336
  161. data/lib/forge/public/javascripts/ckeditor/_source/core/eventInfo.js +0 -120
  162. data/lib/forge/public/javascripts/ckeditor/_source/core/focusmanager.js +0 -137
  163. data/lib/forge/public/javascripts/ckeditor/_source/core/htmlparser.js +0 -218
  164. data/lib/forge/public/javascripts/ckeditor/_source/core/htmlparser/basicwriter.js +0 -145
  165. data/lib/forge/public/javascripts/ckeditor/_source/core/htmlparser/cdata.js +0 -43
  166. data/lib/forge/public/javascripts/ckeditor/_source/core/htmlparser/comment.js +0 -60
  167. data/lib/forge/public/javascripts/ckeditor/_source/core/htmlparser/element.js +0 -240
  168. data/lib/forge/public/javascripts/ckeditor/_source/core/htmlparser/filter.js +0 -288
  169. data/lib/forge/public/javascripts/ckeditor/_source/core/htmlparser/fragment.js +0 -497
  170. data/lib/forge/public/javascripts/ckeditor/_source/core/htmlparser/text.js +0 -55
  171. data/lib/forge/public/javascripts/ckeditor/_source/core/imagecacher.js +0 -59
  172. data/lib/forge/public/javascripts/ckeditor/_source/core/lang.js +0 -152
  173. data/lib/forge/public/javascripts/ckeditor/_source/core/loader.js +0 -243
  174. data/lib/forge/public/javascripts/ckeditor/_source/core/plugindefinition.js +0 -66
  175. data/lib/forge/public/javascripts/ckeditor/_source/core/plugins.js +0 -85
  176. data/lib/forge/public/javascripts/ckeditor/_source/core/resourcemanager.js +0 -238
  177. data/lib/forge/public/javascripts/ckeditor/_source/core/scriptloader.js +0 -198
  178. data/lib/forge/public/javascripts/ckeditor/_source/core/skins.js +0 -204
  179. data/lib/forge/public/javascripts/ckeditor/_source/core/themes.js +0 -19
  180. data/lib/forge/public/javascripts/ckeditor/_source/core/tools.js +0 -747
  181. data/lib/forge/public/javascripts/ckeditor/_source/core/ui.js +0 -116
  182. data/lib/forge/public/javascripts/ckeditor/_source/core/xml.js +0 -165
  183. data/lib/forge/public/javascripts/ckeditor/_source/lang/_languages.js +0 -83
  184. data/lib/forge/public/javascripts/ckeditor/_source/lang/_translationstatus.txt +0 -60
  185. data/lib/forge/public/javascripts/ckeditor/_source/lang/af.js +0 -758
  186. data/lib/forge/public/javascripts/ckeditor/_source/lang/ar.js +0 -758
  187. data/lib/forge/public/javascripts/ckeditor/_source/lang/bg.js +0 -758
  188. data/lib/forge/public/javascripts/ckeditor/_source/lang/bn.js +0 -758
  189. data/lib/forge/public/javascripts/ckeditor/_source/lang/bs.js +0 -758
  190. data/lib/forge/public/javascripts/ckeditor/_source/lang/ca.js +0 -758
  191. data/lib/forge/public/javascripts/ckeditor/_source/lang/cs.js +0 -758
  192. data/lib/forge/public/javascripts/ckeditor/_source/lang/cy.js +0 -758
  193. data/lib/forge/public/javascripts/ckeditor/_source/lang/da.js +0 -758
  194. data/lib/forge/public/javascripts/ckeditor/_source/lang/de.js +0 -758
  195. data/lib/forge/public/javascripts/ckeditor/_source/lang/el.js +0 -758
  196. data/lib/forge/public/javascripts/ckeditor/_source/lang/en-au.js +0 -758
  197. data/lib/forge/public/javascripts/ckeditor/_source/lang/en-ca.js +0 -758
  198. data/lib/forge/public/javascripts/ckeditor/_source/lang/en-gb.js +0 -758
  199. data/lib/forge/public/javascripts/ckeditor/_source/lang/en.js +0 -758
  200. data/lib/forge/public/javascripts/ckeditor/_source/lang/eo.js +0 -758
  201. data/lib/forge/public/javascripts/ckeditor/_source/lang/es.js +0 -758
  202. data/lib/forge/public/javascripts/ckeditor/_source/lang/et.js +0 -758
  203. data/lib/forge/public/javascripts/ckeditor/_source/lang/eu.js +0 -758
  204. data/lib/forge/public/javascripts/ckeditor/_source/lang/fa.js +0 -758
  205. data/lib/forge/public/javascripts/ckeditor/_source/lang/fi.js +0 -758
  206. data/lib/forge/public/javascripts/ckeditor/_source/lang/fo.js +0 -758
  207. data/lib/forge/public/javascripts/ckeditor/_source/lang/fr-ca.js +0 -758
  208. data/lib/forge/public/javascripts/ckeditor/_source/lang/fr.js +0 -758
  209. data/lib/forge/public/javascripts/ckeditor/_source/lang/gl.js +0 -758
  210. data/lib/forge/public/javascripts/ckeditor/_source/lang/gu.js +0 -758
  211. data/lib/forge/public/javascripts/ckeditor/_source/lang/he.js +0 -758
  212. data/lib/forge/public/javascripts/ckeditor/_source/lang/hi.js +0 -758
  213. data/lib/forge/public/javascripts/ckeditor/_source/lang/hr.js +0 -758
  214. data/lib/forge/public/javascripts/ckeditor/_source/lang/hu.js +0 -758
  215. data/lib/forge/public/javascripts/ckeditor/_source/lang/is.js +0 -758
  216. data/lib/forge/public/javascripts/ckeditor/_source/lang/it.js +0 -758
  217. data/lib/forge/public/javascripts/ckeditor/_source/lang/ja.js +0 -758
  218. data/lib/forge/public/javascripts/ckeditor/_source/lang/km.js +0 -758
  219. data/lib/forge/public/javascripts/ckeditor/_source/lang/ko.js +0 -758
  220. data/lib/forge/public/javascripts/ckeditor/_source/lang/lt.js +0 -758
  221. data/lib/forge/public/javascripts/ckeditor/_source/lang/lv.js +0 -758
  222. data/lib/forge/public/javascripts/ckeditor/_source/lang/mn.js +0 -758
  223. data/lib/forge/public/javascripts/ckeditor/_source/lang/ms.js +0 -758
  224. data/lib/forge/public/javascripts/ckeditor/_source/lang/nb.js +0 -758
  225. data/lib/forge/public/javascripts/ckeditor/_source/lang/nl.js +0 -758
  226. data/lib/forge/public/javascripts/ckeditor/_source/lang/no.js +0 -758
  227. data/lib/forge/public/javascripts/ckeditor/_source/lang/pl.js +0 -758
  228. data/lib/forge/public/javascripts/ckeditor/_source/lang/pt-br.js +0 -757
  229. data/lib/forge/public/javascripts/ckeditor/_source/lang/pt.js +0 -758
  230. data/lib/forge/public/javascripts/ckeditor/_source/lang/ro.js +0 -758
  231. data/lib/forge/public/javascripts/ckeditor/_source/lang/ru.js +0 -758
  232. data/lib/forge/public/javascripts/ckeditor/_source/lang/sk.js +0 -758
  233. data/lib/forge/public/javascripts/ckeditor/_source/lang/sl.js +0 -758
  234. data/lib/forge/public/javascripts/ckeditor/_source/lang/sr-latn.js +0 -758
  235. data/lib/forge/public/javascripts/ckeditor/_source/lang/sr.js +0 -758
  236. data/lib/forge/public/javascripts/ckeditor/_source/lang/sv.js +0 -758
  237. data/lib/forge/public/javascripts/ckeditor/_source/lang/th.js +0 -758
  238. data/lib/forge/public/javascripts/ckeditor/_source/lang/tr.js +0 -757
  239. data/lib/forge/public/javascripts/ckeditor/_source/lang/uk.js +0 -758
  240. data/lib/forge/public/javascripts/ckeditor/_source/lang/vi.js +0 -758
  241. data/lib/forge/public/javascripts/ckeditor/_source/lang/zh-cn.js +0 -758
  242. data/lib/forge/public/javascripts/ckeditor/_source/lang/zh.js +0 -758
  243. data/lib/forge/public/javascripts/ckeditor/_source/plugins/a11yhelp/dialogs/a11yhelp.js +0 -211
  244. data/lib/forge/public/javascripts/ckeditor/_source/plugins/a11yhelp/lang/en.js +0 -108
  245. data/lib/forge/public/javascripts/ckeditor/_source/plugins/a11yhelp/lang/he.js +0 -216
  246. data/lib/forge/public/javascripts/ckeditor/_source/plugins/a11yhelp/plugin.js +0 -46
  247. data/lib/forge/public/javascripts/ckeditor/_source/plugins/about/dialogs/about.js +0 -73
  248. data/lib/forge/public/javascripts/ckeditor/_source/plugins/about/plugin.js +0 -23
  249. data/lib/forge/public/javascripts/ckeditor/_source/plugins/ajax_save/plugin.js +0 -43
  250. data/lib/forge/public/javascripts/ckeditor/_source/plugins/attachment/dialogs/attachment.js +0 -384
  251. data/lib/forge/public/javascripts/ckeditor/_source/plugins/attachment/plugin.js +0 -44
  252. data/lib/forge/public/javascripts/ckeditor/_source/plugins/autogrow/plugin.js +0 -79
  253. data/lib/forge/public/javascripts/ckeditor/_source/plugins/basicstyles/plugin.js +0 -101
  254. data/lib/forge/public/javascripts/ckeditor/_source/plugins/bidi/plugin.js +0 -247
  255. data/lib/forge/public/javascripts/ckeditor/_source/plugins/blockquote/plugin.js +0 -301
  256. data/lib/forge/public/javascripts/ckeditor/_source/plugins/button/plugin.js +0 -277
  257. data/lib/forge/public/javascripts/ckeditor/_source/plugins/clipboard/dialogs/paste.js +0 -205
  258. data/lib/forge/public/javascripts/ckeditor/_source/plugins/clipboard/plugin.js +0 -412
  259. data/lib/forge/public/javascripts/ckeditor/_source/plugins/colorbutton/plugin.js +0 -251
  260. data/lib/forge/public/javascripts/ckeditor/_source/plugins/colordialog/dialogs/colordialog.js +0 -340
  261. data/lib/forge/public/javascripts/ckeditor/_source/plugins/colordialog/plugin.js +0 -13
  262. data/lib/forge/public/javascripts/ckeditor/_source/plugins/contextmenu/plugin.js +0 -276
  263. data/lib/forge/public/javascripts/ckeditor/_source/plugins/dialog/dialogDefinition.js +0 -315
  264. data/lib/forge/public/javascripts/ckeditor/_source/plugins/dialog/plugin.js +0 -3016
  265. data/lib/forge/public/javascripts/ckeditor/_source/plugins/dialogadvtab/plugin.js +0 -207
  266. data/lib/forge/public/javascripts/ckeditor/_source/plugins/dialogui/plugin.js +0 -1522
  267. data/lib/forge/public/javascripts/ckeditor/_source/plugins/div/dialogs/div.js +0 -535
  268. data/lib/forge/public/javascripts/ckeditor/_source/plugins/div/plugin.js +0 -121
  269. data/lib/forge/public/javascripts/ckeditor/_source/plugins/domiterator/plugin.js +0 -350
  270. data/lib/forge/public/javascripts/ckeditor/_source/plugins/editingblock/plugin.js +0 -230
  271. data/lib/forge/public/javascripts/ckeditor/_source/plugins/elementspath/plugin.js +0 -206
  272. data/lib/forge/public/javascripts/ckeditor/_source/plugins/embed/dialogs/embed.js +0 -65
  273. data/lib/forge/public/javascripts/ckeditor/_source/plugins/embed/plugin.js +0 -43
  274. data/lib/forge/public/javascripts/ckeditor/_source/plugins/enterkey/plugin.js +0 -363
  275. data/lib/forge/public/javascripts/ckeditor/_source/plugins/entities/plugin.js +0 -227
  276. data/lib/forge/public/javascripts/ckeditor/_source/plugins/fakeobjects/plugin.js +0 -122
  277. data/lib/forge/public/javascripts/ckeditor/_source/plugins/filebrowser/plugin.js +0 -491
  278. data/lib/forge/public/javascripts/ckeditor/_source/plugins/find/dialogs/find.js +0 -885
  279. data/lib/forge/public/javascripts/ckeditor/_source/plugins/find/plugin.js +0 -46
  280. data/lib/forge/public/javascripts/ckeditor/_source/plugins/flash/dialogs/flash.js +0 -698
  281. data/lib/forge/public/javascripts/ckeditor/_source/plugins/flash/plugin.js +0 -174
  282. data/lib/forge/public/javascripts/ckeditor/_source/plugins/floatpanel/plugin.js +0 -398
  283. data/lib/forge/public/javascripts/ckeditor/_source/plugins/font/plugin.js +0 -234
  284. data/lib/forge/public/javascripts/ckeditor/_source/plugins/format/plugin.js +0 -194
  285. data/lib/forge/public/javascripts/ckeditor/_source/plugins/forms/dialogs/button.js +0 -135
  286. data/lib/forge/public/javascripts/ckeditor/_source/plugins/forms/dialogs/checkbox.js +0 -155
  287. data/lib/forge/public/javascripts/ckeditor/_source/plugins/forms/dialogs/form.js +0 -177
  288. data/lib/forge/public/javascripts/ckeditor/_source/plugins/forms/dialogs/hiddenfield.js +0 -98
  289. data/lib/forge/public/javascripts/ckeditor/_source/plugins/forms/dialogs/radio.js +0 -135
  290. data/lib/forge/public/javascripts/ckeditor/_source/plugins/forms/dialogs/select.js +0 -556
  291. data/lib/forge/public/javascripts/ckeditor/_source/plugins/forms/dialogs/textarea.js +0 -114
  292. data/lib/forge/public/javascripts/ckeditor/_source/plugins/forms/dialogs/textfield.js +0 -199
  293. data/lib/forge/public/javascripts/ckeditor/_source/plugins/forms/plugin.js +0 -281
  294. data/lib/forge/public/javascripts/ckeditor/_source/plugins/horizontalrule/plugin.js +0 -36
  295. data/lib/forge/public/javascripts/ckeditor/_source/plugins/htmldataprocessor/plugin.js +0 -494
  296. data/lib/forge/public/javascripts/ckeditor/_source/plugins/htmlwriter/plugin.js +0 -314
  297. data/lib/forge/public/javascripts/ckeditor/_source/plugins/iframedialog/plugin.js +0 -136
  298. data/lib/forge/public/javascripts/ckeditor/_source/plugins/image/dialogs/image.js +0 -1396
  299. data/lib/forge/public/javascripts/ckeditor/_source/plugins/image/plugin.js +0 -81
  300. data/lib/forge/public/javascripts/ckeditor/_source/plugins/indent/plugin.js +0 -447
  301. data/lib/forge/public/javascripts/ckeditor/_source/plugins/justify/plugin.js +0 -190
  302. data/lib/forge/public/javascripts/ckeditor/_source/plugins/keystrokes/plugin.js +0 -229
  303. data/lib/forge/public/javascripts/ckeditor/_source/plugins/link/dialogs/anchor.js +0 -99
  304. data/lib/forge/public/javascripts/ckeditor/_source/plugins/link/dialogs/link.js +0 -1420
  305. data/lib/forge/public/javascripts/ckeditor/_source/plugins/link/plugin.js +0 -238
  306. data/lib/forge/public/javascripts/ckeditor/_source/plugins/list/plugin.js +0 -683
  307. data/lib/forge/public/javascripts/ckeditor/_source/plugins/listblock/plugin.js +0 -257
  308. data/lib/forge/public/javascripts/ckeditor/_source/plugins/liststyle/dialogs/liststyle.js +0 -203
  309. data/lib/forge/public/javascripts/ckeditor/_source/plugins/liststyle/plugin.js +0 -66
  310. data/lib/forge/public/javascripts/ckeditor/_source/plugins/maximize/plugin.js +0 -343
  311. data/lib/forge/public/javascripts/ckeditor/_source/plugins/menu/plugin.js +0 -409
  312. data/lib/forge/public/javascripts/ckeditor/_source/plugins/menubutton/plugin.js +0 -94
  313. data/lib/forge/public/javascripts/ckeditor/_source/plugins/newpage/plugin.js +0 -54
  314. data/lib/forge/public/javascripts/ckeditor/_source/plugins/pagebreak/plugin.js +0 -121
  315. data/lib/forge/public/javascripts/ckeditor/_source/plugins/panel/plugin.js +0 -398
  316. data/lib/forge/public/javascripts/ckeditor/_source/plugins/panelbutton/plugin.js +0 -147
  317. data/lib/forge/public/javascripts/ckeditor/_source/plugins/pastefromword/filter/default.js +0 -1170
  318. data/lib/forge/public/javascripts/ckeditor/_source/plugins/pastefromword/plugin.js +0 -122
  319. data/lib/forge/public/javascripts/ckeditor/_source/plugins/pastetext/dialogs/pastetext.js +0 -70
  320. data/lib/forge/public/javascripts/ckeditor/_source/plugins/pastetext/plugin.js +0 -145
  321. data/lib/forge/public/javascripts/ckeditor/_source/plugins/popup/plugin.js +0 -64
  322. data/lib/forge/public/javascripts/ckeditor/_source/plugins/preview/plugin.js +0 -108
  323. data/lib/forge/public/javascripts/ckeditor/_source/plugins/print/plugin.js +0 -41
  324. data/lib/forge/public/javascripts/ckeditor/_source/plugins/removeformat/plugin.js +0 -184
  325. data/lib/forge/public/javascripts/ckeditor/_source/plugins/resize/plugin.js +0 -157
  326. data/lib/forge/public/javascripts/ckeditor/_source/plugins/richcombo/plugin.js +0 -370
  327. data/lib/forge/public/javascripts/ckeditor/_source/plugins/save/plugin.js +0 -55
  328. data/lib/forge/public/javascripts/ckeditor/_source/plugins/scayt/dialogs/options.js +0 -533
  329. data/lib/forge/public/javascripts/ckeditor/_source/plugins/scayt/dialogs/toolbar.css +0 -71
  330. data/lib/forge/public/javascripts/ckeditor/_source/plugins/scayt/plugin.js +0 -943
  331. data/lib/forge/public/javascripts/ckeditor/_source/plugins/selection/plugin.js +0 -1367
  332. data/lib/forge/public/javascripts/ckeditor/_source/plugins/showblocks/plugin.js +0 -156
  333. data/lib/forge/public/javascripts/ckeditor/_source/plugins/showborders/plugin.js +0 -201
  334. data/lib/forge/public/javascripts/ckeditor/_source/plugins/smiley/dialogs/smiley.js +0 -216
  335. data/lib/forge/public/javascripts/ckeditor/_source/plugins/smiley/plugin.js +0 -94
  336. data/lib/forge/public/javascripts/ckeditor/_source/plugins/sourcearea/plugin.js +0 -207
  337. data/lib/forge/public/javascripts/ckeditor/_source/plugins/specialchar/dialogs/specialchar.js +0 -409
  338. data/lib/forge/public/javascripts/ckeditor/_source/plugins/specialchar/plugin.js +0 -29
  339. data/lib/forge/public/javascripts/ckeditor/_source/plugins/styles/plugin.js +0 -1445
  340. data/lib/forge/public/javascripts/ckeditor/_source/plugins/styles/styles/default.js +0 -88
  341. data/lib/forge/public/javascripts/ckeditor/_source/plugins/stylescombo/plugin.js +0 -207
  342. data/lib/forge/public/javascripts/ckeditor/_source/plugins/tab/plugin.js +0 -367
  343. data/lib/forge/public/javascripts/ckeditor/_source/plugins/table/dialogs/table.js +0 -673
  344. data/lib/forge/public/javascripts/ckeditor/_source/plugins/table/plugin.js +0 -78
  345. data/lib/forge/public/javascripts/ckeditor/_source/plugins/tableresize/plugin.js +0 -450
  346. data/lib/forge/public/javascripts/ckeditor/_source/plugins/tabletools/dialogs/tableCell.js +0 -533
  347. data/lib/forge/public/javascripts/ckeditor/_source/plugins/tabletools/plugin.js +0 -1120
  348. data/lib/forge/public/javascripts/ckeditor/_source/plugins/templates/dialogs/templates.js +0 -231
  349. data/lib/forge/public/javascripts/ckeditor/_source/plugins/templates/plugin.js +0 -100
  350. data/lib/forge/public/javascripts/ckeditor/_source/plugins/templates/templates/default.js +0 -94
  351. data/lib/forge/public/javascripts/ckeditor/_source/plugins/toolbar/plugin.js +0 -481
  352. data/lib/forge/public/javascripts/ckeditor/_source/plugins/uicolor/dialogs/uicolor.js +0 -205
  353. data/lib/forge/public/javascripts/ckeditor/_source/plugins/uicolor/lang/en.js +0 -15
  354. data/lib/forge/public/javascripts/ckeditor/_source/plugins/uicolor/plugin.js +0 -37
  355. data/lib/forge/public/javascripts/ckeditor/_source/plugins/uicolor/yui/assets/yui.css +0 -15
  356. data/lib/forge/public/javascripts/ckeditor/_source/plugins/uicolor/yui/yui.js +0 -71
  357. data/lib/forge/public/javascripts/ckeditor/_source/plugins/undo/plugin.js +0 -555
  358. data/lib/forge/public/javascripts/ckeditor/_source/plugins/wsc/dialogs/wsc.css +0 -82
  359. data/lib/forge/public/javascripts/ckeditor/_source/plugins/wsc/dialogs/wsc.js +0 -176
  360. data/lib/forge/public/javascripts/ckeditor/_source/plugins/wsc/plugin.js +0 -33
  361. data/lib/forge/public/javascripts/ckeditor/_source/plugins/wysiwygarea/plugin.js +0 -1126
  362. data/lib/forge/public/javascripts/ckeditor/_source/skins/kama/dialog.css +0 -856
  363. data/lib/forge/public/javascripts/ckeditor/_source/skins/kama/editor.css +0 -25
  364. data/lib/forge/public/javascripts/ckeditor/_source/skins/kama/elementspath.css +0 -73
  365. data/lib/forge/public/javascripts/ckeditor/_source/skins/kama/icons.css +0 -357
  366. data/lib/forge/public/javascripts/ckeditor/_source/skins/kama/icons.png +0 -0
  367. data/lib/forge/public/javascripts/ckeditor/_source/skins/kama/icons_rtl.png +0 -0
  368. data/lib/forge/public/javascripts/ckeditor/_source/skins/kama/images/dialog_sides.gif +0 -0
  369. data/lib/forge/public/javascripts/ckeditor/_source/skins/kama/images/dialog_sides.png +0 -0
  370. data/lib/forge/public/javascripts/ckeditor/_source/skins/kama/images/dialog_sides_rtl.png +0 -0
  371. data/lib/forge/public/javascripts/ckeditor/_source/skins/kama/images/mini.gif +0 -0
  372. data/lib/forge/public/javascripts/ckeditor/_source/skins/kama/images/noimage.png +0 -0
  373. data/lib/forge/public/javascripts/ckeditor/_source/skins/kama/images/sprites.png +0 -0
  374. data/lib/forge/public/javascripts/ckeditor/_source/skins/kama/images/sprites_ie6.png +0 -0
  375. data/lib/forge/public/javascripts/ckeditor/_source/skins/kama/images/toolbar_start.gif +0 -0
  376. data/lib/forge/public/javascripts/ckeditor/_source/skins/kama/mainui.css +0 -195
  377. data/lib/forge/public/javascripts/ckeditor/_source/skins/kama/menu.css +0 -202
  378. data/lib/forge/public/javascripts/ckeditor/_source/skins/kama/panel.css +0 -217
  379. data/lib/forge/public/javascripts/ckeditor/_source/skins/kama/presets.css +0 -49
  380. data/lib/forge/public/javascripts/ckeditor/_source/skins/kama/reset.css +0 -84
  381. data/lib/forge/public/javascripts/ckeditor/_source/skins/kama/richcombo.css +0 -277
  382. data/lib/forge/public/javascripts/ckeditor/_source/skins/kama/skin.js +0 -268
  383. data/lib/forge/public/javascripts/ckeditor/_source/skins/kama/templates.css +0 -88
  384. data/lib/forge/public/javascripts/ckeditor/_source/skins/kama/toolbar.css +0 -409
  385. data/lib/forge/public/javascripts/ckeditor/_source/skins/office2003/dialog.css +0 -765
  386. data/lib/forge/public/javascripts/ckeditor/_source/skins/office2003/editor.css +0 -25
  387. data/lib/forge/public/javascripts/ckeditor/_source/skins/office2003/elementspath.css +0 -74
  388. data/lib/forge/public/javascripts/ckeditor/_source/skins/office2003/icons.css +0 -354
  389. data/lib/forge/public/javascripts/ckeditor/_source/skins/office2003/icons.png +0 -0
  390. data/lib/forge/public/javascripts/ckeditor/_source/skins/office2003/icons_rtl.png +0 -0
  391. data/lib/forge/public/javascripts/ckeditor/_source/skins/office2003/images/dialog_sides.gif +0 -0
  392. data/lib/forge/public/javascripts/ckeditor/_source/skins/office2003/images/dialog_sides.png +0 -0
  393. data/lib/forge/public/javascripts/ckeditor/_source/skins/office2003/images/dialog_sides_rtl.png +0 -0
  394. data/lib/forge/public/javascripts/ckeditor/_source/skins/office2003/images/mini.gif +0 -0
  395. data/lib/forge/public/javascripts/ckeditor/_source/skins/office2003/images/noimage.png +0 -0
  396. data/lib/forge/public/javascripts/ckeditor/_source/skins/office2003/images/sprites.png +0 -0
  397. data/lib/forge/public/javascripts/ckeditor/_source/skins/office2003/images/sprites_ie6.png +0 -0
  398. data/lib/forge/public/javascripts/ckeditor/_source/skins/office2003/mainui.css +0 -145
  399. data/lib/forge/public/javascripts/ckeditor/_source/skins/office2003/menu.css +0 -199
  400. data/lib/forge/public/javascripts/ckeditor/_source/skins/office2003/panel.css +0 -212
  401. data/lib/forge/public/javascripts/ckeditor/_source/skins/office2003/presets.css +0 -49
  402. data/lib/forge/public/javascripts/ckeditor/_source/skins/office2003/reset.css +0 -84
  403. data/lib/forge/public/javascripts/ckeditor/_source/skins/office2003/richcombo.css +0 -297
  404. data/lib/forge/public/javascripts/ckeditor/_source/skins/office2003/skin.js +0 -81
  405. data/lib/forge/public/javascripts/ckeditor/_source/skins/office2003/templates.css +0 -87
  406. data/lib/forge/public/javascripts/ckeditor/_source/skins/office2003/toolbar.css +0 -470
  407. data/lib/forge/public/javascripts/ckeditor/_source/skins/v2/dialog.css +0 -780
  408. data/lib/forge/public/javascripts/ckeditor/_source/skins/v2/editor.css +0 -25
  409. data/lib/forge/public/javascripts/ckeditor/_source/skins/v2/elementspath.css +0 -74
  410. data/lib/forge/public/javascripts/ckeditor/_source/skins/v2/icons.css +0 -354
  411. data/lib/forge/public/javascripts/ckeditor/_source/skins/v2/icons.png +0 -0
  412. data/lib/forge/public/javascripts/ckeditor/_source/skins/v2/icons_rtl.png +0 -0
  413. data/lib/forge/public/javascripts/ckeditor/_source/skins/v2/images/dialog_sides.gif +0 -0
  414. data/lib/forge/public/javascripts/ckeditor/_source/skins/v2/images/dialog_sides.png +0 -0
  415. data/lib/forge/public/javascripts/ckeditor/_source/skins/v2/images/dialog_sides_rtl.png +0 -0
  416. data/lib/forge/public/javascripts/ckeditor/_source/skins/v2/images/mini.gif +0 -0
  417. data/lib/forge/public/javascripts/ckeditor/_source/skins/v2/images/noimage.png +0 -0
  418. data/lib/forge/public/javascripts/ckeditor/_source/skins/v2/images/sprites.png +0 -0
  419. data/lib/forge/public/javascripts/ckeditor/_source/skins/v2/images/sprites_ie6.png +0 -0
  420. data/lib/forge/public/javascripts/ckeditor/_source/skins/v2/images/toolbar_start.gif +0 -0
  421. data/lib/forge/public/javascripts/ckeditor/_source/skins/v2/mainui.css +0 -154
  422. data/lib/forge/public/javascripts/ckeditor/_source/skins/v2/menu.css +0 -201
  423. data/lib/forge/public/javascripts/ckeditor/_source/skins/v2/panel.css +0 -212
  424. data/lib/forge/public/javascripts/ckeditor/_source/skins/v2/presets.css +0 -50
  425. data/lib/forge/public/javascripts/ckeditor/_source/skins/v2/reset.css +0 -84
  426. data/lib/forge/public/javascripts/ckeditor/_source/skins/v2/richcombo.css +0 -297
  427. data/lib/forge/public/javascripts/ckeditor/_source/skins/v2/skin.js +0 -77
  428. data/lib/forge/public/javascripts/ckeditor/_source/skins/v2/templates.css +0 -87
  429. data/lib/forge/public/javascripts/ckeditor/_source/skins/v2/toolbar.css +0 -423
  430. data/lib/forge/public/javascripts/ckeditor/_source/themes/default/theme.js +0 -356
  431. data/lib/forge/public/javascripts/ckeditor/adapters/jquery.js +0 -6
  432. data/lib/forge/public/javascripts/ckeditor/ckeditor.js +0 -135
  433. data/lib/forge/public/javascripts/ckeditor/ckeditor.pack +0 -211
  434. data/lib/forge/public/javascripts/ckeditor/ckeditor_basic.js +0 -8
  435. data/lib/forge/public/javascripts/ckeditor/ckeditor_basic_source.js +0 -20
  436. data/lib/forge/public/javascripts/ckeditor/ckeditor_source.js +0 -25
  437. data/lib/forge/public/javascripts/ckeditor/config.js +0 -47
  438. data/lib/forge/public/javascripts/ckeditor/css/ckfinder.css +0 -299
  439. data/lib/forge/public/javascripts/ckeditor/css/fck_dialog.css +0 -119
  440. data/lib/forge/public/javascripts/ckeditor/css/fck_editor.css +0 -448
  441. data/lib/forge/public/javascripts/ckeditor/css/swfupload.css +0 -94
  442. data/lib/forge/public/javascripts/ckeditor/images/add.gif +0 -0
  443. data/lib/forge/public/javascripts/ckeditor/images/cancelbutton.gif +0 -0
  444. data/lib/forge/public/javascripts/ckeditor/images/ckfnothumb.gif +0 -0
  445. data/lib/forge/public/javascripts/ckeditor/images/doc.gif +0 -0
  446. data/lib/forge/public/javascripts/ckeditor/images/image_new.gif +0 -0
  447. data/lib/forge/public/javascripts/ckeditor/images/mp3.gif +0 -0
  448. data/lib/forge/public/javascripts/ckeditor/images/pdf.gif +0 -0
  449. data/lib/forge/public/javascripts/ckeditor/images/rar.gif +0 -0
  450. data/lib/forge/public/javascripts/ckeditor/images/refresh.gif +0 -0
  451. data/lib/forge/public/javascripts/ckeditor/images/select_files.png +0 -0
  452. data/lib/forge/public/javascripts/ckeditor/images/spacer.gif +0 -0
  453. data/lib/forge/public/javascripts/ckeditor/images/swf.gif +0 -0
  454. data/lib/forge/public/javascripts/ckeditor/images/toolbar.start.gif +0 -0
  455. data/lib/forge/public/javascripts/ckeditor/images/xls.gif +0 -0
  456. data/lib/forge/public/javascripts/ckeditor/lang/_languages.js +0 -6
  457. data/lib/forge/public/javascripts/ckeditor/lang/_translationstatus.txt +0 -60
  458. data/lib/forge/public/javascripts/ckeditor/lang/af.js +0 -6
  459. data/lib/forge/public/javascripts/ckeditor/lang/ar.js +0 -6
  460. data/lib/forge/public/javascripts/ckeditor/lang/bg.js +0 -6
  461. data/lib/forge/public/javascripts/ckeditor/lang/bn.js +0 -6
  462. data/lib/forge/public/javascripts/ckeditor/lang/bs.js +0 -6
  463. data/lib/forge/public/javascripts/ckeditor/lang/ca.js +0 -6
  464. data/lib/forge/public/javascripts/ckeditor/lang/cs.js +0 -6
  465. data/lib/forge/public/javascripts/ckeditor/lang/cy.js +0 -6
  466. data/lib/forge/public/javascripts/ckeditor/lang/da.js +0 -6
  467. data/lib/forge/public/javascripts/ckeditor/lang/de.js +0 -6
  468. data/lib/forge/public/javascripts/ckeditor/lang/el.js +0 -6
  469. data/lib/forge/public/javascripts/ckeditor/lang/en-au.js +0 -6
  470. data/lib/forge/public/javascripts/ckeditor/lang/en-ca.js +0 -6
  471. data/lib/forge/public/javascripts/ckeditor/lang/en-gb.js +0 -6
  472. data/lib/forge/public/javascripts/ckeditor/lang/en.js +0 -6
  473. data/lib/forge/public/javascripts/ckeditor/lang/eo.js +0 -6
  474. data/lib/forge/public/javascripts/ckeditor/lang/es.js +0 -6
  475. data/lib/forge/public/javascripts/ckeditor/lang/et.js +0 -6
  476. data/lib/forge/public/javascripts/ckeditor/lang/eu.js +0 -6
  477. data/lib/forge/public/javascripts/ckeditor/lang/fa.js +0 -6
  478. data/lib/forge/public/javascripts/ckeditor/lang/fi.js +0 -6
  479. data/lib/forge/public/javascripts/ckeditor/lang/fo.js +0 -6
  480. data/lib/forge/public/javascripts/ckeditor/lang/fr-ca.js +0 -6
  481. data/lib/forge/public/javascripts/ckeditor/lang/fr.js +0 -6
  482. data/lib/forge/public/javascripts/ckeditor/lang/gl.js +0 -6
  483. data/lib/forge/public/javascripts/ckeditor/lang/gu.js +0 -6
  484. data/lib/forge/public/javascripts/ckeditor/lang/he.js +0 -6
  485. data/lib/forge/public/javascripts/ckeditor/lang/hi.js +0 -6
  486. data/lib/forge/public/javascripts/ckeditor/lang/hr.js +0 -6
  487. data/lib/forge/public/javascripts/ckeditor/lang/hu.js +0 -6
  488. data/lib/forge/public/javascripts/ckeditor/lang/is.js +0 -6
  489. data/lib/forge/public/javascripts/ckeditor/lang/it.js +0 -6
  490. data/lib/forge/public/javascripts/ckeditor/lang/ja.js +0 -6
  491. data/lib/forge/public/javascripts/ckeditor/lang/km.js +0 -6
  492. data/lib/forge/public/javascripts/ckeditor/lang/ko.js +0 -6
  493. data/lib/forge/public/javascripts/ckeditor/lang/lt.js +0 -6
  494. data/lib/forge/public/javascripts/ckeditor/lang/lv.js +0 -6
  495. data/lib/forge/public/javascripts/ckeditor/lang/mn.js +0 -6
  496. data/lib/forge/public/javascripts/ckeditor/lang/ms.js +0 -6
  497. data/lib/forge/public/javascripts/ckeditor/lang/nb.js +0 -6
  498. data/lib/forge/public/javascripts/ckeditor/lang/nl.js +0 -6
  499. data/lib/forge/public/javascripts/ckeditor/lang/no.js +0 -6
  500. data/lib/forge/public/javascripts/ckeditor/lang/pl.js +0 -6
  501. data/lib/forge/public/javascripts/ckeditor/lang/pt-br.js +0 -6
  502. data/lib/forge/public/javascripts/ckeditor/lang/pt.js +0 -6
  503. data/lib/forge/public/javascripts/ckeditor/lang/ro.js +0 -6
  504. data/lib/forge/public/javascripts/ckeditor/lang/ru.js +0 -6
  505. data/lib/forge/public/javascripts/ckeditor/lang/sk.js +0 -6
  506. data/lib/forge/public/javascripts/ckeditor/lang/sl.js +0 -6
  507. data/lib/forge/public/javascripts/ckeditor/lang/sr-latn.js +0 -6
  508. data/lib/forge/public/javascripts/ckeditor/lang/sr.js +0 -6
  509. data/lib/forge/public/javascripts/ckeditor/lang/sv.js +0 -6
  510. data/lib/forge/public/javascripts/ckeditor/lang/th.js +0 -6
  511. data/lib/forge/public/javascripts/ckeditor/lang/tr.js +0 -6
  512. data/lib/forge/public/javascripts/ckeditor/lang/uk.js +0 -6
  513. data/lib/forge/public/javascripts/ckeditor/lang/vi.js +0 -6
  514. data/lib/forge/public/javascripts/ckeditor/lang/zh-cn.js +0 -6
  515. data/lib/forge/public/javascripts/ckeditor/lang/zh.js +0 -6
  516. data/lib/forge/public/javascripts/ckeditor/plugins/about/dialogs/logo_ckeditor.png +0 -0
  517. data/lib/forge/public/javascripts/ckeditor/plugins/attachment/images/attachment.png +0 -0
  518. data/lib/forge/public/javascripts/ckeditor/plugins/attachment/lang/en.js +0 -10
  519. data/lib/forge/public/javascripts/ckeditor/plugins/attachment/lang/ru.js +0 -10
  520. data/lib/forge/public/javascripts/ckeditor/plugins/attachment/lang/uk.js +0 -10
  521. data/lib/forge/public/javascripts/ckeditor/plugins/embed/images/embed.png +0 -0
  522. data/lib/forge/public/javascripts/ckeditor/plugins/embed/lang/en.js +0 -9
  523. data/lib/forge/public/javascripts/ckeditor/plugins/embed/lang/ru.js +0 -9
  524. data/lib/forge/public/javascripts/ckeditor/plugins/embed/lang/uk.js +0 -9
  525. data/lib/forge/public/javascripts/ckeditor/plugins/flash/images/placeholder.png +0 -0
  526. data/lib/forge/public/javascripts/ckeditor/plugins/forms/images/hiddenfield.gif +0 -0
  527. data/lib/forge/public/javascripts/ckeditor/plugins/link/images/anchor.gif +0 -0
  528. data/lib/forge/public/javascripts/ckeditor/plugins/pagebreak/images/pagebreak.gif +0 -0
  529. data/lib/forge/public/javascripts/ckeditor/plugins/showblocks/images/block_address.png +0 -0
  530. data/lib/forge/public/javascripts/ckeditor/plugins/showblocks/images/block_blockquote.png +0 -0
  531. data/lib/forge/public/javascripts/ckeditor/plugins/showblocks/images/block_div.png +0 -0
  532. data/lib/forge/public/javascripts/ckeditor/plugins/showblocks/images/block_h1.png +0 -0
  533. data/lib/forge/public/javascripts/ckeditor/plugins/showblocks/images/block_h2.png +0 -0
  534. data/lib/forge/public/javascripts/ckeditor/plugins/showblocks/images/block_h3.png +0 -0
  535. data/lib/forge/public/javascripts/ckeditor/plugins/showblocks/images/block_h4.png +0 -0
  536. data/lib/forge/public/javascripts/ckeditor/plugins/showblocks/images/block_h5.png +0 -0
  537. data/lib/forge/public/javascripts/ckeditor/plugins/showblocks/images/block_h6.png +0 -0
  538. data/lib/forge/public/javascripts/ckeditor/plugins/showblocks/images/block_p.png +0 -0
  539. data/lib/forge/public/javascripts/ckeditor/plugins/showblocks/images/block_pre.png +0 -0
  540. data/lib/forge/public/javascripts/ckeditor/plugins/smiley/images/angel_smile.gif +0 -0
  541. data/lib/forge/public/javascripts/ckeditor/plugins/smiley/images/angry_smile.gif +0 -0
  542. data/lib/forge/public/javascripts/ckeditor/plugins/smiley/images/broken_heart.gif +0 -0
  543. data/lib/forge/public/javascripts/ckeditor/plugins/smiley/images/confused_smile.gif +0 -0
  544. data/lib/forge/public/javascripts/ckeditor/plugins/smiley/images/cry_smile.gif +0 -0
  545. data/lib/forge/public/javascripts/ckeditor/plugins/smiley/images/devil_smile.gif +0 -0
  546. data/lib/forge/public/javascripts/ckeditor/plugins/smiley/images/embaressed_smile.gif +0 -0
  547. data/lib/forge/public/javascripts/ckeditor/plugins/smiley/images/envelope.gif +0 -0
  548. data/lib/forge/public/javascripts/ckeditor/plugins/smiley/images/heart.gif +0 -0
  549. data/lib/forge/public/javascripts/ckeditor/plugins/smiley/images/kiss.gif +0 -0
  550. data/lib/forge/public/javascripts/ckeditor/plugins/smiley/images/lightbulb.gif +0 -0
  551. data/lib/forge/public/javascripts/ckeditor/plugins/smiley/images/omg_smile.gif +0 -0
  552. data/lib/forge/public/javascripts/ckeditor/plugins/smiley/images/regular_smile.gif +0 -0
  553. data/lib/forge/public/javascripts/ckeditor/plugins/smiley/images/sad_smile.gif +0 -0
  554. data/lib/forge/public/javascripts/ckeditor/plugins/smiley/images/shades_smile.gif +0 -0
  555. data/lib/forge/public/javascripts/ckeditor/plugins/smiley/images/teeth_smile.gif +0 -0
  556. data/lib/forge/public/javascripts/ckeditor/plugins/smiley/images/thumbs_down.gif +0 -0
  557. data/lib/forge/public/javascripts/ckeditor/plugins/smiley/images/thumbs_up.gif +0 -0
  558. data/lib/forge/public/javascripts/ckeditor/plugins/smiley/images/tounge_smile.gif +0 -0
  559. data/lib/forge/public/javascripts/ckeditor/plugins/smiley/images/whatchutalkingabout_smile.gif +0 -0
  560. data/lib/forge/public/javascripts/ckeditor/plugins/smiley/images/wink_smile.gif +0 -0
  561. data/lib/forge/public/javascripts/ckeditor/plugins/templates/templates/images/template1.gif +0 -0
  562. data/lib/forge/public/javascripts/ckeditor/plugins/templates/templates/images/template2.gif +0 -0
  563. data/lib/forge/public/javascripts/ckeditor/plugins/templates/templates/images/template3.gif +0 -0
  564. data/lib/forge/public/javascripts/ckeditor/plugins/uicolor/uicolor.gif +0 -0
  565. data/lib/forge/public/javascripts/ckeditor/plugins/uicolor/yui/assets/hue_bg.png +0 -0
  566. data/lib/forge/public/javascripts/ckeditor/plugins/uicolor/yui/assets/hue_thumb.png +0 -0
  567. data/lib/forge/public/javascripts/ckeditor/plugins/uicolor/yui/assets/picker_mask.png +0 -0
  568. data/lib/forge/public/javascripts/ckeditor/plugins/uicolor/yui/assets/picker_thumb.png +0 -0
  569. data/lib/forge/public/javascripts/ckeditor/plugins/wsc/dialogs/ciframe.html +0 -49
  570. data/lib/forge/public/javascripts/ckeditor/plugins/wsc/dialogs/tmpFrameset.html +0 -52
  571. data/lib/forge/public/javascripts/ckeditor/skins/kama/dialog.css +0 -9
  572. data/lib/forge/public/javascripts/ckeditor/skins/kama/editor.css +0 -12
  573. data/lib/forge/public/javascripts/ckeditor/skins/kama/icons.png +0 -0
  574. data/lib/forge/public/javascripts/ckeditor/skins/kama/icons_rtl.png +0 -0
  575. data/lib/forge/public/javascripts/ckeditor/skins/kama/images/dialog_sides.gif +0 -0
  576. data/lib/forge/public/javascripts/ckeditor/skins/kama/images/dialog_sides.png +0 -0
  577. data/lib/forge/public/javascripts/ckeditor/skins/kama/images/dialog_sides_rtl.png +0 -0
  578. data/lib/forge/public/javascripts/ckeditor/skins/kama/images/mini.gif +0 -0
  579. data/lib/forge/public/javascripts/ckeditor/skins/kama/images/noimage.png +0 -0
  580. data/lib/forge/public/javascripts/ckeditor/skins/kama/images/sprites.png +0 -0
  581. data/lib/forge/public/javascripts/ckeditor/skins/kama/images/sprites_ie6.png +0 -0
  582. data/lib/forge/public/javascripts/ckeditor/skins/kama/images/toolbar_start.gif +0 -0
  583. data/lib/forge/public/javascripts/ckeditor/skins/kama/skin.js +0 -7
  584. data/lib/forge/public/javascripts/ckeditor/skins/kama/templates.css +0 -6
  585. data/lib/forge/public/javascripts/ckeditor/skins/office2003/dialog.css +0 -9
  586. data/lib/forge/public/javascripts/ckeditor/skins/office2003/editor.css +0 -13
  587. data/lib/forge/public/javascripts/ckeditor/skins/office2003/icons.png +0 -0
  588. data/lib/forge/public/javascripts/ckeditor/skins/office2003/icons_rtl.png +0 -0
  589. data/lib/forge/public/javascripts/ckeditor/skins/office2003/images/dialog_sides.gif +0 -0
  590. data/lib/forge/public/javascripts/ckeditor/skins/office2003/images/dialog_sides.png +0 -0
  591. data/lib/forge/public/javascripts/ckeditor/skins/office2003/images/dialog_sides_rtl.png +0 -0
  592. data/lib/forge/public/javascripts/ckeditor/skins/office2003/images/mini.gif +0 -0
  593. data/lib/forge/public/javascripts/ckeditor/skins/office2003/images/noimage.png +0 -0
  594. data/lib/forge/public/javascripts/ckeditor/skins/office2003/images/sprites.png +0 -0
  595. data/lib/forge/public/javascripts/ckeditor/skins/office2003/images/sprites_ie6.png +0 -0
  596. data/lib/forge/public/javascripts/ckeditor/skins/office2003/skin.js +0 -6
  597. data/lib/forge/public/javascripts/ckeditor/skins/office2003/templates.css +0 -6
  598. data/lib/forge/public/javascripts/ckeditor/skins/v2/dialog.css +0 -8
  599. data/lib/forge/public/javascripts/ckeditor/skins/v2/editor.css +0 -12
  600. data/lib/forge/public/javascripts/ckeditor/skins/v2/icons.png +0 -0
  601. data/lib/forge/public/javascripts/ckeditor/skins/v2/icons_rtl.png +0 -0
  602. data/lib/forge/public/javascripts/ckeditor/skins/v2/images/dialog_sides.gif +0 -0
  603. data/lib/forge/public/javascripts/ckeditor/skins/v2/images/dialog_sides.png +0 -0
  604. data/lib/forge/public/javascripts/ckeditor/skins/v2/images/dialog_sides_rtl.png +0 -0
  605. data/lib/forge/public/javascripts/ckeditor/skins/v2/images/mini.gif +0 -0
  606. data/lib/forge/public/javascripts/ckeditor/skins/v2/images/noimage.png +0 -0
  607. data/lib/forge/public/javascripts/ckeditor/skins/v2/images/sprites.png +0 -0
  608. data/lib/forge/public/javascripts/ckeditor/skins/v2/images/sprites_ie6.png +0 -0
  609. data/lib/forge/public/javascripts/ckeditor/skins/v2/images/toolbar_start.gif +0 -0
  610. data/lib/forge/public/javascripts/ckeditor/skins/v2/skin.js +0 -6
  611. data/lib/forge/public/javascripts/ckeditor/skins/v2/templates.css +0 -6
  612. data/lib/forge/public/javascripts/ckeditor/swfupload/fileprogress.js +0 -275
  613. data/lib/forge/public/javascripts/ckeditor/swfupload/handlers.js +0 -170
  614. data/lib/forge/public/javascripts/ckeditor/swfupload/mootools-1.2.3-core-yc.js +0 -356
  615. data/lib/forge/public/javascripts/ckeditor/swfupload/querystring.js +0 -40
  616. data/lib/forge/public/javascripts/ckeditor/swfupload/swfupload.js +0 -1
  617. data/lib/forge/public/javascripts/ckeditor/swfupload/swfupload.queue.js +0 -1
  618. data/lib/forge/public/javascripts/ckeditor/swfupload/swfupload.swf +0 -0
  619. data/lib/forge/public/javascripts/ckeditor/swfupload/swfupload.swfobject.js +0 -111
  620. data/lib/forge/public/javascripts/ckeditor/themes/default/theme.js +0 -8
@@ -1,1420 +0,0 @@
1
- /*
2
- Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved.
3
- For licensing, see LICENSE.html or http://ckeditor.com/license
4
- */
5
-
6
- CKEDITOR.dialog.add( 'link', function( editor )
7
- {
8
- var plugin = CKEDITOR.plugins.link;
9
- // Handles the event when the "Target" selection box is changed.
10
- var targetChanged = function()
11
- {
12
- var dialog = this.getDialog(),
13
- popupFeatures = dialog.getContentElement( 'target', 'popupFeatures' ),
14
- targetName = dialog.getContentElement( 'target', 'linkTargetName' ),
15
- value = this.getValue();
16
-
17
- if ( !popupFeatures || !targetName )
18
- return;
19
-
20
- popupFeatures = popupFeatures.getElement();
21
- popupFeatures.hide();
22
- targetName.setValue( '' );
23
-
24
- switch ( value )
25
- {
26
- case 'frame' :
27
- targetName.setLabel( editor.lang.link.targetFrameName );
28
- targetName.getElement().show();
29
- break;
30
- case 'popup' :
31
- popupFeatures.show();
32
- targetName.setLabel( editor.lang.link.targetPopupName );
33
- targetName.getElement().show();
34
- break;
35
- default :
36
- targetName.setValue( value );
37
- targetName.getElement().hide();
38
- break;
39
- }
40
-
41
- };
42
-
43
- // Handles the event when the "Type" selection box is changed.
44
- var linkTypeChanged = function()
45
- {
46
- var dialog = this.getDialog(),
47
- partIds = [ 'urlOptions', 'anchorOptions', 'emailOptions' ],
48
- typeValue = this.getValue(),
49
- uploadTab = dialog.definition.getContents( 'upload' ),
50
- uploadInitiallyHidden = uploadTab && uploadTab.hidden;
51
-
52
- if ( typeValue == 'url' )
53
- {
54
- if ( editor.config.linkShowTargetTab )
55
- dialog.showPage( 'target' );
56
- if ( !uploadInitiallyHidden )
57
- dialog.showPage( 'upload' );
58
- }
59
- else
60
- {
61
- dialog.hidePage( 'target' );
62
- if ( !uploadInitiallyHidden )
63
- dialog.hidePage( 'upload' );
64
- }
65
-
66
- for ( var i = 0 ; i < partIds.length ; i++ )
67
- {
68
- var element = dialog.getContentElement( 'info', partIds[i] );
69
- if ( !element )
70
- continue;
71
-
72
- element = element.getElement().getParent().getParent();
73
- if ( partIds[i] == typeValue + 'Options' )
74
- element.show();
75
- else
76
- element.hide();
77
- }
78
- };
79
-
80
- // Loads the parameters in a selected link to the link dialog fields.
81
- var javascriptProtocolRegex = /^javascript:/,
82
- emailRegex = /^mailto:([^?]+)(?:\?(.+))?$/,
83
- emailSubjectRegex = /subject=([^;?:@&=$,\/]*)/,
84
- emailBodyRegex = /body=([^;?:@&=$,\/]*)/,
85
- anchorRegex = /^#(.*)$/,
86
- urlRegex = /^((?:http|https|ftp|news):\/\/)?(.*)$/,
87
- selectableTargets = /^(_(?:self|top|parent|blank))$/,
88
- encodedEmailLinkRegex = /^javascript:void\(location\.href='mailto:'\+String\.fromCharCode\(([^)]+)\)(?:\+'(.*)')?\)$/,
89
- functionCallProtectedEmailLinkRegex = /^javascript:([^(]+)\(([^)]+)\)$/;
90
-
91
- var popupRegex =
92
- /\s*window.open\(\s*this\.href\s*,\s*(?:'([^']*)'|null)\s*,\s*'([^']*)'\s*\)\s*;\s*return\s*false;*\s*/;
93
- var popupFeaturesRegex = /(?:^|,)([^=]+)=(\d+|yes|no)/gi;
94
-
95
- var parseLink = function( editor, element )
96
- {
97
- var href = ( element && ( element.getAttribute( '_cke_saved_href' ) || element.getAttribute( 'href' ) ) ) || '',
98
- javascriptMatch,
99
- emailMatch,
100
- anchorMatch,
101
- urlMatch,
102
- retval = {};
103
-
104
- if ( ( javascriptMatch = href.match( javascriptProtocolRegex ) ) )
105
- {
106
- if ( emailProtection == 'encode' )
107
- {
108
- href = href.replace( encodedEmailLinkRegex,
109
- function ( match, protectedAddress, rest )
110
- {
111
- return 'mailto:' +
112
- String.fromCharCode.apply( String, protectedAddress.split( ',' ) ) +
113
- ( rest && unescapeSingleQuote( rest ) );
114
- });
115
- }
116
- // Protected email link as function call.
117
- else if ( emailProtection )
118
- {
119
- href.replace( functionCallProtectedEmailLinkRegex, function( match, funcName, funcArgs )
120
- {
121
- if ( funcName == compiledProtectionFunction.name )
122
- {
123
- retval.type = 'email';
124
- var email = retval.email = {};
125
-
126
- var paramRegex = /[^,\s]+/g,
127
- paramQuoteRegex = /(^')|('$)/g,
128
- paramsMatch = funcArgs.match( paramRegex ),
129
- paramsMatchLength = paramsMatch.length,
130
- paramName,
131
- paramVal;
132
-
133
- for ( var i = 0; i < paramsMatchLength; i++ )
134
- {
135
- paramVal = decodeURIComponent( unescapeSingleQuote( paramsMatch[ i ].replace( paramQuoteRegex, '' ) ) );
136
- paramName = compiledProtectionFunction.params[ i ].toLowerCase();
137
- email[ paramName ] = paramVal;
138
- }
139
- email.address = [ email.name, email.domain ].join( '@' );
140
- }
141
- } );
142
- }
143
- }
144
-
145
- if ( !retval.type )
146
- {
147
- if ( ( anchorMatch = href.match( anchorRegex ) ) )
148
- {
149
- retval.type = 'anchor';
150
- retval.anchor = {};
151
- retval.anchor.name = retval.anchor.id = anchorMatch[1];
152
- }
153
- // Protected email link as encoded string.
154
- else if ( ( emailMatch = href.match( emailRegex ) ) )
155
- {
156
- var subjectMatch = href.match( emailSubjectRegex ),
157
- bodyMatch = href.match( emailBodyRegex );
158
-
159
- retval.type = 'email';
160
- var email = ( retval.email = {} );
161
- email.address = emailMatch[ 1 ];
162
- subjectMatch && ( email.subject = decodeURIComponent( subjectMatch[ 1 ] ) );
163
- bodyMatch && ( email.body = decodeURIComponent( bodyMatch[ 1 ] ) );
164
- }
165
- // urlRegex matches empty strings, so need to check for href as well.
166
- else if ( href && ( urlMatch = href.match( urlRegex ) ) )
167
- {
168
- retval.type = 'url';
169
- retval.url = {};
170
- retval.url.protocol = urlMatch[1];
171
- retval.url.url = urlMatch[2];
172
- }
173
- else
174
- retval.type = 'url';
175
- }
176
-
177
- // Load target and popup settings.
178
- if ( element )
179
- {
180
- var target = element.getAttribute( 'target' );
181
- retval.target = {};
182
- retval.adv = {};
183
-
184
- // IE BUG: target attribute is an empty string instead of null in IE if it's not set.
185
- if ( !target )
186
- {
187
- var onclick = element.getAttribute( '_cke_pa_onclick' ) || element.getAttribute( 'onclick' ),
188
- onclickMatch = onclick && onclick.match( popupRegex );
189
- if ( onclickMatch )
190
- {
191
- retval.target.type = 'popup';
192
- retval.target.name = onclickMatch[1];
193
-
194
- var featureMatch;
195
- while ( ( featureMatch = popupFeaturesRegex.exec( onclickMatch[2] ) ) )
196
- {
197
- if ( featureMatch[2] == 'yes' || featureMatch[2] == '1' )
198
- retval.target[ featureMatch[1] ] = true;
199
- else if ( isFinite( featureMatch[2] ) )
200
- retval.target[ featureMatch[1] ] = featureMatch[2];
201
- }
202
- }
203
- }
204
- else
205
- {
206
- var targetMatch = target.match( selectableTargets );
207
- if ( targetMatch )
208
- retval.target.type = retval.target.name = target;
209
- else
210
- {
211
- retval.target.type = 'frame';
212
- retval.target.name = target;
213
- }
214
- }
215
-
216
- var me = this;
217
- var advAttr = function( inputName, attrName )
218
- {
219
- var value = element.getAttribute( attrName );
220
- if ( value !== null )
221
- retval.adv[ inputName ] = value || '';
222
- };
223
- advAttr( 'advId', 'id' );
224
- advAttr( 'advLangDir', 'dir' );
225
- advAttr( 'advAccessKey', 'accessKey' );
226
- advAttr( 'advName', 'name' );
227
- advAttr( 'advLangCode', 'lang' );
228
- advAttr( 'advTabIndex', 'tabindex' );
229
- advAttr( 'advTitle', 'title' );
230
- advAttr( 'advContentType', 'type' );
231
- advAttr( 'advCSSClasses', 'class' );
232
- advAttr( 'advCharset', 'charset' );
233
- advAttr( 'advStyles', 'style' );
234
- }
235
-
236
- // Find out whether we have any anchors in the editor.
237
- // Get all IMG elements in CK document.
238
- var elements = editor.document.getElementsByTag( 'img' ),
239
- realAnchors = new CKEDITOR.dom.nodeList( editor.document.$.anchors ),
240
- anchors = retval.anchors = [];
241
-
242
- for ( var i = 0; i < elements.count() ; i++ )
243
- {
244
- var item = elements.getItem( i );
245
- if ( item.getAttribute( '_cke_realelement' ) && item.getAttribute( '_cke_real_element_type' ) == 'anchor' )
246
- {
247
- anchors.push( editor.restoreRealElement( item ) );
248
- }
249
- }
250
-
251
- for ( i = 0 ; i < realAnchors.count() ; i++ )
252
- anchors.push( realAnchors.getItem( i ) );
253
-
254
- for ( i = 0 ; i < anchors.length ; i++ )
255
- {
256
- item = anchors[ i ];
257
- anchors[ i ] = { name : item.getAttribute( 'name' ), id : item.getAttribute( 'id' ) };
258
- }
259
-
260
- // Record down the selected element in the dialog.
261
- this._.selectedElement = element;
262
-
263
- return retval;
264
- };
265
-
266
- var setupParams = function( page, data )
267
- {
268
- if ( data[page] )
269
- this.setValue( data[page][this.id] || '' );
270
- };
271
-
272
- var setupPopupParams = function( data )
273
- {
274
- return setupParams.call( this, 'target', data );
275
- };
276
-
277
- var setupAdvParams = function( data )
278
- {
279
- return setupParams.call( this, 'adv', data );
280
- };
281
-
282
- var commitParams = function( page, data )
283
- {
284
- if ( !data[page] )
285
- data[page] = {};
286
-
287
- data[page][this.id] = this.getValue() || '';
288
- };
289
-
290
- var commitPopupParams = function( data )
291
- {
292
- return commitParams.call( this, 'target', data );
293
- };
294
-
295
- var commitAdvParams = function( data )
296
- {
297
- return commitParams.call( this, 'adv', data );
298
- };
299
-
300
- function unescapeSingleQuote( str )
301
- {
302
- return str.replace( /\\'/g, '\'' );
303
- }
304
-
305
- function escapeSingleQuote( str )
306
- {
307
- return str.replace( /'/g, '\\$&' );
308
- }
309
-
310
- var emailProtection = editor.config.emailProtection || '';
311
-
312
- // Compile the protection function pattern.
313
- if ( emailProtection && emailProtection != 'encode' )
314
- {
315
- var compiledProtectionFunction = {};
316
-
317
- emailProtection.replace( /^([^(]+)\(([^)]+)\)$/, function( match, funcName, params )
318
- {
319
- compiledProtectionFunction.name = funcName;
320
- compiledProtectionFunction.params = [];
321
- params.replace( /[^,\s]+/g, function( param )
322
- {
323
- compiledProtectionFunction.params.push( param );
324
- } );
325
- } );
326
- }
327
-
328
- function protectEmailLinkAsFunction( email )
329
- {
330
- var retval,
331
- name = compiledProtectionFunction.name,
332
- params = compiledProtectionFunction.params,
333
- paramName,
334
- paramValue;
335
-
336
- retval = [ name, '(' ];
337
- for ( var i = 0; i < params.length; i++ )
338
- {
339
- paramName = params[ i ].toLowerCase();
340
- paramValue = email[ paramName ];
341
-
342
- i > 0 && retval.push( ',' );
343
- retval.push( '\'',
344
- paramValue ?
345
- escapeSingleQuote( encodeURIComponent( email[ paramName ] ) )
346
- : '',
347
- '\'');
348
- }
349
- retval.push( ')' );
350
- return retval.join( '' );
351
- }
352
-
353
- function protectEmailAddressAsEncodedString( address )
354
- {
355
- var charCode,
356
- length = address.length,
357
- encodedChars = [];
358
- for ( var i = 0; i < length; i++ )
359
- {
360
- charCode = address.charCodeAt( i );
361
- encodedChars.push( charCode );
362
- }
363
- return 'String.fromCharCode(' + encodedChars.join( ',' ) + ')';
364
- }
365
-
366
- return {
367
- title : editor.lang.link.title,
368
- minWidth : 350,
369
- minHeight : 230,
370
- contents : [
371
- {
372
- id : 'info',
373
- label : editor.lang.link.info,
374
- title : editor.lang.link.info,
375
- elements :
376
- [
377
- {
378
- id : 'linkType',
379
- type : 'select',
380
- label : editor.lang.link.type,
381
- 'default' : 'url',
382
- items :
383
- [
384
- [ editor.lang.link.toUrl, 'url' ],
385
- [ editor.lang.link.toAnchor, 'anchor' ],
386
- [ editor.lang.link.toEmail, 'email' ]
387
- ],
388
- onChange : linkTypeChanged,
389
- setup : function( data )
390
- {
391
- if ( data.type )
392
- this.setValue( data.type );
393
- },
394
- commit : function( data )
395
- {
396
- data.type = this.getValue();
397
- }
398
- },
399
- {
400
- type : 'vbox',
401
- id : 'urlOptions',
402
- children :
403
- [
404
- {
405
- type : 'hbox',
406
- widths : [ '25%', '75%' ],
407
- children :
408
- [
409
- {
410
- id : 'protocol',
411
- type : 'select',
412
- label : editor.lang.common.protocol,
413
- 'default' : 'http://',
414
- items :
415
- [
416
- // Force 'ltr' for protocol names in BIDI. (#5433)
417
- [ 'http://\u200E', 'http://' ],
418
- [ 'https://\u200E', 'https://' ],
419
- [ 'ftp://\u200E', 'ftp://' ],
420
- [ 'news://\u200E', 'news://' ],
421
- [ editor.lang.link.other , '' ]
422
- ],
423
- setup : function( data )
424
- {
425
- if ( data.url )
426
- this.setValue( data.url.protocol || '' );
427
- },
428
- commit : function( data )
429
- {
430
- if ( !data.url )
431
- data.url = {};
432
-
433
- data.url.protocol = this.getValue();
434
- }
435
- },
436
- {
437
- type : 'text',
438
- id : 'url',
439
- label : editor.lang.common.url,
440
- required: true,
441
- onLoad : function ()
442
- {
443
- this.allowOnChange = true;
444
- },
445
- onKeyUp : function()
446
- {
447
- this.allowOnChange = false;
448
- var protocolCmb = this.getDialog().getContentElement( 'info', 'protocol' ),
449
- url = this.getValue(),
450
- urlOnChangeProtocol = /^(http|https|ftp|news):\/\/(?=.)/gi,
451
- urlOnChangeTestOther = /^((javascript:)|[#\/\.\?])/gi;
452
-
453
- var protocol = urlOnChangeProtocol.exec( url );
454
- if ( protocol )
455
- {
456
- this.setValue( url.substr( protocol[ 0 ].length ) );
457
- protocolCmb.setValue( protocol[ 0 ].toLowerCase() );
458
- }
459
- else if ( urlOnChangeTestOther.test( url ) )
460
- protocolCmb.setValue( '' );
461
-
462
- this.allowOnChange = true;
463
- },
464
- onChange : function()
465
- {
466
- if ( this.allowOnChange ) // Dont't call on dialog load.
467
- this.onKeyUp();
468
- },
469
- validate : function()
470
- {
471
- var dialog = this.getDialog();
472
-
473
- if ( dialog.getContentElement( 'info', 'linkType' ) &&
474
- dialog.getValueOf( 'info', 'linkType' ) != 'url' )
475
- return true;
476
-
477
- if ( this.getDialog().fakeObj ) // Edit Anchor.
478
- return true;
479
-
480
- var func = CKEDITOR.dialog.validate.notEmpty( editor.lang.link.noUrl );
481
- return func.apply( this );
482
- },
483
- setup : function( data )
484
- {
485
- this.allowOnChange = false;
486
- if ( data.url )
487
- this.setValue( data.url.url );
488
- this.allowOnChange = true;
489
-
490
- },
491
- commit : function( data )
492
- {
493
- // IE will not trigger the onChange event if the mouse has been used
494
- // to carry all the operations #4724
495
- this.onChange();
496
-
497
- if ( !data.url )
498
- data.url = {};
499
-
500
- data.url.url = this.getValue();
501
- this.allowOnChange = false;
502
- }
503
- }
504
- ],
505
- setup : function( data )
506
- {
507
- if ( !this.getDialog().getContentElement( 'info', 'linkType' ) )
508
- this.getElement().show();
509
- }
510
- },
511
- {
512
- type : 'button',
513
- id : 'browse',
514
- hidden : 'true',
515
- filebrowser : 'info:url',
516
- label : editor.lang.common.browseServer
517
- }
518
- ]
519
- },
520
- {
521
- type : 'vbox',
522
- id : 'anchorOptions',
523
- width : 260,
524
- align : 'center',
525
- padding : 0,
526
- children :
527
- [
528
- {
529
- type : 'fieldset',
530
- id : 'selectAnchorText',
531
- label : editor.lang.link.selectAnchor,
532
- setup : function( data )
533
- {
534
- if ( data.anchors.length > 0 )
535
- this.getElement().show();
536
- else
537
- this.getElement().hide();
538
- },
539
- children :
540
- [
541
- {
542
- type : 'hbox',
543
- id : 'selectAnchor',
544
- children :
545
- [
546
- {
547
- type : 'select',
548
- id : 'anchorName',
549
- 'default' : '',
550
- label : editor.lang.link.anchorName,
551
- style : 'width: 100%;',
552
- items :
553
- [
554
- [ '' ]
555
- ],
556
- setup : function( data )
557
- {
558
- this.clear();
559
- this.add( '' );
560
- for ( var i = 0 ; i < data.anchors.length ; i++ )
561
- {
562
- if ( data.anchors[i].name )
563
- this.add( data.anchors[i].name );
564
- }
565
-
566
- if ( data.anchor )
567
- this.setValue( data.anchor.name );
568
-
569
- var linkType = this.getDialog().getContentElement( 'info', 'linkType' );
570
- if ( linkType && linkType.getValue() == 'email' )
571
- this.focus();
572
- },
573
- commit : function( data )
574
- {
575
- if ( !data.anchor )
576
- data.anchor = {};
577
-
578
- data.anchor.name = this.getValue();
579
- }
580
- },
581
- {
582
- type : 'select',
583
- id : 'anchorId',
584
- 'default' : '',
585
- label : editor.lang.link.anchorId,
586
- style : 'width: 100%;',
587
- items :
588
- [
589
- [ '' ]
590
- ],
591
- setup : function( data )
592
- {
593
- this.clear();
594
- this.add( '' );
595
- for ( var i = 0 ; i < data.anchors.length ; i++ )
596
- {
597
- if ( data.anchors[i].id )
598
- this.add( data.anchors[i].id );
599
- }
600
-
601
- if ( data.anchor )
602
- this.setValue( data.anchor.id );
603
- },
604
- commit : function( data )
605
- {
606
- if ( !data.anchor )
607
- data.anchor = {};
608
-
609
- data.anchor.id = this.getValue();
610
- }
611
- }
612
- ],
613
- setup : function( data )
614
- {
615
- if ( data.anchors.length > 0 )
616
- this.getElement().show();
617
- else
618
- this.getElement().hide();
619
- }
620
- }
621
- ]
622
- },
623
- {
624
- type : 'html',
625
- id : 'noAnchors',
626
- style : 'text-align: center;',
627
- html : '<div role="label" tabIndex="-1">' + CKEDITOR.tools.htmlEncode( editor.lang.link.noAnchors ) + '</div>',
628
- // Focus the first element defined in above html.
629
- focus : true,
630
- setup : function( data )
631
- {
632
- if ( data.anchors.length < 1 )
633
- this.getElement().show();
634
- else
635
- this.getElement().hide();
636
- }
637
- }
638
- ],
639
- setup : function( data )
640
- {
641
- if ( !this.getDialog().getContentElement( 'info', 'linkType' ) )
642
- this.getElement().hide();
643
- }
644
- },
645
- {
646
- type : 'vbox',
647
- id : 'emailOptions',
648
- padding : 1,
649
- children :
650
- [
651
- {
652
- type : 'text',
653
- id : 'emailAddress',
654
- label : editor.lang.link.emailAddress,
655
- required : true,
656
- validate : function()
657
- {
658
- var dialog = this.getDialog();
659
-
660
- if ( !dialog.getContentElement( 'info', 'linkType' ) ||
661
- dialog.getValueOf( 'info', 'linkType' ) != 'email' )
662
- return true;
663
-
664
- var func = CKEDITOR.dialog.validate.notEmpty( editor.lang.link.noEmail );
665
- return func.apply( this );
666
- },
667
- setup : function( data )
668
- {
669
- if ( data.email )
670
- this.setValue( data.email.address );
671
-
672
- var linkType = this.getDialog().getContentElement( 'info', 'linkType' );
673
- if ( linkType && linkType.getValue() == 'email' )
674
- this.select();
675
- },
676
- commit : function( data )
677
- {
678
- if ( !data.email )
679
- data.email = {};
680
-
681
- data.email.address = this.getValue();
682
- }
683
- },
684
- {
685
- type : 'text',
686
- id : 'emailSubject',
687
- label : editor.lang.link.emailSubject,
688
- setup : function( data )
689
- {
690
- if ( data.email )
691
- this.setValue( data.email.subject );
692
- },
693
- commit : function( data )
694
- {
695
- if ( !data.email )
696
- data.email = {};
697
-
698
- data.email.subject = this.getValue();
699
- }
700
- },
701
- {
702
- type : 'textarea',
703
- id : 'emailBody',
704
- label : editor.lang.link.emailBody,
705
- rows : 3,
706
- 'default' : '',
707
- setup : function( data )
708
- {
709
- if ( data.email )
710
- this.setValue( data.email.body );
711
- },
712
- commit : function( data )
713
- {
714
- if ( !data.email )
715
- data.email = {};
716
-
717
- data.email.body = this.getValue();
718
- }
719
- }
720
- ],
721
- setup : function( data )
722
- {
723
- if ( !this.getDialog().getContentElement( 'info', 'linkType' ) )
724
- this.getElement().hide();
725
- }
726
- }
727
- ]
728
- },
729
- {
730
- id : 'target',
731
- label : editor.lang.link.target,
732
- title : editor.lang.link.target,
733
- elements :
734
- [
735
- {
736
- type : 'hbox',
737
- widths : [ '50%', '50%' ],
738
- children :
739
- [
740
- {
741
- type : 'select',
742
- id : 'linkTargetType',
743
- label : editor.lang.common.target,
744
- 'default' : 'notSet',
745
- style : 'width : 100%;',
746
- 'items' :
747
- [
748
- [ editor.lang.common.notSet, 'notSet' ],
749
- [ editor.lang.link.targetFrame, 'frame' ],
750
- [ editor.lang.link.targetPopup, 'popup' ],
751
- [ editor.lang.common.targetNew, '_blank' ],
752
- [ editor.lang.common.targetTop, '_top' ],
753
- [ editor.lang.common.targetSelf, '_self' ],
754
- [ editor.lang.common.targetParent, '_parent' ]
755
- ],
756
- onChange : targetChanged,
757
- setup : function( data )
758
- {
759
- if ( data.target )
760
- this.setValue( data.target.type );
761
- targetChanged.call( this );
762
- },
763
- commit : function( data )
764
- {
765
- if ( !data.target )
766
- data.target = {};
767
-
768
- data.target.type = this.getValue();
769
- }
770
- },
771
- {
772
- type : 'text',
773
- id : 'linkTargetName',
774
- label : editor.lang.link.targetFrameName,
775
- 'default' : '',
776
- setup : function( data )
777
- {
778
- if ( data.target )
779
- this.setValue( data.target.name );
780
- },
781
- commit : function( data )
782
- {
783
- if ( !data.target )
784
- data.target = {};
785
-
786
- data.target.name = this.getValue().replace(/\W/gi, '');
787
- }
788
- }
789
- ]
790
- },
791
- {
792
- type : 'vbox',
793
- width : 260,
794
- align : 'center',
795
- padding : 2,
796
- id : 'popupFeatures',
797
- children :
798
- [
799
- {
800
- type : 'fieldset',
801
- label : editor.lang.link.popupFeatures,
802
- children :
803
- [
804
- {
805
- type : 'hbox',
806
- children :
807
- [
808
- {
809
- type : 'checkbox',
810
- id : 'resizable',
811
- label : editor.lang.link.popupResizable,
812
- setup : setupPopupParams,
813
- commit : commitPopupParams
814
- },
815
- {
816
- type : 'checkbox',
817
- id : 'status',
818
- label : editor.lang.link.popupStatusBar,
819
- setup : setupPopupParams,
820
- commit : commitPopupParams
821
-
822
- }
823
- ]
824
- },
825
- {
826
- type : 'hbox',
827
- children :
828
- [
829
- {
830
- type : 'checkbox',
831
- id : 'location',
832
- label : editor.lang.link.popupLocationBar,
833
- setup : setupPopupParams,
834
- commit : commitPopupParams
835
-
836
- },
837
- {
838
- type : 'checkbox',
839
- id : 'toolbar',
840
- label : editor.lang.link.popupToolbar,
841
- setup : setupPopupParams,
842
- commit : commitPopupParams
843
-
844
- }
845
- ]
846
- },
847
- {
848
- type : 'hbox',
849
- children :
850
- [
851
- {
852
- type : 'checkbox',
853
- id : 'menubar',
854
- label : editor.lang.link.popupMenuBar,
855
- setup : setupPopupParams,
856
- commit : commitPopupParams
857
-
858
- },
859
- {
860
- type : 'checkbox',
861
- id : 'fullscreen',
862
- label : editor.lang.link.popupFullScreen,
863
- setup : setupPopupParams,
864
- commit : commitPopupParams
865
-
866
- }
867
- ]
868
- },
869
- {
870
- type : 'hbox',
871
- children :
872
- [
873
- {
874
- type : 'checkbox',
875
- id : 'scrollbars',
876
- label : editor.lang.link.popupScrollBars,
877
- setup : setupPopupParams,
878
- commit : commitPopupParams
879
-
880
- },
881
- {
882
- type : 'checkbox',
883
- id : 'dependent',
884
- label : editor.lang.link.popupDependent,
885
- setup : setupPopupParams,
886
- commit : commitPopupParams
887
-
888
- }
889
- ]
890
- },
891
- {
892
- type : 'hbox',
893
- children :
894
- [
895
- {
896
- type : 'text',
897
- widths : [ '30%', '70%' ],
898
- labelLayout : 'horizontal',
899
- label : editor.lang.link.popupWidth,
900
- id : 'width',
901
- setup : setupPopupParams,
902
- commit : commitPopupParams
903
-
904
- },
905
- {
906
- type : 'text',
907
- labelLayout : 'horizontal',
908
- widths : [ '55%', '45%' ],
909
- label : editor.lang.link.popupLeft,
910
- id : 'left',
911
- setup : setupPopupParams,
912
- commit : commitPopupParams
913
-
914
- }
915
- ]
916
- },
917
- {
918
- type : 'hbox',
919
- children :
920
- [
921
- {
922
- type : 'text',
923
- labelLayout : 'horizontal',
924
- widths : [ '30%', '70%' ],
925
- label : editor.lang.link.popupHeight,
926
- id : 'height',
927
- setup : setupPopupParams,
928
- commit : commitPopupParams
929
-
930
- },
931
- {
932
- type : 'text',
933
- labelLayout : 'horizontal',
934
- label : editor.lang.link.popupTop,
935
- widths : [ '55%', '45%' ],
936
- id : 'top',
937
- setup : setupPopupParams,
938
- commit : commitPopupParams
939
-
940
- }
941
- ]
942
- }
943
- ]
944
- }
945
- ]
946
- }
947
- ]
948
- },
949
- {
950
- id : 'upload',
951
- label : editor.lang.link.upload,
952
- title : editor.lang.link.upload,
953
- hidden : true,
954
- filebrowser : 'uploadButton',
955
- elements :
956
- [
957
- {
958
- type : 'file',
959
- id : 'upload',
960
- label : editor.lang.common.upload,
961
- style: 'height:40px',
962
- size : 29
963
- },
964
- {
965
- type : 'fileButton',
966
- id : 'uploadButton',
967
- label : editor.lang.common.uploadSubmit,
968
- filebrowser : 'info:url',
969
- 'for' : [ 'upload', 'upload' ]
970
- }
971
- ]
972
- },
973
- {
974
- id : 'advanced',
975
- label : editor.lang.link.advanced,
976
- title : editor.lang.link.advanced,
977
- elements :
978
- [
979
- {
980
- type : 'vbox',
981
- padding : 1,
982
- children :
983
- [
984
- {
985
- type : 'hbox',
986
- widths : [ '45%', '35%', '20%' ],
987
- children :
988
- [
989
- {
990
- type : 'text',
991
- id : 'advId',
992
- label : editor.lang.link.id,
993
- setup : setupAdvParams,
994
- commit : commitAdvParams
995
- },
996
- {
997
- type : 'select',
998
- id : 'advLangDir',
999
- label : editor.lang.link.langDir,
1000
- 'default' : '',
1001
- style : 'width:110px',
1002
- items :
1003
- [
1004
- [ editor.lang.common.notSet, '' ],
1005
- [ editor.lang.link.langDirLTR, 'ltr' ],
1006
- [ editor.lang.link.langDirRTL, 'rtl' ]
1007
- ],
1008
- setup : setupAdvParams,
1009
- commit : commitAdvParams
1010
- },
1011
- {
1012
- type : 'text',
1013
- id : 'advAccessKey',
1014
- width : '80px',
1015
- label : editor.lang.link.acccessKey,
1016
- maxLength : 1,
1017
- setup : setupAdvParams,
1018
- commit : commitAdvParams
1019
-
1020
- }
1021
- ]
1022
- },
1023
- {
1024
- type : 'hbox',
1025
- widths : [ '45%', '35%', '20%' ],
1026
- children :
1027
- [
1028
- {
1029
- type : 'text',
1030
- label : editor.lang.link.name,
1031
- id : 'advName',
1032
- setup : setupAdvParams,
1033
- commit : commitAdvParams
1034
-
1035
- },
1036
- {
1037
- type : 'text',
1038
- label : editor.lang.link.langCode,
1039
- id : 'advLangCode',
1040
- width : '110px',
1041
- 'default' : '',
1042
- setup : setupAdvParams,
1043
- commit : commitAdvParams
1044
-
1045
- },
1046
- {
1047
- type : 'text',
1048
- label : editor.lang.link.tabIndex,
1049
- id : 'advTabIndex',
1050
- width : '80px',
1051
- maxLength : 5,
1052
- setup : setupAdvParams,
1053
- commit : commitAdvParams
1054
-
1055
- }
1056
- ]
1057
- }
1058
- ]
1059
- },
1060
- {
1061
- type : 'vbox',
1062
- padding : 1,
1063
- children :
1064
- [
1065
- {
1066
- type : 'hbox',
1067
- widths : [ '45%', '55%' ],
1068
- children :
1069
- [
1070
- {
1071
- type : 'text',
1072
- label : editor.lang.link.advisoryTitle,
1073
- 'default' : '',
1074
- id : 'advTitle',
1075
- setup : setupAdvParams,
1076
- commit : commitAdvParams
1077
-
1078
- },
1079
- {
1080
- type : 'text',
1081
- label : editor.lang.link.advisoryContentType,
1082
- 'default' : '',
1083
- id : 'advContentType',
1084
- setup : setupAdvParams,
1085
- commit : commitAdvParams
1086
-
1087
- }
1088
- ]
1089
- },
1090
- {
1091
- type : 'hbox',
1092
- widths : [ '45%', '55%' ],
1093
- children :
1094
- [
1095
- {
1096
- type : 'text',
1097
- label : editor.lang.link.cssClasses,
1098
- 'default' : '',
1099
- id : 'advCSSClasses',
1100
- setup : setupAdvParams,
1101
- commit : commitAdvParams
1102
-
1103
- },
1104
- {
1105
- type : 'text',
1106
- label : editor.lang.link.charset,
1107
- 'default' : '',
1108
- id : 'advCharset',
1109
- setup : setupAdvParams,
1110
- commit : commitAdvParams
1111
-
1112
- }
1113
- ]
1114
- },
1115
- {
1116
- type : 'hbox',
1117
- children :
1118
- [
1119
- {
1120
- type : 'text',
1121
- label : editor.lang.link.styles,
1122
- 'default' : '',
1123
- id : 'advStyles',
1124
- setup : setupAdvParams,
1125
- commit : commitAdvParams
1126
-
1127
- }
1128
- ]
1129
- }
1130
- ]
1131
- }
1132
- ]
1133
- }
1134
- ],
1135
- onShow : function()
1136
- {
1137
- this.fakeObj = false;
1138
-
1139
- var editor = this.getParentEditor(),
1140
- selection = editor.getSelection(),
1141
- element = null;
1142
-
1143
- // Fill in all the relevant fields if there's already one link selected.
1144
- if ( ( element = plugin.getSelectedLink( editor ) ) && element.hasAttribute( 'href' ) )
1145
- selection.selectElement( element );
1146
- else if ( ( element = selection.getSelectedElement() ) && element.is( 'img' )
1147
- && element.getAttribute( '_cke_real_element_type' )
1148
- && element.getAttribute( '_cke_real_element_type' ) == 'anchor' )
1149
- {
1150
- this.fakeObj = element;
1151
- element = editor.restoreRealElement( this.fakeObj );
1152
- selection.selectElement( this.fakeObj );
1153
- }
1154
- else
1155
- element = null;
1156
-
1157
- this.setupContent( parseLink.apply( this, [ editor, element ] ) );
1158
- },
1159
- onOk : function()
1160
- {
1161
- var attributes = { href : 'javascript:void(0)/*' + CKEDITOR.tools.getNextNumber() + '*/' },
1162
- removeAttributes = [],
1163
- data = { href : attributes.href },
1164
- me = this,
1165
- editor = this.getParentEditor();
1166
-
1167
- this.commitContent( data );
1168
-
1169
- // Compose the URL.
1170
- switch ( data.type || 'url' )
1171
- {
1172
- case 'url':
1173
- var protocol = ( data.url && data.url.protocol != undefined ) ? data.url.protocol : 'http://',
1174
- url = ( data.url && data.url.url ) || '';
1175
- attributes._cke_saved_href = ( url.indexOf( '/' ) === 0 ) ? url : protocol + url;
1176
- break;
1177
- case 'anchor':
1178
- var name = ( data.anchor && data.anchor.name ),
1179
- id = ( data.anchor && data.anchor.id );
1180
- attributes._cke_saved_href = '#' + ( name || id || '' );
1181
- break;
1182
- case 'email':
1183
-
1184
- var linkHref,
1185
- email = data.email,
1186
- address = email.address;
1187
-
1188
- switch( emailProtection )
1189
- {
1190
- case '' :
1191
- case 'encode' :
1192
- {
1193
- var subject = encodeURIComponent( email.subject || '' ),
1194
- body = encodeURIComponent( email.body || '' );
1195
-
1196
- // Build the e-mail parameters first.
1197
- var argList = [];
1198
- subject && argList.push( 'subject=' + subject );
1199
- body && argList.push( 'body=' + body );
1200
- argList = argList.length ? '?' + argList.join( '&' ) : '';
1201
-
1202
- if ( emailProtection == 'encode' )
1203
- {
1204
- linkHref = [ 'javascript:void(location.href=\'mailto:\'+',
1205
- protectEmailAddressAsEncodedString( address ) ];
1206
- // parameters are optional.
1207
- argList && linkHref.push( '+\'', escapeSingleQuote( argList ), '\'' );
1208
-
1209
- linkHref.push( ')' );
1210
- }
1211
- else
1212
- linkHref = [ 'mailto:', address, argList ];
1213
-
1214
- break;
1215
- }
1216
- default :
1217
- {
1218
- // Separating name and domain.
1219
- var nameAndDomain = address.split( '@', 2 );
1220
- email.name = nameAndDomain[ 0 ];
1221
- email.domain = nameAndDomain[ 1 ];
1222
-
1223
- linkHref = [ 'javascript:', protectEmailLinkAsFunction( email ) ];
1224
- }
1225
- }
1226
-
1227
- attributes._cke_saved_href = linkHref.join( '' );
1228
- break;
1229
- }
1230
-
1231
- // Popups and target.
1232
- if ( data.target )
1233
- {
1234
- if ( data.target.type == 'popup' )
1235
- {
1236
- var onclickList = [ 'window.open(this.href, \'',
1237
- data.target.name || '', '\', \'' ];
1238
- var featureList = [ 'resizable', 'status', 'location', 'toolbar', 'menubar', 'fullscreen',
1239
- 'scrollbars', 'dependent' ];
1240
- var featureLength = featureList.length;
1241
- var addFeature = function( featureName )
1242
- {
1243
- if ( data.target[ featureName ] )
1244
- featureList.push( featureName + '=' + data.target[ featureName ] );
1245
- };
1246
-
1247
- for ( var i = 0 ; i < featureLength ; i++ )
1248
- featureList[i] = featureList[i] + ( data.target[ featureList[i] ] ? '=yes' : '=no' ) ;
1249
- addFeature( 'width' );
1250
- addFeature( 'left' );
1251
- addFeature( 'height' );
1252
- addFeature( 'top' );
1253
-
1254
- onclickList.push( featureList.join( ',' ), '\'); return false;' );
1255
- attributes[ '_cke_pa_onclick' ] = onclickList.join( '' );
1256
- }
1257
- else
1258
- {
1259
- if ( data.target.type != 'notSet' && data.target.name )
1260
- attributes.target = data.target.name;
1261
- else
1262
- removeAttributes.push( 'target' );
1263
-
1264
- removeAttributes.push( '_cke_pa_onclick', 'onclick' );
1265
- }
1266
- }
1267
-
1268
- // Advanced attributes.
1269
- if ( data.adv )
1270
- {
1271
- var advAttr = function( inputName, attrName )
1272
- {
1273
- var value = data.adv[ inputName ];
1274
- if ( value )
1275
- attributes[attrName] = value;
1276
- else
1277
- removeAttributes.push( attrName );
1278
- };
1279
-
1280
- if ( this._.selectedElement )
1281
- advAttr( 'advId', 'id' );
1282
- advAttr( 'advLangDir', 'dir' );
1283
- advAttr( 'advAccessKey', 'accessKey' );
1284
- advAttr( 'advName', 'name' );
1285
- advAttr( 'advLangCode', 'lang' );
1286
- advAttr( 'advTabIndex', 'tabindex' );
1287
- advAttr( 'advTitle', 'title' );
1288
- advAttr( 'advContentType', 'type' );
1289
- advAttr( 'advCSSClasses', 'class' );
1290
- advAttr( 'advCharset', 'charset' );
1291
- advAttr( 'advStyles', 'style' );
1292
- }
1293
-
1294
- if ( !this._.selectedElement )
1295
- {
1296
- // Create element if current selection is collapsed.
1297
- var selection = editor.getSelection(),
1298
- ranges = selection.getRanges( true );
1299
- if ( ranges.length == 1 && ranges[0].collapsed )
1300
- {
1301
- // Short mailto link text view (#5736).
1302
- var text = new CKEDITOR.dom.text( data.type == 'email' ?
1303
- data.email.address : attributes._cke_saved_href, editor.document );
1304
- ranges[0].insertNode( text );
1305
- ranges[0].selectNodeContents( text );
1306
- selection.selectRanges( ranges );
1307
- }
1308
-
1309
- // Apply style.
1310
- var style = new CKEDITOR.style( { element : 'a', attributes : attributes } );
1311
- style.type = CKEDITOR.STYLE_INLINE; // need to override... dunno why.
1312
- style.apply( editor.document );
1313
-
1314
- // Id. Apply only to the first link.
1315
- if ( data.adv && data.adv.advId )
1316
- {
1317
- var links = this.getParentEditor().document.$.getElementsByTagName( 'a' );
1318
- for ( i = 0 ; i < links.length ; i++ )
1319
- {
1320
- if ( links[i].href == attributes.href )
1321
- {
1322
- links[i].id = data.adv.advId;
1323
- break;
1324
- }
1325
- }
1326
- }
1327
- }
1328
- else
1329
- {
1330
- // We're only editing an existing link, so just overwrite the attributes.
1331
- var element = this._.selectedElement,
1332
- href = element.getAttribute( '_cke_saved_href' ),
1333
- textView = element.getHtml();
1334
-
1335
- // IE BUG: Setting the name attribute to an existing link doesn't work.
1336
- // Must re-create the link from weired syntax to workaround.
1337
- if ( CKEDITOR.env.ie && attributes.name != element.getAttribute( 'name' ) )
1338
- {
1339
- var newElement = new CKEDITOR.dom.element( '<a name="' + CKEDITOR.tools.htmlEncode( attributes.name ) + '">',
1340
- editor.document );
1341
-
1342
- selection = editor.getSelection();
1343
-
1344
- element.moveChildren( newElement );
1345
- element.copyAttributes( newElement, { name : 1 } );
1346
- newElement.replace( element );
1347
- element = newElement;
1348
-
1349
- selection.selectElement( element );
1350
- }
1351
-
1352
- element.setAttributes( attributes );
1353
- element.removeAttributes( removeAttributes );
1354
- // Update text view when user changes protocol (#4612).
1355
- if ( href == textView || data.type == 'email' && textView.indexOf( '@' ) != -1 )
1356
- {
1357
- // Short mailto link text view (#5736).
1358
- element.setHtml( data.type == 'email' ?
1359
- data.email.address : attributes._cke_saved_href );
1360
- }
1361
- // Make the element display as an anchor if a name has been set.
1362
- if ( element.getAttribute( 'name' ) )
1363
- element.addClass( 'cke_anchor' );
1364
- else
1365
- element.removeClass( 'cke_anchor' );
1366
-
1367
- if ( this.fakeObj )
1368
- editor.createFakeElement( element, 'cke_anchor', 'anchor' ).replace( this.fakeObj );
1369
-
1370
- delete this._.selectedElement;
1371
- }
1372
- },
1373
- onLoad : function()
1374
- {
1375
- if ( !editor.config.linkShowAdvancedTab )
1376
- this.hidePage( 'advanced' ); //Hide Advanded tab.
1377
-
1378
- if ( !editor.config.linkShowTargetTab )
1379
- this.hidePage( 'target' ); //Hide Target tab.
1380
-
1381
- },
1382
- // Inital focus on 'url' field if link is of type URL.
1383
- onFocus : function()
1384
- {
1385
- var linkType = this.getContentElement( 'info', 'linkType' ),
1386
- urlField;
1387
- if ( linkType && linkType.getValue( ) == 'url' )
1388
- {
1389
- urlField = this.getContentElement( 'info', 'url' );
1390
- urlField.select();
1391
- }
1392
- }
1393
- };
1394
- });
1395
-
1396
- /**
1397
- * The e-mail address anti-spam protection option. The protection will be
1398
- * applied when creating or modifying e-mail links through the editor interface.<br>
1399
- * Two methods of protection can be choosed:
1400
- * <ol> <li>The e-mail parts (name, domain and any other query string) are
1401
- * assembled into a function call pattern. Such function must be
1402
- * provided by the developer in the pages that will use the contents.
1403
- * <li>Only the e-mail address is obfuscated into a special string that
1404
- * has no meaning for humans or spam bots, but which is properly
1405
- * rendered and accepted by the browser.</li></ol>
1406
- * Both approaches require JavaScript to be enabled.
1407
- * @name CKEDITOR.config.emailProtection
1408
- * @since 3.1
1409
- * @type String
1410
- * @default '' (empty string = disabled)
1411
- * @example
1412
- * // href="mailto:tester@ckeditor.com?subject=subject&body=body"
1413
- * config.emailProtection = '';
1414
- * @example
1415
- * // href="<a href=\"javascript:void(location.href=\'mailto:\'+String.fromCharCode(116,101,115,116,101,114,64,99,107,101,100,105,116,111,114,46,99,111,109)+\'?subject=subject&body=body\')\">e-mail</a>"
1416
- * config.emailProtection = 'encode';
1417
- * @example
1418
- * // href="javascript:mt('tester','ckeditor.com','subject','body')"
1419
- * config.emailProtection = 'mt(NAME,DOMAIN,SUBJECT,BODY)';
1420
- */