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

Contents of /test/html-webhacc/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.37 - (show annotations) (download)
Sun Nov 11 04:18:27 2007 UTC (16 years, 6 months ago) by wakaba
Branch: MAIN
Changes since 1.36: +5 -0 lines
++ ChangeLog	11 Nov 2007 04:18:16 -0000
2007-11-11  Wakaba  <wakaba@suika.fam.cx>

	* parser.cgi: Use |Whatpm::HTML::Serializer| to serialize
	an HTML DOM.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24