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

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.47

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24