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

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.32

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24