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

Diff of /test/html-webhacc/ChangeLog

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

revision 1.22 by wakaba, Mon Jul 16 08:38:48 2007 UTC revision 1.48 by wakaba, Sun Feb 10 03:11:06 2008 UTC
# Line 1  Line 1 
1    2008-02-10  Wakaba  <[email protected]>
2    
3            * cc.cgi: Subdocument validation framework implemented.
4    
5    2008-02-10  Wakaba  <[email protected]>
6    
7            * cc.cgi (print_listing_section): ID, class, and term
8            section functions are merged.
9    
10    2008-02-10  Wakaba  <[email protected]>
11    
12            * table-interface.en.html: Typo fixed.
13    
14            * cc.cgi: Use |$input->{id_prefix}| as the prefix for the
15            identifiers in report sections.  Don't add headings
16            if the |$input->{nested}| flag is set.
17    
18            * table-script.js (tableToCanvas): Now it aceepts third
19            argument, |idPrefix|, for setting ID prefix.
20    
21            * table.cgi: Set the third argument to |tableToCanvas| as an
22            empty string.
23    
24    2008-02-10  Wakaba  <[email protected]>
25    
26            * cc.cgi (check_and_print): Now this is a subroutine.
27    
28    2008-02-09  Wakaba  <[email protected]>
29    
30            * cc-style.css: Rules for s/unsupported/u/'ed version added.
31    
32            * cc.cgi: Support for 'u' level.
33    
34            * error-description-source.en.xml: s/unsupported/u/;
35    
36            * standards.en.html: CSS added.
37    
38    2008-02-09  Wakaba  <[email protected]>
39    
40            * standards.en.html: New document.
41    
42            * cc-interface.en.html: Linking to |standards.en.html|.
43    
44    2007-11-23  Wakaba  <[email protected]>
45    
46            * error-description-source.xml: New error descriptions.
47    
48            * cc.cgi: |Accept-Encoding: *; q=0| is a request for server to send
49            a 406 page!  |identity| encoding is added.
50    
51    2007-11-19  Wakaba  <[email protected]>
52    
53            * cc.cgi (#document-tree Document): Output |inputEncoding|,
54            |manakaiCharset|, and |manakaiHasBOM| attributes.
55    
56    2007-11-18  Wakaba  <[email protected]>
57    
58            * cc-style.css: New rules for warnings.
59    
60            * cc-todo.en.txt: Updated.
61    
62            * cc.cgi: Default to |Windows-1252| instead of |ISO-8859-1|
63            for |inner_html| with external source.  Set |manakai_charset|
64            attribute if possible.
65            (load_text_catalog): Interpret catalog file as UTF-8.
66    
67            * error-description-source.en.xml: New errors for character
68            encodings are added.
69    
70    2007-11-18  Wakaba  <[email protected]>
71    
72            * error-description-source.xml: s/charset declaration/character
73            encoding declaration/g, since HTML5 spec says so.
74    
75    2007-11-18  Wakaba  <[email protected]>
76    
77            * cc.cgi (get_input_document): Use sniffer to determine
78            media type of the entity.
79    
80    2007-11-11  Wakaba  <[email protected]>
81    
82            * cc-style.css: Rules for "unsupported" parse errors.
83    
84            * cc.cgi (print_syntax_error_html_section): Use HTML
85            parser for byte string.
86            (print_result_unknown_type_section): Make output
87            more consistent with other media types.
88    
89    2007-11-11  Wakaba  <[email protected]>
90    
91            * parser.cgi: Use |Whatpm::HTML::Serializer| to serialize
92            an HTML DOM.
93    
94    2007-11-07  Wakaba  <[email protected]>
95    
96            * cc-style.css: Styling examples.
97    
98    2007-11-07  Wakaba  <[email protected]>
99    
100            * error-description-source.xml (enumerated:invalid:http-equiv:content-type):
101            New.
102    
103    2007-11-05  Wakaba  <[email protected]>
104    
105            * cc.cgi (get_error_level_label): New.
106    
107            * cc-style.css: New rules for error level descriptions.
108    
109            * error-description-source.xml: Description for error
110            levels is added.
111    
112    2007-11-04  Wakaba  <[email protected]>
113    
114            * cc-interface.en.html (i): |text/cache-manifest| is added.
115    
116            * cc-style.css: New rules for manifest dump.
117    
118            * cc.cgi: Support for |text/cache-manifest|.
119    
120            * error-description-soruce.en.xml (#cache-manifest-errors): New
121            section.
122    
123    2007-09-10  Wakaba  <[email protected]>
124    
125            * cc.cgi, cc-style.css: Scoring support.
126    
127    2007-09-03  Wakaba  <[email protected]>
128    
129            * error-description-source.xml: Updated.
130    
131    2007-09-02  Wakaba  <[email protected]>
132    
133            * cc.cgi: Report document sections are now output by
134            corresponding subroutines.
135    
136    2007-08-26  Wakaba  <[email protected]>
137    
138            * cc.cgi: New catalog macros |local-name| and |element-local-name|.
139    
140    2007-08-11  Wakaba  <[email protected]>
141    
142            * cc.cgi, parser-manakai.cgi, parser.cgi: Use |Message::CGI::HTTP|
143            instead of |SuikaWiki::Input::HTTP|.
144    
145    2007-08-05  Wakaba  <[email protected]>
146    
147            * cc-interface.en.html: IMT |application/atom+xml| is added.
148            Link to |cc-todo| is added.
149    
150    2007-07-24  Wakaba  <[email protected]>
151    
152            * error-description.xml: Description for "after body", "bare etago",
153            and "bogus end tag" are added.
154    
155    2007-07-21  Wakaba  <[email protected]>
156    
157            * cc-style.css: Don't remove bullet of the document node
158            in the document tree.  Don't collapse white space
159            in the |code| elements.
160    
161            * cc.cgi: Put identifiers and class names into |code|
162            element.
163            (get_text): Template for attribute values are supported.
164    
165            * error-descriotion-source.en.xml: More error descriptions
166            are included.  Use |{@}| attribute value insertion macro
167            for errors in which it should be useful.
168    
169    2007-07-17  Wakaba  <[email protected]>
170    
171            * cc.cgi: Output HTTP and HTML header before try to
172            fetch the specified resource for usability.  Add
173            tables, identifiers, and terms section to the TOC.
174            Generate classes list.
175    
176    2007-07-17  Wakaba  <[email protected]>
177    
178            * alert.png, error.png, info.png: New images.
179    
180            * LICENSE: New image file names are added.
181    
182            * cc-interface.en.html: Link to the style sheet is added.
183    
184            * cc-style.css: Duplicate identifiers and terms
185            are decorated by icon.
186    
187            * cc.cgi: |h1| links to the interface page.
188            (#identifiers): New section.
189    
190            * error-description-source.en.xml: More error types are
191            added.
192    
193    2007-07-16  Wakaba  <[email protected]>
194    
195            * cc.cgi: Set |STDOUT| encoding as |utf8|.
196            (htescape): Escape some more invisible characters.
197    
198            * error-description-source.en.xml: More error data.
199    
200    2007-07-16  Wakaba  <[email protected]>
201    
202            * cc.cgi (table stuff): Set |is_header| property
203            of table cells explicitly since otherwise newer JSON.pm
204            generates broken output.
205            (get_text): Return the reduced type name as well.  Use
206            it as fragment of detail document.
207    
208            * error-description-source.en.xml: More error descriptions
209            are added.
210    
211            * mkdescription.pl: Remove |catalog| element from
212            the result description document.
213    
214            * table.cgi: Set |is_header| property
215            of table cells explicitly since otherwise newer JSON.pm
216            generates broken output.
217    
218  2007-07-16  Wakaba  <[email protected]>  2007-07-16  Wakaba  <[email protected]>
219    
220          * Makefile (all): |cc-msg.en.txt| is added to the list of          * Makefile (all): |cc-msg.en.txt| is added to the list of

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.48

[email protected]
ViewVC Help
Powered by ViewVC 1.1.24