narf 0.5.1

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 (657) hide show
  1. data/ChangeLog +163 -0
  2. data/InstalledFiles +2227 -0
  3. data/README +124 -0
  4. data/TODO +88 -0
  5. data/bin/narftest +17 -0
  6. data/bug.rb +9 -0
  7. data/build.rb +314 -0
  8. data/build.rb~ +314 -0
  9. data/config.save +12 -0
  10. data/doc/apache_cgi.txt +17 -0
  11. data/doc/fastcgi.txt +19 -0
  12. data/doc/mod_ruby.txt +7 -0
  13. data/doc/rdoc/classes/Web.html +366 -0
  14. data/doc/rdoc/classes/Web.src/M000002.html +15 -0
  15. data/doc/rdoc/classes/Web.src/M000003.html +15 -0
  16. data/doc/rdoc/classes/Web.src/M000004.html +15 -0
  17. data/doc/rdoc/classes/Web.src/M000005.html +15 -0
  18. data/doc/rdoc/classes/Web.src/M000006.html +20 -0
  19. data/doc/rdoc/classes/Web.src/M000007.html +18 -0
  20. data/doc/rdoc/classes/Web.src/M000008.html +18 -0
  21. data/doc/rdoc/classes/Web.src/M000009.html +18 -0
  22. data/doc/rdoc/classes/Web.src/M000010.html +15 -0
  23. data/doc/rdoc/classes/Web.src/M000011.html +15 -0
  24. data/doc/rdoc/classes/Web.src/M000012.html +15 -0
  25. data/doc/rdoc/classes/Web/CGD.html +173 -0
  26. data/doc/rdoc/classes/Web/CGD.src/M000037.html +24 -0
  27. data/doc/rdoc/classes/Web/CGD.src/M000038.html +23 -0
  28. data/doc/rdoc/classes/Web/CGD.src/M000039.html +15 -0
  29. data/doc/rdoc/classes/Web/CGD.src/M000040.html +15 -0
  30. data/doc/rdoc/classes/Web/CGD.src/M000041.html +23 -0
  31. data/doc/rdoc/classes/Web/CGI.html +946 -0
  32. data/doc/rdoc/classes/Web/CGI.src/M000051.html +15 -0
  33. data/doc/rdoc/classes/Web/CGI.src/M000052.html +24 -0
  34. data/doc/rdoc/classes/Web/CGI.src/M000053.html +15 -0
  35. data/doc/rdoc/classes/Web/CGI.src/M000054.html +15 -0
  36. data/doc/rdoc/classes/Web/CGI.src/M000055.html +15 -0
  37. data/doc/rdoc/classes/Web/CGI.src/M000056.html +15 -0
  38. data/doc/rdoc/classes/Web/CGI.src/M000057.html +17 -0
  39. data/doc/rdoc/classes/Web/CGI.src/M000058.html +34 -0
  40. data/doc/rdoc/classes/Web/CGI.src/M000059.html +22 -0
  41. data/doc/rdoc/classes/Web/CGI.src/M000060.html +15 -0
  42. data/doc/rdoc/classes/Web/CGI.src/M000061.html +15 -0
  43. data/doc/rdoc/classes/Web/CGI.src/M000062.html +19 -0
  44. data/doc/rdoc/classes/Web/CGI.src/M000063.html +18 -0
  45. data/doc/rdoc/classes/Web/CGI.src/M000064.html +19 -0
  46. data/doc/rdoc/classes/Web/CGI.src/M000065.html +15 -0
  47. data/doc/rdoc/classes/Web/CGI.src/M000066.html +15 -0
  48. data/doc/rdoc/classes/Web/CGI.src/M000067.html +15 -0
  49. data/doc/rdoc/classes/Web/CGI.src/M000068.html +13 -0
  50. data/doc/rdoc/classes/Web/CGI.src/M000069.html +13 -0
  51. data/doc/rdoc/classes/Web/CGI.src/M000070.html +13 -0
  52. data/doc/rdoc/classes/Web/CGI.src/M000071.html +13 -0
  53. data/doc/rdoc/classes/Web/CGI.src/M000072.html +19 -0
  54. data/doc/rdoc/classes/Web/CGI.src/M000073.html +15 -0
  55. data/doc/rdoc/classes/Web/CGI.src/M000074.html +19 -0
  56. data/doc/rdoc/classes/Web/CGI.src/M000075.html +15 -0
  57. data/doc/rdoc/classes/Web/CGI.src/M000076.html +15 -0
  58. data/doc/rdoc/classes/Web/CGI.src/M000077.html +15 -0
  59. data/doc/rdoc/classes/Web/CGI.src/M000078.html +20 -0
  60. data/doc/rdoc/classes/Web/CGI.src/M000079.html +36 -0
  61. data/doc/rdoc/classes/Web/CGI.src/M000080.html +19 -0
  62. data/doc/rdoc/classes/Web/CGI.src/M000081.html +18 -0
  63. data/doc/rdoc/classes/Web/CGI.src/M000082.html +15 -0
  64. data/doc/rdoc/classes/Web/CGI.src/M000083.html +17 -0
  65. data/doc/rdoc/classes/Web/CGI.src/M000084.html +15 -0
  66. data/doc/rdoc/classes/Web/CGI.src/M000085.html +16 -0
  67. data/doc/rdoc/classes/Web/CGI.src/M000086.html +15 -0
  68. data/doc/rdoc/classes/Web/CGI.src/M000087.html +15 -0
  69. data/doc/rdoc/classes/Web/CGI.src/M000088.html +15 -0
  70. data/doc/rdoc/classes/Web/CGI.src/M000089.html +16 -0
  71. data/doc/rdoc/classes/Web/CGI.src/M000090.html +15 -0
  72. data/doc/rdoc/classes/Web/CGI.src/M000091.html +15 -0
  73. data/doc/rdoc/classes/Web/CGI.src/M000092.html +15 -0
  74. data/doc/rdoc/classes/Web/CGI.src/M000093.html +15 -0
  75. data/doc/rdoc/classes/Web/CGI.src/M000094.html +15 -0
  76. data/doc/rdoc/classes/Web/CGI.src/M000095.html +15 -0
  77. data/doc/rdoc/classes/Web/CGI.src/M000096.html +19 -0
  78. data/doc/rdoc/classes/Web/CGI.src/M000097.html +15 -0
  79. data/doc/rdoc/classes/Web/CGI.src/M000098.html +15 -0
  80. data/doc/rdoc/classes/Web/CGI.src/M000099.html +43 -0
  81. data/doc/rdoc/classes/Web/CGI.src/M000100.html +18 -0
  82. data/doc/rdoc/classes/Web/CGI.src/M000101.html +20 -0
  83. data/doc/rdoc/classes/Web/CGI.src/M000102.html +15 -0
  84. data/doc/rdoc/classes/Web/CGI.src/M000103.html +15 -0
  85. data/doc/rdoc/classes/Web/CGI.src/M000104.html +15 -0
  86. data/doc/rdoc/classes/Web/CGI.src/M000105.html +24 -0
  87. data/doc/rdoc/classes/Web/CGI.src/M000106.html +24 -0
  88. data/doc/rdoc/classes/Web/CGI.src/M000107.html +22 -0
  89. data/doc/rdoc/classes/Web/CaseInsensitiveHash.html +104 -0
  90. data/doc/rdoc/classes/Web/CaseInsensitiveHash.src/M000118.html +15 -0
  91. data/doc/rdoc/classes/Web/CaseInsensitiveHash.src/M000119.html +15 -0
  92. data/doc/rdoc/classes/Web/CaseInsensitiveHash.src/M000120.html +15 -0
  93. data/doc/rdoc/classes/Web/Mime.html +122 -0
  94. data/doc/rdoc/classes/Web/Mime.src/M000118.html +15 -0
  95. data/doc/rdoc/classes/Web/Mime.src/M000119.html +15 -0
  96. data/doc/rdoc/classes/Web/Mime.src/M000120.html +23 -0
  97. data/doc/rdoc/classes/Web/Mime.src/M000121.html +15 -0
  98. data/doc/rdoc/classes/Web/Mime.src/M000122.html +15 -0
  99. data/doc/rdoc/classes/Web/Mime.src/M000123.html +23 -0
  100. data/doc/rdoc/classes/Web/Mime.src/M000124.html +15 -0
  101. data/doc/rdoc/classes/Web/Narflates.html +132 -0
  102. data/doc/rdoc/classes/Web/Parser.html +219 -0
  103. data/doc/rdoc/classes/Web/Parser.src/M000013.html +21 -0
  104. data/doc/rdoc/classes/Web/Parser.src/M000014.html +19 -0
  105. data/doc/rdoc/classes/Web/Parser.src/M000015.html +21 -0
  106. data/doc/rdoc/classes/Web/Parser.src/M000016.html +15 -0
  107. data/doc/rdoc/classes/Web/Parser.src/M000017.html +30 -0
  108. data/doc/rdoc/classes/Web/Parser.src/M000018.html +15 -0
  109. data/doc/rdoc/classes/Web/Parser.src/M000019.html +19 -0
  110. data/doc/rdoc/classes/Web/Parser.src/M000020.html +27 -0
  111. data/doc/rdoc/classes/Web/Parser.src/M000021.html +15 -0
  112. data/doc/rdoc/classes/Web/Parser.src/M000022.html +16 -0
  113. data/doc/rdoc/classes/Web/Parser.src/M000023.html +18 -0
  114. data/doc/rdoc/classes/Web/Session.html +178 -0
  115. data/doc/rdoc/classes/Web/Session.src/M000042.html +20 -0
  116. data/doc/rdoc/classes/Web/Session.src/M000043.html +19 -0
  117. data/doc/rdoc/classes/Web/Session.src/M000044.html +21 -0
  118. data/doc/rdoc/classes/Web/Session.src/M000045.html +21 -0
  119. data/doc/rdoc/classes/Web/Session.src/M000046.html +15 -0
  120. data/doc/rdoc/classes/Web/Session.src/M000047.html +17 -0
  121. data/doc/rdoc/classes/Web/Session.src/M000048.html +15 -0
  122. data/doc/rdoc/classes/Web/Session.src/M000049.html +15 -0
  123. data/doc/rdoc/classes/Web/Session.src/M000050.html +16 -0
  124. data/doc/rdoc/classes/Web/Testing.html +474 -0
  125. data/doc/rdoc/classes/Web/Testing.src/M000024.html +15 -0
  126. data/doc/rdoc/classes/Web/Testing.src/M000025.html +25 -0
  127. data/doc/rdoc/classes/Web/Testing.src/M000026.html +15 -0
  128. data/doc/rdoc/classes/Web/Testing.src/M000027.html +28 -0
  129. data/doc/rdoc/classes/Web/Testing.src/M000028.html +58 -0
  130. data/doc/rdoc/classes/Web/Testing.src/M000029.html +15 -0
  131. data/doc/rdoc/classes/Web/Testing.src/M000030.html +15 -0
  132. data/doc/rdoc/classes/Web/Testing.src/M000031.html +15 -0
  133. data/doc/rdoc/classes/Web/Testing.src/M000032.html +15 -0
  134. data/doc/rdoc/classes/Web/Testing.src/M000033.html +15 -0
  135. data/doc/rdoc/classes/Web/Testing.src/M000034.html +15 -0
  136. data/doc/rdoc/classes/Web/Testing.src/M000035.html +15 -0
  137. data/doc/rdoc/classes/Web/Testing.src/M000036.html +18 -0
  138. data/doc/rdoc/classes/Web/Upload.html +160 -0
  139. data/doc/rdoc/classes/Web/Upload.src/M000108.html +25 -0
  140. data/doc/rdoc/classes/Web/Upload.src/M000109.html +18 -0
  141. data/doc/rdoc/classes/Web/Upload.src/M000110.html +16 -0
  142. data/doc/rdoc/classes/Web/Upload.src/M000111.html +16 -0
  143. data/doc/rdoc/classes/Web/Wiki.html +249 -0
  144. data/doc/rdoc/classes/Web/Wiki.src/M000112.html +25 -0
  145. data/doc/rdoc/classes/Web/Wiki.src/M000113.html +15 -0
  146. data/doc/rdoc/classes/Web/Wiki.src/M000114.html +26 -0
  147. data/doc/rdoc/classes/Web/Wiki.src/M000115.html +21 -0
  148. data/doc/rdoc/classes/Web/Wiki.src/M000116.html +18 -0
  149. data/doc/rdoc/classes/Web/Wiki.src/M000117.html +19 -0
  150. data/doc/rdoc/created.rid +1 -0
  151. data/doc/rdoc/files/README.html +226 -0
  152. data/doc/rdoc/files/doc/apache_cgi_txt.html +82 -0
  153. data/doc/rdoc/files/doc/fastcgi_txt.html +82 -0
  154. data/doc/rdoc/files/doc/mod_ruby_txt.html +62 -0
  155. data/doc/rdoc/files/doc/webrick_txt.html +79 -0
  156. data/doc/rdoc/files/examples/examples_rdoc.html +73 -0
  157. data/doc/rdoc/files/lib/web/cgi_rb.html +75 -0
  158. data/doc/rdoc/files/lib/web/mime_rb.html +67 -0
  159. data/doc/rdoc/files/lib/web/parser_rb.html +73 -0
  160. data/doc/rdoc/files/lib/web/session_rb.html +73 -0
  161. data/doc/rdoc/files/lib/web/template_rb.html +73 -0
  162. data/doc/rdoc/files/lib/web/testing_rb.html +67 -0
  163. data/doc/rdoc/files/lib/web/upload_rb.html +73 -0
  164. data/doc/rdoc/files/lib/web/wiki_rb.html +79 -0
  165. data/doc/rdoc/files/lib/web_rb.html +116 -0
  166. data/doc/rdoc/files/lib/web_rb.src/M000001.html +15 -0
  167. data/doc/rdoc/fr_class_index.html +47 -0
  168. data/doc/rdoc/fr_file_index.html +52 -0
  169. data/doc/rdoc/fr_method_index.html +158 -0
  170. data/doc/rdoc/index.html +22 -0
  171. data/doc/rdoc/rdoc-style.css +99 -0
  172. data/doc/webrick.txt +23 -0
  173. data/examples/admin.rb +8 -0
  174. data/examples/admin.rb~ +5 -0
  175. data/examples/cookbook.rdoc +247 -0
  176. data/examples/cookbook.rdoc~ +238 -0
  177. data/examples/examples.rdoc +19 -0
  178. data/examples/examples.rdoc~ +17 -0
  179. data/examples/hello.world.rb +5 -0
  180. data/examples/hello.world.rb~ +3 -0
  181. data/examples/session.rb +34 -0
  182. data/examples/session.rb~ +31 -0
  183. data/examples/test/test.hello.world.rb +9 -0
  184. data/examples/test/test.hello.world.rb~ +9 -0
  185. data/examples/test/test.session.rb +37 -0
  186. data/examples/test/test.session.rb~ +37 -0
  187. data/examples/webunit/COPYING +340 -0
  188. data/examples/webunit/Makefile +14 -0
  189. data/examples/webunit/TIPS-ja.html +126 -0
  190. data/examples/webunit/TIPS-ja.rd +154 -0
  191. data/examples/webunit/TODO-ja.html +35 -0
  192. data/examples/webunit/TODO-ja.rd +28 -0
  193. data/examples/webunit/changes.rd +185 -0
  194. data/examples/webunit/conv/digit-0.cgi +40 -0
  195. data/examples/webunit/conv/digit-0.rb +21 -0
  196. data/examples/webunit/conv/digit-1.cgi +44 -0
  197. data/examples/webunit/conv/digit-1.rb +17 -0
  198. data/examples/webunit/conv/digit.cgi +59 -0
  199. data/examples/webunit/conv/digit.rb +23 -0
  200. data/examples/webunit/conv/test_digit-0.rb +16 -0
  201. data/examples/webunit/conv/test_digit-1.rb +19 -0
  202. data/examples/webunit/conv/test_digit.rb +26 -0
  203. data/examples/webunit/conv/test_digit_view-0.rb +76 -0
  204. data/examples/webunit/conv/test_digit_view-1.rb +102 -0
  205. data/examples/webunit/conv/test_digit_view.rb +134 -0
  206. data/examples/webunit/example.rd +37 -0
  207. data/examples/webunit/index-en.html +263 -0
  208. data/examples/webunit/index-en.rd +60 -0
  209. data/examples/webunit/index-ja.html +263 -0
  210. data/examples/webunit/index-ja.rd +60 -0
  211. data/examples/wiki.rb +7 -0
  212. data/examples/wiki.rb~ +5 -0
  213. data/install.rb +1022 -0
  214. data/lib/web.rb +290 -0
  215. data/lib/web.rb~ +290 -0
  216. data/lib/web/#assertinclude.rb# +110 -0
  217. data/lib/web/action.rb +82 -0
  218. data/lib/web/assertinclude.rb +110 -0
  219. data/lib/web/assertinclude.rb~ +110 -0
  220. data/lib/web/buffer.rb +20 -0
  221. data/lib/web/cgi.rb +641 -0
  222. data/lib/web/cgi.rb~ +640 -0
  223. data/lib/web/formreader.rb +317 -0
  224. data/lib/web/forms.rb +104 -0
  225. data/lib/web/htmlparser/html-parser.rb +429 -0
  226. data/lib/web/htmlparser/html-parser.rb~ +429 -0
  227. data/lib/web/htmlparser/sgml-parser.rb +332 -0
  228. data/lib/web/htmlparser/sgml-parser.rb~ +332 -0
  229. data/lib/web/htmltools/element.rb +296 -0
  230. data/lib/web/htmltools/element.rb~ +296 -0
  231. data/lib/web/htmltools/stparser.rb +276 -0
  232. data/lib/web/htmltools/stparser.rb~ +276 -0
  233. data/lib/web/htmltools/tags.rb +286 -0
  234. data/lib/web/htmltools/tags.rb~ +286 -0
  235. data/lib/web/htmltools/tree.rb +139 -0
  236. data/lib/web/htmltools/tree.rb~ +139 -0
  237. data/lib/web/htmltools/xmltree.rb +160 -0
  238. data/lib/web/htmltools/xmltree.rb~ +160 -0
  239. data/lib/web/htmltools/xpath.rb +71 -0
  240. data/lib/web/htmltools/xpath.rb~ +71 -0
  241. data/lib/web/mime.rb +82 -0
  242. data/lib/web/parser.rb +266 -0
  243. data/lib/web/parser.rb~ +266 -0
  244. data/lib/web/request.rb~ +238 -0
  245. data/lib/web/resources/mime.types +483 -0
  246. data/lib/web/runner.rb +26 -0
  247. data/lib/web/runner.rb~ +26 -0
  248. data/lib/web/sapi/fastcgi.rb +26 -0
  249. data/lib/web/sapi/fastcgi.rb~ +25 -0
  250. data/lib/web/sapi/mod_ruby.rb +46 -0
  251. data/lib/web/sapi/mod_ruby.rb~ +46 -0
  252. data/lib/web/sapi/webrick.rb +91 -0
  253. data/lib/web/sapi/webrick.rb~ +89 -0
  254. data/lib/web/session.rb +75 -0
  255. data/lib/web/session.rb~ +75 -0
  256. data/lib/web/simpledispatcher.rb +155 -0
  257. data/lib/web/strscanparser.rb +24 -0
  258. data/lib/web/tagparser.rb +96 -0
  259. data/lib/web/tagparser.rb~ +96 -0
  260. data/lib/web/template.rb +613 -0
  261. data/lib/web/template.rb~ +613 -0
  262. data/lib/web/testing.rb +546 -0
  263. data/lib/web/testing.rb~ +546 -0
  264. data/lib/web/traceoutput.rb +32 -0
  265. data/lib/web/unit.rb +27 -0
  266. data/lib/web/unit/assert.rb +154 -0
  267. data/lib/web/unit/converter.rb +148 -0
  268. data/lib/web/unit/cookie.rb +120 -0
  269. data/lib/web/unit/domwalker.rb +187 -0
  270. data/lib/web/unit/exception.rb +15 -0
  271. data/lib/web/unit/form.rb +118 -0
  272. data/lib/web/unit/formatter.rb +314 -0
  273. data/lib/web/unit/frame.rb +39 -0
  274. data/lib/web/unit/html-parser.rb +432 -0
  275. data/lib/web/unit/htmlelem.rb +124 -0
  276. data/lib/web/unit/htmlrepair.rb +116 -0
  277. data/lib/web/unit/htmlsplit.rb +840 -0
  278. data/lib/web/unit/image.rb +27 -0
  279. data/lib/web/unit/jscript.rb +32 -0
  280. data/lib/web/unit/link.rb +35 -0
  281. data/lib/web/unit/params.rb +323 -0
  282. data/lib/web/unit/parser.rb +226 -0
  283. data/lib/web/unit/resources/assert.html +101 -0
  284. data/lib/web/unit/resources/auth/index.html +5 -0
  285. data/lib/web/unit/resources/badtags.html +7 -0
  286. data/lib/web/unit/resources/cookie.cgi +33 -0
  287. data/lib/web/unit/resources/document.xml +13 -0
  288. data/lib/web/unit/resources/form.html +150 -0
  289. data/lib/web/unit/resources/frame-0.html +10 -0
  290. data/lib/web/unit/resources/frame-1.html +10 -0
  291. data/lib/web/unit/resources/frame.html +10 -0
  292. data/lib/web/unit/resources/image.html +17 -0
  293. data/lib/web/unit/resources/images/x.gif +0 -0
  294. data/lib/web/unit/resources/images/y.gif +0 -0
  295. data/lib/web/unit/resources/jscript-0.html +10 -0
  296. data/lib/web/unit/resources/jscript-1.html +10 -0
  297. data/lib/web/unit/resources/jscript.html +19 -0
  298. data/lib/web/unit/resources/link.html +19 -0
  299. data/lib/web/unit/resources/multipart.cgi +28 -0
  300. data/lib/web/unit/resources/multipart.html +74 -0
  301. data/lib/web/unit/resources/params.html +65 -0
  302. data/lib/web/unit/resources/redirect.cgi +13 -0
  303. data/lib/web/unit/resources/response.html +67 -0
  304. data/lib/web/unit/resources/simple.cgi +14 -0
  305. data/lib/web/unit/resources/stock.cgi +35 -0
  306. data/lib/web/unit/resources/table.html +83 -0
  307. data/lib/web/unit/response.rb +469 -0
  308. data/lib/web/unit/response.rb~ +461 -0
  309. data/lib/web/unit/runtest.rb +44 -0
  310. data/lib/web/unit/sgml-parser.rb +336 -0
  311. data/lib/web/unit/table.rb +150 -0
  312. data/lib/web/unit/testcase.rb +49 -0
  313. data/lib/web/unit/ui/cui/testrunner.rb +52 -0
  314. data/lib/web/unit/ui/cui/testrunner.rb~ +50 -0
  315. data/lib/web/unit/utils.rb +70 -0
  316. data/lib/web/unit/webunit.rb +28 -0
  317. data/lib/web/upload.rb +55 -0
  318. data/lib/web/upload.rb~ +262 -0
  319. data/lib/web/wiki.rb +506 -0
  320. data/lib/web/wiki.rb~ +506 -0
  321. data/lib/web/wiki/linker.rb +72 -0
  322. data/lib/web/wiki/linker.rb~ +72 -0
  323. data/lib/web/wiki/mime.rb~ +68 -0
  324. data/lib/web/wiki/page.rb +192 -0
  325. data/lib/web/wiki/page.rb~ +192 -0
  326. data/lib/web/wiki/resources/#edit.html# +65 -0
  327. data/lib/web/wiki/resources/admin.html +13 -0
  328. data/lib/web/wiki/resources/admin.html~ +13 -0
  329. data/lib/web/wiki/resources/asset_history.html +3 -0
  330. data/lib/web/wiki/resources/basic.html +1 -0
  331. data/lib/web/wiki/resources/default-content_editor.html +1 -0
  332. data/lib/web/wiki/resources/default-content_editor.html~ +1 -0
  333. data/lib/web/wiki/resources/edit.html +1 -1
  334. data/lib/web/wiki/resources/edit.html~ +1 -1
  335. data/lib/web/wiki/resources/ekit-content_editor.html +1 -0
  336. data/lib/web/wiki/resources/home.html +10 -0
  337. data/lib/web/wiki/resources/home.html~ +10 -0
  338. data/lib/web/wiki/resources/htmlarea/ChangeLog +1185 -0
  339. data/lib/web/wiki/resources/htmlarea/dialog.js +72 -0
  340. data/lib/web/wiki/resources/htmlarea/examples/2-areas.cgi +16 -0
  341. data/lib/web/wiki/resources/htmlarea/examples/2-areas.html +158 -0
  342. data/lib/web/wiki/resources/htmlarea/examples/context-menu.html +95 -0
  343. data/lib/web/wiki/resources/htmlarea/examples/core.html +184 -0
  344. data/lib/web/wiki/resources/htmlarea/examples/css.html +88 -0
  345. data/lib/web/wiki/resources/htmlarea/examples/custom.css +29 -0
  346. data/lib/web/wiki/resources/htmlarea/examples/full-page.html +75 -0
  347. data/lib/web/wiki/resources/htmlarea/examples/fully-loaded.html +248 -0
  348. data/lib/web/wiki/resources/htmlarea/examples/index.html +40 -0
  349. data/lib/web/wiki/resources/htmlarea/examples/spell-checker.html +132 -0
  350. data/lib/web/wiki/resources/htmlarea/examples/table-operations.html +116 -0
  351. data/lib/web/wiki/resources/htmlarea/examples/test.cgi +21 -0
  352. data/lib/web/wiki/resources/htmlarea/htmlarea.css +180 -0
  353. data/lib/web/wiki/resources/htmlarea/htmlarea.js +2175 -0
  354. data/lib/web/wiki/resources/htmlarea/images/ed_about.gif +0 -0
  355. data/lib/web/wiki/resources/htmlarea/images/ed_align_center.gif +0 -0
  356. data/lib/web/wiki/resources/htmlarea/images/ed_align_justify.gif +0 -0
  357. data/lib/web/wiki/resources/htmlarea/images/ed_align_left.gif +0 -0
  358. data/lib/web/wiki/resources/htmlarea/images/ed_align_right.gif +0 -0
  359. data/lib/web/wiki/resources/htmlarea/images/ed_blank.gif +0 -0
  360. data/lib/web/wiki/resources/htmlarea/images/ed_charmap.gif +0 -0
  361. data/lib/web/wiki/resources/htmlarea/images/ed_color_bg.gif +0 -0
  362. data/lib/web/wiki/resources/htmlarea/images/ed_color_fg.gif +0 -0
  363. data/lib/web/wiki/resources/htmlarea/images/ed_copy.gif +0 -0
  364. data/lib/web/wiki/resources/htmlarea/images/ed_custom.gif +0 -0
  365. data/lib/web/wiki/resources/htmlarea/images/ed_cut.gif +0 -0
  366. data/lib/web/wiki/resources/htmlarea/images/ed_delete.gif +0 -0
  367. data/lib/web/wiki/resources/htmlarea/images/ed_format_bold.gif +0 -0
  368. data/lib/web/wiki/resources/htmlarea/images/ed_format_italic.gif +0 -0
  369. data/lib/web/wiki/resources/htmlarea/images/ed_format_strike.gif +0 -0
  370. data/lib/web/wiki/resources/htmlarea/images/ed_format_sub.gif +0 -0
  371. data/lib/web/wiki/resources/htmlarea/images/ed_format_sup.gif +0 -0
  372. data/lib/web/wiki/resources/htmlarea/images/ed_format_underline.gif +0 -0
  373. data/lib/web/wiki/resources/htmlarea/images/ed_help.gif +0 -0
  374. data/lib/web/wiki/resources/htmlarea/images/ed_hr.gif +0 -0
  375. data/lib/web/wiki/resources/htmlarea/images/ed_html.gif +0 -0
  376. data/lib/web/wiki/resources/htmlarea/images/ed_image.gif +0 -0
  377. data/lib/web/wiki/resources/htmlarea/images/ed_indent_less.gif +0 -0
  378. data/lib/web/wiki/resources/htmlarea/images/ed_indent_more.gif +0 -0
  379. data/lib/web/wiki/resources/htmlarea/images/ed_left_to_right.gif +0 -0
  380. data/lib/web/wiki/resources/htmlarea/images/ed_link.gif +0 -0
  381. data/lib/web/wiki/resources/htmlarea/images/ed_list_bullet.gif +0 -0
  382. data/lib/web/wiki/resources/htmlarea/images/ed_list_num.gif +0 -0
  383. data/lib/web/wiki/resources/htmlarea/images/ed_paste.gif +0 -0
  384. data/lib/web/wiki/resources/htmlarea/images/ed_redo.gif +0 -0
  385. data/lib/web/wiki/resources/htmlarea/images/ed_right_to_left.gif +0 -0
  386. data/lib/web/wiki/resources/htmlarea/images/ed_save.gif +0 -0
  387. data/lib/web/wiki/resources/htmlarea/images/ed_show_border.gif +0 -0
  388. data/lib/web/wiki/resources/htmlarea/images/ed_splitcel.gif +0 -0
  389. data/lib/web/wiki/resources/htmlarea/images/ed_undo.gif +0 -0
  390. data/lib/web/wiki/resources/htmlarea/images/fullscreen_maximize.gif +0 -0
  391. data/lib/web/wiki/resources/htmlarea/images/fullscreen_minimize.gif +0 -0
  392. data/lib/web/wiki/resources/htmlarea/images/insert_table.gif +0 -0
  393. data/lib/web/wiki/resources/htmlarea/index.html +199 -0
  394. data/lib/web/wiki/resources/htmlarea/lang/b5.js +36 -0
  395. data/lib/web/wiki/resources/htmlarea/lang/cz.js +63 -0
  396. data/lib/web/wiki/resources/htmlarea/lang/da.js +38 -0
  397. data/lib/web/wiki/resources/htmlarea/lang/de.js +54 -0
  398. data/lib/web/wiki/resources/htmlarea/lang/ee.js +63 -0
  399. data/lib/web/wiki/resources/htmlarea/lang/el.js +75 -0
  400. data/lib/web/wiki/resources/htmlarea/lang/en.js +88 -0
  401. data/lib/web/wiki/resources/htmlarea/lang/es.js +51 -0
  402. data/lib/web/wiki/resources/htmlarea/lang/fi.js +46 -0
  403. data/lib/web/wiki/resources/htmlarea/lang/fr.js +61 -0
  404. data/lib/web/wiki/resources/htmlarea/lang/gb.js +36 -0
  405. data/lib/web/wiki/resources/htmlarea/lang/he.js +63 -0
  406. data/lib/web/wiki/resources/htmlarea/lang/hu.js +63 -0
  407. data/lib/web/wiki/resources/htmlarea/lang/it.js +54 -0
  408. data/lib/web/wiki/resources/htmlarea/lang/ja-euc.js +37 -0
  409. data/lib/web/wiki/resources/htmlarea/lang/ja-jis.js +37 -0
  410. data/lib/web/wiki/resources/htmlarea/lang/ja-sjis.js +37 -0
  411. data/lib/web/wiki/resources/htmlarea/lang/ja-utf8.js +37 -0
  412. data/lib/web/wiki/resources/htmlarea/lang/lt.js +55 -0
  413. data/lib/web/wiki/resources/htmlarea/lang/lv.js +55 -0
  414. data/lib/web/wiki/resources/htmlarea/lang/nb.js +36 -0
  415. data/lib/web/wiki/resources/htmlarea/lang/nl.js +90 -0
  416. data/lib/web/wiki/resources/htmlarea/lang/no.js +79 -0
  417. data/lib/web/wiki/resources/htmlarea/lang/pl.js +36 -0
  418. data/lib/web/wiki/resources/htmlarea/lang/pt_br.js +37 -0
  419. data/lib/web/wiki/resources/htmlarea/lang/ro.js +80 -0
  420. data/lib/web/wiki/resources/htmlarea/lang/ru.js +63 -0
  421. data/lib/web/wiki/resources/htmlarea/lang/se.js +38 -0
  422. data/lib/web/wiki/resources/htmlarea/lang/si.js +63 -0
  423. data/lib/web/wiki/resources/htmlarea/lang/vn.js +51 -0
  424. data/lib/web/wiki/resources/htmlarea/license.txt +30 -0
  425. data/lib/web/wiki/resources/htmlarea/plugins/CSS/css.js +116 -0
  426. data/lib/web/wiki/resources/htmlarea/plugins/CSS/lang/en.js +2 -0
  427. data/lib/web/wiki/resources/htmlarea/plugins/ContextMenu/context-menu.js +416 -0
  428. data/lib/web/wiki/resources/htmlarea/plugins/ContextMenu/lang/de.js +59 -0
  429. data/lib/web/wiki/resources/htmlarea/plugins/ContextMenu/lang/el.js +57 -0
  430. data/lib/web/wiki/resources/htmlarea/plugins/ContextMenu/lang/en.js +66 -0
  431. data/lib/web/wiki/resources/htmlarea/plugins/ContextMenu/lang/nl.js +66 -0
  432. data/lib/web/wiki/resources/htmlarea/plugins/ContextMenu/menu.css +64 -0
  433. data/lib/web/wiki/resources/htmlarea/plugins/FullPage/full-page.js +143 -0
  434. data/lib/web/wiki/resources/htmlarea/plugins/FullPage/img/docprop.gif +0 -0
  435. data/lib/web/wiki/resources/htmlarea/plugins/FullPage/lang/en.js +25 -0
  436. data/lib/web/wiki/resources/htmlarea/plugins/FullPage/lang/ro.js +25 -0
  437. data/lib/web/wiki/resources/htmlarea/plugins/FullPage/popups/docprop.html +131 -0
  438. data/lib/web/wiki/resources/htmlarea/plugins/FullPage/test.html +89 -0
  439. data/lib/web/wiki/resources/htmlarea/plugins/SpellChecker/img/spell-check.gif +0 -0
  440. data/lib/web/wiki/resources/htmlarea/plugins/SpellChecker/lang/cz.js +37 -0
  441. data/lib/web/wiki/resources/htmlarea/plugins/SpellChecker/lang/da.js +37 -0
  442. data/lib/web/wiki/resources/htmlarea/plugins/SpellChecker/lang/de.js +28 -0
  443. data/lib/web/wiki/resources/htmlarea/plugins/SpellChecker/lang/en.js +38 -0
  444. data/lib/web/wiki/resources/htmlarea/plugins/SpellChecker/lang/hu.js +37 -0
  445. data/lib/web/wiki/resources/htmlarea/plugins/SpellChecker/lang/it.js +28 -0
  446. data/lib/web/wiki/resources/htmlarea/plugins/SpellChecker/lang/ro.js +37 -0
  447. data/lib/web/wiki/resources/htmlarea/plugins/SpellChecker/readme-tech.html +114 -0
  448. data/lib/web/wiki/resources/htmlarea/plugins/SpellChecker/spell-check-logic.cgi +210 -0
  449. data/lib/web/wiki/resources/htmlarea/plugins/SpellChecker/spell-check-style.css +10 -0
  450. data/lib/web/wiki/resources/htmlarea/plugins/SpellChecker/spell-check-ui.html +122 -0
  451. data/lib/web/wiki/resources/htmlarea/plugins/SpellChecker/spell-check-ui.js +397 -0
  452. data/lib/web/wiki/resources/htmlarea/plugins/SpellChecker/spell-checker.js +79 -0
  453. data/lib/web/wiki/resources/htmlarea/plugins/TableOperations/img/cell-delete.gif +0 -0
  454. data/lib/web/wiki/resources/htmlarea/plugins/TableOperations/img/cell-insert-after.gif +0 -0
  455. data/lib/web/wiki/resources/htmlarea/plugins/TableOperations/img/cell-insert-before.gif +0 -0
  456. data/lib/web/wiki/resources/htmlarea/plugins/TableOperations/img/cell-merge.gif +0 -0
  457. data/lib/web/wiki/resources/htmlarea/plugins/TableOperations/img/cell-prop.gif +0 -0
  458. data/lib/web/wiki/resources/htmlarea/plugins/TableOperations/img/cell-split.gif +0 -0
  459. data/lib/web/wiki/resources/htmlarea/plugins/TableOperations/img/col-delete.gif +0 -0
  460. data/lib/web/wiki/resources/htmlarea/plugins/TableOperations/img/col-insert-after.gif +0 -0
  461. data/lib/web/wiki/resources/htmlarea/plugins/TableOperations/img/col-insert-before.gif +0 -0
  462. data/lib/web/wiki/resources/htmlarea/plugins/TableOperations/img/col-split.gif +0 -0
  463. data/lib/web/wiki/resources/htmlarea/plugins/TableOperations/img/row-delete.gif +0 -0
  464. data/lib/web/wiki/resources/htmlarea/plugins/TableOperations/img/row-insert-above.gif +0 -0
  465. data/lib/web/wiki/resources/htmlarea/plugins/TableOperations/img/row-insert-under.gif +0 -0
  466. data/lib/web/wiki/resources/htmlarea/plugins/TableOperations/img/row-prop.gif +0 -0
  467. data/lib/web/wiki/resources/htmlarea/plugins/TableOperations/img/row-split.gif +0 -0
  468. data/lib/web/wiki/resources/htmlarea/plugins/TableOperations/img/table-prop.gif +0 -0
  469. data/lib/web/wiki/resources/htmlarea/plugins/TableOperations/lang/cz.js +90 -0
  470. data/lib/web/wiki/resources/htmlarea/plugins/TableOperations/lang/da.js +90 -0
  471. data/lib/web/wiki/resources/htmlarea/plugins/TableOperations/lang/de.js +81 -0
  472. data/lib/web/wiki/resources/htmlarea/plugins/TableOperations/lang/el.js +81 -0
  473. data/lib/web/wiki/resources/htmlarea/plugins/TableOperations/lang/en.js +90 -0
  474. data/lib/web/wiki/resources/htmlarea/plugins/TableOperations/lang/fi.js +66 -0
  475. data/lib/web/wiki/resources/htmlarea/plugins/TableOperations/lang/hu.js +63 -0
  476. data/lib/web/wiki/resources/htmlarea/plugins/TableOperations/lang/it.js +81 -0
  477. data/lib/web/wiki/resources/htmlarea/plugins/TableOperations/lang/nl.js +90 -0
  478. data/lib/web/wiki/resources/htmlarea/plugins/TableOperations/lang/no.js +91 -0
  479. data/lib/web/wiki/resources/htmlarea/plugins/TableOperations/lang/ro.js +90 -0
  480. data/lib/web/wiki/resources/htmlarea/plugins/TableOperations/table-operations.js +1160 -0
  481. data/lib/web/wiki/resources/htmlarea/popupdiv.js +369 -0
  482. data/lib/web/wiki/resources/htmlarea/popups/about.html +378 -0
  483. data/lib/web/wiki/resources/htmlarea/popups/blank.html +2 -0
  484. data/lib/web/wiki/resources/htmlarea/popups/custom2.html +35 -0
  485. data/lib/web/wiki/resources/htmlarea/popups/editor_help.html +16 -0
  486. data/lib/web/wiki/resources/htmlarea/popups/fullscreen.html +133 -0
  487. data/lib/web/wiki/resources/htmlarea/popups/insert_image.html +191 -0
  488. data/lib/web/wiki/resources/htmlarea/popups/insert_table.html +174 -0
  489. data/lib/web/wiki/resources/htmlarea/popups/link.html +142 -0
  490. data/lib/web/wiki/resources/htmlarea/popups/old-fullscreen.html +131 -0
  491. data/lib/web/wiki/resources/htmlarea/popups/old_insert_image.html +206 -0
  492. data/lib/web/wiki/resources/htmlarea/popups/popup.js +109 -0
  493. data/lib/web/wiki/resources/htmlarea/popups/select_color.html +347 -0
  494. data/lib/web/wiki/resources/htmlarea/popupwin.js +139 -0
  495. data/lib/web/wiki/resources/htmlarea/reference.html +523 -0
  496. data/lib/web/wiki/resources/htmlarea/release-notes.html +165 -0
  497. data/lib/web/wiki/resources/ie-content_editor.html +1 -0
  498. data/lib/web/wiki/resources/ie-content_editor.js +196 -0
  499. data/lib/web/wiki/resources/illustration.html +1 -0
  500. data/lib/web/wiki/resources/illustration.html~ +1 -0
  501. data/lib/web/wiki/resources/images.html +1 -0
  502. data/lib/web/wiki/resources/index.html +4 -0
  503. data/lib/web/wiki/resources/index.html~ +4 -0
  504. data/lib/web/wiki/resources/more_news.html +5 -0
  505. data/lib/web/wiki/resources/more_news.html~ +5 -0
  506. data/lib/web/wiki/resources/more_news_rss_0.91.html +23 -0
  507. data/lib/web/wiki/resources/narf-logo.gif +0 -0
  508. data/lib/web/wiki/resources/page_history.html +19 -0
  509. data/lib/web/wiki/resources/page_history.html~ +19 -0
  510. data/lib/web/wiki/resources/template.html +13 -0
  511. data/lib/web/wiki/resources/template.html~ +13 -0
  512. data/lib/web/wiki/resources/test_upload.gif +0 -0
  513. data/lib/web/wiki/resources/text-styles.css +1 -0
  514. data/lib/web/writableio.rb +33 -0
  515. data/narf-0.5.1.gem +0 -0
  516. data/narf.gemspec +40 -0
  517. data/narf.gemspec~ +52 -0
  518. data/pre-setup.rb +5 -0
  519. data/sapi/apache_cgi/INSTALL.txt~ +9 -0
  520. data/sapi/apache_cgi/README~ +0 -0
  521. data/sapi/apache_cgi/src/narf.c +13 -0
  522. data/sapi/fastcgi/INSTALL.txt~ +17 -0
  523. data/sapi/mod_ruby/INSTALL.txt~ +5 -0
  524. data/sapi/webrick/INSTALL.txt~ +21 -0
  525. data/sapi/webrick/run_webrick.rb~ +16 -0
  526. data/scripts/dump.rb +14 -0
  527. data/scripts/makedist.rb +49 -0
  528. data/scripts/upload.html +5 -0
  529. data/scripts/uri.rb +41 -0
  530. data/scripts/uri/common.rb +432 -0
  531. data/scripts/uri/ftp.rb +149 -0
  532. data/scripts/uri/generic.rb +1106 -0
  533. data/scripts/uri/http.rb +76 -0
  534. data/scripts/uri/https.rb +26 -0
  535. data/scripts/uri/ldap.rb +238 -0
  536. data/scripts/uri/mailto.rb +260 -0
  537. data/scripts/urireg.rb +174 -0
  538. data/test/bufferedtestrunner.rb +112 -0
  539. data/test/mod_ruby_stub.rb +39 -0
  540. data/test/mod_ruby_stub.rb~ +38 -0
  541. data/test/stringio.rb +2 -0
  542. data/test/test.action.rb +142 -0
  543. data/test/test.action.rb~ +142 -0
  544. data/test/test.app.rb +0 -0
  545. data/test/test.assertinclude.rb +109 -0
  546. data/test/test.assertinclude.rb~ +109 -0
  547. data/test/test.formreader-2.0.rb +352 -0
  548. data/test/test.formreader.rb +465 -0
  549. data/test/test.mime-type.rb +23 -0
  550. data/test/test.narf.cgi.rb +101 -0
  551. data/test/test.narf.cgi.rb~ +105 -0
  552. data/test/test.request.rb +328 -0
  553. data/test/test.request.rb~ +318 -0
  554. data/test/test.response.rb +565 -0
  555. data/test/test.response.rb~ +556 -0
  556. data/test/test.session.rb +50 -0
  557. data/test/test.simpledispatcher.rb +188 -0
  558. data/test/test.tagparser.rb +65 -0
  559. data/test/test.template.rb +831 -0
  560. data/test/test.template.rb~ +832 -0
  561. data/test/test.testing2.rb +341 -0
  562. data/test/test.web.test.rb +463 -0
  563. data/test/test.web.test.rb~ +461 -0
  564. data/test/testfiles/basictemplate.tpl +1 -0
  565. data/test/testfiles/explorer5.multipart.data +9 -0
  566. data/test/testfiles/form.html +7 -0
  567. data/test/testfiles/mozilla.multipart.data +9 -0
  568. data/test/testfiles/netscape4.multipart.data +9 -0
  569. data/test/testfiles/pic hydra.png +1 -0
  570. data/test/testfiles/post.data +1 -0
  571. data/test/testfiles/print.text +1 -0
  572. data/test/testfiles/text +1 -0
  573. data/test/webunit/dont_get_it.test_webunit.rb +27 -0
  574. data/test/webunit/ref +38 -0
  575. data/test/webunit/resources/uploadfile1.txt +1 -0
  576. data/test/webunit/resources/uploadfile2.txt +1 -0
  577. data/test/webunit/test_assert.rb +169 -0
  578. data/test/webunit/test_cookie.rb +128 -0
  579. data/test/webunit/test_cookie.rb~ +128 -0
  580. data/test/webunit/test_domwalker.rb +83 -0
  581. data/test/webunit/test_form.rb +43 -0
  582. data/test/webunit/test_form.rb~ +43 -0
  583. data/test/webunit/test_frame.rb +43 -0
  584. data/test/webunit/test_htmlelem.rb +75 -0
  585. data/test/webunit/test_image.rb +46 -0
  586. data/test/webunit/test_jscript.rb +58 -0
  587. data/test/webunit/test_link.rb +87 -0
  588. data/test/webunit/test_multipart.rb +53 -0
  589. data/test/webunit/test_multipart.rb~ +53 -0
  590. data/test/webunit/test_params.rb +212 -0
  591. data/test/webunit/test_params.rb~ +211 -0
  592. data/test/webunit/test_parser.rb +31 -0
  593. data/test/webunit/test_response.rb +145 -0
  594. data/test/webunit/test_response.rb~ +145 -0
  595. data/test/webunit/test_site/assert.html +101 -0
  596. data/test/webunit/test_site/assert.html~ +1 -0
  597. data/test/webunit/test_site/auth/index.html +5 -0
  598. data/test/webunit/test_site/auth/index.html~ +1 -0
  599. data/test/webunit/test_site/badtags.html +7 -0
  600. data/test/webunit/test_site/badtags.html~ +1 -0
  601. data/test/webunit/test_site/cookie.cgi +37 -0
  602. data/test/webunit/test_site/cookie.cgi~ +35 -0
  603. data/test/webunit/test_site/document.xml +13 -0
  604. data/test/webunit/test_site/document.xml~ +1 -0
  605. data/test/webunit/test_site/form.html +150 -0
  606. data/test/webunit/test_site/form.html~ +1 -0
  607. data/test/webunit/test_site/frame-0.html +10 -0
  608. data/test/webunit/test_site/frame-0.html~ +1 -0
  609. data/test/webunit/test_site/frame-1.html +10 -0
  610. data/test/webunit/test_site/frame-1.html~ +1 -0
  611. data/test/webunit/test_site/frame.html +10 -0
  612. data/test/webunit/test_site/frame.html~ +1 -0
  613. data/test/webunit/test_site/image.html +17 -0
  614. data/test/webunit/test_site/image.html~ +1 -0
  615. data/test/webunit/test_site/images/x.gif +0 -0
  616. data/test/webunit/test_site/images/y.gif +0 -0
  617. data/test/webunit/test_site/include.cgi~ +10 -0
  618. data/test/webunit/test_site/jscript-0.html +10 -0
  619. data/test/webunit/test_site/jscript-0.html~ +1 -0
  620. data/test/webunit/test_site/jscript-1.html +10 -0
  621. data/test/webunit/test_site/jscript-1.html~ +1 -0
  622. data/test/webunit/test_site/jscript.html +19 -0
  623. data/test/webunit/test_site/jscript.html~ +1 -0
  624. data/test/webunit/test_site/link.html +19 -0
  625. data/test/webunit/test_site/link.html~ +1 -0
  626. data/test/webunit/test_site/multipart.cgi +27 -0
  627. data/test/webunit/test_site/multipart.cgi~ +25 -0
  628. data/test/webunit/test_site/multipart.html +74 -0
  629. data/test/webunit/test_site/multipart.html~ +1 -0
  630. data/test/webunit/test_site/params.html +65 -0
  631. data/test/webunit/test_site/params.html~ +1 -0
  632. data/test/webunit/test_site/redirect.cgi +14 -0
  633. data/test/webunit/test_site/redirect.cgi~ +14 -0
  634. data/test/webunit/test_site/response.html +67 -0
  635. data/test/webunit/test_site/response.html~ +1 -0
  636. data/test/webunit/test_site/simple.cgi +17 -0
  637. data/test/webunit/test_site/simple.cgi~ +17 -0
  638. data/test/webunit/test_site/stock.cgi +36 -0
  639. data/test/webunit/test_site/stock.cgi~ +34 -0
  640. data/test/webunit/test_site/table.html +83 -0
  641. data/test/webunit/test_site/table.html~ +1 -0
  642. data/test/webunit/test_site/test.cgi~ +25 -0
  643. data/test/webunit/test_table.rb +70 -0
  644. data/test/webunit/test_utils.rb +107 -0
  645. data/test/wiki/test.history.rb +277 -0
  646. data/test/wiki/test.history.rb~ +254 -0
  647. data/test/wiki/test.illustration_page.rb +287 -0
  648. data/test/wiki/test.illustration_page.rb~ +287 -0
  649. data/test/wiki/test.linker.rb +197 -0
  650. data/test/wiki/test.tarpit.rb +40 -0
  651. data/test/wiki/test.wiki.rb +295 -0
  652. data/test/wiki/test.wiki.rb~ +295 -0
  653. data/test/wikitestroot/big_image.jpg +0 -0
  654. data/test/wikitestroot/mime.types +483 -0
  655. data/test/wikitestroot/test_upload.gif +0 -0
  656. data/vandals.test.txt +3 -0
  657. metadata +768 -0
@@ -0,0 +1,65 @@
1
+ <script>
2
+ function insertImage( imgName, calling_action ) {
3
+ imgUrl = "{$page.download_link}" + imgName
4
+ if (calling_action == 'select_illustration') {
5
+ document.edit_page["page.illustration"].value = imgUrl
6
+ } else if (calling_action == 'insert_download') {
7
+ embedHTML( "<a href='" + imgUrl + "'>" + imgName + "<" + "/a>" )
8
+ } else {
9
+ embedHTML( "<img src='" + imgUrl + "' border=0>" )
10
+ }
11
+
12
+ }
13
+ function save_changes() {
14
+
15
+ }
16
+ function openImageBrowser(action) {
17
+ ib = window.open( "{$baseurl}?action=" + action + "&page.name={$page.name}", "image_browser", "toolbar=no,resizable=yes,scrollbars=yes" );
18
+ ib.focus();
19
+ }
20
+ </script>
21
+
22
+ <form name="edit_page"
23
+ method="post"
24
+ enctype="multipart/form-data"
25
+ onsubmit="save_changes()"
26
+ action="{$baseurl}">
27
+ <p><b>Edit {$page.name}</b> (<i><a href="{$baseurl}?page.name=EditPageHelp" target="_new">help</a></i>)
28
+
29
+ <narf:input type="hidden" name="page.name">
30
+
31
+ <!--
32
+ <p><b>Illustration:</b><br>
33
+ <input type="text"
34
+ name="page.illustration"
35
+ value="{$page.illustration}"
36
+ size=40>
37
+ <a href="javascript:openImageBrowser('select_illustration')">Select Illustration</a>
38
+
39
+ <table width=400>
40
+ <tr>
41
+ <td>bgcolor</td><td><input type="text" name="page.bg_color" value="{$page.bg_color}" size=6></td>
42
+ <td>top_margin</td><td><input type="text" name="page.top_margin" value="{$page.top_margin}" size=3></td>
43
+ <td>valign</td><td><narf:select name="page.valign" values="options.valign"></td>
44
+ </tr>
45
+ <tr>
46
+ <td>text_color</td><td><input type="text" name="page.text_color" value="{$page.text_color}" size=6></td>
47
+ <td>left_margin</td><td><input type="text" name="page.left_margin" value="{$page.left_margin}" size=3></td>
48
+ <td>align</td><td><narf:select name="page.align" values="options.align"></td>
49
+ </tr>
50
+ </table>
51
+ -->
52
+ <p><b>Text:</b><br>
53
+ <a href="javascript:openImageBrowser('images')">Embed Image</a> |
54
+ <a href="javascript:openImageBrowser('insert_download')">Embed Download Link</a><br>
55
+ <narf:include file="$options.content_editor">
56
+
57
+
58
+ <p><b>News:</b><br>
59
+ <i>If this is an important update, leave a comment for the front page.</i><br>
60
+ <narf:textarea name="page.comment" cols="60" rows="5">
61
+
62
+ <P><input type="submit" name="action" value="Save"> |
63
+ <a href="{$baseurl}?page.name={$page.name}">Cancel</a>
64
+
65
+ </form>
@@ -0,0 +1,13 @@
1
+ <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
2
+ <HTML><HEAD><TITLE>Narf-lib: {$page.name}</TITLE>
3
+ <LINK REL="stylesheet" HREF="{$resourceurl}/text-styles.css"></link>
4
+ <script>function on_load() { }</script>
5
+ </HEAD><BODY BGCOLOR="FFCF95" onLoad="on_load()">
6
+ <div id=logo><a href="{$baseurl}?page.name=HomePage"><img src="{$resourceurl}/narf-logo.gif" alt="Narf" border=0></a></div>
7
+
8
+ <div id=content>
9
+ <div id=header><h1>{$page.name}</h1></div>
10
+ <narf:include file="$content_template">
11
+ <hr>
12
+ <a href="{$baseurl}?action=edit&page.name={$page.name}">Edit text of this page</a> | <a href="{$baseurl}?action=page_history&page.name={$page.name}">View other revisions</a><br>Last edited {$page.mtime_pretty}
13
+ </div></body></html>
@@ -0,0 +1,13 @@
1
+ <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
2
+ <HTML><HEAD><TITLE>Narf-lib: {$page.name}</TITLE>
3
+ <LINK REL="stylesheet" HREF="{$baseurl}/resources/text-styles.css"></link>
4
+ <script>function on_load() { }</script>
5
+ </HEAD><BODY BGCOLOR="FFCF95" onLoad="on_load()">
6
+ <div id=logo><a href="{$baseurl}?page.name=HomePage"><img src="{$baseurl}/resources/narf-logo.gif" alt="Narf" border=0></a></div>
7
+
8
+ <div id=content>
9
+ <div id=header><h1>{$page.name}</h1></div>
10
+ <narf:include file="$content_template">
11
+ <hr>
12
+ <a href="{$baseurl}?action=edit&page.name={$page.name}">Edit text of this page</a> | <a href="{$baseurl}?action=page_history&page.name={$page.name}">View other revisions</a><br>Last edited {$page.mtime_pretty}
13
+ </div></body></html>
@@ -0,0 +1,3 @@
1
+ Write file: ~/Sites/wiki/asset_history.html
2
+
3
+
@@ -0,0 +1 @@
1
+ {$page.html}
@@ -0,0 +1 @@
1
+ <script>
2
  if (editor) {
1
3
  editor.insertHTML( htmlstr );
2
4
  } else {
3
5
  document.edit_page["page.content"].value += htmlstr
4
6
  }
5
7
  isSafari = false
6
8
  if (navigator && navigator.vendor && navigator.vendor.match(/^Apple/)) {
7
9
  isSafari = true
8
10
  }
9
11
  if (!isSafari) {
10
12
  var config = new HTMLArea.Config();
11
13
  config.width = '500px';
12
14
  config.height = '300px';
13
15
  config.toolbar = [ [ "formatblock", "space", "bold", "italic", "underline", "separator", "strikethrough", "subscript", "superscript", "separator", "copy", "cut", "paste", "space", "undo", "redo" ], [ "justifyleft", "justifycenter", "justifyright", "justifyfull", "separator", "insertorderedlist", "insertunorderedlist", "outdent", "indent", "separator", "forecolor", "hilitecolor", "separator", "inserthorizontalrule", "createlink", "inserttable", "htmlmode", "about" ] ];
14
16
  config.statusBar = false;
15
17
  ta = HTMLArea.getElementById("textarea", "page.content");
16
18
  editor = new HTMLArea(ta, config);
17
19
  editor.generate() ;
18
20
  }
@@ -0,0 +1 @@
1
+ <script>
2
  document.edit_page["page.content"].value += htmlstr
1
3
  var config = new HTMLArea.Config();
2
4
  config.width = '500px';
3
5
  config.height = '200px';
4
6
  config.toolbar = [
5
7
  "bold", "italic", "underline", "separator",
6
8
  "strikethrough", "subscript", "superscript", "separator",
7
9
  "copy", "cut", "paste", "space", "undo", "redo" ],
8
10
  "insertorderedlist", "insertunorderedlist", "outdent", "indent", "separator",
9
11
  "forecolor", "hilitecolor", "separator",
10
12
  "inserthorizontalrule", "createlink", "inserttable", "htmlmode", "about" ]
11
13
  HTMLArea.replace( "ta", config );
@@ -0,0 +1 @@
1
+ <script>
2
  imgUrl = "{$page.download_link}" + imgName
1
3
  if (calling_action == 'select_illustration') {
2
4
  document.edit_page["page.illustration"].value = imgUrl
3
5
  } else if (calling_action == 'insert_download') {
4
6
  embedHTML( "<a href='" + imgUrl + "'>" + imgName + "<" + "/a>" )
5
7
  } else {
6
8
  embedHTML( "<img src='" + imgUrl + "' border=0>" )
7
9
  }
8
10
  ib = window.open( "{$baseurl}?action=" + action + "&page.name={$page.name}", "image_browser", "toolbar=no,resizable=yes,scrollbars=yes" );
9
11
  ib.focus();
10
12
  method="post"
11
13
  enctype="multipart/form-data"
12
14
  onsubmit="save_changes()"
13
15
  action="{$baseurl}">
14
16
  name="page.illustration"
15
17
  value="{$page.illustration}"
16
- ->
17
18
  <a href="{$baseurl}?page.name={$page.name}">Cancel</a>
@@ -0,0 +1 @@
1
+ <script>
2
  imgUrl = "{$page.download_link}" + imgName
1
3
  if (calling_action == 'select_illustration') {
2
4
  document.edit_page["page.illustration"].value = imgUrl
3
5
  } else if (calling_action == 'insert_download') {
4
6
  embedHTML( "<a href='" + imgUrl + "'>" + imgName + "<" + "/a>" )
5
7
  } else {
6
8
  embedHTML( "<img src='" + imgUrl + "' border=0>" )
7
9
  }
8
10
  ib = window.open( "?action=" + action + "&page.name={$page.name}", "image_browser", "toolbar=no,resizable=yes,scrollbars=yes" );
9
11
  ib.focus();
10
12
  method="post"
11
13
  enctype="multipart/form-data"
12
14
  onsubmit="save_changes()">
13
15
  name="page.illustration"
14
16
  value="{$page.illustration}"
15
- ->
16
17
  <a href="?page.name={$page.name}">Cancel</a>
@@ -0,0 +1 @@
1
+ <narf:include file="default-content_editor.html">
@@ -0,0 +1,10 @@
1
+ <p>{$page.html}
2
+
3
+ <p><b>News:</b>
4
+ <narf:foreach from="wiki.news" item="rc">
5
+ <p><a href="{$baseurl}?page.name={$rc.name}">{$rc.name}</a><br>
6
+ <i>{$rc.mtime_pretty}</i> - {$rc.comment}
7
+ </narf:foreach>
8
+ <p align=right><a href="{$baseurl}?action=more_news">more news</a></p>
9
+
10
+
@@ -0,0 +1,10 @@
1
+ <p>{$page.html}
2
+
3
+ <p><b>News:</b>
4
+ <narf:foreach from="wiki.news" item="rc">
5
+ <p><a href="?page.name={$rc.name}">{$rc.name}</a><br>
6
+ <i>{$rc.mtime_pretty}</i> - {$rc.comment}
7
+ </narf:foreach>
8
+ <p align=right><a href="?action=more_news">more news</a></p>
9
+
10
+
@@ -0,0 +1,1185 @@
1
+ 2004-02-17 Mihai Bazon <mishoo@localhost.localdomain>
2
+
3
+ * lang/el.js, plugins/ContextMenu/lang/el.js, plugins/TableOperations/lang/el.js:
4
+ updated headers
5
+
6
+ * lang/no.js: updated (thanks havardw)
7
+
8
+ 2004-02-09 Mihai Bazon <mishoo@localhost.localdomain>
9
+
10
+ * plugins/EnterParagraphs/enter-paragraphs.js:
11
+ Plugin that enables Mozilla to create a <p> instead of <br /> at ENTER.
12
+ Code contributed by Adam Wright.
13
+
14
+ * htmlarea.js: code to call onKeyPress for plugins that define it
15
+ code that keeps single spaces as &nbsp;
16
+ (thanks to hipikat @ IT forums (Adam Wright))
17
+
18
+ * ChangeLog:
19
+ ChangeLog is acutally automatically generated so there's no point keep it in CVS
20
+
21
+ 2004-02-08 Mihai Bazon <mishoo@localhost.localdomain>
22
+
23
+ * htmlarea.js: fixed possible bug
24
+
25
+ * images/ed_align_center.gif, images/ed_align_justify.gif, images/ed_align_left.gif, images/ed_align_right.gif, images/ed_blank.gif, images/ed_charmap.gif, images/ed_color_bg.gif, images/ed_color_fg.gif, images/ed_copy.gif, images/ed_custom.gif, images/ed_cut.gif, images/ed_delete.gif, images/ed_format_bold.gif, images/ed_format_italic.gif, images/ed_format_strike.gif, images/ed_format_sub.gif, images/ed_format_sup.gif, images/ed_format_underline.gif, images/ed_help.gif, images/ed_hr.gif, images/ed_html.gif, images/ed_image.gif, images/ed_indent_less.gif, images/ed_indent_more.gif, images/ed_left_to_right.gif, images/ed_link.gif, images/ed_list_bullet.gif, images/ed_list_num.gif, images/ed_paste.gif, images/ed_redo.gif, images/ed_right_to_left.gif, images/ed_save.gif, images/ed_show_border.gif, images/ed_splitcel.gif, images/ed_undo.gif, images/fullscreen_maximize.gif, images/fullscreen_minimize.gif, images/insert_table.gif, images/ed_about.gif:
26
+ optimized images (thanks to Alexander Kandzior and OpenCMS group)
27
+
28
+ 2004-02-01 Mihai Bazon <mishoo@localhost.localdomain>
29
+
30
+ * project-config.xml: release candidate 1
31
+
32
+ * release-notes.html: updated release notes
33
+
34
+ * examples/index.html, examples/makefile.xml:
35
+ added examples directory index
36
+
37
+ * release-notes.html: fix
38
+
39
+ 2004-01-31 Mihai Bazon <mishoo@localhost.localdomain>
40
+
41
+ * makefile.xml: ensure correct file permissions
42
+
43
+ * plugins/SpellChecker/spell-check-logic.cgi, plugins/SpellChecker/spell-check-ui.html, plugins/SpellChecker/spell-check-ui.js:
44
+ spell checker now reports some document information (such as total number of
45
+ words, number of mispelled words, number of suggestions, etc)
46
+
47
+ * htmlarea.js: removed some custom attributes
48
+
49
+ * plugins/SpellChecker/spell-check-ui.js:
50
+ fixed bug (frame scroll in IE)
51
+
52
+ 2004-01-30 Mihai Bazon <mishoo@localhost.localdomain>
53
+
54
+ * ChangeLog, release-notes.html: updated release notes, changelog
55
+
56
+ * plugins/SpellChecker/readme-tech.html:
57
+ updated text about Aspell Unicode support
58
+
59
+ * plugins/SpellChecker/spell-check-style.css: - lorem ipsum
60
+
61
+ * plugins/SpellChecker/spell-check-logic.cgi: - optimization
62
+
63
+ * plugins/SpellChecker/spell-check-logic.cgi:
64
+ - bugfix (removed <spellchecker> tags)
65
+
66
+ * plugins/SpellChecker/spell-check-logic.cgi:
67
+ bleah.. this version seems to be safer; no mo' HTML::Parser; DOM rulz.
68
+
69
+ * plugins/SpellChecker/spell-check-logic.cgi:
70
+ seems to be better now :-\ hell knows how perl & unicode works :-/
71
+
72
+ * plugins/SpellChecker/spell-check-logic.cgi, plugins/SpellChecker/spell-check-ui.js:
73
+ - big performance improvement (suggestion is now passed only once for each
74
+ mispelled word)
75
+ - bugs fixed (text already corrected in Unicode is now correctly decoded)
76
+
77
+ * plugins/SpellChecker/lang/en.js: - added word "Revert"
78
+
79
+ * plugins/SpellChecker/spell-checker.js: - lorem ipsum
80
+ - window is a bit higher now (450px)
81
+
82
+ * plugins/SpellChecker/spell-check-ui.js:
83
+ - fixed IE bug ("undefined is undefined or undefined", or something..)
84
+ - the highlighted word will now remain in view (window scrolls if necessary)
85
+ - functionality for "Revert"
86
+ - (tried to) eliminate some of the screen blinking in Mozilla
87
+ - select the current dictionary on first display
88
+
89
+ * plugins/SpellChecker/spell-check-ui.html:
90
+ added "Revert" button (reverts the current word to the mispelled original)
91
+
92
+ * plugins/SpellChecker/spell-check-style.css: *** empty log message ***
93
+
94
+ * plugins/SpellChecker/spell-check-logic.cgi:
95
+ - fixed (hopefully) unicode support (by the way, it seems that Aspell _does_
96
+ in fact know Unicode!!)
97
+ - remembers the selected dictionary in a cookie
98
+ - removed debug code
99
+
100
+ 2004-01-28 Mihai Bazon <mishoo@localhost.localdomain>
101
+
102
+ * index.html: updated main page
103
+
104
+ * release-notes.html: updated release notes
105
+
106
+ * htmlarea.js: jscrunch-safe
107
+
108
+ * popups/about.html:
109
+ stop tab click event so that they don't get selected
110
+
111
+ * reference.html: some parts updated
112
+
113
+ * popups/about.html, examples/2-areas.html, examples/context-menu.html, examples/core.html, examples/css.html, examples/full-page.html, examples/fully-loaded.html, examples/spell-checker.html, examples/table-operations.html, plugins/SpellChecker/readme-tech.html, ChangeLog, dialog.js, htmlarea.js, index.html, license.txt, popupwin.js, release-notes.html:
114
+ ChangeLog updated; copyright years/info updated
115
+
116
+ 2004-01-27 Mihai Bazon <mishoo@localhost.localdomain>
117
+
118
+ * htmlarea.js:
119
+ Included an workaround for a strange IE problem: IE's getElementById can
120
+ return a field having the _name_ attribute equal to the searched ID, even if
121
+ it's not having any ID at all. This can sometimes lead to taking a
122
+ different field (even if it's not a textarea) as the replacement field which
123
+ trashes the whole layout, look, feel, and functionality :-( Need to say it
124
+ again, IE SUCKS.
125
+
126
+ Thanks goes to Mike Dick for the bug report and for the patch ;-)
127
+
128
+ 2004-01-18 Mihai Bazon <mishoo@localhost.localdomain>
129
+
130
+ * plugins/SpellChecker/spell-check-ui.js:
131
+ fixed bug (thanks Bill Sechrist for report):
132
+ when you "ignore"-ed the last mispelled word, no changes were applied
133
+
134
+ 2004-01-16 Mihai Bazon <mishoo@localhost.localdomain>
135
+
136
+ * htmlarea.js: border: 0px on body,html in pageStyle
137
+
138
+ * popups/about.html: report userAgent in plugins tab
139
+
140
+ 2004-01-12 Mihai Bazon <mishoo@localhost.localdomain>
141
+
142
+ * lang/ru.js: updated (thanks to Yulya Shtyryakova)
143
+
144
+ 2004-01-03 Mihai Bazon <mishoo@localhost.localdomain>
145
+
146
+ * plugins/ContextMenu/lang/de.js: updated
147
+
148
+ 2004-01-02 Mihai Bazon <mishoo@localhost.localdomain>
149
+
150
+ * plugins/ContextMenu/lang/de.js:
151
+ DE translation, thanks to Martin Jaggi
152
+
153
+ 2003-12-22 Mihai Bazon <mishoo@localhost.localdomain>
154
+
155
+ * lang/ee.js: Estonian translation
156
+
157
+ 2003-12-05 Mihai Bazon <mishoo@localhost.localdomain>
158
+
159
+ * htmlarea.js: word cleaner: now it actually works ;-)
160
+
161
+ * plugins/ContextMenu/lang/el.js, lang/el.js, plugins/TableOperations/lang/el.js:
162
+ added Greek translation (thanks to Dimitris Glezos)
163
+
164
+ * htmlarea.js:
165
+ call an onGenerate handler, if found on the editor object
166
+
167
+ * popups/about.html, popups/popup.js: updated about box
168
+
169
+ * plugins/SpellChecker/spell-check-ui.js: *** empty log message ***
170
+
171
+ * plugins/ContextMenu/context-menu.js:
172
+ open the normal insert_link dialog on modify link
173
+
174
+ 2003-11-28 Mihai Bazon <mishoo@localhost.localdomain>
175
+
176
+ * htmlarea.css: -moz-opacity got back
177
+
178
+ * popups/about.html: *** empty log message ***
179
+
180
+ * htmlarea.js: added Word cleaner code (thanks weeezl)
181
+ fixed the bug concerning the url of relative link/images
182
+
183
+ 2003-11-24 Mihai Bazon <mishoo@localhost.localdomain>
184
+
185
+ * plugins/CSS/css.js:
186
+ allows updation of parent element's class (no span). thanks goes to Michael (pepl @ IT forums)
187
+
188
+ 2003-11-22 Mihai Bazon <mishoo@localhost.localdomain>
189
+
190
+ * plugins/ContextMenu/lang/nl.js, plugins/TableOperations/lang/nl.js:
191
+ translation thanks to mmcw /IT forums
192
+
193
+ * lang/nl.js: updated (thanks to mmcw /IT forums)
194
+
195
+ 2003-11-21 Mihai Bazon <mishoo@localhost.localdomain>
196
+
197
+ * makefile.xml: added ChangeLog to project dist
198
+
199
+ * ChangeLog: Updated ChangeLog
200
+
201
+ * examples/context-menu.html, examples/fully-loaded.html, examples/pieng.png, index.html, plugins/ContextMenu/1.pl, plugins/ContextMenu/context-menu.js, plugins/ContextMenu/lang/en.js, plugins/ContextMenu/lang/makefile.xml, plugins/ContextMenu/makefile.xml, plugins/ContextMenu/menu.css, plugins/makefile.xml:
202
+ Added ContextMenu plugin (work sponsored by American Bible Society)
203
+
204
+ 2003-11-11 Mihai Bazon <mishoo@localhost.localdomain>
205
+
206
+ * lang/en.js, lang/ro.js: support for the link dialog
207
+
208
+ * plugins/FullPage/popups/docprop.html, popups/popup.js:
209
+ support for I18N of core dialogs, added function to select a value in a <select>, all dialogs close on ESC
210
+
211
+ * htmlarea.js:
212
+ support for insert link popup, minor bug-fix in Mozilla (catch exception)
213
+
214
+ * examples/fully-loaded.html:
215
+ workaround some IE problems (it appears that it's definitely better to wait half a second before generate()-ing the editor
216
+
217
+ * popups/link.html: allow ling target, title, edit link
218
+
219
+ * plugins/TableOperations/lang/no.js, lang/no.js:
220
+ Norwegian translation (thanks to Svein Sando)
221
+
222
+ 2003-11-10 Mihai Bazon <mishoo@localhost.localdomain>
223
+
224
+ * lang/es.js: fixed (thanks to Jorge)
225
+
226
+ 2003-11-07 Mihai Bazon <mishoo@localhost.localdomain>
227
+
228
+ * popups/about.html:
229
+ changed to Unix encoding; Credits page needs to be redesigned
230
+
231
+ 2003-11-06 Mihai Bazon <mishoo@localhost.localdomain>
232
+
233
+ * lang/lt.js: Lithuanian translation, thanks to Jaroslav Satkevic
234
+
235
+ 2003-11-05 Mihai Bazon <mishoo@localhost.localdomain>
236
+
237
+ * lang/he.js: Hebrew language definition (thanks to Liron Newman)
238
+
239
+ 2003-11-04 Mihai Bazon <mishoo@localhost.localdomain>
240
+
241
+ * lang/vn.js: updated vietnamese translation, thanks to Nguyen Dinh Nam
242
+
243
+ 2003-11-03 Mihai Bazon <mishoo@localhost.localdomain>
244
+
245
+ * lang/nl.js: updated (thanks to ephemeros)
246
+
247
+ * images/ed_left_to_right.gif, images/ed_right_to_left.gif:
248
+ text direction icons
249
+
250
+ * htmlarea.js, lang/en.js:
251
+ implemented text direction support (LTR or RTL)
252
+ workaround for a serious bug in IE (looses selection? bleah..)
253
+
254
+ 2003-10-31 Mihai Bazon <mishoo@localhost.localdomain>
255
+
256
+ * examples/2-areas.cgi, examples/2-areas.html:
257
+ added sample that demonstrates how to create more editors in the same page and form
258
+
259
+ * htmlarea.js:
260
+ - increased the initial timeout after creating the iframe
261
+ - apply the timeout to IE too (actually we need a better idea that will only
262
+ create the editor _after_ all images are loaded; it seems that IE has
263
+ serious problems about it: if HTMLArea is initialized while loading images,
264
+ the rest of images will never be loaded and functionality will miss [IE only])
265
+ - custom undo queue disabled by default as it's still buggy
266
+
267
+ 2003-10-28 Mihai Bazon <mishoo@localhost.localdomain>
268
+
269
+ * popups/about.html: only loaded plugins
270
+
271
+ * plugins/CSS/css.js: copyright notices updated
272
+
273
+ * examples/core.html, examples/css.html, examples/full-page.html, examples/spell-checker.html, examples/table-operations.html:
274
+ updated to new style (load only htmlarea.js, define _editor_lang)
275
+
276
+ * dialog.js, htmlarea.js, popups/popup.js, popupwin.js:
277
+ copyright notices updated
278
+
279
+ * htmlarea.js: Text "Path: " back in the status bar
280
+
281
+ * popups/fullscreen.html:
282
+ correctly loads all scripts and registers plugins
283
+
284
+ * plugins/SpellChecker/spell-checker.js:
285
+ dropped config.editorURL in favor if _editor_url
286
+
287
+ * lang/en.js:
288
+ - IE sucks in full screen message (not yet used but might be if users
289
+ complain; I'm sick of IE, that sick that I will start charging 4 times more
290
+ for IE compatibility; I might get a ulcer because of it... no kiddin')
291
+
292
+ * htmlarea.js: - support _editor_lang
293
+ - loads all required files
294
+ - correct loading of plugins in full-screen mode
295
+ - config.editorURL was permanently dropped in favor of _editor_url
296
+
297
+ * popups/fullscreen.html, htmlarea.js:
298
+ config.editorURL removed, better handling of _editor_url
299
+
300
+ 2003-10-27 Mihai Bazon <mishoo@localhost.localdomain>
301
+
302
+ * popups/fullscreen.html:
303
+ bugfix: setting the BASE tag to the caller document's URL so we have no other
304
+ problems like editor or button images not loading. Ha HA! >:-)
305
+
306
+ * plugins/CSS/css.js:
307
+ CSS plugin drop-down boxes appear on the second toolbar line by default
308
+
309
+ * popupwin.js: added position for the opening window
310
+
311
+ * lang/en.js: Insert Image ==> Insert/Modify Image
312
+
313
+ * htmlarea.js:
314
+ - Insert Image command patched to allow modification of a current image, if
315
+ it's selected
316
+ - Correct handling of selection for IE (test for ControlRange object) which
317
+ fixes a lot of bugs (IMG elements is now present in Path, no more table
318
+ props failures when an IMG or floating element is selected, etc.)
319
+
320
+ 2003-10-25 Mihai Bazon <mishoo@localhost.localdomain>
321
+
322
+ * popups/insert_image.html, htmlarea.js:
323
+ insert image can now modify the properties of an existing image
324
+
325
+ * htmlarea.js:
326
+ Cut/copy/paste -- show hint of where to find information to enable it in Gecko
327
+
328
+ * examples/core.html, examples/css.html, examples/full-page.html, examples/fully-loaded.html, examples/spell-checker.html, examples/table-operations.html:
329
+ removed @import url(../htmlarea.css) -- HTMLArea takes care of loading the CSS by itself how
330
+
331
+ * htmlarea.js:
332
+ bugfix: catched some exceptions that otherwise would have led Mozilla to crash
333
+ removed Path text from the statusbar
334
+
335
+ * htmlarea.js:
336
+ call onGenerate() for plugins that implement it; added loadStyle helper for easier stylesheet loading
337
+
338
+ 2003-10-24 Mihai Bazon <mishoo@localhost.localdomain>
339
+
340
+ * plugins/FullPage/test.html, examples/css.html, examples/full-page.html:
341
+ removed unused code
342
+
343
+ * plugins/makefile.xml, plugins/CSS/lang/makefile.xml, plugins/CSS/makefile.xml:
344
+ CSS plugin added to distribution
345
+
346
+ * examples/custom.css, htmlarea.js: removed default styles
347
+
348
+ * popups/about.html:
349
+ fixed resizable window (Moz fix only, IE worked fine)
350
+
351
+ * plugins/CSS/css.js, plugins/CSS/lang/en.js, plugins/FullPage/full-page.js, examples/css.html, examples/custom.css, examples/fully-loaded.html:
352
+ added the CSS plugin (sponsored by www.miro.com.au)
353
+
354
+ * htmlarea.js:
355
+ bugfix: sometimes getHTML failed as root.tagName was undefined (for DocumentFragment nodes)
356
+
357
+ * project-config.xml: switching to CVS snapshot releases
358
+
359
+ 2003-10-23 Mihai Bazon <mishoo@localhost.localdomain>
360
+
361
+ * examples/test.cgi: moved from ../
362
+
363
+ * test.cgi: moved to examples/
364
+
365
+ * makefile.xml: added examples subdir
366
+
367
+ * examples/makefile.xml: distribute example files
368
+
369
+ * examples/full-page.html: FullPage plugin demo
370
+
371
+ * examples/fully-loaded.html: added FullPage plugin
372
+
373
+ * index.html: added link to FullPage plugin demo
374
+
375
+ * examples/core.html, examples/fully-loaded.html, examples/spell-checker.html, examples/table-operations.html, popups/fullscreen.html, index.html:
376
+ fixed example files, added _editor_url (REQUIREDcvs -q update -d .), fixed problems with the full-screen editor
377
+
378
+ * examples/core.html, examples/fully-loaded.html, examples/spell-checker.html, examples/table-operations.html:
379
+ examples previously found in ../
380
+
381
+ * example-fully-loaded.html, example-spell-checker.html, example-table-operations.html, example.html:
382
+ moved to examples/
383
+
384
+ * popups/about.html: minor
385
+
386
+ 2003-10-18 Mihai Bazon <mishoo@localhost.localdomain>
387
+
388
+ * lang/si.js: Slovenian translation (thanks to Tomaz Kregar)
389
+
390
+ 2003-10-15 Mihai Bazon <mishoo@localhost.localdomain>
391
+
392
+ * lang/fr.js: updated French translation (thanks to Jonathan Ernst)
393
+
394
+ 2003-10-07 Mihai Bazon <mishoo@localhost.localdomain>
395
+
396
+ * plugins/FullPage/full-page.js, plugins/FullPage/img/docprop.gif, plugins/FullPage/img/makefile.xml, plugins/FullPage/lang/en.js, plugins/FullPage/lang/makefile.xml, plugins/FullPage/lang/ro.js, plugins/FullPage/makefile.xml, plugins/FullPage/popups/docprop.html, plugins/FullPage/popups/makefile.xml, plugins/FullPage/test.html, plugins/makefile.xml:
397
+ FullPage plugin (allows configuring document properties)
398
+
399
+ * lang/en.js: fixed typo
400
+
401
+ 2003-10-06 Mihai Bazon <mishoo@localhost.localdomain>
402
+
403
+ * popups/about.html: Released=>Compiled
404
+
405
+ * popups/about.html: plugins credits only in plugins page
406
+
407
+ * popups/popup.js: added ability to translate popup dialogs
408
+
409
+ * htmlarea.css:
410
+ small fix for Mozilla/XHTML mode (buttons have now correct size)
411
+
412
+ * plugins/SpellChecker/spell-checker.js, plugins/TableOperations/table-operations.js:
413
+ fixed plugin images paths
414
+
415
+ * htmlarea.js: fixed doctype support
416
+ fixed support for full page editing (did I mention that IE sucks?)
417
+ avoids retrieving the contenteditable tag for body (IE only)
418
+ fixed _colorToRgb function (returns '' for empty or null color)
419
+ fixed editor/plugin images paths
420
+
421
+ * popups/popup.js:
422
+ allow __dlg_init to resize the window to cover a certain element
423
+
424
+ * popups/fullscreen.html: save the doctype too in the new editor
425
+
426
+ * popupwin.js:
427
+ fixed bug: now functions correctly for absolute _editor_url
428
+
429
+ 2003-10-05 Mihai Bazon <mishoo@localhost.localdomain>
430
+
431
+ * htmlarea.js:
432
+ full page editing facility; better interface for plugins popup dialogs
433
+
434
+ 2003-10-03 Mihai Bazon <mishoo@localhost.localdomain>
435
+
436
+ * htmlarea.js: calls the plugin update function, if supplied
437
+
438
+ * popups/insert_image.html:
439
+ added nice image preview (submitted by rickroot on the interactivetools
440
+ forums, thanks!)
441
+
442
+ 2003-10-02 Mihai Bazon <mishoo@localhost.localdomain>
443
+
444
+ * htmlarea.js: implemented proprietary undo/redo system (still buggy)
445
+
446
+ * popups/about.html: no bold on tabs
447
+
448
+ 2003-10-01 Mihai Bazon <mishoo@localhost.localdomain>
449
+
450
+ * htmlarea.js: undo/redo are removed only if IE and config.statusBar
451
+
452
+ * popups/about.html: larger about box
453
+
454
+ * htmlarea.js: registers the plugin instance too (where was my head?)
455
+
456
+ * htmlarea.js: registers the plugin instance too
457
+
458
+ * htmlarea.js: fixed bug: opening the help window from the right place
459
+
460
+ * htmlarea.js:
461
+ don't use eval to register new plugins (allows better plugin arguments handling)
462
+
463
+ 2003-09-29 Mihai Bazon <mishoo@localhost.localdomain>
464
+
465
+ * project-config.xml: beta+CVS
466
+
467
+ * popups/about.html: more "space" between tabs
468
+
469
+ * popups/about.html: the coolest about box ;-)
470
+
471
+ * dialog.js, popups/insert_image.html, popups/insert_table.html, popups/popup.js, popups/select_color.html:
472
+ fixed popups display under IE/Win
473
+
474
+ * plugins/SpellChecker/spell-checker.js, plugins/TableOperations/table-operations.js, htmlarea.js:
475
+ plugins will now register information about themselves
476
+
477
+ * popups/popup.js:
478
+ fixed an infantile mistake ;-) (popup windows are now centered correctly in
479
+ Moz too)
480
+
481
+ 2003-09-28 Mihai Bazon <mishoo@localhost.localdomain>
482
+
483
+ * makefile.xml: mason args not needed
484
+
485
+ * popups/about.html: better about box ;-)
486
+
487
+ * project-config.xml: version beta+
488
+
489
+ * htmlarea.js: support passing parameters to plugins
490
+
491
+ * plugins/TableOperations/lang/en.js, plugins/TableOperations/lang/ro.js, popups/about.html, lang/en.js, lang/lv.js, lang/ro.js, plugins/SpellChecker/lang/en.js, plugins/SpellChecker/lang/ro.js, plugins/SpellChecker/readme-tech.html, plugins/SpellChecker/spell-check-logic.cgi, plugins/SpellChecker/spell-check-ui.html, plugins/SpellChecker/spell-check-ui.js, plugins/SpellChecker/spell-checker.js, plugins/TableOperations/table-operations.js, release-notes.html, example-spell-checker.html, htmlarea.js, index.html, make-release.pl, reference.html:
492
+ updated links
493
+
494
+ 2003-09-27 Mihai Bazon <mishoo@localhost.localdomain>
495
+
496
+ * popups/fullscreen.html: dont load null scripts ;-)
497
+
498
+ * htmlarea.js: undo/redo buttons removed for IE
499
+
500
+ 2003-09-25 Mihai Bazon <mishoo@localhost.localdomain>
501
+
502
+ * images/ed_save.gif, images/ed_save.png: added save icon
503
+
504
+ * plugins/SpellChecker/lang/da.js: Danish translation available
505
+
506
+ 2003-09-19 Mihai Bazon <mishoo@localhost.localdomain>
507
+
508
+ * plugins/SpellChecker/lang/de.js:
509
+ DE translation added (thanks to broxx.com)
510
+
511
+ * plugins/TableOperations/lang/da.js:
512
+ danish translation provided by Steen Sønderup
513
+
514
+ * plugins/TableOperations/lang/de.js:
515
+ DE translation provided by broxx.com
516
+
517
+ * lang/de.js: up-to-date by broxx.com
518
+
519
+ 2003-09-16 Mihai Bazon <mishoo@localhost.localdomain>
520
+
521
+ * plugins/SpellChecker/lang/hu.js:
522
+ added Hungarian translation for the SpellChecker plugin
523
+
524
+ 2003-09-15 Mihai Bazon <mishoo@localhost.localdomain>
525
+
526
+ * lang/hu.js, plugins/TableOperations/lang/hu.js:
527
+ added Hungarian translation (thanks to Miklós Somogyi)
528
+
529
+ 2003-09-14 Mihai Bazon <mishoo@localhost.localdomain>
530
+
531
+ * lang/lv.js: added Latvian translation (thanks to Janis Klavins)
532
+
533
+ 2003-09-02 Mihai Bazon <mishoo@localhost.localdomain>
534
+
535
+ * htmlarea.js:
536
+ added helper function for removing stuff from the configuration toolbar
537
+
538
+ * popupwin.js:
539
+ fixed bug that prevented TableOperation popups to show up in IE
540
+
541
+ 2003-08-25 Mihai Bazon <mishoo@localhost.localdomain>
542
+
543
+ * htmlarea.js: fixed status-bar behavior (can be hidden if desired)
544
+
545
+ * lang/es.js: fixed structure
546
+
547
+ 2003-08-21 Mihai Bazon <mishoo@localhost.localdomain>
548
+
549
+ * popupwin.js:
550
+ bugfix: use _editor_url to allow the editor to be some place else
551
+
552
+ 2003-08-14 Mihai Bazon <mishoo@localhost.localdomain>
553
+
554
+ * plugins/SpellChecker/lang/it.js: utf-8-ified
555
+
556
+ * lang/it.js: Italian translation updated (thanks to Fabio Rotondo)
557
+
558
+ * plugins/TableOperations/lang/it.js:
559
+ Italian translation, thanks to Fabio Rotondo
560
+
561
+ 2003-08-13 Mihai Bazon <mishoo@localhost.localdomain>
562
+
563
+ * plugins/SpellChecker/lang/it.js:
564
+ Added Italian translation (thanks to Fabio Rotondo)
565
+
566
+ 2003-08-12 Mihai Bazon <mishoo@localhost.localdomain>
567
+
568
+ * plugins/SpellChecker/lang/cz.js, plugins/TableOperations/lang/cz.js, lang/cz.js:
569
+ CZ translation
570
+
571
+ * htmlarea.js:
572
+ fixed bug when more HTMLAreas were present in the same <FORM> -- get each
573
+ one's text onsubmit. (thanks Fabio Rotondo for report and test case)
574
+
575
+ 2003-08-11 Mihai Bazon <mishoo@localhost.localdomain>
576
+
577
+ * index.html: added brief installation notes
578
+
579
+ 2003-08-10 Mihai Bazon <mishoo@localhost.localdomain>
580
+
581
+ * index.html, makefile.xml, release-notes.html:
582
+ added version/release to index.html
583
+
584
+ * lang/da.js, lang/de.js, lang/en.js, lang/es.js, lang/fi.js, lang/fr.js, lang/gb.js, lang/it.js, lang/ja-euc.js, lang/ja-jis.js, lang/ja-sjis.js, lang/ja-utf8.js, lang/makefile.xml, lang/nb.js, lang/nl.js, lang/pl.js, lang/pt_br.js, lang/ro.js, lang/ru.js, lang/se.js, lang/vn.js, plugins/SpellChecker/img/makefile.xml, plugins/SpellChecker/img/spell-check.gif, plugins/SpellChecker/lang/en.js, plugins/SpellChecker/lang/makefile.xml, plugins/SpellChecker/lang/ro.js, plugins/SpellChecker/makefile.xml, plugins/SpellChecker/readme-tech.html, plugins/SpellChecker/spell-check-logic.cgi, plugins/SpellChecker/spell-check-style.css, plugins/SpellChecker/spell-check-ui.html, plugins/SpellChecker/spell-check-ui.js, plugins/SpellChecker/spell-checker.js, plugins/TableOperations/img/cell-delete.gif, plugins/TableOperations/img/cell-insert-after.gif, plugins/TableOperations/img/cell-insert-before.gif, plugins/TableOperations/img/cell-merge.gif, plugins/TableOperations/img/cell-prop.gif, plugins/TableOperations/img/cell-split.gif, plugins/TableOperations/img/col-delete.gif, plugins/TableOperations/img/col-insert-after.gif, plugins/TableOperations/img/col-insert-before.gif, plugins/TableOperations/img/col-split.gif, plugins/TableOperations/img/makefile.xml, plugins/TableOperations/img/row-delete.gif, plugins/TableOperations/img/row-insert-above.gif, plugins/TableOperations/img/row-insert-under.gif, plugins/TableOperations/img/row-prop.gif, plugins/TableOperations/img/row-split.gif, plugins/TableOperations/img/table-prop.gif, plugins/TableOperations/lang/en.js, plugins/TableOperations/lang/fi.js, plugins/TableOperations/lang/makefile.xml, plugins/TableOperations/lang/ro.js, plugins/TableOperations/makefile.xml, plugins/TableOperations/table-operations.js, plugins/makefile.xml, popups/about.html, popups/fullscreen.html, popups/makefile.xml, example-fully-loaded.html, example-spell-checker.html, example-table-operations.html, example.html, htmlarea-lang-b5.js, htmlarea-lang-da.js, htmlarea-lang-de.js, htmlarea-lang-en.js, htmlarea-lang-es.js, htmlarea-lang-fr.js, htmlarea-lang-gb.js, htmlarea-lang-it.js, htmlarea-lang-ja-euc.js, htmlarea-lang-ja-jis.js, htmlarea-lang-ja-sjis.js, htmlarea-lang-ja-utf8.js, htmlarea-lang-nb.js, htmlarea-lang-nl.js, htmlarea-lang-pl.js, htmlarea-lang-pt_br.js, htmlarea-lang-ru.js, htmlarea-lang-se.js, htmlarea-lang-vn.js, htmlarea.css, htmlarea.js, images/ed_paste.gif, images/ed_show_border.gif, images/ed_splitcel.gif, images/makefile.xml, index.html, lang/b5.js, make-release.pl, makefile.xml, popupdiv.js, popupwin.js, project-config.xml, readme.html, reference.html, release-notes.html:
585
+ Merged from table-devel branch. Development back on main trunk.
586
+
587
+ * plugins/SpellChecker/readme-tech.html: added I18N file to description
588
+
589
+ * plugins/SpellChecker/spell-check-ui.html, plugins/SpellChecker/spell-check-ui.js:
590
+ internationalization now supported
591
+
592
+ * plugins/TableOperations/table-operations.js:
593
+ fixed bug icons inside dialogs
594
+
595
+ * popups/about.html:
596
+ nicer dialog, + automatic version/release management
597
+
598
+ * htmlarea.js, lang/en.js, plugins/SpellChecker/lang/en.js, plugins/TableOperations/lang/en.js:
599
+ I18N for some messages that were left out, small IMG bug fixed, added loadPlugin static function
600
+
601
+ * example-fully-loaded.html, example-spell-checker.html, example-table-operations.html, example.html:
602
+ UTF-8 charset by default
603
+
604
+ * lang/ro.js, plugins/SpellChecker/lang/ro.js, plugins/TableOperations/lang/ro.js:
605
+ New file.
606
+
607
+ * lang/ro.js, plugins/SpellChecker/lang/ro.js, plugins/TableOperations/lang/ro.js:
608
+ Romanian translation (thanks to My Self)
609
+
610
+ * release-notes.html: New file.
611
+
612
+ * release-notes.html: release notes
613
+
614
+ * lang/makefile.xml, plugins/SpellChecker/img/makefile.xml, plugins/SpellChecker/lang/makefile.xml, plugins/SpellChecker/makefile.xml, plugins/TableOperations/img/makefile.xml, plugins/TableOperations/lang/makefile.xml, plugins/TableOperations/makefile.xml, plugins/makefile.xml, popups/makefile.xml:
615
+ New file.
616
+
617
+ * lang/makefile.xml, plugins/SpellChecker/img/makefile.xml, plugins/SpellChecker/lang/makefile.xml, plugins/SpellChecker/makefile.xml, plugins/TableOperations/img/makefile.xml, plugins/TableOperations/lang/makefile.xml, plugins/TableOperations/makefile.xml, plugins/makefile.xml, popups/makefile.xml:
618
+ automatic release management (a la makefile)
619
+
620
+ * images/makefile.xml, make-release.pl, makefile.xml, project-config.xml:
621
+ New file.
622
+
623
+ * images/makefile.xml, make-release.pl, makefile.xml, project-config.xml:
624
+ automatic release management (a la makefile)
625
+
626
+ 2003-08-03 Mihai Bazon <mishoo@localhost.localdomain>
627
+
628
+ * lang/fi.js, plugins/TableOperations/lang/fi.js:
629
+ Finnish translation added (thanks bestis)
630
+
631
+ * lang/fi.js, plugins/TableOperations/lang/fi.js, index.html: New file.
632
+
633
+ * index.html: short description, copyright, links
634
+
635
+ * reference.html:
636
+ LAST VERSION OF THIS DOCUMENT. IT WILL BE SOON DELETED.
637
+
638
+ * lang/b5.js, lang/da.js, lang/de.js, lang/en.js, lang/es.js, lang/fr.js, lang/gb.js, lang/it.js, lang/ja-euc.js, lang/ja-jis.js, lang/ja-sjis.js, lang/ja-utf8.js, lang/nb.js, lang/nl.js, lang/pl.js, lang/pt_br.js, lang/ru.js, lang/se.js, lang/vn.js:
639
+ added lang in I18N, so that we can load automatically plugin's lang file
640
+
641
+ * example-fully-loaded.html: New file.
642
+
643
+ * example-fully-loaded.html: loads all plugins
644
+
645
+ * example-spell-checker.html: removed TableOperations from this example
646
+
647
+ 2003-08-01 Mihai Bazon <mishoo@localhost.localdomain>
648
+
649
+ * readme.html: documentation for 2.x is heavily outdated... removed.
650
+
651
+ * example-spell-checker.html, plugins/SpellChecker/img/spell-check.gif, plugins/SpellChecker/lang/en.js, plugins/SpellChecker/readme-tech.html, plugins/SpellChecker/spell-check-logic.cgi, plugins/SpellChecker/spell-check-style.css, plugins/SpellChecker/spell-check-ui.html, plugins/SpellChecker/spell-check-ui.js, plugins/SpellChecker/spell-checker.js:
652
+ New file.
653
+
654
+ * example-spell-checker.html, plugins/SpellChecker/img/spell-check.gif, plugins/SpellChecker/lang/en.js, plugins/SpellChecker/readme-tech.html, plugins/SpellChecker/spell-check-logic.cgi, plugins/SpellChecker/spell-check-style.css, plugins/SpellChecker/spell-check-ui.html, plugins/SpellChecker/spell-check-ui.js, plugins/SpellChecker/spell-checker.js:
655
+ added the SpellChecker plugin (sponsored by www.AmericanBible.org)
656
+
657
+ * example.html, example-table-operations.html:
658
+ * moved lang files to separate directory
659
+
660
+ * htmlarea-lang-en.js, htmlarea-lang-es.js, htmlarea-lang-fr.js, htmlarea-lang-gb.js, htmlarea-lang-it.js, htmlarea-lang-ja-euc.js, htmlarea-lang-ja-jis.js, htmlarea-lang-ja-sjis.js, htmlarea-lang-ja-utf8.js, htmlarea-lang-nb.js, htmlarea-lang-nl.js, htmlarea-lang-pl.js, htmlarea-lang-pt_br.js, htmlarea-lang-ru.js, htmlarea-lang-se.js, htmlarea-lang-vn.js, htmlarea-lang-b5.js, htmlarea-lang-da.js, htmlarea-lang-de.js:
661
+ moved to lang/
662
+
663
+ * lang/b5.js, lang/da.js, lang/de.js, lang/en.js, lang/es.js, lang/fr.js, lang/gb.js, lang/it.js, lang/ja-euc.js, lang/ja-jis.js, lang/ja-sjis.js, lang/ja-utf8.js, lang/nb.js, lang/nl.js, lang/pl.js, lang/pt_br.js, lang/ru.js, lang/se.js, lang/vn.js:
664
+ New file.
665
+
666
+ * lang/b5.js, lang/da.js, lang/de.js, lang/en.js, lang/es.js, lang/fr.js, lang/gb.js, lang/it.js, lang/ja-euc.js, lang/ja-jis.js, lang/ja-sjis.js, lang/ja-utf8.js, lang/nb.js, lang/nl.js, lang/pl.js, lang/pt_br.js, lang/ru.js, lang/se.js, lang/vn.js:
667
+ lang files separated
668
+
669
+ * htmlarea.js, htmlarea.css:
670
+ * added registerDropdown -- for adding custom drop-down boxes to the toolbar
671
+ * registerDropdown and registerButton verify for existing ID-s first (alert
672
+ if that's the case)
673
+ * support for text labels in the toolbar
674
+ * fixed some bugs in insertHTML (Mozilla specific)
675
+
676
+ 2003-07-16 Mihai Bazon <mishoo@localhost.localdomain>
677
+
678
+ * example-table-operations.html:
679
+ TableOperations lang file moved to 'lang' directory
680
+
681
+ * plugins/TableOperations/lang/en.js: New file.
682
+
683
+ * plugins/TableOperations/lang/en.js, plugins/TableOperations/table-operations-lang-en.js:
684
+ lang files in dedicated directory [lang]
685
+
686
+ * htmlarea.js: [IE] no status bar on fullscreen editor
687
+
688
+ 2003-07-15 Mihai Bazon <mishoo@localhost.localdomain>
689
+
690
+ * htmlarea.js:
691
+ [IE] fixed annoying bug: displacement of the separators within the toolbar;
692
+ IE assigns a random image width/height, if not explicitely stated ;-)
693
+
694
+ 2003-07-13 Mihai Bazon <mishoo@localhost.localdomain>
695
+
696
+ * popups/fullscreen.html: moved plugin images to ../plugins
697
+ fixed bug that only applied to Moz-1.4 or newer Geckos (script.src is always
698
+ an absolute URL)
699
+
700
+ * htmlarea.js: restructuration concerning images
701
+
702
+ * plugins/TableOperations/table-operations.js:
703
+ images moved to the plugin directory
704
+
705
+ * plugins/TableOperations/img/cell-delete.gif, plugins/TableOperations/img/cell-insert-after.gif, plugins/TableOperations/img/cell-insert-before.gif, plugins/TableOperations/img/cell-merge.gif, plugins/TableOperations/img/cell-prop.gif, plugins/TableOperations/img/cell-split.gif, plugins/TableOperations/img/col-delete.gif, plugins/TableOperations/img/col-insert-after.gif, plugins/TableOperations/img/col-insert-before.gif, plugins/TableOperations/img/col-split.gif, plugins/TableOperations/img/row-delete.gif, plugins/TableOperations/img/row-insert-above.gif, plugins/TableOperations/img/row-insert-under.gif, plugins/TableOperations/img/row-prop.gif, plugins/TableOperations/img/row-split.gif, plugins/TableOperations/img/table-prop.gif:
706
+ New file.
707
+
708
+ * plugins/TableOperations/img/cell-delete.gif, plugins/TableOperations/img/cell-insert-after.gif, plugins/TableOperations/img/cell-insert-before.gif, plugins/TableOperations/img/cell-merge.gif, plugins/TableOperations/img/cell-prop.gif, plugins/TableOperations/img/cell-split.gif, plugins/TableOperations/img/col-delete.gif, plugins/TableOperations/img/col-insert-after.gif, plugins/TableOperations/img/col-insert-before.gif, plugins/TableOperations/img/col-split.gif, plugins/TableOperations/img/row-delete.gif, plugins/TableOperations/img/row-insert-above.gif, plugins/TableOperations/img/row-insert-under.gif, plugins/TableOperations/img/row-prop.gif, plugins/TableOperations/img/row-split.gif, plugins/TableOperations/img/table-prop.gif:
709
+ moved TableOperations icons here
710
+
711
+ * images/ed_splitcell.gif:
712
+ moved to ../plugins/TableOperations/img/cell-split.gif
713
+
714
+ * images/ed_mergecels.gif:
715
+ moved to ../plugins/TableOperations/img/cell-merge.gif
716
+
717
+ * images/ed_delcel.gif:
718
+ moved to ../plugins/TableOperations/img/cell-delete.gif
719
+
720
+ * images/ed_inscelrgt.gif:
721
+ moved to ../plugins/TableOperations/img/cell-insert-after.gif
722
+
723
+ * images/ed_inscellft.gif:
724
+ moved to ../plugins/TableOperations/img/cell-insert-before.gif
725
+
726
+ * images/ed_cellprop.gif:
727
+ moved to ../plugins/TableOperations/img/cell-prop.gif
728
+
729
+ * images/ed_splitcol.gif:
730
+ moved to ../plugins/TableOperations/img/col-split.gif
731
+
732
+ * images/ed_delcol.gif:
733
+ moved to ../plugins/TableOperations/img/col-delete.gif
734
+
735
+ * images/ed_insright.gif:
736
+ moved to ../plugins/TableOperations/img/col-insert-after.gif
737
+
738
+ * images/ed_insleft.gif:
739
+ moved to ../plugins/TableOperations/img/col-insert-before.gif
740
+
741
+ * images/ed_splitrow.gif:
742
+ moved to ../plugins/TableOperations/img/row-split.gif
743
+
744
+ * images/ed_delrow.gif:
745
+ moved to ../plugins/TableOperations/img/row-delete.gif
746
+
747
+ * images/ed_insunder.gif:
748
+ moved to ../plugins/TableOperations/img/row-insert-under.gif
749
+
750
+ * images/ed_insabove.gif:
751
+ moved to ../plugins/TableOperations/img/row-insert-above.gif
752
+
753
+ * images/ed_rowprop.gif:
754
+ moved to ../plugins/TableOperations/img/row-prop.gif
755
+
756
+ * images/ed_tableprop.gif:
757
+ moved to ../plugins/TableOperations/img/table-prop.gif
758
+
759
+ 2003-06-11 Mihai Bazon <mishoo@localhost.localdomain>
760
+
761
+ * plugins/TableOperations/table-operations.js:
762
+ revamped code for table "border", "frame" and "rules" attributes
763
+
764
+ 2003-06-08 Mihai Bazon <mishoo@localhost.localdomain>
765
+
766
+ * plugins/TableOperations/table-operations.js:
767
+ added focusEditor() calls (editor lost focus in IE after some operations)
768
+
769
+ * plugins/TableOperations/table-operations.js:
770
+ fixed 2 bugs (correct title in row/cell properties dialog, clear cell
771
+ contents when inserting new row in Internet Explorer)
772
+
773
+ 2003-06-02 Mihai Bazon <mishoo@localhost.localdomain>
774
+
775
+ * popups/fullscreen.html:
776
+ [IE] fixed problem that caused toolbar buttons to be unusable
777
+
778
+ * popups/fullscreen.html:
779
+ [IE] fixed bug when copying the click handler. Editor is now functional in
780
+ fullscreen.
781
+
782
+ * plugins/TableOperations/table-operations-lang-en.js, plugins/TableOperations/table-operations.js:
783
+ 1. Removed code that selects the table/row/cell before displaying the
784
+ dialog.
785
+
786
+ 2. Focus back the table after closing the dialog box (was causing some
787
+ problems in IE).
788
+
789
+ 3. Implemented merge cells for IE (user will be prompted for number of
790
+ cols/rows to span the current cell).
791
+
792
+ * htmlarea.js:
793
+ 1. Display an alert if cut/copy/paste is not supported, when one of the buttons
794
+ is clicked. The button will also be removed from the toolbar.
795
+
796
+ 2. Fixed bug when clicking on some table/image margin in IE.
797
+
798
+ 2003-05-31 Mihai Bazon <mishoo@localhost.localdomain>
799
+
800
+ * plugins/TableOperations/table-operations.js:
801
+ [IE5.5] IE5.5 doesn't support createDocumentFragment; workarounded.
802
+
803
+ * htmlarea.css: Better looking dialogs
804
+
805
+ * htmlarea.js: Fixed IE5.5 compatibility issues.
806
+
807
+ * htmlarea.js: Now IE5.5 compatible.
808
+
809
+ 2003-05-27 Mihai Bazon <mishoo@localhost.localdomain>
810
+
811
+ * htmlarea.js: workaround for a horrible bug (thanks Dror!)
812
+
813
+ * htmlarea.js: oops... ;-)
814
+
815
+ * htmlarea.js: workaround for a horrible bug (thanks Dror!)
816
+
817
+ 2003-05-18 Mihai Bazon <mishoo@localhost.localdomain>
818
+
819
+ * plugins/TableOperations/table-operations-lang-en.js:
820
+ added some comment notes for translators
821
+
822
+ * plugins/TableOperations/table-operations.js: bugfix:
823
+ - border-style changes are updated correctly in Mozilla
824
+ - do not show Float for td, th, tr elements
825
+ feature (eye-candy)
826
+ - added small icons on each dialog
827
+
828
+ * popupwin.js: added baseURL to the object (useful in dialogs)
829
+
830
+ * plugins/TableOperations/table-operations-lang-en.js, plugins/TableOperations/table-operations.js:
831
+ modified dialogs (more css-friendly, trying to avoid deprecated HTML
832
+ attributes). fixed some bugs.
833
+
834
+ * htmlarea.js:
835
+ added oncontextmenu for status-bar elements (displays inline style)
836
+ fixed problem with textindicator (background-color in Mozilla)
837
+
838
+ * htmlarea.css: tables in dialogs have border-collapse: collapse
839
+
840
+ * example-table-operations.html:
841
+ modified example HTML (more colorful, blah blah)
842
+
843
+ 2003-05-14 Mihai Bazon <mishoo@localhost.localdomain>
844
+
845
+ * plugins/TableOperations/table-operations.js:
846
+ (trying to) force redraw after table/row/cell properties dialogs close with
847
+ OK
848
+
849
+ 2003-05-13 Mihai Bazon <mishoo@localhost.localdomain>
850
+
851
+ * plugins/TableOperations/table-operations-lang-en.js, plugins/TableOperations/table-operations.js, popupwin.js:
852
+ some fixes for IE; implemented border-collapse style properties (tables only)
853
+
854
+ 2003-05-12 Mihai Bazon <mishoo@localhost.localdomain>
855
+
856
+ * plugins/TableOperations/table-operations-lang-en.js, plugins/TableOperations/table-operations.js, example-table-operations.html, htmlarea.css, popupwin.js:
857
+ improvements of the color selector button, added row properties and cell properties dialogs, fixes, etc.
858
+
859
+ 2003-05-08 Mihai Bazon <mishoo@localhost.localdomain>
860
+
861
+ * plugins/TableOperations/table-operations.js:
862
+ border properties now functional
863
+
864
+ * plugins/TableOperations/table-operations-lang-en.js:
865
+ CSS Style -> Style [CSS]
866
+
867
+ * popupwin.js: smaller padding.. looks better.
868
+
869
+ * htmlarea.css, plugins/TableOperations/table-operations-lang-en.js, plugins/TableOperations/table-operations.js:
870
+ added functionality (style properties, changed BUTTON to DIV for color
871
+ selection widget, added border properties [not completed yed])
872
+
873
+ 2003-05-07 Mihai Bazon <mishoo@localhost.localdomain>
874
+
875
+ * plugins/TableOperations/table-operations.js:
876
+ fixed small bug; added some comments
877
+
878
+ 2003-05-06 Mihai Bazon <mishoo@localhost.localdomain>
879
+
880
+ * htmlarea.js:
881
+ fixed small bug (user might close the select_color dialog by pressing "X"
882
+ button, case in which the selection is now ignored)
883
+
884
+ * htmlarea.js: debug code can sometimes be annoying -- commented out.
885
+
886
+ * htmlarea.js: bug #730593 fixed
887
+
888
+ * plugins/TableOperations/table-operations-lang-en.js, plugins/TableOperations/table-operations.js:
889
+ added first dialog (table properties) + other useful stuff like generic style properties that should eventually make it into a separated plugin
890
+
891
+ * popupdiv.js, popupwin.js: New file.
892
+
893
+ * popupdiv.js, popupwin.js:
894
+ files for handling some popup dialogs generated from JS code
895
+
896
+ * example-table-operations.html: credit modified
897
+
898
+ 2003-05-05 Mihai Bazon <mishoo@localhost.localdomain>
899
+
900
+ * htmlarea-lang-en.js:
901
+ I18N for 2 very common text-s ("ok" and "cancel")
902
+
903
+ * htmlarea.css: style for new popups
904
+
905
+ * htmlarea.js:
906
+ added new variable (_mdoc which keeps a reference to the document that
907
+ contains the HTMLArea. it's sometimes useful (mainly in popups))
908
+
909
+ 2003-04-25 Mihai Bazon <mishoo@localhost.localdomain>
910
+
911
+ * plugins/TableOperations/table-operations.js:
912
+ modified credit (bloki.com instead of zapatec.com)
913
+
914
+ 2003-04-24 Mihai Bazon <mishoo@localhost.localdomain>
915
+
916
+ * plugins/TableOperations/table-operations.js:
917
+ fixed code to work if editor used in fullscreen
918
+
919
+ * popups/fullscreen.html:
920
+ added nice code that automagically loads all scripts in the parent page (opener)
921
+
922
+ * plugins/TableOperations/table-operations.js:
923
+ - fixes for IE (IE doesn't need the BR inside empty TD-s)
924
+ - when called in fullscreen mode it doesn't update the toolbar
925
+
926
+ * htmlarea.js:
927
+ small fix for IE (getAllAncestors sometimes returned the HTML and Document element too)
928
+
929
+ 2003-04-23 Mihai Bazon <mishoo@localhost.localdomain>
930
+
931
+ * popups/fullscreen.html: small bug fixed
932
+
933
+ * htmlarea.css:
934
+ changed bg for disabled buttons (this is for debug, I repeat ;-)
935
+
936
+ * htmlarea.js: - API support for external plugins
937
+ - support for context-enabled buttons
938
+ - performance improvement: cancelling updateToolbar requests if made in less
939
+ than 50ms -- in other words, only honor the last one
940
+
941
+ * example.html: test for context-enabled buttons
942
+
943
+ * plugins/TableOperations/table-operations.js: New file.
944
+
945
+ * plugins/TableOperations/table-operations.js:
946
+ added TableOperations plugin
947
+ several new toolbar buttons + fixes to some existent ones
948
+ file that demonstrate usage of the TableOperations plugin
949
+
950
+ * plugins/TableOperations/table-operations-lang-en.js: New file.
951
+
952
+ * plugins/TableOperations/table-operations-lang-en.js:
953
+ added TableOperations plugin
954
+ several new toolbar buttons + fixes to some existent ones
955
+ file that demonstrate usage of the TableOperations plugin
956
+
957
+ * images/ed_splitcell.gif, images/ed_splitcol.gif: New file.
958
+
959
+ * images/ed_splitcell.gif, images/ed_splitcol.gif, images/ed_splitrow.gif, images/ed_paste.gif, images/ed_insunder.gif, images/ed_mergecels.gif, images/ed_inscellft.gif, images/ed_inscelrgt.gif, images/ed_insleft.gif, images/ed_insright.gif, images/ed_insabove.gif, images/ed_delcol.gif, images/ed_delrow.gif:
960
+ added TableOperations plugin
961
+ several new toolbar buttons + fixes to some existent ones
962
+ file that demonstrate usage of the TableOperations plugin
963
+
964
+ * example-table-operations.html: New file.
965
+
966
+ * example-table-operations.html, images/ed_delcel.gif:
967
+ added TableOperations plugin
968
+ several new toolbar buttons + fixes to some existent ones
969
+ file that demonstrate usage of the TableOperations plugin
970
+
971
+ 2003-04-21 Mihai Bazon <mishoo@localhost.localdomain>
972
+
973
+ * htmlarea.js: added status bar (cool B-)
974
+
975
+ * htmlarea.css: various improvements for the status bar
976
+
977
+ * example.html: minor fix (background-color instead of background)
978
+
979
+ 2003-04-20 Mihai Bazon <mishoo@localhost.localdomain>
980
+
981
+ * htmlarea.js: fix: IE parsing problem
982
+
983
+ * htmlarea.css, htmlarea.js, popups/fullscreen.html: added statusbar
984
+
985
+ * images/ed_tableprop.gif: New file.
986
+
987
+ * images/ed_tableprop.gif: added images for table operations buttons
988
+
989
+ * images/ed_cellprop.gif, images/ed_delcel.gif, images/ed_delcol.gif, images/ed_delrow.gif, images/ed_insabove.gif, images/ed_inscellft.gif, images/ed_inscelrgt.gif, images/ed_insleft.gif, images/ed_insright.gif, images/ed_insunder.gif, images/ed_mergecels.gif, images/ed_paste.gif, images/ed_rowprop.gif, images/ed_show_border.gif, images/ed_splitcel.gif, images/ed_splitrow.gif:
990
+ New file.
991
+
992
+ * images/ed_cellprop.gif, images/ed_delcel.gif, images/ed_delcol.gif, images/ed_delrow.gif, images/ed_insabove.gif, images/ed_inscellft.gif, images/ed_inscelrgt.gif, images/ed_insleft.gif, images/ed_insright.gif, images/ed_insunder.gif, images/ed_mergecels.gif, images/ed_paste.gif, images/ed_rowprop.gif, images/ed_show_border.gif, images/ed_splitcel.gif, images/ed_splitrow.gif:
993
+ added images for table operations buttons
994
+
995
+ * example.html:
996
+ even more examples of customization, but commented out so that the example
997
+ page looks initially with the editor defaults
998
+
999
+ * htmlarea-lang-en.js:
1000
+ Added tooltips for cut, copy, paste, undo, redo buttons
1001
+
1002
+ * htmlarea.js: new features:
1003
+
1004
+ - cut, copy, paste, undo, redo buttons
1005
+ - added functions: getParentElement, getAllAncestors
1006
+ - buttons can now be enabled/disabled function of the context (i.e. caret
1007
+ is inside a table)
1008
+ - iframe border removed on Mozilla (looks better)
1009
+
1010
+ * htmlarea.css:
1011
+ minor fix [padding]; also contains some debugging stuff that needs to be
1012
+ removed (disabled buttons have red background, that's because Mozilla
1013
+ doesn't seem to support opacity any longer)
1014
+
1015
+ 2003-04-19 itools <itools@mishoo>
1016
+
1017
+ * test.cgi: ..
1018
+
1019
+ * test.cgi: ...
1020
+
1021
+ 2003-04-15 Mihai Bazon <mishoo@localhost.localdomain>
1022
+
1023
+ * htmlarea.js: added address: block-level element
1024
+
1025
+ 2003-04-02 Mihai Bazon <mishoo@localhost.localdomain>
1026
+
1027
+ * popups/fullscreen.html: fixed small issue
1028
+
1029
+ 2003-03-24 Mihai Bazon <mishoo@localhost.localdomain>
1030
+
1031
+ * htmlarea-lang-pt_br.js: brasilian translation
1032
+
1033
+ 2003-03-19 Mihai Bazon <mishoo@localhost.localdomain>
1034
+
1035
+ * htmlarea-lang-nb.js: norwegian translation added
1036
+
1037
+ * reference.html: fixed typo
1038
+
1039
+ 2003-03-15 Mihai Bazon <mishoo@localhost.localdomain>
1040
+
1041
+ * htmlarea.js:
1042
+ fixed bug (createlink needs UI -> true, otherwise we get a link to nowhere)
1043
+
1044
+ 2003-03-04 Mihai Bazon <mishoo@localhost.localdomain>
1045
+
1046
+ * htmlarea-lang-ja-euc.js, htmlarea-lang-ja-jis.js, htmlarea-lang-ja-sjis.js, htmlarea-lang-ja-utf8.js, htmlarea-lang-pl.js:
1047
+ new translations: japanese and polish
1048
+
1049
+ 2003-03-03 Mihai Bazon <mishoo@localhost.localdomain>
1050
+
1051
+ * example.html, htmlarea.js: example.html: now validates (hopefully)
1052
+ htmlarea.js: opening help in a named window
1053
+
1054
+ 2003-03-02 Mihai Bazon <mishoo@localhost.localdomain>
1055
+
1056
+ * reference.html:
1057
+ minor fix: showing how to include the "dialog.js" file
1058
+
1059
+ 2003-02-27 Mihai Bazon <mishoo@localhost.localdomain>
1060
+
1061
+ * reference.html: fixes, improvements
1062
+ new sections on creating custom buttons
1063
+
1064
+ * example.html:
1065
+ example on how to submit the form from something that's not a submit button
1066
+
1067
+ * htmlarea.js: added "onsubmit" handler with usual syntax.
1068
+
1069
+ * example.html: examples now using registerButton
1070
+
1071
+ * popups/fullscreen.html:
1072
+ [fix] using now the new btnList layout; removed _textArea2
1073
+
1074
+ * htmlarea.js: - added helper function HTMLArea.Config.registerButton
1075
+ - _editor_url is back
1076
+ - fixed a problem that might disturb JS compressors ('"' character in
1077
+ regexp)
1078
+
1079
+ 2003-02-26 Mihai Bazon <mishoo@localhost.localdomain>
1080
+
1081
+ * htmlarea.js: iframe border back..
1082
+
1083
+ * example.html: fixes -- new btnList style
1084
+
1085
+ * htmlarea.js:
1086
+ changed btnList order -- tooltip, icon, textmode, action.
1087
+
1088
+ * example.html: demo fix
1089
+
1090
+ * example.html: [minor] validity
1091
+
1092
+ * htmlarea.js:
1093
+ BUG FIX: now it remembers textarea content on page reload. Got rid of the
1094
+ secondary textarea.
1095
+
1096
+ * htmlarea-lang-it.js: Italian translation -- from TeddyZ
1097
+
1098
+ 2003-02-24 Mihai Bazon <mishoo@localhost.localdomain>
1099
+
1100
+ * htmlarea-lang-vn.js: Vietnamese lang module
1101
+
1102
+ 2003-02-22 Mihai Bazon <mishoo@localhost.localdomain>
1103
+
1104
+ * htmlarea.js:
1105
+ Reorganized the btnList. Now it uses direct function calls.
1106
+
1107
+ * reference.html: minor: use replace() instead of replaceAll()
1108
+
1109
+ * htmlarea.js:
1110
+ - fixed bug: HTMLArea.replace() needs to call generate() (thanks Dlo)
1111
+ - adding the onsubmit handler -- check if the form is there first
1112
+ - added onunload handler that saves the HTML content, just in case user
1113
+ presses Back/Fwd or Refresh.
1114
+
1115
+ * htmlarea-lang-se.js: swedish translation
1116
+
1117
+ 2003-02-21 Mihai Bazon <mishoo@localhost.localdomain>
1118
+
1119
+ * htmlarea.js: done some of the changes suggested by Dlo
1120
+ bodyStyle -> pageStyle and allows other elements' styles too
1121
+
1122
+ * example.html: example: how to add a custom button
1123
+
1124
+ * reference.html: started documentation project
1125
+
1126
+ 2003-02-20 Mihai Bazon <mishoo@localhost.localdomain>
1127
+
1128
+ * htmlarea-lang-da.js, htmlarea-lang-gb.js, htmlarea-lang-b5.js:
1129
+ added new lang files
1130
+
1131
+ 2003-02-19 Mihai Bazon <mishoo@localhost.localdomain>
1132
+
1133
+ * htmlarea-lang-de.js: added credits
1134
+
1135
+ * htmlarea-lang-nl.js: credit for redspider ;)
1136
+
1137
+ * htmlarea-lang-de.js: added german translation (from atk)
1138
+
1139
+ * htmlarea-lang-nl.js: dutch translation, from redspider
1140
+
1141
+ * htmlarea-lang-ru.js: RU translation (from Frol, itools forums)
1142
+
1143
+ * htmlarea-lang-es.js:
1144
+ added ES translation from itools forums (thanks Luis)
1145
+
1146
+ * htmlarea-lang-fr.js:
1147
+ added french translation, from Ronan (interactivetools.com forums)
1148
+
1149
+ 2003-02-17 Mihai Bazon <mishoo@localhost.localdomain>
1150
+
1151
+ * images/.xvpics/ed_align_justify.gif: not needed
1152
+
1153
+ * htmlarea.js:
1154
+ -- made HTMLArea constructor to work with object instead of ID (if type of
1155
+ argument is not string)
1156
+ -- a simpler "replaceAll" function (2 lines)
1157
+ -- fixed a major bug that prevented IE6 to correctly retrieve the HTML (it
1158
+ seems that it was ignoring attribute values and only displaying "")
1159
+ -- used various techniques to reduce the code size (currently only 37K, 10K
1160
+ less than the original editor.js code [v 2.03])
1161
+
1162
+ * htmlarea.js:
1163
+ removed NodeIterator code -- was only used in one place and I found a
1164
+ different way to accomplish that task; code smaller by about 5K
1165
+
1166
+ * dialog.js, images/.xvpics/ed_align_justify.gif, images/ed_about.gif, images/ed_align_center.gif, images/ed_align_justify.gif, images/ed_align_left.gif, images/ed_align_right.gif, images/ed_blank.gif, images/ed_charmap.gif, images/ed_color_bg.gif, images/ed_color_fg.gif, images/ed_copy.gif, images/ed_custom.gif, images/ed_cut.gif, images/ed_delete.gif, images/ed_format_bold.gif, images/ed_format_italic.gif, images/ed_format_strike.gif, images/ed_format_sub.gif, images/ed_format_sup.gif, images/ed_format_underline.gif, images/ed_help.gif, images/ed_hr.gif, images/ed_html.gif, images/ed_image.gif, images/ed_indent_less.gif, images/ed_indent_more.gif, images/ed_link.gif, images/ed_list_bullet.gif, images/ed_list_num.gif, images/ed_redo.gif, images/ed_undo.gif, images/fullscreen_maximize.gif, images/fullscreen_minimize.gif, images/insert_table.gif, popups/about.html, popups/blank.html, popups/custom2.html, popups/editor_help.html, popups/fullscreen.html, popups/insert_image.html, popups/insert_table.html, popups/old-fullscreen.html, popups/old_insert_image.html, popups/popup.js, popups/select_color.html:
1167
+ New file.
1168
+
1169
+ * dialog.js, images/.xvpics/ed_align_justify.gif, images/ed_about.gif, images/ed_align_center.gif, images/ed_align_justify.gif, images/ed_align_left.gif, images/ed_align_right.gif, images/ed_blank.gif, images/ed_charmap.gif, images/ed_color_bg.gif, images/ed_color_fg.gif, images/ed_copy.gif, images/ed_custom.gif, images/ed_cut.gif, images/ed_delete.gif, images/ed_format_bold.gif, images/ed_format_italic.gif, images/ed_format_strike.gif, images/ed_format_sub.gif, images/ed_format_sup.gif, images/ed_format_underline.gif, images/ed_help.gif, images/ed_hr.gif, images/ed_html.gif, images/ed_image.gif, images/ed_indent_less.gif, images/ed_indent_more.gif, images/ed_link.gif, images/ed_list_bullet.gif, images/ed_list_num.gif, images/ed_redo.gif, images/ed_undo.gif, images/fullscreen_maximize.gif, images/fullscreen_minimize.gif, images/insert_table.gif, popups/about.html, popups/blank.html, popups/custom2.html, popups/editor_help.html, popups/fullscreen.html, popups/insert_image.html, popups/insert_table.html, popups/old-fullscreen.html, popups/old_insert_image.html, popups/popup.js, popups/select_color.html:
1170
+ first moved to CVS (close to release 3.0-beta)
1171
+
1172
+ * htmlarea.js, test.cgi: New file.
1173
+
1174
+ * htmlarea.js, test.cgi: first moved to CVS (close to release 3.0-beta)
1175
+
1176
+ * htmlarea-lang-en.js, readme.html: New file.
1177
+
1178
+ * htmlarea-lang-en.js, readme.html:
1179
+ first moved to CVS (close to release 3.0-beta)
1180
+
1181
+ * example.html, htmlarea.css, license.txt: New file.
1182
+
1183
+ * example.html, htmlarea.css, license.txt:
1184
+ first moved to CVS (close to release 3.0-beta)
1185
+