1 |
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
2 |
|
3 |
* cc.cgi (table stuff): Set |is_header| property |
4 |
of table cells explicitly since otherwise newer JSON.pm |
5 |
generates broken output. |
6 |
(get_text): Return the reduced type name as well. Use |
7 |
it as fragment of detail document. |
8 |
|
9 |
* error-description-source.xml: More error descriptions |
10 |
are added. |
11 |
|
12 |
* mkdescription.pl: Remove |catalog| element from |
13 |
the result description document. |
14 |
|
15 |
* table.cgi: Set |is_header| property |
16 |
of table cells explicitly since otherwise newer JSON.pm |
17 |
generates broken output. |
18 |
|
19 |
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
20 |
|
21 |
* Makefile (all): |cc-msg.en.txt| is added to the list of |
22 |
dependency. |
23 |
(cc-msg.en.txt): New rule. |
24 |
|
25 |
* mkcatalog.pl: New Perl script. |
26 |
|
27 |
* cc-msg.en.txt: Now this file is generated by |
28 |
the rule described in |Makefile|. |
29 |
|
30 |
* cc.cgi (HTML mode): Set |charset| as |ISO-8859-1| |
31 |
if not specified, for now. |
32 |
(get_text): Replace |<var>$/n/</var>|, not just |$/n/|, |
33 |
to variable. |
34 |
|
35 |
* error-description-source.xml: All entries |
36 |
in |cc-msg.en.txt| are now described as XML data. |
37 |
|
38 |
* mkdescription.pl: Print the result by |inner_html| DOM |
39 |
attribute. Put |level| attribute value, if any, before |name| |
40 |
attribute value. Allow missing of |desc| attribute. |
41 |
Ignore any |catalog| element. |
42 |
|
43 |
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
44 |
|
45 |
* cc-interface.en.html: Content-Type options are extended. |
46 |
Charset options are added. URI input box is added. |
47 |
|
48 |
* cc.cgi (get_input_document): New. Support for URI input. |
49 |
(#document-info): Present request URI, documen URI, |
50 |
base URI (HTTP-level), internet media type, and |
51 |
charset (if any). |
52 |
(print_http_header_section): New. |
53 |
(print_source_string_section): Renamed from |print_source_string| |
54 |
and it now generate entire section. Use charset |
55 |
information obtained by parsing (for this reason the section |
56 |
now follows the parse error section). |
57 |
(HTML parse mode): Support for charsets (alpha). |
58 |
(XML parse mode): Support for |application/xml| |
59 |
and |text/xml|. Support for charsets. |
60 |
(#result-summary): Show error message section, |
61 |
rather than simple HTTP error, for any input error. |
62 |
(print_document_tree): Present |xml_version|, |xml_encoding|, |
63 |
and |xml_standalone|. |
64 |
(get_node_path): Return |/| if the input is the |Document| node. |
65 |
(WDCC::LWPUA): New package. |
66 |
|
67 |
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
68 |
|
69 |
* parser-manakai-interface.en.html: An option |
70 |
to parse as H2H is added. |
71 |
|
72 |
* parser-manakai.cgi: H2H parse mode is added. |
73 |
|
74 |
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
75 |
|
76 |
* parser-manakai.cgi: Set |Document| as HTML if it is. |
77 |
Use |inner_html| attribute for inner HTML value. |
78 |
XML documents are now serializable via |inner_html|. |
79 |
|
80 |
2007-07-01 Wakaba <wakaba@suika.fam.cx> |
81 |
|
82 |
* Makefile: New. |
83 |
|
84 |
2007-07-01 Wakaba <wakaba@suika.fam.cx> |
85 |
|
86 |
* cc.cgi: Return 404 if |PATH_INFO| is different from |/|. |
87 |
Link to |error-description|. |
88 |
|
89 |
* error-description-source.xml: New. |
90 |
|
91 |
* mkdescription.pl: New. |
92 |
|
93 |
2007-07-01 Wakaba <wakaba@suika.fam.cx> |
94 |
|
95 |
* cc-style.css: New rules for empty error lists, |
96 |
error levels, and |code|. |
97 |
|
98 |
* cc.cgi: Support for error message catalog. |
99 |
Support for empty (zero-length) document. |
100 |
(print_source_string): Support for empty document. |
101 |
(print_document_tree): Element |has_child_nodes| test |
102 |
was incorrect. Output compat mode and is html flag |
103 |
for |Document| node. |
104 |
(load_text_catalog, get_text): New functions. |
105 |
|
106 |
* LICENSE, large-alert.png, large-info.png, large-stop.png: |
107 |
New files. |
108 |
|
109 |
2007-06-30 Wakaba <wakaba@suika.fam.cx> |
110 |
|
111 |
* cc.cgi: "Terms" section. "Tree" was sometimes |
112 |
non-conforming to HTML5. |
113 |
(get_node_link): New function. |
114 |
|
115 |
2007-06-30 Wakaba <wakaba@suika.fam.cx> |
116 |
|
117 |
* cc-style.css (img): New rule not to make border |
118 |
for img[usemap]. |
119 |
|
120 |
* cc.cgi: |table.cgi|-feature merged. Doctype |
121 |
token was serialized incorrectly. |
122 |
|
123 |
* table-script.js (tableToCanvas): Has second |
124 |
argument to specify the parent. Use image map |
125 |
to identify cells. |
126 |
|
127 |
* table.cgi: Minor fix to sync with the aforementioned |
128 |
change. |
129 |
|
130 |
2007-06-25 Wakaba <wakaba@suika.fam.cx> |
131 |
|
132 |
* parser-manakai.cgi, parser-manakai-interface.en.html: Fragment |
133 |
parse mode is implemented. |
134 |
|
135 |
2007-06-21 Wakaba <wakaba@suika.fam.cx> |
136 |
|
137 |
* parser-interface.en.html: |checked"| -> |checked| (it did |
138 |
work for Firefox 1.5 but not for WinIE6). |
139 |
|
140 |
2007-06-21 Wakaba <wakaba@suika.fam.cx> |
141 |
|
142 |
* parser-manakai.cgi: New. |
143 |
|
144 |
* parser-manakai-interface.en.html: New. |
145 |
|
146 |
* time-manakai.plt: New. |
147 |
|
148 |
2007-05-28 Wakaba <wakaba@suika.fam.cx> |
149 |
|
150 |
* parser.cgi: Log elapsed time to external files. |
151 |
|
152 |
* time.plt: New file. |
153 |
|
154 |
2007-05-27 Wakaba <wakaba@suika.fam.cx> |
155 |
|
156 |
* parser.cgi: Output how long each process takes. |
157 |
Document element testing is moved to the |Whatpm::ContentChecker| |
158 |
module. |
159 |
|
160 |
2007-05-27 Wakaba <wakaba@suika.fam.cx> |
161 |
|
162 |
* excanvas.js: New (from <http://sourceforge.net/project/showfiles.php?group_id=163391&package_id=184688&release_id=505959>). |
163 |
|
164 |
* table.cgi: Remove |$table->{caption}->{element}| |
165 |
for table with caption processed correctly. |
166 |
Support for WinIE via ExplorerCanvas; note that |
167 |
it does not draw path with fill and stroke correctly (stroke |
168 |
is hidden?). |
169 |
|
170 |
2007-05-27 Wakaba <wakaba@suika.fam.cx> |
171 |
|
172 |
* table.cgi, table-interface.en.html. table-script.js: New files. |
173 |
|
174 |
2007-05-25 Wakaba <wakaba@suika.fam.cx> |
175 |
|
176 |
* parser.cgi: Use CGI::Carp. |
177 |
|
178 |
2007-05-19 Wakaba <wakaba@suika.fam.cx> |
179 |
|
180 |
* parser-interface.en.html: A checkbox to |
181 |
enable DOM5 HTML conformance checking is added. |
182 |
|
183 |
* parser.cgi: Check DOM5 HTML conformance |
184 |
if |dom5| parameter is specified. |
185 |
|
186 |
2007-05-01 Wakaba <wakaba@suika.fam.cx> |
187 |
|
188 |
* parser.cgi: Module names are updated. |
189 |
|
190 |
* parser-interface.en.html: Link to Whatpm introduction |
191 |
is added. |
192 |
|
193 |
2007-05-01 Wakaba <wakaba@suika.fam.cx> |
194 |
|
195 |
* parser-interface.en.html: New document. |
196 |
|
197 |
* parser.cgi: Test-result-format mode is added. |
198 |
|
199 |
2007-05-01 Wakaba <wakaba@suika.fam.cx> |
200 |
|
201 |
* parser.cgi: New file. |
202 |
|
203 |
* .htaccess: New file. |
204 |
|
205 |
* ChangeLog: New file. |