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

Contents of /test/html-whatpm/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.31 - (hide annotations) (download)
Mon Sep 3 14:30:46 2007 UTC (16 years, 8 months ago) by wakaba
Branch: MAIN
Changes since 1.30: +4 -0 lines
++ ChangeLog	3 Sep 2007 14:30:43 -0000
2007-09-03  Wakaba  <wakaba@suika.fam.cx>

	* error-description-source.xml: Updated.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24