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

Contents of /test/html-webhacc/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.34 - (hide annotations) (download)
Mon Nov 5 09:33:52 2007 UTC (16 years, 6 months ago) by wakaba
Branch: MAIN
Changes since 1.33: +9 -0 lines
++ ChangeLog	5 Nov 2007 09:33:38 -0000
2007-11-05  Wakaba  <wakaba@suika.fam.cx>

	* cc.cgi (get_error_level_label): New.

	* cc-style.css: New rules for error level descriptions.

	* error-description-source.xml: Description for error
	levels is added.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24