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

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.33

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24