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

Diff of /test/html-whatpm/ChangeLog

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

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

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.51

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24