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

Legend:
Removed from v.1.25  
changed lines
  Added in v.1.49

[email protected]
ViewVC Help
Powered by ViewVC 1.1.24