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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24