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

Contents of /test/html-whatpm/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.29 - (hide annotations) (download)
Sun Sep 2 07:59:01 2007 UTC (16 years, 8 months ago) by wakaba
Branch: MAIN
Changes since 1.28: +4 -0 lines
++ ChangeLog	2 Sep 2007 07:58:58 -0000
2007-08-26  Wakaba  <wakaba@suika.fam.cx>

	* cc.cgi: New catalog macros |local-name| and |element-local-name|.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24