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

Diff of /test/html-webhacc/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

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

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.34

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24