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

Contents of /test/html-whatpm/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.25 - (hide annotations) (download)
Tue Jul 17 13:52:54 2007 UTC (16 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.24: +17 -0 lines
++ ChangeLog	17 Jul 2007 13:52:41 -0000
2007-07-17  Wakaba  <wakaba@suika.fam.cx>

	* alert.png, error.png, info.png: New images.

	* LICENSE: New image file names are added.

	* cc-interface.en.html: Link to the style sheet is added.

	* cc-style.css: Duplicate identifiers and terms
	are decorated by icon.

	* cc.cgi: |h1| links to the interface page.
	(#identifiers): New section.

	* error-description-source.en.xml: More error types are
	added.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24