/[pub]/test/html-webhacc/ChangeLog
Suika

Contents of /test/html-webhacc/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.35 - (show annotations) (download)
Wed Nov 7 11:29:46 2007 UTC (18 years, 9 months ago) by wakaba
Branch: MAIN
Changes since 1.34: +5 -0 lines
++ ChangeLog	7 Nov 2007 11:29:34 -0000
2007-11-07  Wakaba  <wakaba@suika.fam.cx>

	* error-description-source.xml (enumerated:invalid:http-equiv:content-type):
	New.

1 2007-11-07 Wakaba <[email protected]>
2
3 * error-description-source.xml (enumerated:invalid:http-equiv:content-type):
4 New.
5
6 2007-11-05 Wakaba <[email protected]>
7
8 * cc.cgi (get_error_level_label): New.
9
10 * cc-style.css: New rules for error level descriptions.
11
12 * error-description-source.xml: Description for error
13 levels is added.
14
15 2007-11-04 Wakaba <[email protected]>
16
17 * cc-interface.en.html (i): |text/cache-manifest| is added.
18
19 * cc-style.css: New rules for manifest dump.
20
21 * cc.cgi: Support for |text/cache-manifest|.
22
23 * error-description-soruce.en.xml (#cache-manifest-errors): New
24 section.
25
26 2007-09-10 Wakaba <[email protected]>
27
28 * cc.cgi, cc-style.css: Scoring support.
29
30 2007-09-03 Wakaba <[email protected]>
31
32 * error-description-source.xml: Updated.
33
34 2007-09-02 Wakaba <[email protected]>
35
36 * cc.cgi: Report document sections are now output by
37 corresponding subroutines.
38
39 2007-08-26 Wakaba <[email protected]>
40
41 * cc.cgi: New catalog macros |local-name| and |element-local-name|.
42
43 2007-08-11 Wakaba <[email protected]>
44
45 * cc.cgi, parser-manakai.cgi, parser.cgi: Use |Message::CGI::HTTP|
46 instead of |SuikaWiki::Input::HTTP|.
47
48 2007-08-05 Wakaba <[email protected]>
49
50 * cc-interface.en.html: IMT |application/atom+xml| is added.
51 Link to |cc-todo| is added.
52
53 2007-07-24 Wakaba <[email protected]>
54
55 * error-description.xml: Description for "after body", "bare etago",
56 and "bogus end tag" are added.
57
58 2007-07-21 Wakaba <[email protected]>
59
60 * cc-style.css: Don't remove bullet of the document node
61 in the document tree. Don't collapse white space
62 in the |code| elements.
63
64 * cc.cgi: Put identifiers and class names into |code|
65 element.
66 (get_text): Template for attribute values are supported.
67
68 * error-descriotion-source.en.xml: More error descriptions
69 are included. Use |{@}| attribute value insertion macro
70 for errors in which it should be useful.
71
72 2007-07-17 Wakaba <[email protected]>
73
74 * cc.cgi: Output HTTP and HTML header before try to
75 fetch the specified resource for usability. Add
76 tables, identifiers, and terms section to the TOC.
77 Generate classes list.
78
79 2007-07-17 Wakaba <[email protected]>
80
81 * alert.png, error.png, info.png: New images.
82
83 * LICENSE: New image file names are added.
84
85 * cc-interface.en.html: Link to the style sheet is added.
86
87 * cc-style.css: Duplicate identifiers and terms
88 are decorated by icon.
89
90 * cc.cgi: |h1| links to the interface page.
91 (#identifiers): New section.
92
93 * error-description-source.en.xml: More error types are
94 added.
95
96 2007-07-16 Wakaba <[email protected]>
97
98 * cc.cgi: Set |STDOUT| encoding as |utf8|.
99 (htescape): Escape some more invisible characters.
100
101 * error-description-source.en.xml: More error data.
102
103 2007-07-16 Wakaba <[email protected]>
104
105 * cc.cgi (table stuff): Set |is_header| property
106 of table cells explicitly since otherwise newer JSON.pm
107 generates broken output.
108 (get_text): Return the reduced type name as well. Use
109 it as fragment of detail document.
110
111 * error-description-source.en.xml: More error descriptions
112 are added.
113
114 * mkdescription.pl: Remove |catalog| element from
115 the result description document.
116
117 * table.cgi: Set |is_header| property
118 of table cells explicitly since otherwise newer JSON.pm
119 generates broken output.
120
121 2007-07-16 Wakaba <[email protected]>
122
123 * Makefile (all): |cc-msg.en.txt| is added to the list of
124 dependency.
125 (cc-msg.en.txt): New rule.
126
127 * mkcatalog.pl: New Perl script.
128
129 * cc-msg.en.txt: Now this file is generated by
130 the rule described in |Makefile|.
131
132 * cc.cgi (HTML mode): Set |charset| as |ISO-8859-1|
133 if not specified, for now.
134 (get_text): Replace |<var>$/n/</var>|, not just |$/n/|,
135 to variable.
136
137 * error-description-source.xml: All entries
138 in |cc-msg.en.txt| are now described as XML data.
139
140 * mkdescription.pl: Print the result by |inner_html| DOM
141 attribute. Put |level| attribute value, if any, before |name|
142 attribute value. Allow missing of |desc| attribute.
143 Ignore any |catalog| element.
144
145 2007-07-16 Wakaba <[email protected]>
146
147 * cc-interface.en.html: Content-Type options are extended.
148 Charset options are added. URI input box is added.
149
150 * cc.cgi (get_input_document): New. Support for URI input.
151 (#document-info): Present request URI, documen URI,
152 base URI (HTTP-level), internet media type, and
153 charset (if any).
154 (print_http_header_section): New.
155 (print_source_string_section): Renamed from |print_source_string|
156 and it now generate entire section. Use charset
157 information obtained by parsing (for this reason the section
158 now follows the parse error section).
159 (HTML parse mode): Support for charsets (alpha).
160 (XML parse mode): Support for |application/xml|
161 and |text/xml|. Support for charsets.
162 (#result-summary): Show error message section,
163 rather than simple HTTP error, for any input error.
164 (print_document_tree): Present |xml_version|, |xml_encoding|,
165 and |xml_standalone|.
166 (get_node_path): Return |/| if the input is the |Document| node.
167 (WDCC::LWPUA): New package.
168
169 2007-07-15 Wakaba <[email protected]>
170
171 * parser-manakai-interface.en.html: An option
172 to parse as H2H is added.
173
174 * parser-manakai.cgi: H2H parse mode is added.
175
176 2007-07-15 Wakaba <[email protected]>
177
178 * parser-manakai.cgi: Set |Document| as HTML if it is.
179 Use |inner_html| attribute for inner HTML value.
180 XML documents are now serializable via |inner_html|.
181
182 2007-07-01 Wakaba <[email protected]>
183
184 * Makefile: New.
185
186 2007-07-01 Wakaba <[email protected]>
187
188 * cc.cgi: Return 404 if |PATH_INFO| is different from |/|.
189 Link to |error-description|.
190
191 * error-description-source.xml: New.
192
193 * mkdescription.pl: New.
194
195 2007-07-01 Wakaba <[email protected]>
196
197 * cc-style.css: New rules for empty error lists,
198 error levels, and |code|.
199
200 * cc.cgi: Support for error message catalog.
201 Support for empty (zero-length) document.
202 (print_source_string): Support for empty document.
203 (print_document_tree): Element |has_child_nodes| test
204 was incorrect. Output compat mode and is html flag
205 for |Document| node.
206 (load_text_catalog, get_text): New functions.
207
208 * LICENSE, large-alert.png, large-info.png, large-stop.png:
209 New files.
210
211 2007-06-30 Wakaba <[email protected]>
212
213 * cc.cgi: "Terms" section. "Tree" was sometimes
214 non-conforming to HTML5.
215 (get_node_link): New function.
216
217 2007-06-30 Wakaba <[email protected]>
218
219 * cc-style.css (img): New rule not to make border
220 for img[usemap].
221
222 * cc.cgi: |table.cgi|-feature merged. Doctype
223 token was serialized incorrectly.
224
225 * table-script.js (tableToCanvas): Has second
226 argument to specify the parent. Use image map
227 to identify cells.
228
229 * table.cgi: Minor fix to sync with the aforementioned
230 change.
231
232 2007-06-25 Wakaba <[email protected]>
233
234 * parser-manakai.cgi, parser-manakai-interface.en.html: Fragment
235 parse mode is implemented.
236
237 2007-06-21 Wakaba <[email protected]>
238
239 * parser-interface.en.html: |checked"| -> |checked| (it did
240 work for Firefox 1.5 but not for WinIE6).
241
242 2007-06-21 Wakaba <[email protected]>
243
244 * parser-manakai.cgi: New.
245
246 * parser-manakai-interface.en.html: New.
247
248 * time-manakai.plt: New.
249
250 2007-05-28 Wakaba <[email protected]>
251
252 * parser.cgi: Log elapsed time to external files.
253
254 * time.plt: New file.
255
256 2007-05-27 Wakaba <[email protected]>
257
258 * parser.cgi: Output how long each process takes.
259 Document element testing is moved to the |Whatpm::ContentChecker|
260 module.
261
262 2007-05-27 Wakaba <[email protected]>
263
264 * excanvas.js: New (from <http://sourceforge.net/project/showfiles.php?group_id=163391&package_id=184688&release_id=505959>).
265
266 * table.cgi: Remove |$table->{caption}->{element}|
267 for table with caption processed correctly.
268 Support for WinIE via ExplorerCanvas; note that
269 it does not draw path with fill and stroke correctly (stroke
270 is hidden?).
271
272 2007-05-27 Wakaba <[email protected]>
273
274 * table.cgi, table-interface.en.html. table-script.js: New files.
275
276 2007-05-25 Wakaba <[email protected]>
277
278 * parser.cgi: Use CGI::Carp.
279
280 2007-05-19 Wakaba <[email protected]>
281
282 * parser-interface.en.html: A checkbox to
283 enable DOM5 HTML conformance checking is added.
284
285 * parser.cgi: Check DOM5 HTML conformance
286 if |dom5| parameter is specified.
287
288 2007-05-01 Wakaba <[email protected]>
289
290 * parser.cgi: Module names are updated.
291
292 * parser-interface.en.html: Link to Whatpm introduction
293 is added.
294
295 2007-05-01 Wakaba <[email protected]>
296
297 * parser-interface.en.html: New document.
298
299 * parser.cgi: Test-result-format mode is added.
300
301 2007-05-01 Wakaba <[email protected]>
302
303 * parser.cgi: New file.
304
305 * .htaccess: New file.
306
307 * ChangeLog: New file.

[email protected]
ViewVC Help
Powered by ViewVC 1.1.24