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

Contents of /test/html-webhacc/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.30 - (hide annotations) (download)
Sun Sep 2 08:40:49 2007 UTC (16 years, 8 months ago) by wakaba
Branch: MAIN
Changes since 1.29: +5 -0 lines
++ ChangeLog	2 Sep 2007 08:40:45 -0000
2007-09-02  Wakaba  <wakaba@suika.fam.cx>

	* cc.cgi: Report document sections are now output by
	corresponding subroutines.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24