narf 0.6.3 → 0.7.1
Sign up to get free protection for your applications and to get access to all the features.
- data/ChangeLog +0 -237
- data/InstalledFiles +488 -0
- data/README +2 -0
- data/bin/narf +0 -0
- data/bin/narftest +17 -17
- data/build.rb +57 -93
- data/build.rb~ +278 -0
- data/config.save +12 -0
- data/doc/apache_cgi.txt +14 -4
- data/doc/apache_cgi.txt~ +23 -0
- data/doc/fastcgi.txt +10 -6
- data/doc/fastcgi.txt~ +21 -0
- data/doc/mod_ruby.txt +16 -2
- data/doc/mod_ruby.txt~ +7 -0
- data/doc/rdoc/classes/PHPRB.html +188 -0
- data/doc/rdoc/classes/PHPRB.src/M000001.html +15 -0
- data/doc/rdoc/classes/PHPRB.src/M000002.html +19 -0
- data/doc/rdoc/classes/PHPRB.src/M000003.html +25 -0
- data/doc/rdoc/classes/PHPRB.src/M000004.html +15 -0
- data/doc/rdoc/classes/PHPRB.src/M000005.html +23 -0
- data/doc/rdoc/classes/PHPRB.src/M000006.html +15 -0
- data/doc/rdoc/classes/PHPRB.src/M000007.html +17 -0
- data/doc/rdoc/classes/PHPRB.src/M000008.html +17 -0
- data/doc/rdoc/classes/PHPRB/Compiler.html +156 -0
- data/doc/rdoc/classes/PHPRB/Compiler.src/M000014.html +75 -0
- data/doc/rdoc/classes/PHPRB/Compiler.src/M000015.html +35 -0
- data/doc/rdoc/classes/PHPRB/Compiler.src/M000016.html +15 -0
- data/doc/rdoc/classes/PHPRB/Compiler.src/M000017.html +18 -0
- data/doc/rdoc/classes/PHPRB/Compiler/Buffer.html +122 -0
- data/doc/rdoc/classes/PHPRB/Compiler/Buffer.src/M000018.html +20 -0
- data/doc/rdoc/classes/PHPRB/Compiler/Buffer.src/M000019.html +15 -0
- data/doc/rdoc/classes/PHPRB/Compiler/Buffer.src/M000020.html +17 -0
- data/doc/rdoc/classes/PHPRB/Compiler/Buffer.src/M000021.html +20 -0
- data/doc/rdoc/classes/PHPRB/Compiler/ExplicitScanner.html +81 -0
- data/doc/rdoc/classes/PHPRB/Compiler/ExplicitScanner.src/M000028.html +41 -0
- data/doc/rdoc/classes/PHPRB/Compiler/PercentLine.html +95 -0
- data/doc/rdoc/classes/PHPRB/Compiler/PercentLine.src/M000031.html +15 -0
- data/doc/rdoc/classes/PHPRB/Compiler/PercentScanner.html +81 -0
- data/doc/rdoc/classes/PHPRB/Compiler/PercentScanner.src/M000030.html +36 -0
- data/doc/rdoc/classes/PHPRB/Compiler/Scanner.html +132 -0
- data/doc/rdoc/classes/PHPRB/Compiler/Scanner.src/M000023.html +15 -0
- data/doc/rdoc/classes/PHPRB/Compiler/Scanner.src/M000024.html +15 -0
- data/doc/rdoc/classes/PHPRB/Compiler/Scanner.src/M000025.html +16 -0
- data/doc/rdoc/classes/PHPRB/Compiler/Scanner.src/M000026.html +16 -0
- data/doc/rdoc/classes/PHPRB/Compiler/Scanner.src/M000027.html +13 -0
- data/doc/rdoc/classes/PHPRB/Compiler/SimpleScanner.html +81 -0
- data/doc/rdoc/classes/PHPRB/Compiler/SimpleScanner.src/M000022.html +20 -0
- data/doc/rdoc/classes/PHPRB/Compiler/SimpleScanner2.html +81 -0
- data/doc/rdoc/classes/PHPRB/Compiler/SimpleScanner2.src/M000029.html +24 -0
- data/doc/rdoc/classes/PHPRB/Compiler/TrimScanner.html +164 -0
- data/doc/rdoc/classes/PHPRB/Compiler/TrimScanner.src/M000032.html +26 -0
- data/doc/rdoc/classes/PHPRB/Compiler/TrimScanner.src/M000033.html +25 -0
- data/doc/rdoc/classes/PHPRB/Compiler/TrimScanner.src/M000034.html +24 -0
- data/doc/rdoc/classes/PHPRB/Compiler/TrimScanner.src/M000035.html +18 -0
- data/doc/rdoc/classes/PHPRB/Compiler/TrimScanner.src/M000036.html +23 -0
- data/doc/rdoc/classes/PHPRB/Compiler/TrimScanner.src/M000037.html +30 -0
- data/doc/rdoc/classes/PHPRB/Compiler/TrimScanner.src/M000038.html +27 -0
- data/doc/rdoc/classes/PHPRB/Compiler/TrimScanner.src/M000039.html +15 -0
- data/doc/rdoc/classes/PHPRB/DefMethod.html +73 -0
- data/doc/rdoc/classes/PHPRB/DefMethod.src/M000009.html +21 -0
- data/doc/rdoc/classes/PHPRB/Util.html +115 -0
- data/doc/rdoc/classes/PHPRB/Util.src/M000010.html +15 -0
- data/doc/rdoc/classes/PHPRB/Util.src/M000012.html +15 -0
- data/doc/rdoc/classes/Web.html +816 -0
- data/doc/rdoc/classes/Web.src/M000001.html +15 -0
- data/doc/rdoc/classes/Web.src/M000002.html +15 -0
- data/doc/rdoc/classes/Web.src/M000003.html +15 -0
- data/doc/rdoc/classes/Web.src/M000004.html +15 -0
- data/doc/rdoc/classes/Web.src/M000005.html +20 -0
- data/doc/rdoc/classes/Web.src/M000006.html +17 -0
- data/doc/rdoc/classes/Web.src/M000007.html +15 -0
- data/doc/rdoc/classes/Web.src/M000008.html +18 -0
- data/doc/rdoc/classes/Web.src/M000009.html +18 -0
- data/doc/rdoc/classes/Web.src/M000010.html +16 -0
- data/doc/rdoc/classes/Web.src/M000011.html +15 -0
- data/doc/rdoc/classes/Web.src/M000012.html +15 -0
- data/doc/rdoc/classes/Web.src/M000013.html +15 -0
- data/doc/rdoc/classes/Web.src/M000014.html +15 -0
- data/doc/rdoc/classes/Web.src/M000015.html +15 -0
- data/doc/rdoc/classes/Web.src/M000016.html +15 -0
- data/doc/rdoc/classes/Web.src/M000017.html +15 -0
- data/doc/rdoc/classes/Web.src/M000018.html +15 -0
- data/doc/rdoc/classes/Web.src/M000019.html +15 -0
- data/doc/rdoc/classes/Web.src/M000020.html +122 -0
- data/doc/rdoc/classes/Web.src/M000021.html +19 -0
- data/doc/rdoc/classes/Web.src/M000022.html +15 -0
- data/doc/rdoc/classes/Web.src/M000023.html +15 -0
- data/doc/rdoc/classes/Web.src/M000024.html +46 -0
- data/doc/rdoc/classes/Web.src/M000025.html +23 -0
- data/doc/rdoc/classes/Web.src/M000026.html +23 -0
- data/doc/rdoc/classes/Web.src/M000032.html +18 -0
- data/doc/rdoc/classes/Web.src/M000033.html +15 -0
- data/doc/rdoc/classes/Web.src/M000034.html +15 -0
- data/doc/rdoc/classes/Web.src/M000035.html +15 -0
- data/doc/rdoc/classes/Web.src/M000037.html +19 -0
- data/doc/rdoc/classes/Web.src/M000038.html +19 -0
- data/doc/rdoc/classes/Web.src/M000039.html +135 -0
- data/doc/rdoc/classes/Web.src/M000040.html +15 -0
- data/doc/rdoc/classes/Web.src/M000041.html +15 -0
- data/doc/rdoc/classes/Web.src/M000042.html +15 -0
- data/doc/rdoc/classes/Web.src/M000043.html +15 -0
- data/doc/rdoc/classes/Web.src/M000044.html +15 -0
- data/doc/rdoc/classes/Web.src/M000045.html +17 -0
- data/doc/rdoc/classes/Web.src/M000046.html +18 -0
- data/doc/rdoc/classes/Web.src/M000047.html +18 -0
- data/doc/rdoc/classes/Web.src/M000048.html +16 -0
- data/doc/rdoc/classes/Web.src/M000049.html +15 -0
- data/doc/rdoc/classes/Web.src/M000050.html +15 -0
- data/doc/rdoc/classes/Web.src/M000051.html +15 -0
- data/doc/rdoc/classes/Web.src/M000052.html +15 -0
- data/doc/rdoc/classes/Web.src/M000053.html +15 -0
- data/doc/rdoc/classes/Web.src/M000054.html +15 -0
- data/doc/rdoc/classes/Web.src/M000055.html +15 -0
- data/doc/rdoc/classes/Web.src/M000061.html +15 -0
- data/doc/rdoc/classes/Web.src/M000062.html +46 -0
- data/doc/rdoc/classes/Web.src/M000063.html +23 -0
- data/doc/rdoc/classes/Web.src/M000064.html +23 -0
- data/doc/rdoc/classes/Web.src/M000070.html +18 -0
- data/doc/rdoc/classes/Web.src/M000071.html +15 -0
- data/doc/rdoc/classes/Web.src/M000072.html +15 -0
- data/doc/rdoc/classes/Web.src/M000073.html +15 -0
- data/doc/rdoc/classes/Web.src/M000075.html +20 -0
- data/doc/rdoc/classes/Web.src/M000076.html +19 -0
- data/doc/rdoc/classes/Web.src/M000077.html +136 -0
- data/doc/rdoc/classes/Web/CGD.html +173 -0
- data/doc/rdoc/classes/Web/CGD.src/M000047.html +24 -0
- data/doc/rdoc/classes/Web/CGD.src/M000048.html +24 -0
- data/doc/rdoc/classes/Web/CGD.src/M000049.html +15 -0
- data/doc/rdoc/classes/Web/CGD.src/M000050.html +15 -0
- data/doc/rdoc/classes/Web/CGD.src/M000051.html +23 -0
- data/doc/rdoc/classes/Web/CGD.src/M000064.html +24 -0
- data/doc/rdoc/classes/Web/CGD.src/M000065.html +24 -0
- data/doc/rdoc/classes/Web/CGD.src/M000066.html +15 -0
- data/doc/rdoc/classes/Web/CGD.src/M000067.html +15 -0
- data/doc/rdoc/classes/Web/CGD.src/M000068.html +23 -0
- data/doc/rdoc/classes/Web/CGD.src/M000102.html +24 -0
- data/doc/rdoc/classes/Web/CGD.src/M000103.html +24 -0
- data/doc/rdoc/classes/Web/CGD.src/M000104.html +15 -0
- data/doc/rdoc/classes/Web/CGD.src/M000105.html +15 -0
- data/doc/rdoc/classes/Web/CGD.src/M000106.html +23 -0
- data/doc/rdoc/classes/Web/CGI.html +939 -0
- data/doc/rdoc/classes/Web/CGI.src/M000061.html +15 -0
- data/doc/rdoc/classes/Web/CGI.src/M000062.html +24 -0
- data/doc/rdoc/classes/Web/CGI.src/M000063.html +15 -0
- data/doc/rdoc/classes/Web/CGI.src/M000064.html +15 -0
- data/doc/rdoc/classes/Web/CGI.src/M000065.html +15 -0
- data/doc/rdoc/classes/Web/CGI.src/M000066.html +15 -0
- data/doc/rdoc/classes/Web/CGI.src/M000067.html +17 -0
- data/doc/rdoc/classes/Web/CGI.src/M000068.html +34 -0
- data/doc/rdoc/classes/Web/CGI.src/M000069.html +22 -0
- data/doc/rdoc/classes/Web/CGI.src/M000070.html +15 -0
- data/doc/rdoc/classes/Web/CGI.src/M000071.html +15 -0
- data/doc/rdoc/classes/Web/CGI.src/M000072.html +19 -0
- data/doc/rdoc/classes/Web/CGI.src/M000073.html +18 -0
- data/doc/rdoc/classes/Web/CGI.src/M000074.html +19 -0
- data/doc/rdoc/classes/Web/CGI.src/M000075.html +15 -0
- data/doc/rdoc/classes/Web/CGI.src/M000076.html +15 -0
- data/doc/rdoc/classes/Web/CGI.src/M000077.html +15 -0
- data/doc/rdoc/classes/Web/CGI.src/M000078.html +13 -0
- data/doc/rdoc/classes/Web/CGI.src/M000079.html +15 -0
- data/doc/rdoc/classes/Web/CGI.src/M000080.html +19 -0
- data/doc/rdoc/classes/Web/CGI.src/M000081.html +15 -0
- data/doc/rdoc/classes/Web/CGI.src/M000082.html +15 -0
- data/doc/rdoc/classes/Web/CGI.src/M000083.html +15 -0
- data/doc/rdoc/classes/Web/CGI.src/M000084.html +15 -0
- data/doc/rdoc/classes/Web/CGI.src/M000085.html +15 -0
- data/doc/rdoc/classes/Web/CGI.src/M000086.html +35 -0
- data/doc/rdoc/classes/Web/CGI.src/M000087.html +22 -0
- data/doc/rdoc/classes/Web/CGI.src/M000088.html +15 -0
- data/doc/rdoc/classes/Web/CGI.src/M000089.html +15 -0
- data/doc/rdoc/classes/Web/CGI.src/M000090.html +19 -0
- data/doc/rdoc/classes/Web/CGI.src/M000091.html +18 -0
- data/doc/rdoc/classes/Web/CGI.src/M000092.html +19 -0
- data/doc/rdoc/classes/Web/CGI.src/M000093.html +18 -0
- data/doc/rdoc/classes/Web/CGI.src/M000094.html +19 -0
- data/doc/rdoc/classes/Web/CGI.src/M000095.html +15 -0
- data/doc/rdoc/classes/Web/CGI.src/M000096.html +15 -0
- data/doc/rdoc/classes/Web/CGI.src/M000097.html +15 -0
- data/doc/rdoc/classes/Web/CGI.src/M000098.html +20 -0
- data/doc/rdoc/classes/Web/CGI.src/M000099.html +20 -0
- data/doc/rdoc/classes/Web/CGI.src/M000100.html +15 -0
- data/doc/rdoc/classes/Web/CGI.src/M000101.html +19 -0
- data/doc/rdoc/classes/Web/CGI.src/M000102.html +15 -0
- data/doc/rdoc/classes/Web/CGI.src/M000103.html +15 -0
- data/doc/rdoc/classes/Web/CGI.src/M000104.html +15 -0
- data/doc/rdoc/classes/Web/CGI.src/M000105.html +20 -0
- data/doc/rdoc/classes/Web/CGI.src/M000106.html +36 -0
- data/doc/rdoc/classes/Web/CGI.src/M000107.html +19 -0
- data/doc/rdoc/classes/Web/CGI.src/M000108.html +18 -0
- data/doc/rdoc/classes/Web/CGI.src/M000109.html +15 -0
- data/doc/rdoc/classes/Web/CGI.src/M000110.html +17 -0
- data/doc/rdoc/classes/Web/CGI.src/M000111.html +15 -0
- data/doc/rdoc/classes/Web/CGI.src/M000112.html +16 -0
- data/doc/rdoc/classes/Web/CGI.src/M000113.html +15 -0
- data/doc/rdoc/classes/Web/CGI.src/M000114.html +15 -0
- data/doc/rdoc/classes/Web/CGI.src/M000115.html +15 -0
- data/doc/rdoc/classes/Web/CGI.src/M000116.html +16 -0
- data/doc/rdoc/classes/Web/CGI.src/M000117.html +15 -0
- data/doc/rdoc/classes/Web/CGI.src/M000118.html +15 -0
- data/doc/rdoc/classes/Web/CGI.src/M000119.html +15 -0
- data/doc/rdoc/classes/Web/CGI.src/M000120.html +15 -0
- data/doc/rdoc/classes/Web/CGI.src/M000121.html +15 -0
- data/doc/rdoc/classes/Web/CGI.src/M000122.html +15 -0
- data/doc/rdoc/classes/Web/CGI.src/M000123.html +19 -0
- data/doc/rdoc/classes/Web/CGI.src/M000124.html +15 -0
- data/doc/rdoc/classes/Web/CGI.src/M000125.html +15 -0
- data/doc/rdoc/classes/Web/CGI.src/M000126.html +43 -0
- data/doc/rdoc/classes/Web/CGI.src/M000127.html +18 -0
- data/doc/rdoc/classes/Web/CGI.src/M000128.html +20 -0
- data/doc/rdoc/classes/Web/CGI.src/M000129.html +15 -0
- data/doc/rdoc/classes/Web/CGI.src/M000130.html +15 -0
- data/doc/rdoc/classes/Web/CGI.src/M000131.html +15 -0
- data/doc/rdoc/classes/Web/CGI.src/M000132.html +44 -0
- data/doc/rdoc/classes/Web/CGI.src/M000133.html +24 -0
- data/doc/rdoc/classes/Web/CGI.src/M000134.html +22 -0
- data/doc/rdoc/classes/Web/CGI.src/M000135.html +20 -0
- data/doc/rdoc/classes/Web/CGI.src/M000136.html +19 -0
- data/doc/rdoc/classes/Web/CGI.src/M000137.html +15 -0
- data/doc/rdoc/classes/Web/CGI.src/M000138.html +15 -0
- data/doc/rdoc/classes/Web/CGI.src/M000139.html +19 -0
- data/doc/rdoc/classes/Web/CGI.src/M000140.html +15 -0
- data/doc/rdoc/classes/Web/CGI.src/M000141.html +15 -0
- data/doc/rdoc/classes/Web/CGI.src/M000142.html +15 -0
- data/doc/rdoc/classes/Web/CGI.src/M000143.html +20 -0
- data/doc/rdoc/classes/Web/CGI.src/M000144.html +36 -0
- data/doc/rdoc/classes/Web/CGI.src/M000145.html +19 -0
- data/doc/rdoc/classes/Web/CGI.src/M000146.html +18 -0
- data/doc/rdoc/classes/Web/CGI.src/M000147.html +15 -0
- data/doc/rdoc/classes/Web/CGI.src/M000148.html +17 -0
- data/doc/rdoc/classes/Web/CGI.src/M000149.html +15 -0
- data/doc/rdoc/classes/Web/CGI.src/M000150.html +16 -0
- data/doc/rdoc/classes/Web/CGI.src/M000151.html +15 -0
- data/doc/rdoc/classes/Web/CGI.src/M000152.html +15 -0
- data/doc/rdoc/classes/Web/CGI.src/M000153.html +15 -0
- data/doc/rdoc/classes/Web/CGI.src/M000154.html +16 -0
- data/doc/rdoc/classes/Web/CGI.src/M000155.html +15 -0
- data/doc/rdoc/classes/Web/CGI.src/M000156.html +15 -0
- data/doc/rdoc/classes/Web/CGI.src/M000157.html +15 -0
- data/doc/rdoc/classes/Web/CGI.src/M000158.html +15 -0
- data/doc/rdoc/classes/Web/CGI.src/M000159.html +15 -0
- data/doc/rdoc/classes/Web/CGI.src/M000160.html +15 -0
- data/doc/rdoc/classes/Web/CGI.src/M000161.html +19 -0
- data/doc/rdoc/classes/Web/CGI.src/M000162.html +15 -0
- data/doc/rdoc/classes/Web/CGI.src/M000163.html +15 -0
- data/doc/rdoc/classes/Web/CGI.src/M000164.html +43 -0
- data/doc/rdoc/classes/Web/CGI.src/M000165.html +18 -0
- data/doc/rdoc/classes/Web/CGI.src/M000166.html +20 -0
- data/doc/rdoc/classes/Web/CGI.src/M000167.html +15 -0
- data/doc/rdoc/classes/Web/CGI.src/M000168.html +15 -0
- data/doc/rdoc/classes/Web/CGI.src/M000169.html +15 -0
- data/doc/rdoc/classes/Web/CGI.src/M000170.html +50 -0
- data/doc/rdoc/classes/Web/CGI.src/M000171.html +24 -0
- data/doc/rdoc/classes/Web/CGI.src/M000172.html +22 -0
- data/doc/rdoc/classes/Web/Mime.html +138 -0
- data/doc/rdoc/classes/Web/Mime.src/M000127.html +15 -0
- data/doc/rdoc/classes/Web/Mime.src/M000128.html +15 -0
- data/doc/rdoc/classes/Web/Mime.src/M000129.html +23 -0
- data/doc/rdoc/classes/Web/Mime.src/M000130.html +15 -0
- data/doc/rdoc/classes/Web/Mime.src/M000144.html +15 -0
- data/doc/rdoc/classes/Web/Mime.src/M000145.html +15 -0
- data/doc/rdoc/classes/Web/Mime.src/M000146.html +23 -0
- data/doc/rdoc/classes/Web/Mime.src/M000147.html +15 -0
- data/doc/rdoc/classes/Web/Mime.src/M000182.html +15 -0
- data/doc/rdoc/classes/Web/Mime.src/M000183.html +15 -0
- data/doc/rdoc/classes/Web/Mime.src/M000184.html +23 -0
- data/doc/rdoc/classes/Web/Mime.src/M000185.html +15 -0
- data/doc/rdoc/classes/Web/Narflates.html +134 -0
- data/doc/rdoc/classes/Web/Parser.html +219 -0
- data/doc/rdoc/classes/Web/Parser.src/M000023.html +21 -0
- data/doc/rdoc/classes/Web/Parser.src/M000024.html +19 -0
- data/doc/rdoc/classes/Web/Parser.src/M000025.html +21 -0
- data/doc/rdoc/classes/Web/Parser.src/M000026.html +15 -0
- data/doc/rdoc/classes/Web/Parser.src/M000027.html +30 -0
- data/doc/rdoc/classes/Web/Parser.src/M000028.html +15 -0
- data/doc/rdoc/classes/Web/Parser.src/M000029.html +19 -0
- data/doc/rdoc/classes/Web/Parser.src/M000030.html +27 -0
- data/doc/rdoc/classes/Web/Parser.src/M000031.html +15 -0
- data/doc/rdoc/classes/Web/Parser.src/M000032.html +16 -0
- data/doc/rdoc/classes/Web/Parser.src/M000033.html +18 -0
- data/doc/rdoc/classes/Web/Parser.src/M000040.html +21 -0
- data/doc/rdoc/classes/Web/Parser.src/M000041.html +19 -0
- data/doc/rdoc/classes/Web/Parser.src/M000042.html +21 -0
- data/doc/rdoc/classes/Web/Parser.src/M000043.html +15 -0
- data/doc/rdoc/classes/Web/Parser.src/M000044.html +30 -0
- data/doc/rdoc/classes/Web/Parser.src/M000045.html +15 -0
- data/doc/rdoc/classes/Web/Parser.src/M000046.html +19 -0
- data/doc/rdoc/classes/Web/Parser.src/M000047.html +27 -0
- data/doc/rdoc/classes/Web/Parser.src/M000048.html +15 -0
- data/doc/rdoc/classes/Web/Parser.src/M000049.html +16 -0
- data/doc/rdoc/classes/Web/Parser.src/M000050.html +18 -0
- data/doc/rdoc/classes/Web/Parser.src/M000078.html +21 -0
- data/doc/rdoc/classes/Web/Parser.src/M000079.html +19 -0
- data/doc/rdoc/classes/Web/Parser.src/M000080.html +21 -0
- data/doc/rdoc/classes/Web/Parser.src/M000081.html +15 -0
- data/doc/rdoc/classes/Web/Parser.src/M000082.html +30 -0
- data/doc/rdoc/classes/Web/Parser.src/M000083.html +15 -0
- data/doc/rdoc/classes/Web/Parser.src/M000084.html +19 -0
- data/doc/rdoc/classes/Web/Parser.src/M000085.html +27 -0
- data/doc/rdoc/classes/Web/Parser.src/M000086.html +15 -0
- data/doc/rdoc/classes/Web/Parser.src/M000087.html +16 -0
- data/doc/rdoc/classes/Web/Parser.src/M000088.html +18 -0
- data/doc/rdoc/classes/Web/Session.html +188 -0
- data/doc/rdoc/classes/Web/Session.src/M000052.html +20 -0
- data/doc/rdoc/classes/Web/Session.src/M000053.html +19 -0
- data/doc/rdoc/classes/Web/Session.src/M000054.html +21 -0
- data/doc/rdoc/classes/Web/Session.src/M000055.html +21 -0
- data/doc/rdoc/classes/Web/Session.src/M000056.html +15 -0
- data/doc/rdoc/classes/Web/Session.src/M000057.html +17 -0
- data/doc/rdoc/classes/Web/Session.src/M000058.html +15 -0
- data/doc/rdoc/classes/Web/Session.src/M000059.html +15 -0
- data/doc/rdoc/classes/Web/Session.src/M000060.html +16 -0
- data/doc/rdoc/classes/Web/Session.src/M000069.html +20 -0
- data/doc/rdoc/classes/Web/Session.src/M000070.html +19 -0
- data/doc/rdoc/classes/Web/Session.src/M000071.html +21 -0
- data/doc/rdoc/classes/Web/Session.src/M000072.html +21 -0
- data/doc/rdoc/classes/Web/Session.src/M000073.html +15 -0
- data/doc/rdoc/classes/Web/Session.src/M000074.html +17 -0
- data/doc/rdoc/classes/Web/Session.src/M000075.html +19 -0
- data/doc/rdoc/classes/Web/Session.src/M000076.html +15 -0
- data/doc/rdoc/classes/Web/Session.src/M000077.html +15 -0
- data/doc/rdoc/classes/Web/Session.src/M000078.html +16 -0
- data/doc/rdoc/classes/Web/Session.src/M000107.html +20 -0
- data/doc/rdoc/classes/Web/Session.src/M000108.html +19 -0
- data/doc/rdoc/classes/Web/Session.src/M000109.html +21 -0
- data/doc/rdoc/classes/Web/Session.src/M000110.html +21 -0
- data/doc/rdoc/classes/Web/Session.src/M000111.html +15 -0
- data/doc/rdoc/classes/Web/Session.src/M000112.html +17 -0
- data/doc/rdoc/classes/Web/Session.src/M000113.html +15 -0
- data/doc/rdoc/classes/Web/Session.src/M000114.html +15 -0
- data/doc/rdoc/classes/Web/Session.src/M000115.html +16 -0
- data/doc/rdoc/classes/Web/Testing.html +474 -0
- data/doc/rdoc/classes/Web/Testing.src/M000034.html +15 -0
- data/doc/rdoc/classes/Web/Testing.src/M000035.html +25 -0
- data/doc/rdoc/classes/Web/Testing.src/M000036.html +15 -0
- data/doc/rdoc/classes/Web/Testing.src/M000037.html +25 -0
- data/doc/rdoc/classes/Web/Testing.src/M000038.html +57 -0
- data/doc/rdoc/classes/Web/Testing.src/M000039.html +15 -0
- data/doc/rdoc/classes/Web/Testing.src/M000040.html +15 -0
- data/doc/rdoc/classes/Web/Testing.src/M000041.html +15 -0
- data/doc/rdoc/classes/Web/Testing.src/M000042.html +15 -0
- data/doc/rdoc/classes/Web/Testing.src/M000043.html +15 -0
- data/doc/rdoc/classes/Web/Testing.src/M000044.html +15 -0
- data/doc/rdoc/classes/Web/Testing.src/M000045.html +15 -0
- data/doc/rdoc/classes/Web/Testing.src/M000046.html +18 -0
- data/doc/rdoc/classes/Web/Testing.src/M000051.html +15 -0
- data/doc/rdoc/classes/Web/Testing.src/M000052.html +25 -0
- data/doc/rdoc/classes/Web/Testing.src/M000053.html +15 -0
- data/doc/rdoc/classes/Web/Testing.src/M000054.html +25 -0
- data/doc/rdoc/classes/Web/Testing.src/M000055.html +57 -0
- data/doc/rdoc/classes/Web/Testing.src/M000056.html +15 -0
- data/doc/rdoc/classes/Web/Testing.src/M000057.html +15 -0
- data/doc/rdoc/classes/Web/Testing.src/M000058.html +15 -0
- data/doc/rdoc/classes/Web/Testing.src/M000059.html +15 -0
- data/doc/rdoc/classes/Web/Testing.src/M000060.html +15 -0
- data/doc/rdoc/classes/Web/Testing.src/M000061.html +15 -0
- data/doc/rdoc/classes/Web/Testing.src/M000062.html +15 -0
- data/doc/rdoc/classes/Web/Testing.src/M000063.html +18 -0
- data/doc/rdoc/classes/Web/Testing.src/M000089.html +15 -0
- data/doc/rdoc/classes/Web/Testing.src/M000090.html +25 -0
- data/doc/rdoc/classes/Web/Testing.src/M000091.html +15 -0
- data/doc/rdoc/classes/Web/Testing.src/M000092.html +25 -0
- data/doc/rdoc/classes/Web/Testing.src/M000093.html +57 -0
- data/doc/rdoc/classes/Web/Testing.src/M000094.html +15 -0
- data/doc/rdoc/classes/Web/Testing.src/M000095.html +15 -0
- data/doc/rdoc/classes/Web/Testing.src/M000096.html +15 -0
- data/doc/rdoc/classes/Web/Testing.src/M000097.html +15 -0
- data/doc/rdoc/classes/Web/Testing.src/M000098.html +15 -0
- data/doc/rdoc/classes/Web/Testing.src/M000099.html +15 -0
- data/doc/rdoc/classes/Web/Testing.src/M000100.html +15 -0
- data/doc/rdoc/classes/Web/Testing.src/M000101.html +18 -0
- data/doc/rdoc/classes/Web/Upload.html +160 -0
- data/doc/rdoc/classes/Web/Upload.src/M000118.html +25 -0
- data/doc/rdoc/classes/Web/Upload.src/M000119.html +18 -0
- data/doc/rdoc/classes/Web/Upload.src/M000120.html +16 -0
- data/doc/rdoc/classes/Web/Upload.src/M000121.html +16 -0
- data/doc/rdoc/classes/Web/Upload.src/M000135.html +25 -0
- data/doc/rdoc/classes/Web/Upload.src/M000136.html +18 -0
- data/doc/rdoc/classes/Web/Upload.src/M000137.html +16 -0
- data/doc/rdoc/classes/Web/Upload.src/M000138.html +16 -0
- data/doc/rdoc/classes/Web/Upload.src/M000173.html +25 -0
- data/doc/rdoc/classes/Web/Upload.src/M000174.html +18 -0
- data/doc/rdoc/classes/Web/Upload.src/M000175.html +16 -0
- data/doc/rdoc/classes/Web/Upload.src/M000176.html +16 -0
- data/doc/rdoc/classes/Web/Wiki.html +230 -0
- data/doc/rdoc/classes/Web/Wiki.src/M000122.html +25 -0
- data/doc/rdoc/classes/Web/Wiki.src/M000123.html +15 -0
- data/doc/rdoc/classes/Web/Wiki.src/M000124.html +26 -0
- data/doc/rdoc/classes/Web/Wiki.src/M000125.html +21 -0
- data/doc/rdoc/classes/Web/Wiki.src/M000126.html +18 -0
- data/doc/rdoc/classes/Web/Wiki.src/M000139.html +25 -0
- data/doc/rdoc/classes/Web/Wiki.src/M000140.html +15 -0
- data/doc/rdoc/classes/Web/Wiki.src/M000141.html +26 -0
- data/doc/rdoc/classes/Web/Wiki.src/M000142.html +21 -0
- data/doc/rdoc/classes/Web/Wiki.src/M000143.html +18 -0
- data/doc/rdoc/classes/Web/Wiki.src/M000177.html +25 -0
- data/doc/rdoc/classes/Web/Wiki.src/M000178.html +15 -0
- data/doc/rdoc/classes/Web/Wiki.src/M000179.html +26 -0
- data/doc/rdoc/classes/Web/Wiki.src/M000180.html +21 -0
- data/doc/rdoc/classes/Web/Wiki.src/M000181.html +18 -0
- data/doc/rdoc/created.rid +1 -0
- data/doc/rdoc/files/README.html +232 -0
- data/doc/rdoc/files/doc/apache_cgi_txt.html +90 -0
- data/doc/rdoc/files/doc/fastcgi_txt.html +86 -0
- data/doc/rdoc/files/doc/mod_ruby_txt.html +78 -0
- data/doc/rdoc/files/doc/webrick_txt.html +79 -0
- data/doc/rdoc/files/doc/windows_cgi_txt.html +70 -0
- data/doc/rdoc/files/examples/examples_rdoc.html +73 -0
- data/doc/rdoc/files/lib/web/cgi_rb.html +75 -0
- data/doc/rdoc/files/lib/web/info_rb.html +67 -0
- data/doc/rdoc/files/lib/web/mime_rb.html +67 -0
- data/doc/rdoc/files/lib/web/parser_rb.html +73 -0
- data/doc/rdoc/files/lib/web/phprb_rb.html +69 -0
- data/doc/rdoc/files/lib/web/session_rb.html +73 -0
- data/doc/rdoc/files/lib/web/stringio_rb.html +73 -0
- data/doc/rdoc/files/lib/web/template_rb.html +73 -0
- data/doc/rdoc/files/lib/web/test_script_rb.html +67 -0
- data/doc/rdoc/files/lib/web/testing_rb.html +67 -0
- data/doc/rdoc/files/lib/web/upload_rb.html +73 -0
- data/doc/rdoc/files/lib/web/wiki_rb.html +79 -0
- data/doc/rdoc/files/lib/web_rb.html +92 -0
- data/doc/rdoc/files/lib/web_rb.src/M000001.html +15 -0
- data/doc/rdoc/fr_class_index.html +47 -0
- data/doc/rdoc/fr_file_index.html +56 -0
- data/doc/rdoc/fr_method_index.html +185 -0
- data/doc/rdoc/index.html +22 -0
- data/doc/rdoc/rdoc-style.css +99 -0
- data/doc/webrick.txt +3 -3
- data/doc/webrick.txt~ +23 -0
- data/doc/windows_cgi.txt +9 -0
- data/doc/windows_cgi.txt~ +23 -0
- data/examples/hello.world.narf +5 -0
- data/examples/hello.world.rb +2 -4
- data/examples/{session.rb → session.narf} +3 -6
- data/examples/test/test.hello.world.rb +5 -1
- data/examples/test/test.session.rb +1 -1
- data/lib/web.rb +74 -49
- data/lib/web.rb~ +372 -0
- data/lib/web/action.rb +77 -76
- data/lib/web/action.rb~ +83 -0
- data/lib/web/cgi.rb +109 -57
- data/lib/web/cgi.rb~ +695 -0
- data/lib/web/htmltools/xmltree.rb~ +160 -0
- data/lib/web/htmltools/xpath.rb~ +71 -0
- data/lib/web/info.rb +290 -0
- data/lib/web/info.rb~ +293 -0
- data/lib/web/mime.rb +29 -24
- data/lib/web/mime.rb~ +82 -0
- data/lib/web/nrb.rb~ +473 -0
- data/lib/web/phprb.rb +481 -0
- data/lib/web/phprb.rb~ +478 -0
- data/lib/web/resources/highlight_table.js +37 -0
- data/lib/web/resources/message_template.html +22 -0
- data/lib/web/resources/message_template.html~ +10 -0
- data/lib/web/resources/narf-logo.gif +0 -0
- data/lib/web/resources/narf-styles.css +1 -0
- data/lib/web/resources/narf-styles.css~ +1 -0
- data/lib/web/runnarfile.rb~ +10 -0
- data/lib/web/runner.rb +68 -17
- data/lib/web/runner.rb~ +80 -0
- data/lib/web/sapi/apache.rb +87 -0
- data/lib/web/sapi/apache.rb~ +86 -0
- data/lib/web/sapi/fastcgi.rb +1 -1
- data/lib/web/sapi/fastcgi.rb~ +26 -0
- data/lib/web/sapi/webrick.rb +20 -28
- data/lib/web/sapi/webrick.rb~ +82 -0
- data/lib/web/session.rb +9 -1
- data/lib/web/stringio.rb +78 -0
- data/lib/web/template.rb~ +615 -0
- data/lib/web/test_script.rb~ +369 -0
- data/lib/web/testing.rb +10 -10
- data/lib/web/testing.rb~ +546 -0
- data/lib/web/wiki.rb +2 -2
- data/lib/web/wiki.rb~ +520 -0
- data/lib/web/wiki/resources/htmlarea/ChangeLog +1185 -0
- data/lib/web/wiki/resources/htmlarea/dialog.js +72 -0
- data/lib/web/wiki/resources/htmlarea/examples/2-areas.cgi +16 -0
- data/lib/web/wiki/resources/htmlarea/examples/2-areas.html +158 -0
- data/lib/web/wiki/resources/htmlarea/examples/context-menu.html +95 -0
- data/lib/web/wiki/resources/htmlarea/examples/core.html +184 -0
- data/lib/web/wiki/resources/htmlarea/examples/css.html +88 -0
- data/lib/web/wiki/resources/htmlarea/examples/custom.css +29 -0
- data/lib/web/wiki/resources/htmlarea/examples/full-page.html +75 -0
- data/lib/web/wiki/resources/htmlarea/examples/fully-loaded.html +248 -0
- data/lib/web/wiki/resources/htmlarea/examples/index.html +40 -0
- data/lib/web/wiki/resources/htmlarea/examples/spell-checker.html +132 -0
- data/lib/web/wiki/resources/htmlarea/examples/table-operations.html +116 -0
- data/lib/web/wiki/resources/htmlarea/examples/test.cgi +21 -0
- data/lib/web/wiki/resources/htmlarea/htmlarea.css +180 -0
- data/lib/web/wiki/resources/htmlarea/htmlarea.js +2175 -0
- data/lib/web/wiki/resources/htmlarea/images/ed_about.gif +0 -0
- data/lib/web/wiki/resources/htmlarea/images/ed_align_center.gif +0 -0
- data/lib/web/wiki/resources/htmlarea/images/ed_align_justify.gif +0 -0
- data/lib/web/wiki/resources/htmlarea/images/ed_align_left.gif +0 -0
- data/lib/web/wiki/resources/htmlarea/images/ed_align_right.gif +0 -0
- data/lib/web/wiki/resources/htmlarea/images/ed_blank.gif +0 -0
- data/lib/web/wiki/resources/htmlarea/images/ed_charmap.gif +0 -0
- data/lib/web/wiki/resources/htmlarea/images/ed_color_bg.gif +0 -0
- data/lib/web/wiki/resources/htmlarea/images/ed_color_fg.gif +0 -0
- data/lib/web/wiki/resources/htmlarea/images/ed_copy.gif +0 -0
- data/lib/web/wiki/resources/htmlarea/images/ed_custom.gif +0 -0
- data/lib/web/wiki/resources/htmlarea/images/ed_cut.gif +0 -0
- data/lib/web/wiki/resources/htmlarea/images/ed_delete.gif +0 -0
- data/lib/web/wiki/resources/htmlarea/images/ed_format_bold.gif +0 -0
- data/lib/web/wiki/resources/htmlarea/images/ed_format_italic.gif +0 -0
- data/lib/web/wiki/resources/htmlarea/images/ed_format_strike.gif +0 -0
- data/lib/web/wiki/resources/htmlarea/images/ed_format_sub.gif +0 -0
- data/lib/web/wiki/resources/htmlarea/images/ed_format_sup.gif +0 -0
- data/lib/web/wiki/resources/htmlarea/images/ed_format_underline.gif +0 -0
- data/lib/web/wiki/resources/htmlarea/images/ed_help.gif +0 -0
- data/lib/web/wiki/resources/htmlarea/images/ed_hr.gif +0 -0
- data/lib/web/wiki/resources/htmlarea/images/ed_html.gif +0 -0
- data/lib/web/wiki/resources/htmlarea/images/ed_image.gif +0 -0
- data/lib/web/wiki/resources/htmlarea/images/ed_indent_less.gif +0 -0
- data/lib/web/wiki/resources/htmlarea/images/ed_indent_more.gif +0 -0
- data/lib/web/wiki/resources/htmlarea/images/ed_left_to_right.gif +0 -0
- data/lib/web/wiki/resources/htmlarea/images/ed_link.gif +0 -0
- data/lib/web/wiki/resources/htmlarea/images/ed_list_bullet.gif +0 -0
- data/lib/web/wiki/resources/htmlarea/images/ed_list_num.gif +0 -0
- data/lib/web/wiki/resources/htmlarea/images/ed_paste.gif +0 -0
- data/lib/web/wiki/resources/htmlarea/images/ed_redo.gif +0 -0
- data/lib/web/wiki/resources/htmlarea/images/ed_right_to_left.gif +0 -0
- data/lib/web/wiki/resources/htmlarea/images/ed_save.gif +0 -0
- data/lib/web/wiki/resources/htmlarea/images/ed_show_border.gif +0 -0
- data/lib/web/wiki/resources/htmlarea/images/ed_splitcel.gif +0 -0
- data/lib/web/wiki/resources/htmlarea/images/ed_undo.gif +0 -0
- data/lib/web/wiki/resources/htmlarea/images/fullscreen_maximize.gif +0 -0
- data/lib/web/wiki/resources/htmlarea/images/fullscreen_minimize.gif +0 -0
- data/lib/web/wiki/resources/htmlarea/images/insert_table.gif +0 -0
- data/lib/web/wiki/resources/htmlarea/index.html +199 -0
- data/lib/web/wiki/resources/htmlarea/lang/b5.js +36 -0
- data/lib/web/wiki/resources/htmlarea/lang/cz.js +63 -0
- data/lib/web/wiki/resources/htmlarea/lang/da.js +38 -0
- data/lib/web/wiki/resources/htmlarea/lang/de.js +54 -0
- data/lib/web/wiki/resources/htmlarea/lang/ee.js +63 -0
- data/lib/web/wiki/resources/htmlarea/lang/el.js +75 -0
- data/lib/web/wiki/resources/htmlarea/lang/en.js +88 -0
- data/lib/web/wiki/resources/htmlarea/lang/es.js +51 -0
- data/lib/web/wiki/resources/htmlarea/lang/fi.js +46 -0
- data/lib/web/wiki/resources/htmlarea/lang/fr.js +61 -0
- data/lib/web/wiki/resources/htmlarea/lang/gb.js +36 -0
- data/lib/web/wiki/resources/htmlarea/lang/he.js +63 -0
- data/lib/web/wiki/resources/htmlarea/lang/hu.js +63 -0
- data/lib/web/wiki/resources/htmlarea/lang/it.js +54 -0
- data/lib/web/wiki/resources/htmlarea/lang/ja-euc.js +37 -0
- data/lib/web/wiki/resources/htmlarea/lang/ja-jis.js +37 -0
- data/lib/web/wiki/resources/htmlarea/lang/ja-sjis.js +37 -0
- data/lib/web/wiki/resources/htmlarea/lang/ja-utf8.js +37 -0
- data/lib/web/wiki/resources/htmlarea/lang/lt.js +55 -0
- data/lib/web/wiki/resources/htmlarea/lang/lv.js +55 -0
- data/lib/web/wiki/resources/htmlarea/lang/nb.js +36 -0
- data/lib/web/wiki/resources/htmlarea/lang/nl.js +90 -0
- data/lib/web/wiki/resources/htmlarea/lang/no.js +79 -0
- data/lib/web/wiki/resources/htmlarea/lang/pl.js +36 -0
- data/lib/web/wiki/resources/htmlarea/lang/pt_br.js +37 -0
- data/lib/web/wiki/resources/htmlarea/lang/ro.js +80 -0
- data/lib/web/wiki/resources/htmlarea/lang/ru.js +63 -0
- data/lib/web/wiki/resources/htmlarea/lang/se.js +38 -0
- data/lib/web/wiki/resources/htmlarea/lang/si.js +63 -0
- data/lib/web/wiki/resources/htmlarea/lang/vn.js +51 -0
- data/lib/web/wiki/resources/htmlarea/license.txt +30 -0
- data/lib/web/wiki/resources/htmlarea/plugins/CSS/css.js +116 -0
- data/lib/web/wiki/resources/htmlarea/plugins/CSS/lang/en.js +2 -0
- data/lib/web/wiki/resources/htmlarea/plugins/ContextMenu/context-menu.js +416 -0
- data/lib/web/wiki/resources/htmlarea/plugins/ContextMenu/lang/de.js +59 -0
- data/lib/web/wiki/resources/htmlarea/plugins/ContextMenu/lang/el.js +57 -0
- data/lib/web/wiki/resources/htmlarea/plugins/ContextMenu/lang/en.js +66 -0
- data/lib/web/wiki/resources/htmlarea/plugins/ContextMenu/lang/nl.js +66 -0
- data/lib/web/wiki/resources/htmlarea/plugins/ContextMenu/menu.css +64 -0
- data/lib/web/wiki/resources/htmlarea/plugins/FullPage/full-page.js +143 -0
- data/lib/web/wiki/resources/htmlarea/plugins/FullPage/img/docprop.gif +0 -0
- data/lib/web/wiki/resources/htmlarea/plugins/FullPage/lang/en.js +25 -0
- data/lib/web/wiki/resources/htmlarea/plugins/FullPage/lang/ro.js +25 -0
- data/lib/web/wiki/resources/htmlarea/plugins/FullPage/popups/docprop.html +131 -0
- data/lib/web/wiki/resources/htmlarea/plugins/FullPage/test.html +89 -0
- data/lib/web/wiki/resources/htmlarea/plugins/SpellChecker/img/spell-check.gif +0 -0
- data/lib/web/wiki/resources/htmlarea/plugins/SpellChecker/lang/cz.js +37 -0
- data/lib/web/wiki/resources/htmlarea/plugins/SpellChecker/lang/da.js +37 -0
- data/lib/web/wiki/resources/htmlarea/plugins/SpellChecker/lang/de.js +28 -0
- data/lib/web/wiki/resources/htmlarea/plugins/SpellChecker/lang/en.js +38 -0
- data/lib/web/wiki/resources/htmlarea/plugins/SpellChecker/lang/hu.js +37 -0
- data/lib/web/wiki/resources/htmlarea/plugins/SpellChecker/lang/it.js +28 -0
- data/lib/web/wiki/resources/htmlarea/plugins/SpellChecker/lang/ro.js +37 -0
- data/lib/web/wiki/resources/htmlarea/plugins/SpellChecker/readme-tech.html +114 -0
- data/lib/web/wiki/resources/htmlarea/plugins/SpellChecker/spell-check-logic.cgi +210 -0
- data/lib/web/wiki/resources/htmlarea/plugins/SpellChecker/spell-check-style.css +10 -0
- data/lib/web/wiki/resources/htmlarea/plugins/SpellChecker/spell-check-ui.html +122 -0
- data/lib/web/wiki/resources/htmlarea/plugins/SpellChecker/spell-check-ui.js +397 -0
- data/lib/web/wiki/resources/htmlarea/plugins/SpellChecker/spell-checker.js +79 -0
- data/lib/web/wiki/resources/htmlarea/plugins/TableOperations/img/cell-delete.gif +0 -0
- data/lib/web/wiki/resources/htmlarea/plugins/TableOperations/img/cell-insert-after.gif +0 -0
- data/lib/web/wiki/resources/htmlarea/plugins/TableOperations/img/cell-insert-before.gif +0 -0
- data/lib/web/wiki/resources/htmlarea/plugins/TableOperations/img/cell-merge.gif +0 -0
- data/lib/web/wiki/resources/htmlarea/plugins/TableOperations/img/cell-prop.gif +0 -0
- data/lib/web/wiki/resources/htmlarea/plugins/TableOperations/img/cell-split.gif +0 -0
- data/lib/web/wiki/resources/htmlarea/plugins/TableOperations/img/col-delete.gif +0 -0
- data/lib/web/wiki/resources/htmlarea/plugins/TableOperations/img/col-insert-after.gif +0 -0
- data/lib/web/wiki/resources/htmlarea/plugins/TableOperations/img/col-insert-before.gif +0 -0
- data/lib/web/wiki/resources/htmlarea/plugins/TableOperations/img/col-split.gif +0 -0
- data/lib/web/wiki/resources/htmlarea/plugins/TableOperations/img/row-delete.gif +0 -0
- data/lib/web/wiki/resources/htmlarea/plugins/TableOperations/img/row-insert-above.gif +0 -0
- data/lib/web/wiki/resources/htmlarea/plugins/TableOperations/img/row-insert-under.gif +0 -0
- data/lib/web/wiki/resources/htmlarea/plugins/TableOperations/img/row-prop.gif +0 -0
- data/lib/web/wiki/resources/htmlarea/plugins/TableOperations/img/row-split.gif +0 -0
- data/lib/web/wiki/resources/htmlarea/plugins/TableOperations/img/table-prop.gif +0 -0
- data/lib/web/wiki/resources/htmlarea/plugins/TableOperations/lang/cz.js +90 -0
- data/lib/web/wiki/resources/htmlarea/plugins/TableOperations/lang/da.js +90 -0
- data/lib/web/wiki/resources/htmlarea/plugins/TableOperations/lang/de.js +81 -0
- data/lib/web/wiki/resources/htmlarea/plugins/TableOperations/lang/el.js +81 -0
- data/lib/web/wiki/resources/htmlarea/plugins/TableOperations/lang/en.js +90 -0
- data/lib/web/wiki/resources/htmlarea/plugins/TableOperations/lang/fi.js +66 -0
- data/lib/web/wiki/resources/htmlarea/plugins/TableOperations/lang/hu.js +63 -0
- data/lib/web/wiki/resources/htmlarea/plugins/TableOperations/lang/it.js +81 -0
- data/lib/web/wiki/resources/htmlarea/plugins/TableOperations/lang/nl.js +90 -0
- data/lib/web/wiki/resources/htmlarea/plugins/TableOperations/lang/no.js +91 -0
- data/lib/web/wiki/resources/htmlarea/plugins/TableOperations/lang/ro.js +90 -0
- data/lib/web/wiki/resources/htmlarea/plugins/TableOperations/table-operations.js +1160 -0
- data/lib/web/wiki/resources/htmlarea/popupdiv.js +369 -0
- data/lib/web/wiki/resources/htmlarea/popups/about.html +378 -0
- data/lib/web/wiki/resources/htmlarea/popups/blank.html +2 -0
- data/lib/web/wiki/resources/htmlarea/popups/custom2.html +35 -0
- data/lib/web/wiki/resources/htmlarea/popups/editor_help.html +16 -0
- data/lib/web/wiki/resources/htmlarea/popups/fullscreen.html +133 -0
- data/lib/web/wiki/resources/htmlarea/popups/insert_image.html +191 -0
- data/lib/web/wiki/resources/htmlarea/popups/insert_table.html +174 -0
- data/lib/web/wiki/resources/htmlarea/popups/link.html +142 -0
- data/lib/web/wiki/resources/htmlarea/popups/old-fullscreen.html +131 -0
- data/lib/web/wiki/resources/htmlarea/popups/old_insert_image.html +206 -0
- data/lib/web/wiki/resources/htmlarea/popups/popup.js +109 -0
- data/lib/web/wiki/resources/htmlarea/popups/select_color.html +347 -0
- data/lib/web/wiki/resources/htmlarea/popupwin.js +139 -0
- data/lib/web/wiki/resources/htmlarea/reference.html +523 -0
- data/lib/web/wiki/resources/htmlarea/release-notes.html +165 -0
- data/lib/web/{writableio.rb → writableio.rb~} +0 -0
- data/narf.gemspec +3 -3
- data/narf.gemspec~ +40 -0
- data/sapi/narf.c +52 -0
- data/sapi/narf.c~ +55 -0
- data/sapi/win/compile.bat +25 -0
- data/sapi/win/config.h +91 -0
- data/sapi/win/narf.c +29 -0
- data/sapi/win/narf.exe +0 -0
- data/scripts/makedist.rb +17 -9
- data/test/{bufferedtestrunner.rb → cgi/bufferedtestrunner.rb~} +1 -1
- data/test/{mod_ruby_stub.rb → cgi/mod_ruby_stub.rb} +0 -0
- data/test/{test.action.rb → cgi/test.action.rb} +21 -17
- data/test/cgi/test.action.rb~ +147 -0
- data/test/{test.assertinclude.rb → cgi/test.assertinclude.rb} +0 -0
- data/test/{test.formreader-2.0.rb → cgi/test.formreader-2.0.rb} +1 -1
- data/test/{test.formreader.rb → cgi/test.formreader.rb} +0 -0
- data/test/{test.mime-type.rb → cgi/test.mime-type.rb} +0 -0
- data/test/cgi/test.narf.cgi.rb +104 -0
- data/test/{test.narf.cgi.rb → cgi/test.narf.cgi.rb~} +0 -0
- data/test/cgi/test.request.rb +363 -0
- data/test/{test.request.rb → cgi/test.request.rb~} +9 -9
- data/test/{test.response.rb → cgi/test.response.rb} +39 -2
- data/test/cgi/test.response.rb~ +621 -0
- data/test/cgi/test.runner.rb +67 -0
- data/test/cgi/test.runner.rb~ +67 -0
- data/test/{test.session.rb → cgi/test.session.rb} +0 -0
- data/test/{test.simpledispatcher.rb → cgi/test.simpledispatcher.rb} +22 -24
- data/test/{test.tagparser.rb → cgi/test.tagparser.rb} +0 -0
- data/test/{test.template.rb → cgi/test.template.rb} +2 -2
- data/test/cgi/test.testing2.rb +340 -0
- data/test/{test.testing2.rb → cgi/test.testing2.rb~} +2 -2
- data/test/cgi/test.web.test.rb +463 -0
- data/test/{test.web.test.rb → cgi/test.web.test.rb~} +0 -0
- data/test/cgi/test_send_file.txt +1 -0
- data/test/cgi/test_send_file.txt~ +1 -0
- data/test/{testfiles → cgi/testfiles}/basictemplate.tpl +0 -0
- data/test/{testfiles → cgi/testfiles}/explorer5.multipart.data +0 -0
- data/test/{testfiles → cgi/testfiles}/form.html +0 -0
- data/test/{testfiles → cgi/testfiles}/mac_ie_env.yaml +0 -0
- data/test/{testfiles → cgi/testfiles}/mac_ie_stdin.bin +0 -0
- data/test/{testfiles → cgi/testfiles}/mac_safari_stdin.bin +0 -0
- data/test/{testfiles → cgi/testfiles}/mozilla.multipart.data +0 -0
- data/test/{testfiles → cgi/testfiles}/netscape4.multipart.data +0 -0
- data/test/testfiles/pic hydra.png b/data/test/cgi/testfiles/pic → hydra.png +0 -0
- data/test/{testfiles → cgi/testfiles}/post.data +0 -0
- data/test/{testfiles → cgi/testfiles}/print.text +0 -0
- data/test/{testfiles → cgi/testfiles}/text +0 -0
- data/test/{webunit/test_site/multipart.html → installation/htdocs/multipart.html~} +58 -59
- data/test/installation/htdocs/test_error.cgi +3 -0
- data/test/installation/htdocs/test_error.cgi~ +7 -0
- data/test/installation/htdocs/test_install.cgi +3 -0
- data/test/installation/htdocs/test_install.cgi~ +3 -0
- data/test/installation/htdocs/test_install.narf +3 -0
- data/test/installation/htdocs/test_install.narf~ +3 -0
- data/test/installation/htdocs/test_install.rb +3 -0
- data/test/installation/htdocs/test_install.rb~ +3 -0
- data/test/installation/runwebtest.rb +5 -0
- data/test/{webunit → installation}/test_cookie.rb +6 -6
- data/test/installation/test_cookie.rb~ +128 -0
- data/test/installation/test_form.rb +43 -0
- data/test/{webunit/test_form.rb → installation/test_form.rb~} +12 -12
- data/test/{webunit → installation}/test_multipart.rb +7 -9
- data/test/installation/test_multipart.rb~ +51 -0
- data/test/installation/test_response.rb +35 -0
- data/test/{webunit/resources → installation}/uploadfile1.txt +0 -0
- data/test/{webunit/resources → installation}/uploadfile2.txt +0 -0
- data/test/wiki/test.tarpit.rb +4 -4
- data/test/wiki/test.tarpit.rb~ +56 -0
- metadata +738 -145
- data/lib/web/buffer.rb +0 -20
- data/lib/web/unit.rb +0 -27
- data/lib/web/unit/assert.rb +0 -154
- data/lib/web/unit/converter.rb +0 -148
- data/lib/web/unit/cookie.rb +0 -120
- data/lib/web/unit/domwalker.rb +0 -187
- data/lib/web/unit/exception.rb +0 -15
- data/lib/web/unit/form.rb +0 -118
- data/lib/web/unit/formatter.rb +0 -314
- data/lib/web/unit/frame.rb +0 -39
- data/lib/web/unit/html-parser.rb +0 -432
- data/lib/web/unit/htmlelem.rb +0 -124
- data/lib/web/unit/htmlrepair.rb +0 -116
- data/lib/web/unit/htmlsplit.rb +0 -840
- data/lib/web/unit/image.rb +0 -27
- data/lib/web/unit/jscript.rb +0 -32
- data/lib/web/unit/link.rb +0 -35
- data/lib/web/unit/params.rb +0 -323
- data/lib/web/unit/parser.rb +0 -226
- data/lib/web/unit/resources/assert.html +0 -101
- data/lib/web/unit/resources/auth/index.html +0 -5
- data/lib/web/unit/resources/badtags.html +0 -7
- data/lib/web/unit/resources/cookie.cgi +0 -33
- data/lib/web/unit/resources/document.xml +0 -13
- data/lib/web/unit/resources/form.html +0 -150
- data/lib/web/unit/resources/frame-0.html +0 -10
- data/lib/web/unit/resources/frame-1.html +0 -10
- data/lib/web/unit/resources/frame.html +0 -10
- data/lib/web/unit/resources/image.html +0 -17
- data/lib/web/unit/resources/images/x.gif +0 -0
- data/lib/web/unit/resources/images/y.gif +0 -0
- data/lib/web/unit/resources/jscript-0.html +0 -10
- data/lib/web/unit/resources/jscript-1.html +0 -10
- data/lib/web/unit/resources/jscript.html +0 -19
- data/lib/web/unit/resources/link.html +0 -19
- data/lib/web/unit/resources/multipart.cgi +0 -28
- data/lib/web/unit/resources/multipart.html +0 -74
- data/lib/web/unit/resources/params.html +0 -65
- data/lib/web/unit/resources/redirect.cgi +0 -13
- data/lib/web/unit/resources/response.html +0 -67
- data/lib/web/unit/resources/simple.cgi +0 -14
- data/lib/web/unit/resources/stock.cgi +0 -35
- data/lib/web/unit/resources/table.html +0 -83
- data/lib/web/unit/response.rb +0 -469
- data/lib/web/unit/runtest.rb +0 -44
- data/lib/web/unit/sgml-parser.rb +0 -336
- data/lib/web/unit/table.rb +0 -150
- data/lib/web/unit/testcase.rb +0 -49
- data/lib/web/unit/ui/cui/testrunner.rb +0 -52
- data/lib/web/unit/utils.rb +0 -70
- data/lib/web/unit/webunit.rb +0 -28
- data/sapi/apache_cgi/src/narf.c +0 -13
- data/test/stringio.rb +0 -2
- data/test/test.app.rb +0 -0
- data/test/webunit/dont_get_it.test_webunit.rb +0 -27
- data/test/webunit/ref +0 -38
- data/test/webunit/test_assert.rb +0 -169
- data/test/webunit/test_domwalker.rb +0 -83
- data/test/webunit/test_frame.rb +0 -43
- data/test/webunit/test_htmlelem.rb +0 -75
- data/test/webunit/test_image.rb +0 -46
- data/test/webunit/test_jscript.rb +0 -58
- data/test/webunit/test_link.rb +0 -87
- data/test/webunit/test_params.rb +0 -212
- data/test/webunit/test_parser.rb +0 -31
- data/test/webunit/test_response.rb +0 -145
- data/test/webunit/test_site/assert.html +0 -101
- data/test/webunit/test_site/auth/index.html +0 -5
- data/test/webunit/test_site/badtags.html +0 -7
- data/test/webunit/test_site/cookie.cgi +0 -37
- data/test/webunit/test_site/document.xml +0 -13
- data/test/webunit/test_site/form.html +0 -150
- data/test/webunit/test_site/frame-0.html +0 -10
- data/test/webunit/test_site/frame-1.html +0 -10
- data/test/webunit/test_site/frame.html +0 -10
- data/test/webunit/test_site/image.html +0 -17
- data/test/webunit/test_site/images/x.gif +0 -0
- data/test/webunit/test_site/images/y.gif +0 -0
- data/test/webunit/test_site/jscript-0.html +0 -10
- data/test/webunit/test_site/jscript-1.html +0 -10
- data/test/webunit/test_site/jscript.html +0 -19
- data/test/webunit/test_site/link.html +0 -19
- data/test/webunit/test_site/multipart.cgi +0 -27
- data/test/webunit/test_site/params.html +0 -65
- data/test/webunit/test_site/redirect.cgi +0 -14
- data/test/webunit/test_site/response.html +0 -67
- data/test/webunit/test_site/simple.cgi +0 -17
- data/test/webunit/test_site/stock.cgi +0 -36
- data/test/webunit/test_site/table.html +0 -83
- data/test/webunit/test_table.rb +0 -70
- data/test/webunit/test_utils.rb +0 -107
@@ -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
|
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
|
+
|