bcms_content_syncing 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (657) hide show
  1. data/{README → README.markdown} +5 -0
  2. metadata +6 -661
  3. data/.gitignore +0 -13
  4. data/COPYRIGHT.txt +0 -23
  5. data/GPL.txt +0 -674
  6. data/Rakefile +0 -34
  7. data/VERSION +0 -1
  8. data/bcms_content_syncing.gemspec +0 -710
  9. data/config/boot.rb +0 -110
  10. data/config/database.yml +0 -22
  11. data/config/environment.rb +0 -42
  12. data/config/environments/development.rb +0 -18
  13. data/config/environments/production.rb +0 -31
  14. data/config/environments/test.rb +0 -29
  15. data/config/initializers/backtrace_silencers.rb +0 -7
  16. data/config/initializers/inflections.rb +0 -10
  17. data/config/initializers/init_module.rb +0 -1
  18. data/config/initializers/mime_types.rb +0 -5
  19. data/config/initializers/new_rails_defaults.rb +0 -21
  20. data/config/initializers/session_store.rb +0 -15
  21. data/config/locales/en.yml +0 -5
  22. data/config/routes.rb +0 -45
  23. data/db/seeds.rb +0 -7
  24. data/doc/README_FOR_APP +0 -2
  25. data/public/404.html +0 -30
  26. data/public/422.html +0 -30
  27. data/public/500.html +0 -30
  28. data/public/bcms/ckeditor/ckeditor.js +0 -108
  29. data/public/bcms/ckeditor/config.js +0 -18
  30. data/public/bcms/ckeditor/core/_bootstrap.js +0 -64
  31. data/public/bcms/ckeditor/core/ajax.js +0 -143
  32. data/public/bcms/ckeditor/core/ckeditor.js +0 -96
  33. data/public/bcms/ckeditor/core/ckeditor_base.js +0 -190
  34. data/public/bcms/ckeditor/core/ckeditor_basic.js +0 -241
  35. data/public/bcms/ckeditor/core/command.js +0 -70
  36. data/public/bcms/ckeditor/core/commanddefinition.js +0 -72
  37. data/public/bcms/ckeditor/core/config.js +0 -287
  38. data/public/bcms/ckeditor/core/dom.js +0 -21
  39. data/public/bcms/ckeditor/core/dom/document.js +0 -210
  40. data/public/bcms/ckeditor/core/dom/documentfragment.js +0 -49
  41. data/public/bcms/ckeditor/core/dom/domobject.js +0 -204
  42. data/public/bcms/ckeditor/core/dom/element.js +0 -1384
  43. data/public/bcms/ckeditor/core/dom/elementpath.js +0 -104
  44. data/public/bcms/ckeditor/core/dom/event.js +0 -137
  45. data/public/bcms/ckeditor/core/dom/node.js +0 -649
  46. data/public/bcms/ckeditor/core/dom/nodelist.js +0 -23
  47. data/public/bcms/ckeditor/core/dom/range.js +0 -1668
  48. data/public/bcms/ckeditor/core/dom/text.js +0 -123
  49. data/public/bcms/ckeditor/core/dom/walker.js +0 -411
  50. data/public/bcms/ckeditor/core/dom/window.js +0 -96
  51. data/public/bcms/ckeditor/core/dtd.js +0 -200
  52. data/public/bcms/ckeditor/core/editor.js +0 -650
  53. data/public/bcms/ckeditor/core/editor_basic.js +0 -178
  54. data/public/bcms/ckeditor/core/env.js +0 -219
  55. data/public/bcms/ckeditor/core/event.js +0 -335
  56. data/public/bcms/ckeditor/core/eventInfo.js +0 -120
  57. data/public/bcms/ckeditor/core/focusmanager.js +0 -123
  58. data/public/bcms/ckeditor/core/htmlparser.js +0 -212
  59. data/public/bcms/ckeditor/core/htmlparser/basicwriter.js +0 -140
  60. data/public/bcms/ckeditor/core/htmlparser/cdata.js +0 -44
  61. data/public/bcms/ckeditor/core/htmlparser/comment.js +0 -59
  62. data/public/bcms/ckeditor/core/htmlparser/element.js +0 -196
  63. data/public/bcms/ckeditor/core/htmlparser/filter.js +0 -233
  64. data/public/bcms/ckeditor/core/htmlparser/fragment.js +0 -434
  65. data/public/bcms/ckeditor/core/htmlparser/text.js +0 -55
  66. data/public/bcms/ckeditor/core/imagecacher.js +0 -58
  67. data/public/bcms/ckeditor/core/lang.js +0 -147
  68. data/public/bcms/ckeditor/core/loader.js +0 -238
  69. data/public/bcms/ckeditor/core/plugindefinition.js +0 -66
  70. data/public/bcms/ckeditor/core/plugins.js +0 -82
  71. data/public/bcms/ckeditor/core/resourcemanager.js +0 -233
  72. data/public/bcms/ckeditor/core/scriptloader.js +0 -194
  73. data/public/bcms/ckeditor/core/skins.js +0 -185
  74. data/public/bcms/ckeditor/core/test.js +0 -184
  75. data/public/bcms/ckeditor/core/themes.js +0 -18
  76. data/public/bcms/ckeditor/core/tools.js +0 -531
  77. data/public/bcms/ckeditor/core/ui.js +0 -106
  78. data/public/bcms/ckeditor/core/xml.js +0 -165
  79. data/public/bcms/ckeditor/editor.js +0 -51
  80. data/public/bcms/ckeditor/lang/_languages.js +0 -82
  81. data/public/bcms/ckeditor/lang/_translationstatus.txt +0 -59
  82. data/public/bcms/ckeditor/lang/af.js +0 -674
  83. data/public/bcms/ckeditor/lang/ar.js +0 -674
  84. data/public/bcms/ckeditor/lang/bg.js +0 -674
  85. data/public/bcms/ckeditor/lang/bn.js +0 -674
  86. data/public/bcms/ckeditor/lang/bs.js +0 -674
  87. data/public/bcms/ckeditor/lang/ca.js +0 -674
  88. data/public/bcms/ckeditor/lang/cs.js +0 -674
  89. data/public/bcms/ckeditor/lang/da.js +0 -674
  90. data/public/bcms/ckeditor/lang/de.js +0 -674
  91. data/public/bcms/ckeditor/lang/el.js +0 -674
  92. data/public/bcms/ckeditor/lang/en-au.js +0 -674
  93. data/public/bcms/ckeditor/lang/en-ca.js +0 -674
  94. data/public/bcms/ckeditor/lang/en-uk.js +0 -674
  95. data/public/bcms/ckeditor/lang/en.js +0 -674
  96. data/public/bcms/ckeditor/lang/eo.js +0 -674
  97. data/public/bcms/ckeditor/lang/es.js +0 -674
  98. data/public/bcms/ckeditor/lang/et.js +0 -674
  99. data/public/bcms/ckeditor/lang/eu.js +0 -674
  100. data/public/bcms/ckeditor/lang/fa.js +0 -674
  101. data/public/bcms/ckeditor/lang/fi.js +0 -674
  102. data/public/bcms/ckeditor/lang/fo.js +0 -674
  103. data/public/bcms/ckeditor/lang/fr-ca.js +0 -674
  104. data/public/bcms/ckeditor/lang/fr.js +0 -674
  105. data/public/bcms/ckeditor/lang/gl.js +0 -674
  106. data/public/bcms/ckeditor/lang/gu.js +0 -674
  107. data/public/bcms/ckeditor/lang/he.js +0 -674
  108. data/public/bcms/ckeditor/lang/hi.js +0 -674
  109. data/public/bcms/ckeditor/lang/hr.js +0 -674
  110. data/public/bcms/ckeditor/lang/hu.js +0 -674
  111. data/public/bcms/ckeditor/lang/is.js +0 -674
  112. data/public/bcms/ckeditor/lang/it.js +0 -674
  113. data/public/bcms/ckeditor/lang/ja.js +0 -674
  114. data/public/bcms/ckeditor/lang/km.js +0 -674
  115. data/public/bcms/ckeditor/lang/ko.js +0 -674
  116. data/public/bcms/ckeditor/lang/lt.js +0 -674
  117. data/public/bcms/ckeditor/lang/lv.js +0 -674
  118. data/public/bcms/ckeditor/lang/mn.js +0 -674
  119. data/public/bcms/ckeditor/lang/ms.js +0 -674
  120. data/public/bcms/ckeditor/lang/nb.js +0 -674
  121. data/public/bcms/ckeditor/lang/nl.js +0 -674
  122. data/public/bcms/ckeditor/lang/no.js +0 -674
  123. data/public/bcms/ckeditor/lang/pl.js +0 -674
  124. data/public/bcms/ckeditor/lang/pt-br.js +0 -674
  125. data/public/bcms/ckeditor/lang/pt.js +0 -674
  126. data/public/bcms/ckeditor/lang/ro.js +0 -674
  127. data/public/bcms/ckeditor/lang/ru.js +0 -674
  128. data/public/bcms/ckeditor/lang/sk.js +0 -674
  129. data/public/bcms/ckeditor/lang/sl.js +0 -674
  130. data/public/bcms/ckeditor/lang/sr-latn.js +0 -674
  131. data/public/bcms/ckeditor/lang/sr.js +0 -674
  132. data/public/bcms/ckeditor/lang/sv.js +0 -674
  133. data/public/bcms/ckeditor/lang/th.js +0 -674
  134. data/public/bcms/ckeditor/lang/tr.js +0 -674
  135. data/public/bcms/ckeditor/lang/uk.js +0 -674
  136. data/public/bcms/ckeditor/lang/vi.js +0 -674
  137. data/public/bcms/ckeditor/lang/zh-cn.js +0 -674
  138. data/public/bcms/ckeditor/lang/zh.js +0 -674
  139. data/public/bcms/ckeditor/plugins/about/dialogs/about.js +0 -73
  140. data/public/bcms/ckeditor/plugins/about/dialogs/logo_ckeditor.png +0 -0
  141. data/public/bcms/ckeditor/plugins/about/plugin.js +0 -22
  142. data/public/bcms/ckeditor/plugins/basicstyles/plugin.js +0 -50
  143. data/public/bcms/ckeditor/plugins/blockquote/plugin.js +0 -301
  144. data/public/bcms/ckeditor/plugins/button/plugin.js +0 -264
  145. data/public/bcms/ckeditor/plugins/clipboard/dialogs/paste.js +0 -167
  146. data/public/bcms/ckeditor/plugins/clipboard/plugin.js +0 -208
  147. data/public/bcms/ckeditor/plugins/colorbutton/plugin.js +0 -202
  148. data/public/bcms/ckeditor/plugins/contextmenu/plugin.js +0 -178
  149. data/public/bcms/ckeditor/plugins/dialog/dialogDefinition.js +0 -315
  150. data/public/bcms/ckeditor/plugins/dialog/plugin.js +0 -2742
  151. data/public/bcms/ckeditor/plugins/dialogui/plugin.js +0 -1319
  152. data/public/bcms/ckeditor/plugins/domiterator/plugin.js +0 -354
  153. data/public/bcms/ckeditor/plugins/editingblock/plugin.js +0 -236
  154. data/public/bcms/ckeditor/plugins/elementspath/plugin.js +0 -182
  155. data/public/bcms/ckeditor/plugins/enterkey/plugin.js +0 -324
  156. data/public/bcms/ckeditor/plugins/entities/plugin.js +0 -200
  157. data/public/bcms/ckeditor/plugins/fakeobjects/plugin.js +0 -111
  158. data/public/bcms/ckeditor/plugins/filebrowser/plugin.js +0 -383
  159. data/public/bcms/ckeditor/plugins/find/dialogs/find.js +0 -843
  160. data/public/bcms/ckeditor/plugins/find/plugin.js +0 -46
  161. data/public/bcms/ckeditor/plugins/flash/dialogs/flash.js +0 -682
  162. data/public/bcms/ckeditor/plugins/flash/images/placeholder.png +0 -0
  163. data/public/bcms/ckeditor/plugins/flash/plugin.js +0 -165
  164. data/public/bcms/ckeditor/plugins/floatpanel/plugin.js +0 -325
  165. data/public/bcms/ckeditor/plugins/font/plugin.js +0 -227
  166. data/public/bcms/ckeditor/plugins/format/plugin.js +0 -191
  167. data/public/bcms/ckeditor/plugins/forms/dialogs/button.js +0 -135
  168. data/public/bcms/ckeditor/plugins/forms/dialogs/checkbox.js +0 -138
  169. data/public/bcms/ckeditor/plugins/forms/dialogs/form.js +0 -177
  170. data/public/bcms/ckeditor/plugins/forms/dialogs/hiddenfield.js +0 -91
  171. data/public/bcms/ckeditor/plugins/forms/dialogs/radio.js +0 -135
  172. data/public/bcms/ckeditor/plugins/forms/dialogs/select.js +0 -541
  173. data/public/bcms/ckeditor/plugins/forms/dialogs/textarea.js +0 -114
  174. data/public/bcms/ckeditor/plugins/forms/dialogs/textfield.js +0 -193
  175. data/public/bcms/ckeditor/plugins/forms/plugin.js +0 -193
  176. data/public/bcms/ckeditor/plugins/horizontalrule/plugin.js +0 -35
  177. data/public/bcms/ckeditor/plugins/htmldataprocessor/plugin.js +0 -373
  178. data/public/bcms/ckeditor/plugins/htmlwriter/plugin.js +0 -289
  179. data/public/bcms/ckeditor/plugins/iframedialog/plugin.js +0 -136
  180. data/public/bcms/ckeditor/plugins/image/dialogs/image.js +0 -1225
  181. data/public/bcms/ckeditor/plugins/image/plugin.js +0 -64
  182. data/public/bcms/ckeditor/plugins/indent/plugin.js +0 -323
  183. data/public/bcms/ckeditor/plugins/justify/plugin.js +0 -164
  184. data/public/bcms/ckeditor/plugins/keystrokes/plugin.js +0 -217
  185. data/public/bcms/ckeditor/plugins/link/dialogs/anchor.js +0 -98
  186. data/public/bcms/ckeditor/plugins/link/dialogs/link.js +0 -1217
  187. data/public/bcms/ckeditor/plugins/link/images/anchor.gif +0 -0
  188. data/public/bcms/ckeditor/plugins/link/plugin.js +0 -188
  189. data/public/bcms/ckeditor/plugins/list/plugin.js +0 -570
  190. data/public/bcms/ckeditor/plugins/listblock/plugin.js +0 -231
  191. data/public/bcms/ckeditor/plugins/maximize/plugin.js +0 -267
  192. data/public/bcms/ckeditor/plugins/menu/plugin.js +0 -377
  193. data/public/bcms/ckeditor/plugins/menubutton/plugin.js +0 -93
  194. data/public/bcms/ckeditor/plugins/newpage/plugin.js +0 -65
  195. data/public/bcms/ckeditor/plugins/pagebreak/images/pagebreak.gif +0 -0
  196. data/public/bcms/ckeditor/plugins/pagebreak/plugin.js +0 -96
  197. data/public/bcms/ckeditor/plugins/panel/plugin.js +0 -330
  198. data/public/bcms/ckeditor/plugins/panelbutton/plugin.js +0 -140
  199. data/public/bcms/ckeditor/plugins/pastefromword/dialogs/pastefromword.js +0 -307
  200. data/public/bcms/ckeditor/plugins/pastefromword/plugin.js +0 -54
  201. data/public/bcms/ckeditor/plugins/pastetext/dialogs/pastetext.js +0 -65
  202. data/public/bcms/ckeditor/plugins/pastetext/plugin.js +0 -142
  203. data/public/bcms/ckeditor/plugins/popup/plugin.js +0 -62
  204. data/public/bcms/ckeditor/plugins/preview/plugin.js +0 -97
  205. data/public/bcms/ckeditor/plugins/print/plugin.js +0 -41
  206. data/public/bcms/ckeditor/plugins/removeformat/plugin.js +0 -132
  207. data/public/bcms/ckeditor/plugins/resize/plugin.js +0 -115
  208. data/public/bcms/ckeditor/plugins/richcombo/plugin.js +0 -357
  209. data/public/bcms/ckeditor/plugins/save/plugin.js +0 -55
  210. data/public/bcms/ckeditor/plugins/scayt/dialogs/options.js +0 -494
  211. data/public/bcms/ckeditor/plugins/scayt/dialogs/toolbar.css +0 -71
  212. data/public/bcms/ckeditor/plugins/scayt/plugin.js +0 -511
  213. data/public/bcms/ckeditor/plugins/selection/plugin.js +0 -1072
  214. data/public/bcms/ckeditor/plugins/showblocks/images/block_address.png +0 -0
  215. data/public/bcms/ckeditor/plugins/showblocks/images/block_blockquote.png +0 -0
  216. data/public/bcms/ckeditor/plugins/showblocks/images/block_div.png +0 -0
  217. data/public/bcms/ckeditor/plugins/showblocks/images/block_h1.png +0 -0
  218. data/public/bcms/ckeditor/plugins/showblocks/images/block_h2.png +0 -0
  219. data/public/bcms/ckeditor/plugins/showblocks/images/block_h3.png +0 -0
  220. data/public/bcms/ckeditor/plugins/showblocks/images/block_h4.png +0 -0
  221. data/public/bcms/ckeditor/plugins/showblocks/images/block_h5.png +0 -0
  222. data/public/bcms/ckeditor/plugins/showblocks/images/block_h6.png +0 -0
  223. data/public/bcms/ckeditor/plugins/showblocks/images/block_p.png +0 -0
  224. data/public/bcms/ckeditor/plugins/showblocks/images/block_pre.png +0 -0
  225. data/public/bcms/ckeditor/plugins/showblocks/plugin.js +0 -153
  226. data/public/bcms/ckeditor/plugins/smiley/dialogs/smiley.js +0 -219
  227. data/public/bcms/ckeditor/plugins/smiley/images/angel_smile.gif +0 -0
  228. data/public/bcms/ckeditor/plugins/smiley/images/angry_smile.gif +0 -0
  229. data/public/bcms/ckeditor/plugins/smiley/images/broken_heart.gif +0 -0
  230. data/public/bcms/ckeditor/plugins/smiley/images/confused_smile.gif +0 -0
  231. data/public/bcms/ckeditor/plugins/smiley/images/cry_smile.gif +0 -0
  232. data/public/bcms/ckeditor/plugins/smiley/images/devil_smile.gif +0 -0
  233. data/public/bcms/ckeditor/plugins/smiley/images/embaressed_smile.gif +0 -0
  234. data/public/bcms/ckeditor/plugins/smiley/images/envelope.gif +0 -0
  235. data/public/bcms/ckeditor/plugins/smiley/images/heart.gif +0 -0
  236. data/public/bcms/ckeditor/plugins/smiley/images/kiss.gif +0 -0
  237. data/public/bcms/ckeditor/plugins/smiley/images/lightbulb.gif +0 -0
  238. data/public/bcms/ckeditor/plugins/smiley/images/omg_smile.gif +0 -0
  239. data/public/bcms/ckeditor/plugins/smiley/images/regular_smile.gif +0 -0
  240. data/public/bcms/ckeditor/plugins/smiley/images/sad_smile.gif +0 -0
  241. data/public/bcms/ckeditor/plugins/smiley/images/shades_smile.gif +0 -0
  242. data/public/bcms/ckeditor/plugins/smiley/images/teeth_smile.gif +0 -0
  243. data/public/bcms/ckeditor/plugins/smiley/images/thumbs_down.gif +0 -0
  244. data/public/bcms/ckeditor/plugins/smiley/images/thumbs_up.gif +0 -0
  245. data/public/bcms/ckeditor/plugins/smiley/images/tounge_smile.gif +0 -0
  246. data/public/bcms/ckeditor/plugins/smiley/images/whatchutalkingabout_smile.gif +0 -0
  247. data/public/bcms/ckeditor/plugins/smiley/images/wink_smile.gif +0 -0
  248. data/public/bcms/ckeditor/plugins/smiley/plugin.js +0 -74
  249. data/public/bcms/ckeditor/plugins/sourcearea/plugin.js +0 -185
  250. data/public/bcms/ckeditor/plugins/specialchar/dialogs/specialchar.js +0 -362
  251. data/public/bcms/ckeditor/plugins/specialchar/plugin.js +0 -29
  252. data/public/bcms/ckeditor/plugins/styles/plugin.js +0 -1242
  253. data/public/bcms/ckeditor/plugins/stylescombo/plugin.js +0 -295
  254. data/public/bcms/ckeditor/plugins/stylescombo/styles/default.js +0 -85
  255. data/public/bcms/ckeditor/plugins/tab/plugin.js +0 -266
  256. data/public/bcms/ckeditor/plugins/table/dialogs/table.js +0 -550
  257. data/public/bcms/ckeditor/plugins/table/plugin.js +0 -70
  258. data/public/bcms/ckeditor/plugins/tabletools/dialogs/tableCell.js +0 -328
  259. data/public/bcms/ckeditor/plugins/tabletools/plugin.js +0 -701
  260. data/public/bcms/ckeditor/plugins/templates/dialogs/templates.js +0 -170
  261. data/public/bcms/ckeditor/plugins/templates/plugin.js +0 -99
  262. data/public/bcms/ckeditor/plugins/templates/templates/default.js +0 -94
  263. data/public/bcms/ckeditor/plugins/templates/templates/images/template1.gif +0 -0
  264. data/public/bcms/ckeditor/plugins/templates/templates/images/template2.gif +0 -0
  265. data/public/bcms/ckeditor/plugins/templates/templates/images/template3.gif +0 -0
  266. data/public/bcms/ckeditor/plugins/toolbar/plugin.js +0 -412
  267. data/public/bcms/ckeditor/plugins/uicolor/dialogs/uicolor.js +0 -203
  268. data/public/bcms/ckeditor/plugins/uicolor/lang/en.js +0 -15
  269. data/public/bcms/ckeditor/plugins/uicolor/plugin.js +0 -35
  270. data/public/bcms/ckeditor/plugins/uicolor/uicolor.gif +0 -0
  271. data/public/bcms/ckeditor/plugins/uicolor/yui/assets/hue_bg.png +0 -0
  272. data/public/bcms/ckeditor/plugins/uicolor/yui/assets/hue_thumb.png +0 -0
  273. data/public/bcms/ckeditor/plugins/uicolor/yui/assets/picker_mask.png +0 -0
  274. data/public/bcms/ckeditor/plugins/uicolor/yui/assets/picker_thumb.png +0 -0
  275. data/public/bcms/ckeditor/plugins/uicolor/yui/assets/yui.css +0 -15
  276. data/public/bcms/ckeditor/plugins/uicolor/yui/yui.js +0 -71
  277. data/public/bcms/ckeditor/plugins/undo/plugin.js +0 -490
  278. data/public/bcms/ckeditor/plugins/wsc/dialogs/ciframe.html +0 -49
  279. data/public/bcms/ckeditor/plugins/wsc/dialogs/tmpFrameset.html +0 -52
  280. data/public/bcms/ckeditor/plugins/wsc/dialogs/wsc.css +0 -83
  281. data/public/bcms/ckeditor/plugins/wsc/dialogs/wsc.js +0 -169
  282. data/public/bcms/ckeditor/plugins/wsc/plugin.js +0 -32
  283. data/public/bcms/ckeditor/plugins/wysiwygarea/plugin.js +0 -636
  284. data/public/bcms/ckeditor/skins/kama/dialog.css +0 -742
  285. data/public/bcms/ckeditor/skins/kama/editor.css +0 -21
  286. data/public/bcms/ckeditor/skins/kama/elementspath.css +0 -68
  287. data/public/bcms/ckeditor/skins/kama/icons.css +0 -309
  288. data/public/bcms/ckeditor/skins/kama/icons.png +0 -0
  289. data/public/bcms/ckeditor/skins/kama/images/dialog_sides.gif +0 -0
  290. data/public/bcms/ckeditor/skins/kama/images/dialog_sides.png +0 -0
  291. data/public/bcms/ckeditor/skins/kama/images/dialog_sides_rtl.png +0 -0
  292. data/public/bcms/ckeditor/skins/kama/images/mini.gif +0 -0
  293. data/public/bcms/ckeditor/skins/kama/images/noimage.png +0 -0
  294. data/public/bcms/ckeditor/skins/kama/images/sprites.png +0 -0
  295. data/public/bcms/ckeditor/skins/kama/images/sprites_ie6.png +0 -0
  296. data/public/bcms/ckeditor/skins/kama/images/toolbar_start.gif +0 -0
  297. data/public/bcms/ckeditor/skins/kama/mainui.css +0 -139
  298. data/public/bcms/ckeditor/skins/kama/menu.css +0 -179
  299. data/public/bcms/ckeditor/skins/kama/panel.css +0 -203
  300. data/public/bcms/ckeditor/skins/kama/presets.css +0 -49
  301. data/public/bcms/ckeditor/skins/kama/reset.css +0 -78
  302. data/public/bcms/ckeditor/skins/kama/richcombo.css +0 -260
  303. data/public/bcms/ckeditor/skins/kama/skin.js +0 -291
  304. data/public/bcms/ckeditor/skins/kama/templates.css +0 -71
  305. data/public/bcms/ckeditor/skins/kama/toolbar.css +0 -384
  306. data/public/bcms/ckeditor/skins/office2003/dialog.css +0 -643
  307. data/public/bcms/ckeditor/skins/office2003/editor.css +0 -21
  308. data/public/bcms/ckeditor/skins/office2003/elementspath.css +0 -68
  309. data/public/bcms/ckeditor/skins/office2003/icons.css +0 -309
  310. data/public/bcms/ckeditor/skins/office2003/icons.png +0 -0
  311. data/public/bcms/ckeditor/skins/office2003/images/dialog_sides.gif +0 -0
  312. data/public/bcms/ckeditor/skins/office2003/images/dialog_sides.png +0 -0
  313. data/public/bcms/ckeditor/skins/office2003/images/dialog_sides_rtl.png +0 -0
  314. data/public/bcms/ckeditor/skins/office2003/images/mini.gif +0 -0
  315. data/public/bcms/ckeditor/skins/office2003/images/noimage.png +0 -0
  316. data/public/bcms/ckeditor/skins/office2003/images/sprites.png +0 -0
  317. data/public/bcms/ckeditor/skins/office2003/images/sprites_ie6.png +0 -0
  318. data/public/bcms/ckeditor/skins/office2003/mainui.css +0 -97
  319. data/public/bcms/ckeditor/skins/office2003/menu.css +0 -175
  320. data/public/bcms/ckeditor/skins/office2003/panel.css +0 -198
  321. data/public/bcms/ckeditor/skins/office2003/presets.css +0 -49
  322. data/public/bcms/ckeditor/skins/office2003/reset.css +0 -78
  323. data/public/bcms/ckeditor/skins/office2003/richcombo.css +0 -279
  324. data/public/bcms/ckeditor/skins/office2003/skin.js +0 -77
  325. data/public/bcms/ckeditor/skins/office2003/templates.css +0 -71
  326. data/public/bcms/ckeditor/skins/office2003/toolbar.css +0 -442
  327. data/public/bcms/ckeditor/skins/v2/dialog.css +0 -653
  328. data/public/bcms/ckeditor/skins/v2/editor.css +0 -21
  329. data/public/bcms/ckeditor/skins/v2/elementspath.css +0 -68
  330. data/public/bcms/ckeditor/skins/v2/icons.css +0 -309
  331. data/public/bcms/ckeditor/skins/v2/icons.png +0 -0
  332. data/public/bcms/ckeditor/skins/v2/images/dialog_sides.gif +0 -0
  333. data/public/bcms/ckeditor/skins/v2/images/dialog_sides.png +0 -0
  334. data/public/bcms/ckeditor/skins/v2/images/dialog_sides_rtl.png +0 -0
  335. data/public/bcms/ckeditor/skins/v2/images/mini.gif +0 -0
  336. data/public/bcms/ckeditor/skins/v2/images/noimage.png +0 -0
  337. data/public/bcms/ckeditor/skins/v2/images/sprites.png +0 -0
  338. data/public/bcms/ckeditor/skins/v2/images/sprites_ie6.png +0 -0
  339. data/public/bcms/ckeditor/skins/v2/images/toolbar_start.gif +0 -0
  340. data/public/bcms/ckeditor/skins/v2/mainui.css +0 -112
  341. data/public/bcms/ckeditor/skins/v2/menu.css +0 -178
  342. data/public/bcms/ckeditor/skins/v2/panel.css +0 -198
  343. data/public/bcms/ckeditor/skins/v2/presets.css +0 -50
  344. data/public/bcms/ckeditor/skins/v2/reset.css +0 -78
  345. data/public/bcms/ckeditor/skins/v2/richcombo.css +0 -275
  346. data/public/bcms/ckeditor/skins/v2/skin.js +0 -73
  347. data/public/bcms/ckeditor/skins/v2/templates.css +0 -71
  348. data/public/bcms/ckeditor/skins/v2/toolbar.css +0 -399
  349. data/public/bcms/ckeditor/tests/_assets/sample.css +0 -4
  350. data/public/bcms/ckeditor/tests/_assets/sample.js +0 -1
  351. data/public/bcms/ckeditor/tests/_assets/sample.txt +0 -1
  352. data/public/bcms/ckeditor/tests/_assets/sample.xml +0 -5
  353. data/public/bcms/ckeditor/tests/_assets/sample_xml.txt +0 -5
  354. data/public/bcms/ckeditor/tests/core/_editor/custom_config_1.js +0 -10
  355. data/public/bcms/ckeditor/tests/core/_editor/custom_config_2.js +0 -9
  356. data/public/bcms/ckeditor/tests/core/ajax.html +0 -163
  357. data/public/bcms/ckeditor/tests/core/bootstrap.html +0 -66
  358. data/public/bcms/ckeditor/tests/core/ckeditor.html +0 -160
  359. data/public/bcms/ckeditor/tests/core/dom/document.html +0 -126
  360. data/public/bcms/ckeditor/tests/core/dom/documentfragment.html +0 -292
  361. data/public/bcms/ckeditor/tests/core/dom/element.html +0 -637
  362. data/public/bcms/ckeditor/tests/core/dom/node.html +0 -164
  363. data/public/bcms/ckeditor/tests/core/dom/range.html +0 -2411
  364. data/public/bcms/ckeditor/tests/core/dom/text.html +0 -128
  365. data/public/bcms/ckeditor/tests/core/dom/walker.html +0 -340
  366. data/public/bcms/ckeditor/tests/core/dom/window.html +0 -53
  367. data/public/bcms/ckeditor/tests/core/editor.html +0 -123
  368. data/public/bcms/ckeditor/tests/core/env.html +0 -52
  369. data/public/bcms/ckeditor/tests/core/event.html +0 -487
  370. data/public/bcms/ckeditor/tests/core/htmlparser/fragment.html +0 -188
  371. data/public/bcms/ckeditor/tests/core/htmlparser/htmlparser.html +0 -91
  372. data/public/bcms/ckeditor/tests/core/plugins.html +0 -45
  373. data/public/bcms/ckeditor/tests/core/plugins/myplugins/sample/my_plugin.js +0 -3
  374. data/public/bcms/ckeditor/tests/core/scriptloader.html +0 -52
  375. data/public/bcms/ckeditor/tests/core/tools.html +0 -170
  376. data/public/bcms/ckeditor/tests/core/xml.html +0 -150
  377. data/public/bcms/ckeditor/tests/plugins/domiterator/domiterator.html +0 -236
  378. data/public/bcms/ckeditor/tests/plugins/htmldataprocessor/htmldataprocessor.html +0 -386
  379. data/public/bcms/ckeditor/tests/plugins/link/link.html +0 -123
  380. data/public/bcms/ckeditor/tests/plugins/list/list.html +0 -217
  381. data/public/bcms/ckeditor/tests/plugins/selection/selection.html +0 -49
  382. data/public/bcms/ckeditor/tests/plugins/styles/styles.html +0 -596
  383. data/public/bcms/ckeditor/tests/test.css +0 -81
  384. data/public/bcms/ckeditor/tests/test.js +0 -93
  385. data/public/bcms/ckeditor/tests/testall.html +0 -114
  386. data/public/bcms/ckeditor/tests/yuitest.js +0 -75
  387. data/public/bcms/ckeditor/themes/default/theme.js +0 -232
  388. data/public/bcms/content_syncing/README +0 -1
  389. data/public/favicon.ico +0 -0
  390. data/public/images/cms/administration/user_browser_bg.gif +0 -0
  391. data/public/images/cms/bg.png +0 -0
  392. data/public/images/cms/bl_curve.png +0 -0
  393. data/public/images/cms/bottom_cap.png +0 -0
  394. data/public/images/cms/bottom_cap_content.png +0 -0
  395. data/public/images/cms/browse.gif +0 -0
  396. data/public/images/cms/browser_media_logo.png +0 -0
  397. data/public/images/cms/browsercms_logo.png +0 -0
  398. data/public/images/cms/buttons/button.png +0 -0
  399. data/public/images/cms/buttons/button_bg.png +0 -0
  400. data/public/images/cms/buttons/button_cap.png +0 -0
  401. data/public/images/cms/buttons/button_cap_h.png +0 -0
  402. data/public/images/cms/buttons/button_cap_off.gif +0 -0
  403. data/public/images/cms/buttons/button_cap_off_middle.gif +0 -0
  404. data/public/images/cms/buttons/button_h.png +0 -0
  405. data/public/images/cms/buttons/button_left_bg.png +0 -0
  406. data/public/images/cms/buttons/button_off.png +0 -0
  407. data/public/images/cms/buttons/button_off_middle.png +0 -0
  408. data/public/images/cms/buttons/delete_x.png +0 -0
  409. data/public/images/cms/buttons/delete_x_disabled.png +0 -0
  410. data/public/images/cms/buttons/delete_x_h.png +0 -0
  411. data/public/images/cms/buttons/sm_button.gif +0 -0
  412. data/public/images/cms/buttons/sm_button_2.gif +0 -0
  413. data/public/images/cms/buttons/sm_button_2_h.gif +0 -0
  414. data/public/images/cms/buttons/sm_button_h.gif +0 -0
  415. data/public/images/cms/containers/add.gif +0 -0
  416. data/public/images/cms/containers/alpha.png +0 -0
  417. data/public/images/cms/containers/beta.png +0 -0
  418. data/public/images/cms/containers/delete.gif +0 -0
  419. data/public/images/cms/containers/down.gif +0 -0
  420. data/public/images/cms/containers/edit.gif +0 -0
  421. data/public/images/cms/containers/up.gif +0 -0
  422. data/public/images/cms/containers/view.gif +0 -0
  423. data/public/images/cms/content_bg.gif +0 -0
  424. data/public/images/cms/dashboard/bottom_cap.png +0 -0
  425. data/public/images/cms/dashboard/bottom_cap_content.png +0 -0
  426. data/public/images/cms/dashboard/header_bg.gif +0 -0
  427. data/public/images/cms/dashboard/header_left_bg.gif +0 -0
  428. data/public/images/cms/dashboard/table_header_bg.gif +0 -0
  429. data/public/images/cms/dashboard/top_cap.png +0 -0
  430. data/public/images/cms/dashed.gif +0 -0
  431. data/public/images/cms/datepicker/clear.gif +0 -0
  432. data/public/images/cms/datepicker/close.gif +0 -0
  433. data/public/images/cms/dk_button_l.gif +0 -0
  434. data/public/images/cms/dk_button_r.gif +0 -0
  435. data/public/images/cms/dot.png +0 -0
  436. data/public/images/cms/draft_status.gif +0 -0
  437. data/public/images/cms/gray_long_bg.gif +0 -0
  438. data/public/images/cms/icons/actions/add.png +0 -0
  439. data/public/images/cms/icons/actions/config.png +0 -0
  440. data/public/images/cms/icons/actions/connect.png +0 -0
  441. data/public/images/cms/icons/actions/delete.png +0 -0
  442. data/public/images/cms/icons/actions/down.png +0 -0
  443. data/public/images/cms/icons/actions/edit.png +0 -0
  444. data/public/images/cms/icons/actions/folder.png +0 -0
  445. data/public/images/cms/icons/actions/folder_add.png +0 -0
  446. data/public/images/cms/icons/actions/folder_delete.png +0 -0
  447. data/public/images/cms/icons/actions/folder_edit.png +0 -0
  448. data/public/images/cms/icons/actions/folder_move.png +0 -0
  449. data/public/images/cms/icons/actions/folder_open.png +0 -0
  450. data/public/images/cms/icons/actions/history.png +0 -0
  451. data/public/images/cms/icons/actions/home.png +0 -0
  452. data/public/images/cms/icons/actions/left.png +0 -0
  453. data/public/images/cms/icons/actions/link.png +0 -0
  454. data/public/images/cms/icons/actions/page.png +0 -0
  455. data/public/images/cms/icons/actions/page_add.png +0 -0
  456. data/public/images/cms/icons/actions/page_edit.png +0 -0
  457. data/public/images/cms/icons/actions/page_move.png +0 -0
  458. data/public/images/cms/icons/actions/redo.png +0 -0
  459. data/public/images/cms/icons/actions/refresh.png +0 -0
  460. data/public/images/cms/icons/actions/right.png +0 -0
  461. data/public/images/cms/icons/actions/root_folder.png +0 -0
  462. data/public/images/cms/icons/actions/root_link.png +0 -0
  463. data/public/images/cms/icons/actions/root_page.png +0 -0
  464. data/public/images/cms/icons/actions/undo.png +0 -0
  465. data/public/images/cms/icons/actions/up.png +0 -0
  466. data/public/images/cms/icons/actions/view.png +0 -0
  467. data/public/images/cms/icons/file_types/doc.png +0 -0
  468. data/public/images/cms/icons/file_types/file.png +0 -0
  469. data/public/images/cms/icons/file_types/gif.png +0 -0
  470. data/public/images/cms/icons/file_types/htm.png +0 -0
  471. data/public/images/cms/icons/file_types/pdf.png +0 -0
  472. data/public/images/cms/icons/file_types/ppt.png +0 -0
  473. data/public/images/cms/icons/file_types/swf.png +0 -0
  474. data/public/images/cms/icons/file_types/txt.png +0 -0
  475. data/public/images/cms/icons/file_types/xls.png +0 -0
  476. data/public/images/cms/icons/file_types/xml.png +0 -0
  477. data/public/images/cms/icons/file_types/zip.png +0 -0
  478. data/public/images/cms/icons/status/archived.gif +0 -0
  479. data/public/images/cms/icons/status/draft.gif +0 -0
  480. data/public/images/cms/icons/status/hidden.gif +0 -0
  481. data/public/images/cms/icons/status/locked.gif +0 -0
  482. data/public/images/cms/icons/status/published.gif +0 -0
  483. data/public/images/cms/icons/status/unlocked.gif +0 -0
  484. data/public/images/cms/icons/user.png +0 -0
  485. data/public/images/cms/login_bg.jpg +0 -0
  486. data/public/images/cms/login_bottom.jpg +0 -0
  487. data/public/images/cms/login_top.gif +0 -0
  488. data/public/images/cms/lt_button_bg.gif +0 -0
  489. data/public/images/cms/lt_button_l.gif +0 -0
  490. data/public/images/cms/lt_button_r.gif +0 -0
  491. data/public/images/cms/menu.png +0 -0
  492. data/public/images/cms/menu/block_cap_h.gif +0 -0
  493. data/public/images/cms/menu/bottom_cap.png +0 -0
  494. data/public/images/cms/menu/bottom_cap_menu.png +0 -0
  495. data/public/images/cms/menu/bottom_cap_menu_first.png +0 -0
  496. data/public/images/cms/menu/menu_header_first_bg.gif +0 -0
  497. data/public/images/cms/menu/selected_block_cap.gif +0 -0
  498. data/public/images/cms/menu/top_cap.png +0 -0
  499. data/public/images/cms/menu/top_cap_menu_header.png +0 -0
  500. data/public/images/cms/menu_h.gif +0 -0
  501. data/public/images/cms/menu_header.png +0 -0
  502. data/public/images/cms/menu_open.png +0 -0
  503. data/public/images/cms/menu_open_bg.gif +0 -0
  504. data/public/images/cms/nav.png +0 -0
  505. data/public/images/cms/nav/on_bg.gif +0 -0
  506. data/public/images/cms/nav_admin.gif +0 -0
  507. data/public/images/cms/nav_admin_h.gif +0 -0
  508. data/public/images/cms/nav_admin_on.gif +0 -0
  509. data/public/images/cms/nav_cap.png +0 -0
  510. data/public/images/cms/nav_cap_h.gif +0 -0
  511. data/public/images/cms/nav_content_library.gif +0 -0
  512. data/public/images/cms/nav_content_library_h.gif +0 -0
  513. data/public/images/cms/nav_content_library_on.gif +0 -0
  514. data/public/images/cms/nav_dash.gif +0 -0
  515. data/public/images/cms/nav_dash_h.gif +0 -0
  516. data/public/images/cms/nav_dash_on.gif +0 -0
  517. data/public/images/cms/nav_h.gif +0 -0
  518. data/public/images/cms/nav_sitemap.gif +0 -0
  519. data/public/images/cms/nav_sitemap_h.gif +0 -0
  520. data/public/images/cms/nav_sitemap_on.gif +0 -0
  521. data/public/images/cms/page_toolbar/page_toolbar_bg.gif +0 -0
  522. data/public/images/cms/page_toolbar/page_toolbar_inset_bg.gif +0 -0
  523. data/public/images/cms/page_toolbar/page_toolbar_inset_draft_bg.gif +0 -0
  524. data/public/images/cms/page_toolbar/page_toolbar_inset_draft_l.gif +0 -0
  525. data/public/images/cms/page_toolbar/page_toolbar_inset_draft_r.gif +0 -0
  526. data/public/images/cms/page_toolbar/page_toolbar_inset_l.gif +0 -0
  527. data/public/images/cms/page_toolbar/page_toolbar_inset_published_bg.gif +0 -0
  528. data/public/images/cms/page_toolbar/page_toolbar_inset_published_l.gif +0 -0
  529. data/public/images/cms/page_toolbar/page_toolbar_inset_published_r.gif +0 -0
  530. data/public/images/cms/page_toolbar/page_toolbar_inset_r.gif +0 -0
  531. data/public/images/cms/page_toolbar/page_toolbar_l.gif +0 -0
  532. data/public/images/cms/page_toolbar/page_toolbar_r.gif +0 -0
  533. data/public/images/cms/page_toolbar/status_draft_bg.gif +0 -0
  534. data/public/images/cms/page_toolbar/status_draft_l.gif +0 -0
  535. data/public/images/cms/page_toolbar/status_l.gif +0 -0
  536. data/public/images/cms/page_toolbar/status_published_bg.gif +0 -0
  537. data/public/images/cms/page_toolbar/status_published_l.gif +0 -0
  538. data/public/images/cms/page_toolbar/visual_editor_bg.gif +0 -0
  539. data/public/images/cms/page_toolbar/visual_editor_end.gif +0 -0
  540. data/public/images/cms/page_toolbar/visual_editor_r.gif +0 -0
  541. data/public/images/cms/page_toolbar/visual_editor_state_bg.gif +0 -0
  542. data/public/images/cms/pages/add_connectable.gif +0 -0
  543. data/public/images/cms/pages/connect_connectable.gif +0 -0
  544. data/public/images/cms/pages/container_border.gif +0 -0
  545. data/public/images/cms/pages/container_border_l.gif +0 -0
  546. data/public/images/cms/pages/container_border_r.gif +0 -0
  547. data/public/images/cms/pages/delete_connectable.gif +0 -0
  548. data/public/images/cms/pages/down_connectable.gif +0 -0
  549. data/public/images/cms/pages/down_connectable_disabled.gif +0 -0
  550. data/public/images/cms/pages/edit_connectable.gif +0 -0
  551. data/public/images/cms/pages/edit_connectable_2.gif +0 -0
  552. data/public/images/cms/pages/show_connectable.gif +0 -0
  553. data/public/images/cms/pages/up_connectable.gif +0 -0
  554. data/public/images/cms/pages/up_connectable_disabled.gif +0 -0
  555. data/public/images/cms/pagination/first.gif +0 -0
  556. data/public/images/cms/pagination/first_h.gif +0 -0
  557. data/public/images/cms/pagination/input.gif +0 -0
  558. data/public/images/cms/pagination/last.gif +0 -0
  559. data/public/images/cms/pagination/last_h.gif +0 -0
  560. data/public/images/cms/pagination/next.gif +0 -0
  561. data/public/images/cms/pagination/next_h.gif +0 -0
  562. data/public/images/cms/pagination/previous.gif +0 -0
  563. data/public/images/cms/pagination/previous_h.gif +0 -0
  564. data/public/images/cms/published_status.gif +0 -0
  565. data/public/images/cms/search.png +0 -0
  566. data/public/images/cms/search_submit.gif +0 -0
  567. data/public/images/cms/search_submit_h.gif +0 -0
  568. data/public/images/cms/searchbox_gradient.gif +0 -0
  569. data/public/images/cms/select_bg.gif +0 -0
  570. data/public/images/cms/select_bg_2.gif +0 -0
  571. data/public/images/cms/sitemap/bottom_cap.png +0 -0
  572. data/public/images/cms/sitemap/buffer_caps.png +0 -0
  573. data/public/images/cms/sitemap/contract.png +0 -0
  574. data/public/images/cms/sitemap/corners.gif +0 -0
  575. data/public/images/cms/sitemap/corners_hover.gif +0 -0
  576. data/public/images/cms/sitemap/divider.gif +0 -0
  577. data/public/images/cms/sitemap/expand.png +0 -0
  578. data/public/images/cms/sitemap/gradient.gif +0 -0
  579. data/public/images/cms/sitemap/gray_contract.png +0 -0
  580. data/public/images/cms/sitemap/gray_expand.png +0 -0
  581. data/public/images/cms/sitemap/no_contents.png +0 -0
  582. data/public/images/cms/sitemap/site_root_cap.png +0 -0
  583. data/public/images/cms/sitemap/tooltip.gif +0 -0
  584. data/public/images/cms/sitemap/top_cap_content.png +0 -0
  585. data/public/images/cms/solid.gif +0 -0
  586. data/public/images/cms/table/bl.gif +0 -0
  587. data/public/images/cms/table/br.gif +0 -0
  588. data/public/images/cms/table/divider.gif +0 -0
  589. data/public/images/cms/table/td_cap_first_h.gif +0 -0
  590. data/public/images/cms/table/td_cap_first_s.gif +0 -0
  591. data/public/images/cms/table/td_cap_last_h.gif +0 -0
  592. data/public/images/cms/table/td_cap_last_s.gif +0 -0
  593. data/public/images/cms/table/td_last_bg.gif +0 -0
  594. data/public/images/cms/table/th_bg.gif +0 -0
  595. data/public/images/cms/table/th_divider.gif +0 -0
  596. data/public/images/cms/table/th_last_bg.gif +0 -0
  597. data/public/images/cms/table/tl.gif +0 -0
  598. data/public/images/cms/table/tr.gif +0 -0
  599. data/public/images/cms/table/tr_bg.gif +0 -0
  600. data/public/images/cms/thickbox/loadingAnimation.gif +0 -0
  601. data/public/images/cms/thickbox/macFFBgHack.png +0 -0
  602. data/public/images/cms/toolbar_bg.png +0 -0
  603. data/public/images/cms/top_cap.png +0 -0
  604. data/public/images/cms/top_cap_content.png +0 -0
  605. data/public/images/cms/top_cap_menu_header.png +0 -0
  606. data/public/images/cms/user_search_submit.gif +0 -0
  607. data/public/images/cms/usercontrols_bg.png +0 -0
  608. data/public/images/cms/usercontrols_bg_cap.png +0 -0
  609. data/public/images/rails.png +0 -0
  610. data/public/javascripts/application.js +0 -2
  611. data/public/javascripts/cms/application.js +0 -148
  612. data/public/javascripts/cms/content_library.js +0 -36
  613. data/public/javascripts/cms/sitemap.js +0 -438
  614. data/public/javascripts/controls.js +0 -963
  615. data/public/javascripts/dragdrop.js +0 -973
  616. data/public/javascripts/effects.js +0 -1128
  617. data/public/javascripts/jquery-ui.js +0 -591
  618. data/public/javascripts/jquery.contextMenu.js +0 -211
  619. data/public/javascripts/jquery.cookie.js +0 -96
  620. data/public/javascripts/jquery.dimensions.js +0 -119
  621. data/public/javascripts/jquery.js +0 -11
  622. data/public/javascripts/jquery.selectbox-0.5.js +0 -209
  623. data/public/javascripts/jquery.taglist.js +0 -136
  624. data/public/javascripts/jquery.thickbox.js +0 -10
  625. data/public/javascripts/prototype.js +0 -4320
  626. data/public/robots.txt +0 -5
  627. data/public/site/customconfig.js +0 -1
  628. data/public/stylesheets/cms/administration.css +0 -91
  629. data/public/stylesheets/cms/application.css +0 -166
  630. data/public/stylesheets/cms/block.css +0 -26
  631. data/public/stylesheets/cms/buttons.css +0 -120
  632. data/public/stylesheets/cms/content_library.css +0 -139
  633. data/public/stylesheets/cms/content_types.css +0 -4
  634. data/public/stylesheets/cms/dashboard.css +0 -118
  635. data/public/stylesheets/cms/data_table.css +0 -156
  636. data/public/stylesheets/cms/date_picker.css +0 -73
  637. data/public/stylesheets/cms/form_layout.css +0 -279
  638. data/public/stylesheets/cms/jquery.contextMenu.css +0 -61
  639. data/public/stylesheets/cms/login.css +0 -78
  640. data/public/stylesheets/cms/menu.css +0 -116
  641. data/public/stylesheets/cms/nav.css +0 -99
  642. data/public/stylesheets/cms/page_toolbar.css +0 -135
  643. data/public/stylesheets/cms/reset.css +0 -46
  644. data/public/stylesheets/cms/selectbox.css +0 -56
  645. data/public/stylesheets/cms/sitemap.css +0 -390
  646. data/public/stylesheets/cms/taglist.css +0 -18
  647. data/public/stylesheets/cms/thickbox.css +0 -163
  648. data/script/about +0 -4
  649. data/script/console +0 -3
  650. data/script/dbconsole +0 -3
  651. data/script/destroy +0 -3
  652. data/script/generate +0 -3
  653. data/script/performance/benchmarker +0 -3
  654. data/script/performance/profiler +0 -3
  655. data/script/plugin +0 -3
  656. data/script/runner +0 -3
  657. data/script/server +0 -3
@@ -1,70 +0,0 @@
1
- /*
2
- Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved.
3
- For licensing, see LICENSE.html or http://ckeditor.com/license
4
- */
5
-
6
- CKEDITOR.plugins.add( 'table',
7
- {
8
- init : function( editor )
9
- {
10
- var table = CKEDITOR.plugins.table,
11
- lang = editor.lang.table;
12
-
13
- editor.addCommand( 'table', new CKEDITOR.dialogCommand( 'table' ) );
14
- editor.addCommand( 'tableProperties', new CKEDITOR.dialogCommand( 'tableProperties' ) );
15
-
16
- editor.ui.addButton( 'Table',
17
- {
18
- label : lang.toolbar,
19
- command : 'table'
20
- });
21
-
22
- CKEDITOR.dialog.add( 'table', this.path + 'dialogs/table.js' );
23
- CKEDITOR.dialog.add( 'tableProperties', this.path + 'dialogs/table.js' );
24
-
25
- // If the "menu" plugin is loaded, register the menu items.
26
- if ( editor.addMenuItems )
27
- {
28
- editor.addMenuItems(
29
- {
30
- table :
31
- {
32
- label : lang.menu,
33
- command : 'tableProperties',
34
- group : 'table',
35
- order : 5
36
- },
37
-
38
- tabledelete :
39
- {
40
- label : lang.deleteTable,
41
- command : 'tableDelete',
42
- group : 'table',
43
- order : 1
44
- }
45
- } );
46
- }
47
-
48
- // If the "contextmenu" plugin is loaded, register the listeners.
49
- if ( editor.contextMenu )
50
- {
51
- editor.contextMenu.addListener( function( element, selection )
52
- {
53
- if ( !element )
54
- return null;
55
-
56
- var isTable = element.is( 'table' ) || element.hasAscendant( 'table' );
57
-
58
- if ( isTable )
59
- {
60
- return {
61
- tabledelete : CKEDITOR.TRISTATE_OFF,
62
- table : CKEDITOR.TRISTATE_OFF
63
- };
64
- }
65
-
66
- return null;
67
- } );
68
- }
69
- }
70
- } );
@@ -1,328 +0,0 @@
1
- /*
2
- Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved.
3
- For licensing, see LICENSE.html or http://ckeditor.com/license
4
- */
5
-
6
- CKEDITOR.dialog.add( 'cellProperties', function( editor )
7
- {
8
- var langTable = editor.lang.table;
9
- var langCell = langTable.cell;
10
- var langCommon = editor.lang.common;
11
- var validate = CKEDITOR.dialog.validate;
12
- var widthPattern = /^(\d+(?:\.\d+)?)(px|%)$/,
13
- heightPattern = /^(\d+(?:\.\d+)?)px$/;
14
- var bind = CKEDITOR.tools.bind;
15
-
16
- function spacer()
17
- {
18
- return { type : 'html', html : ' ' };
19
- }
20
-
21
- return {
22
- title : langCell.title,
23
- minWidth : 480,
24
- minHeight : 140,
25
- contents : [
26
- {
27
- id : 'info',
28
- label : langCell.title,
29
- accessKey : 'I',
30
- elements :
31
- [
32
- {
33
- type : 'hbox',
34
- widths : [ '45%', '10%', '45%' ],
35
- children :
36
- [
37
- {
38
- type : 'vbox',
39
- padding : 0,
40
- children :
41
- [
42
- {
43
- type : 'hbox',
44
- widths : [ '70%', '30%' ],
45
- children :
46
- [
47
- {
48
- type : 'text',
49
- id : 'width',
50
- label : langTable.width,
51
- widths : [ '71%', '29%' ],
52
- labelLayout : 'horizontal',
53
- validate : validate[ 'number' ]( langCell.invalidWidth ),
54
- setup : function( selectedCell )
55
- {
56
- var widthMatch = widthPattern.exec( selectedCell.$.style.width );
57
- if ( widthMatch )
58
- this.setValue( widthMatch[1] );
59
- },
60
- commit : function( selectedCell )
61
- {
62
- var unit = this.getDialog().getValueOf( 'info', 'widthType' );
63
- if ( this.getValue() !== '' )
64
- selectedCell.$.style.width = this.getValue() + unit;
65
- else
66
- selectedCell.$.style.width = '';
67
- },
68
- 'default' : ''
69
- },
70
- {
71
- type : 'select',
72
- id : 'widthType',
73
- labelLayout : 'horizontal',
74
- widths : [ '0%', '100%' ],
75
- label : '',
76
- 'default' : 'px',
77
- items :
78
- [
79
- [ langTable.widthPx, 'px' ],
80
- [ langTable.widthPc, '%' ]
81
- ],
82
- setup : function( selectedCell )
83
- {
84
- var widthMatch = widthPattern.exec( selectedCell.$.style.width );
85
- if ( widthMatch )
86
- this.setValue( widthMatch[2] );
87
- }
88
- }
89
- ]
90
- },
91
- {
92
- type : 'hbox',
93
- widths : [ '70%', '30%' ],
94
- children :
95
- [
96
- {
97
- type : 'text',
98
- id : 'height',
99
- label : langTable.height,
100
- 'default' : '',
101
- widths : [ '71%', '29%' ],
102
- labelLayout : 'horizontal',
103
- validate : validate[ 'number' ]( langCell.invalidHeight ),
104
- setup : function( selectedCell )
105
- {
106
- var heightMatch = heightPattern.exec( selectedCell.$.style.height );
107
- if ( heightMatch )
108
- this.setValue( heightMatch[1] );
109
- },
110
- commit : function( selectedCell )
111
- {
112
- if ( this.getValue() !== '' )
113
- selectedCell.$.style.height = this.getValue() + 'px';
114
- else
115
- selectedCell.$.style.height = '';
116
- }
117
- },
118
- {
119
- type : 'html',
120
- html : langTable.widthPx
121
- }
122
- ]
123
- },
124
- spacer(),
125
- {
126
- type : 'select',
127
- id : 'wordWrap',
128
- labelLayout : 'horizontal',
129
- label : langCell.wordWrap,
130
- widths : [ '50%', '50%' ],
131
- 'default' : 'yes',
132
- items :
133
- [
134
- [ langCell.yes, 'yes' ],
135
- [ langCell.no, 'no' ]
136
- ],
137
- commit : function( selectedCell )
138
- {
139
- if ( this.getValue() == 'no' )
140
- selectedCell.setAttribute( 'noWrap', 'nowrap' );
141
- else
142
- selectedCell.removeAttribute( 'noWrap' );
143
- }
144
- },
145
- spacer(),
146
- {
147
- type : 'select',
148
- id : 'hAlign',
149
- labelLayout : 'horizontal',
150
- label : langCell.hAlign,
151
- widths : [ '50%', '50%' ],
152
- 'default' : '',
153
- items :
154
- [
155
- [ langCommon.notSet, '' ],
156
- [ langTable.alignLeft, 'left' ],
157
- [ langTable.alignCenter, 'center' ],
158
- [ langTable.alignRight, 'right' ]
159
- ],
160
- setup : function( selectedCell )
161
- {
162
- this.setValue( selectedCell.getAttribute( 'align' ) || '' );
163
- },
164
- commit : function( selectedCell )
165
- {
166
- if ( this.getValue() )
167
- selectedCell.setAttribute( 'align', this.getValue() );
168
- else
169
- selectedCell.removeAttribute( 'align' );
170
- }
171
- },
172
- {
173
- type : 'select',
174
- id : 'vAlign',
175
- labelLayout : 'horizontal',
176
- label : langCell.vAlign,
177
- widths : [ '50%', '50%' ],
178
- 'default' : '',
179
- items :
180
- [
181
- [ langCommon.notSet, '' ],
182
- [ langCell.alignTop, 'top' ],
183
- [ langCell.alignMiddle, 'middle' ],
184
- [ langCell.alignBottom, 'bottom' ],
185
- [ langCell.alignBaseline, 'baseline' ]
186
- ],
187
- setup : function( selectedCell )
188
- {
189
- this.setValue( selectedCell.getAttribute( 'vAlign' ) || '' );
190
- },
191
- commit : function( selectedCell )
192
- {
193
- if ( this.getValue() )
194
- selectedCell.setAttribute( 'vAlign', this.getValue() );
195
- else
196
- selectedCell.removeAttribute( 'vAlign' );
197
- }
198
- }
199
- ]
200
- },
201
- spacer(),
202
- {
203
- type : 'vbox',
204
- padding : 0,
205
- children :
206
- [
207
- {
208
- type : 'select',
209
- id : 'cellType',
210
- label : langCell.cellType,
211
- labelLayout : 'horizontal',
212
- widths : [ '50%', '50%' ],
213
- 'default' : 'td',
214
- items :
215
- [
216
- [ langCell.data, 'td' ],
217
- [ langCell.header, 'th' ]
218
- ],
219
- setup : function( selectedCell )
220
- {
221
- this.setValue( selectedCell.getName() );
222
- },
223
- commit : function( selectedCell )
224
- {
225
- selectedCell.renameNode( this.getValue() );
226
- }
227
- },
228
- spacer(),
229
- {
230
- type : 'text',
231
- id : 'rowSpan',
232
- label : langCell.rowSpan,
233
- labelLayout : 'horizontal',
234
- widths : [ '50%', '50%' ],
235
- 'default' : '',
236
- validate : validate.integer( langCell.invalidRowSpan ),
237
- setup : function( selectedCell )
238
- {
239
- this.setValue( selectedCell.getAttribute( 'rowSpan' ) || '' );
240
- },
241
- commit : function( selectedCell )
242
- {
243
- if ( this.getValue() )
244
- selectedCell.setAttribute( 'rowSpan', this.getValue() );
245
- else
246
- selectedCell.removeAttribute( 'rowSpan' );
247
- }
248
- },
249
- {
250
- type : 'text',
251
- id : 'colSpan',
252
- label : langCell.colSpan,
253
- labelLayout : 'horizontal',
254
- widths : [ '50%', '50%' ],
255
- 'default' : '',
256
- validate : validate.integer( langCell.invalidColSpan ),
257
- setup : function( selectedCell )
258
- {
259
- this.setValue( selectedCell.getAttribute( 'colSpan' ) || '' );
260
- },
261
- commit : function( selectedCell )
262
- {
263
- if ( this.getValue() )
264
- selectedCell.setAttribute( 'colSpan', this.getValue() );
265
- else
266
- selectedCell.removeAttribute( 'colSpan' );
267
- }
268
- },
269
- spacer(),
270
- {
271
- type : 'text',
272
- id : 'bgColor',
273
- label : langCell.bgColor,
274
- labelLayout : 'horizontal',
275
- widths : [ '50%', '50%' ],
276
- 'default' : '',
277
- setup : function( selectedCell )
278
- {
279
- this.setValue( selectedCell.getAttribute( 'bgColor' ) || '' );
280
- },
281
- commit : function( selectedCell )
282
- {
283
- if ( this.getValue() )
284
- selectedCell.setAttribute( 'bgColor', this.getValue() );
285
- else
286
- selectedCell.removeAttribute( 'bgColor' );
287
- }
288
- },
289
- {
290
- type : 'text',
291
- id : 'borderColor',
292
- label : langCell.borderColor,
293
- labelLayout : 'horizontal',
294
- widths : [ '50%', '50%' ],
295
- 'default' : '',
296
- setup : function( selectedCell )
297
- {
298
- this.setValue( selectedCell.getAttribute( 'borderColor' ) || '' );
299
- },
300
- commit : function( selectedCell )
301
- {
302
- if ( this.getValue() )
303
- selectedCell.setAttribute( 'borderColor', this.getValue() );
304
- else
305
- selectedCell.removeAttribute( 'borderColor' );
306
- }
307
- }
308
- ]
309
- }
310
- ]
311
- }
312
- ]
313
- }
314
- ],
315
- onShow : function()
316
- {
317
- this.cells = CKEDITOR.plugins.tabletools.getSelectedCells(
318
- this._.editor.getSelection() );
319
- this.setupContent( this.cells[ 0 ] );
320
- },
321
- onOk : function()
322
- {
323
- var cells = this.cells;
324
- for ( var i = 0 ; i < cells.length ; i++ )
325
- this.commitContent( cells[ i ] );
326
- }
327
- };
328
- } );
@@ -1,701 +0,0 @@
1
- /*
2
- Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved.
3
- For licensing, see LICENSE.html or http://ckeditor.com/license
4
- */
5
-
6
- (function()
7
- {
8
- function removeRawAttribute( $node, attr )
9
- {
10
- if ( CKEDITOR.env.ie )
11
- $node.removeAttribute( attr );
12
- else
13
- delete $node[ attr ];
14
- }
15
-
16
- var cellNodeRegex = /^(?:td|th)$/;
17
-
18
- function getSelectedCells( selection )
19
- {
20
- // Walker will try to split text nodes, which will make the current selection
21
- // invalid. So save bookmarks before doing anything.
22
- var bookmarks = selection.createBookmarks();
23
-
24
- var ranges = selection.getRanges();
25
- var retval = [];
26
- var database = {};
27
-
28
- function moveOutOfCellGuard( node )
29
- {
30
- // Apply to the first cell only.
31
- if ( retval.length > 0 )
32
- return;
33
-
34
- // If we are exiting from the first </td>, then the td should definitely be
35
- // included.
36
- if ( node.type == CKEDITOR.NODE_ELEMENT && cellNodeRegex.test( node.getName() )
37
- && !node.getCustomData( 'selected_cell' ) )
38
- {
39
- CKEDITOR.dom.element.setMarker( database, node, 'selected_cell', true );
40
- retval.push( node );
41
- }
42
- }
43
-
44
- for ( var i = 0 ; i < ranges.length ; i++ )
45
- {
46
- var range = ranges[ i ];
47
-
48
- if ( range.collapsed )
49
- {
50
- // Walker does not handle collapsed ranges yet - fall back to old API.
51
- var startNode = range.getCommonAncestor();
52
- var nearestCell = startNode.getAscendant( 'td', true ) || startNode.getAscendant( 'th', true );
53
- if ( nearestCell )
54
- retval.push( nearestCell );
55
- }
56
- else
57
- {
58
- var walker = new CKEDITOR.dom.walker( range );
59
- var node;
60
- walker.guard = moveOutOfCellGuard;
61
-
62
- while ( ( node = walker.next() ) )
63
- {
64
- // If may be possible for us to have a range like this:
65
- // <td>^1</td><td>^2</td>
66
- // The 2nd td shouldn't be included.
67
- //
68
- // So we have to take care to include a td we've entered only when we've
69
- // walked into its children.
70
-
71
- var parent = node.getParent();
72
- if ( parent && cellNodeRegex.test( parent.getName() ) && !parent.getCustomData( 'selected_cell' ) )
73
- {
74
- CKEDITOR.dom.element.setMarker( database, parent, 'selected_cell', true );
75
- retval.push( parent );
76
- }
77
- }
78
- }
79
- }
80
-
81
- CKEDITOR.dom.element.clearAllMarkers( database );
82
-
83
- // Restore selection position.
84
- selection.selectBookmarks( bookmarks );
85
-
86
- return retval;
87
- }
88
-
89
- function createTableMap( $refCell )
90
- {
91
- var refCell = new CKEDITOR.dom.element( $refCell );
92
- var $table = ( refCell.getName() == 'table' ? $refCell : refCell.getAscendant( 'table' ) ).$;
93
- var $rows = $table.rows;
94
-
95
- // Row and column counters.
96
- var r = -1;
97
- var map = [];
98
- for ( var i = 0 ; i < $rows.length ; i++ )
99
- {
100
- r++;
101
- if ( !map[ r ] )
102
- map[ r ] = [];
103
-
104
- var c = -1;
105
-
106
- for ( var j = 0 ; j < $rows[ i ].cells.length ; j++ )
107
- {
108
- var $cell = $rows[ i ].cells[ j ];
109
-
110
- c++;
111
- while ( map[ r ][ c ] )
112
- c++;
113
-
114
- var colSpan = isNaN( $cell.colSpan ) ? 1 : $cell.colSpan;
115
- var rowSpan = isNaN( $cell.rowSpan ) ? 1 : $cell.rowSpan;
116
-
117
- for ( var rs = 0 ; rs < rowSpan ; rs++ )
118
- {
119
- if ( !map[ r + rs ] )
120
- map[ r + rs ] = [];
121
-
122
- for ( var cs = 0 ; cs < colSpan ; cs++ )
123
- map [ r + rs ][ c + cs ] = $rows[ i ].cells[ j ];
124
- }
125
-
126
- c += colSpan - 1;
127
- }
128
- }
129
-
130
- return map;
131
- }
132
-
133
- function installTableMap( tableMap, $table )
134
- {
135
- /*
136
- * IE BUG: rowSpan is always 1 in IE if the cell isn't attached to a row. So
137
- * store is separately in another attribute. (#1917)
138
- */
139
- var rowSpanAttr = CKEDITOR.env.ie ? '_cke_rowspan' : 'rowSpan';
140
-
141
- /*
142
- * Disconnect all the cells in tableMap from their parents, set all colSpan
143
- * and rowSpan attributes to 1.
144
- */
145
- for ( var i = 0 ; i < tableMap.length ; i++ )
146
- {
147
- for ( var j = 0 ; j < tableMap[ i ].length ; j++ )
148
- {
149
- var $cell = tableMap[ i ][ j ];
150
- if ( $cell.parentNode )
151
- $cell.parentNode.removeChild( $cell );
152
- $cell.colSpan = $cell[ rowSpanAttr ] = 1;
153
- }
154
- }
155
-
156
- // Scan by rows and set colSpan.
157
- var maxCol = 0;
158
- for ( i = 0 ; i < tableMap.length ; i++ )
159
- {
160
- for ( j = 0 ; j < tableMap[ i ].length ; j++ )
161
- {
162
- $cell = tableMap[ i ][ j ];
163
- if ( !$cell )
164
- continue;
165
- if ( j > maxCol )
166
- maxCol = j;
167
- if ( $cell[ '_cke_colScanned' ] )
168
- continue;
169
- if ( tableMap[ i ][ j - 1 ] == $cell )
170
- $cell.colSpan++;
171
- if ( tableMap[ i ][ j + 1 ] != $cell )
172
- $cell[ '_cke_colScanned' ] = 1;
173
- }
174
- }
175
-
176
- // Scan by columns and set rowSpan.
177
- for ( i = 0 ; i <= maxCol ; i++ )
178
- {
179
- for ( j = 0 ; j < tableMap.length ; j++ )
180
- {
181
- if ( !tableMap[ j ] )
182
- continue;
183
- $cell = tableMap[ j ][ i ];
184
- if ( !$cell || $cell[ '_cke_rowScanned' ] )
185
- continue;
186
- if ( tableMap[ j - 1 ] && tableMap[ j - 1 ][ i ] == $cell )
187
- $cell[ rowSpanAttr ]++;
188
- if ( !tableMap[ j + 1 ] || tableMap[ j + 1 ][ i ] != $cell )
189
- $cell[ '_cke_rowScanned' ] = 1;
190
- }
191
- }
192
-
193
- // Clear all temporary flags.
194
- for ( i = 0 ; i < tableMap.length ; i++ )
195
- {
196
- for ( j = 0 ; j < tableMap[ i ].length ; j++ )
197
- {
198
- $cell = tableMap[ i ][ j ];
199
- removeRawAttribute( $cell, '_cke_colScanned' );
200
- removeRawAttribute( $cell, '_cke_rowScanned' );
201
- }
202
- }
203
-
204
- // Insert physical rows and columns to table.
205
- for ( i = 0 ; i < tableMap.length ; i++ )
206
- {
207
- var $row = $table.ownerDocument.createElement( 'tr' );
208
- for ( j = 0 ; j < tableMap[ i ].length ; )
209
- {
210
- $cell = tableMap[ i ][ j ];
211
- if ( tableMap[ i - 1 ] && tableMap[ i - 1 ][ j ] == $cell )
212
- {
213
- j += $cell.colSpan;
214
- continue;
215
- }
216
- $row.appendChild( $cell );
217
- if ( rowSpanAttr != 'rowSpan' )
218
- {
219
- $cell.rowSpan = $cell[ rowSpanAttr ];
220
- $cell.removeAttribute( rowSpanAttr );
221
- }
222
- j += $cell.colSpan;
223
- if ( $cell.colSpan == 1 )
224
- $cell.removeAttribute( 'colSpan' );
225
- if ( $cell.rowSpan == 1 )
226
- $cell.removeAttribute( 'rowSpan' );
227
- }
228
-
229
- if ( CKEDITOR.env.ie )
230
- $table.rows[ i ].replaceNode( $row );
231
- else
232
- {
233
- var dest = new CKEDITOR.dom.element( $table.rows[ i ] );
234
- var src = new CKEDITOR.dom.element( $row );
235
- dest.setHtml( '' );
236
- src.moveChildren( dest );
237
- }
238
- }
239
- }
240
-
241
- function clearRow( $tr )
242
- {
243
- // Get the array of row's cells.
244
- var $cells = $tr.cells;
245
-
246
- // Empty all cells.
247
- for ( var i = 0 ; i < $cells.length ; i++ )
248
- {
249
- $cells[ i ].innerHTML = '';
250
-
251
- if ( !CKEDITOR.env.ie )
252
- ( new CKEDITOR.dom.element( $cells[ i ] ) ).appendBogus();
253
- }
254
- }
255
-
256
- function insertRow( selection, insertBefore )
257
- {
258
- // Get the row where the selection is placed in.
259
- var row = selection.getStartElement().getAscendant( 'tr' );
260
- if ( !row )
261
- return;
262
-
263
- // Create a clone of the row.
264
- var newRow = row.clone( true );
265
-
266
- // Insert the new row before of it.
267
- newRow.insertBefore( row );
268
-
269
- // Clean one of the rows to produce the illusion of inserting an empty row
270
- // before or after.
271
- clearRow( insertBefore ? newRow.$ : row.$ );
272
- }
273
-
274
- function deleteRows( selectionOrRow )
275
- {
276
- if ( selectionOrRow instanceof CKEDITOR.dom.selection )
277
- {
278
- var cells = getSelectedCells( selectionOrRow );
279
- var rowsToDelete = [];
280
-
281
- // Queue up the rows - it's possible and likely that we have duplicates.
282
- for ( var i = 0 ; i < cells.length ; i++ )
283
- {
284
- var row = cells[ i ].getParent();
285
- rowsToDelete[ row.$.rowIndex ] = row;
286
- }
287
-
288
- for ( i = rowsToDelete.length ; i >= 0 ; i-- )
289
- {
290
- if ( rowsToDelete[ i ] )
291
- deleteRows( rowsToDelete[ i ] );
292
- }
293
- }
294
- else if ( selectionOrRow instanceof CKEDITOR.dom.element )
295
- {
296
- var table = selectionOrRow.getAscendant( 'table' );
297
-
298
- if ( table.$.rows.length == 1 )
299
- table.remove();
300
- else
301
- selectionOrRow.remove();
302
- }
303
- }
304
-
305
- function insertColumn( selection, insertBefore )
306
- {
307
- // Get the cell where the selection is placed in.
308
- var startElement = selection.getStartElement();
309
- var cell = startElement.getAscendant( 'td', true ) || startElement.getAscendant( 'th', true );
310
-
311
- if ( !cell )
312
- return;
313
-
314
- // Get the cell's table.
315
- var table = cell.getAscendant( 'table' );
316
- var cellIndex = cell.$.cellIndex;
317
-
318
- // Loop through all rows available in the table.
319
- for ( var i = 0 ; i < table.$.rows.length ; i++ )
320
- {
321
- var $row = table.$.rows[ i ];
322
-
323
- // If the row doesn't have enough cells, ignore it.
324
- if ( $row.cells.length < ( cellIndex + 1 ) )
325
- continue;
326
-
327
- cell = new CKEDITOR.dom.element( $row.cells[ cellIndex ].cloneNode( false ) );
328
-
329
- if ( !CKEDITOR.env.ie )
330
- cell.appendBogus();
331
-
332
- // Get back the currently selected cell.
333
- var baseCell = new CKEDITOR.dom.element( $row.cells[ cellIndex ] );
334
- if ( insertBefore )
335
- cell.insertBefore( baseCell );
336
- else
337
- cell.insertAfter( baseCell );
338
- }
339
- }
340
-
341
- function deleteColumns( selectionOrCell )
342
- {
343
- if ( selectionOrCell instanceof CKEDITOR.dom.selection )
344
- {
345
- var colsToDelete = getSelectedCells( selectionOrCell );
346
- for ( var i = colsToDelete.length ; i >= 0 ; i-- )
347
- {
348
- if ( colsToDelete[ i ] )
349
- deleteColumns( colsToDelete[ i ] );
350
- }
351
- }
352
- else if ( selectionOrCell instanceof CKEDITOR.dom.element )
353
- {
354
- // Get the cell's table.
355
- var table = selectionOrCell.getAscendant( 'table' );
356
-
357
- // Get the cell index.
358
- var cellIndex = selectionOrCell.$.cellIndex;
359
-
360
- /*
361
- * Loop through all rows from down to up, coz it's possible that some rows
362
- * will be deleted.
363
- */
364
- for ( i = table.$.rows.length - 1 ; i >= 0 ; i-- )
365
- {
366
- // Get the row.
367
- var row = new CKEDITOR.dom.element( table.$.rows[ i ] );
368
-
369
- // If the cell to be removed is the first one and the row has just one cell.
370
- if ( !cellIndex && row.$.cells.length == 1 )
371
- {
372
- deleteRows( row );
373
- continue;
374
- }
375
-
376
- // Else, just delete the cell.
377
- if ( row.$.cells[ cellIndex ] )
378
- row.$.removeChild( row.$.cells[ cellIndex ] );
379
- }
380
- }
381
- }
382
-
383
- function insertCell( selection, insertBefore )
384
- {
385
- var startElement = selection.getStartElement();
386
- var cell = startElement.getAscendant( 'td', true ) || startElement.getAscendant( 'th', true );
387
-
388
- if ( !cell )
389
- return;
390
-
391
- // Create the new cell element to be added.
392
- var newCell = cell.clone();
393
- if ( !CKEDITOR.env.ie )
394
- newCell.appendBogus();
395
-
396
- if ( insertBefore )
397
- newCell.insertBefore( cell );
398
- else
399
- newCell.insertAfter( cell );
400
- }
401
-
402
- function deleteCells( selectionOrCell )
403
- {
404
- if ( selectionOrCell instanceof CKEDITOR.dom.selection )
405
- {
406
- var cellsToDelete = getSelectedCells( selectionOrCell );
407
- for ( var i = cellsToDelete.length - 1 ; i >= 0 ; i-- )
408
- deleteCells( cellsToDelete[ i ] );
409
- }
410
- else if ( selectionOrCell instanceof CKEDITOR.dom.element )
411
- {
412
- if ( selectionOrCell.getParent().getChildCount() == 1 )
413
- selectionOrCell.getParent().remove();
414
- else
415
- selectionOrCell.remove();
416
- }
417
- }
418
-
419
- // Context menu on table caption incorrect (#3834)
420
- var contextMenuTags = { thead : 1, tbody : 1, tfoot : 1, td : 1, tr : 1, th : 1 };
421
-
422
- CKEDITOR.plugins.tabletools =
423
- {
424
- init : function( editor )
425
- {
426
- var lang = editor.lang.table;
427
-
428
- editor.addCommand( 'cellProperties', new CKEDITOR.dialogCommand( 'cellProperties' ) );
429
- CKEDITOR.dialog.add( 'cellProperties', this.path + 'dialogs/tableCell.js' );
430
-
431
- editor.addCommand( 'tableDelete',
432
- {
433
- exec : function( editor )
434
- {
435
- var selection = editor.getSelection();
436
- var startElement = selection && selection.getStartElement();
437
- var table = startElement && startElement.getAscendant( 'table', true );
438
-
439
- if ( !table )
440
- return;
441
-
442
- // Maintain the selection point at where the table was deleted.
443
- selection.selectElement( table );
444
- var range = selection.getRanges()[0];
445
- range.collapse();
446
- selection.selectRanges( [ range ] );
447
-
448
- // If the table's parent has only one child, remove it as well.
449
- if ( table.getParent().getChildCount() == 1 )
450
- table.getParent().remove();
451
- else
452
- table.remove();
453
- }
454
- } );
455
-
456
- editor.addCommand( 'rowDelete',
457
- {
458
- exec : function( editor )
459
- {
460
- var selection = editor.getSelection();
461
- deleteRows( selection );
462
- }
463
- } );
464
-
465
- editor.addCommand( 'rowInsertBefore',
466
- {
467
- exec : function( editor )
468
- {
469
- var selection = editor.getSelection();
470
- insertRow( selection, true );
471
- }
472
- } );
473
-
474
- editor.addCommand( 'rowInsertAfter',
475
- {
476
- exec : function( editor )
477
- {
478
- var selection = editor.getSelection();
479
- insertRow( selection );
480
- }
481
- } );
482
-
483
- editor.addCommand( 'columnDelete',
484
- {
485
- exec : function( editor )
486
- {
487
- var selection = editor.getSelection();
488
- deleteColumns( selection );
489
- }
490
- } );
491
-
492
- editor.addCommand( 'columnInsertBefore',
493
- {
494
- exec : function( editor )
495
- {
496
- var selection = editor.getSelection();
497
- insertColumn( selection, true );
498
- }
499
- } );
500
-
501
- editor.addCommand( 'columnInsertAfter',
502
- {
503
- exec : function( editor )
504
- {
505
- var selection = editor.getSelection();
506
- insertColumn( selection );
507
- }
508
- } );
509
-
510
- editor.addCommand( 'cellDelete',
511
- {
512
- exec : function( editor )
513
- {
514
- var selection = editor.getSelection();
515
- deleteCells( selection );
516
- }
517
- } );
518
-
519
- editor.addCommand( 'cellInsertBefore',
520
- {
521
- exec : function( editor )
522
- {
523
- var selection = editor.getSelection();
524
- insertCell( selection, true );
525
- }
526
- } );
527
-
528
- editor.addCommand( 'cellInsertAfter',
529
- {
530
- exec : function( editor )
531
- {
532
- var selection = editor.getSelection();
533
- insertCell( selection );
534
- }
535
- } );
536
-
537
- // If the "menu" plugin is loaded, register the menu items.
538
- if ( editor.addMenuItems )
539
- {
540
- editor.addMenuItems(
541
- {
542
- tablecell :
543
- {
544
- label : lang.cell.menu,
545
- group : 'tablecell',
546
- order : 1,
547
- getItems : function()
548
- {
549
- var cells = getSelectedCells( editor.getSelection() );
550
- return {
551
- tablecell_insertBefore : CKEDITOR.TRISTATE_OFF,
552
- tablecell_insertAfter : CKEDITOR.TRISTATE_OFF,
553
- tablecell_delete : CKEDITOR.TRISTATE_OFF,
554
- tablecell_properties : cells.length > 0 ? CKEDITOR.TRISTATE_OFF : CKEDITOR.TRISTATE_DISABLED
555
- };
556
- }
557
- },
558
-
559
- tablecell_insertBefore :
560
- {
561
- label : lang.cell.insertBefore,
562
- group : 'tablecell',
563
- command : 'cellInsertBefore',
564
- order : 5
565
- },
566
-
567
- tablecell_insertAfter :
568
- {
569
- label : lang.cell.insertAfter,
570
- group : 'tablecell',
571
- command : 'cellInsertAfter',
572
- order : 10
573
- },
574
-
575
- tablecell_delete :
576
- {
577
- label : lang.cell.deleteCell,
578
- group : 'tablecell',
579
- command : 'cellDelete',
580
- order : 15
581
- },
582
-
583
- tablecell_properties :
584
- {
585
- label : lang.cell.title,
586
- group : 'tablecellproperties',
587
- command : 'cellProperties',
588
- order : 20
589
- },
590
-
591
- tablerow :
592
- {
593
- label : lang.row.menu,
594
- group : 'tablerow',
595
- order : 1,
596
- getItems : function()
597
- {
598
- return {
599
- tablerow_insertBefore : CKEDITOR.TRISTATE_OFF,
600
- tablerow_insertAfter : CKEDITOR.TRISTATE_OFF,
601
- tablerow_delete : CKEDITOR.TRISTATE_OFF
602
- };
603
- }
604
- },
605
-
606
- tablerow_insertBefore :
607
- {
608
- label : lang.row.insertBefore,
609
- group : 'tablerow',
610
- command : 'rowInsertBefore',
611
- order : 5
612
- },
613
-
614
- tablerow_insertAfter :
615
- {
616
- label : lang.row.insertAfter,
617
- group : 'tablerow',
618
- command : 'rowInsertAfter',
619
- order : 10
620
- },
621
-
622
- tablerow_delete :
623
- {
624
- label : lang.row.deleteRow,
625
- group : 'tablerow',
626
- command : 'rowDelete',
627
- order : 15
628
- },
629
-
630
- tablecolumn :
631
- {
632
- label : lang.column.menu,
633
- group : 'tablecolumn',
634
- order : 1,
635
- getItems : function()
636
- {
637
- return {
638
- tablecolumn_insertBefore : CKEDITOR.TRISTATE_OFF,
639
- tablecolumn_insertAfter : CKEDITOR.TRISTATE_OFF,
640
- tablecolumn_delete : CKEDITOR.TRISTATE_OFF
641
- };
642
- }
643
- },
644
-
645
- tablecolumn_insertBefore :
646
- {
647
- label : lang.column.insertBefore,
648
- group : 'tablecolumn',
649
- command : 'columnInsertBefore',
650
- order : 5
651
- },
652
-
653
- tablecolumn_insertAfter :
654
- {
655
- label : lang.column.insertAfter,
656
- group : 'tablecolumn',
657
- command : 'columnInsertAfter',
658
- order : 10
659
- },
660
-
661
- tablecolumn_delete :
662
- {
663
- label : lang.column.deleteColumn,
664
- group : 'tablecolumn',
665
- command : 'columnDelete',
666
- order : 15
667
- }
668
- });
669
- }
670
-
671
- // If the "contextmenu" plugin is laoded, register the listeners.
672
- if ( editor.contextMenu )
673
- {
674
- editor.contextMenu.addListener( function( element, selection )
675
- {
676
- if ( !element )
677
- return null;
678
-
679
- while ( element )
680
- {
681
- if ( element.getName() in contextMenuTags )
682
- {
683
- return {
684
- tablecell : CKEDITOR.TRISTATE_OFF,
685
- tablerow : CKEDITOR.TRISTATE_OFF,
686
- tablecolumn : CKEDITOR.TRISTATE_OFF
687
- };
688
- }
689
- element = element.getParent();
690
- }
691
-
692
- return null;
693
- } );
694
- }
695
- },
696
-
697
- getSelectedCells : getSelectedCells
698
-
699
- };
700
- CKEDITOR.plugins.add( 'tabletools', CKEDITOR.plugins.tabletools );
701
- })();