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

Contents of /test/html-whatpm/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.22 - (hide annotations) (download)
Mon Jul 16 08:38:48 2007 UTC (16 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.21: +24 -0 lines
++ ChangeLog	16 Jul 2007 08:38:44 -0000
	* Makefile (all): |cc-msg.en.txt| is added to the list of
	dependency.
	(cc-msg.en.txt): New rule.

	* mkcatalog.pl: New Perl script.

	* cc-msg.en.txt: Now this file is generated by
	the rule described in |Makefile|.

	* cc.cgi (HTML mode): Set |charset| as |ISO-8859-1|
	if not specified, for now.
	(get_text): Replace |<var>$/n/</var>|, not just |$/n/|,
	to variable.

	* error-description-source.xml: All entries
	in |cc-msg.en.txt| are now described as XML data.

	* mkdescription.pl: Print the result by |inner_html| DOM
	attribute.  Put |level| attribute value, if any, before |name|
	attribute value.  Allow missing of |desc| attribute.
	Ignore any |catalog| element.

2007-07-16  Wakaba  <wakaba@suika.fam.cx>

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24