/[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.27 by wakaba, Sat Jul 21 04:58:16 2007 UTC revision 1.46 by wakaba, Sun Feb 10 02:30:14 2008 UTC
# Line 1  Line 1 
1    2008-02-10  Wakaba  <wakaba@suika.fam.cx>
2    
3            * table-interface.en.html: Typo fixed.
4    
5            * cc.cgi: Use |$input->{id_prefix}| as the prefix for the
6            identifiers in report sections.  Don't add headings
7            if the |$input->{nested}| flag is set.
8    
9            * table-script.js (tableToCanvas): Now it aceepts third
10            argument, |idPrefix|, for setting ID prefix.
11    
12            * table.cgi: Set the third argument to |tableToCanvas| as an
13            empty string.
14    
15    2008-02-10  Wakaba  <wakaba@suika.fam.cx>
16    
17            * cc.cgi (check_and_print): Now this is a subroutine.
18    
19    2008-02-09  Wakaba  <wakaba@suika.fam.cx>
20    
21            * cc-style.css: Rules for s/unsupported/u/'ed version added.
22    
23            * cc.cgi: Support for 'u' level.
24    
25            * error-description-source.en.xml: s/unsupported/u/;
26    
27            * standards.en.html: CSS added.
28    
29    2008-02-09  Wakaba  <wakaba@suika.fam.cx>
30    
31            * standards.en.html: New document.
32    
33            * cc-interface.en.html: Linking to |standards.en.html|.
34    
35    2007-11-23  Wakaba  <wakaba@suika.fam.cx>
36    
37            * error-description-source.xml: New error descriptions.
38    
39            * cc.cgi: |Accept-Encoding: *; q=0| is a request for server to send
40            a 406 page!  |identity| encoding is added.
41    
42    2007-11-19  Wakaba  <wakaba@suika.fam.cx>
43    
44            * cc.cgi (#document-tree Document): Output |inputEncoding|,
45            |manakaiCharset|, and |manakaiHasBOM| attributes.
46    
47    2007-11-18  Wakaba  <wakaba@suika.fam.cx>
48    
49            * cc-style.css: New rules for warnings.
50    
51            * cc-todo.en.txt: Updated.
52    
53            * cc.cgi: Default to |Windows-1252| instead of |ISO-8859-1|
54            for |inner_html| with external source.  Set |manakai_charset|
55            attribute if possible.
56            (load_text_catalog): Interpret catalog file as UTF-8.
57    
58            * error-description-source.en.xml: New errors for character
59            encodings are added.
60    
61    2007-11-18  Wakaba  <wakaba@suika.fam.cx>
62    
63            * error-description-source.xml: s/charset declaration/character
64            encoding declaration/g, since HTML5 spec says so.
65    
66    2007-11-18  Wakaba  <wakaba@suika.fam.cx>
67    
68            * cc.cgi (get_input_document): Use sniffer to determine
69            media type of the entity.
70    
71    2007-11-11  Wakaba  <wakaba@suika.fam.cx>
72    
73            * cc-style.css: Rules for "unsupported" parse errors.
74    
75            * cc.cgi (print_syntax_error_html_section): Use HTML
76            parser for byte string.
77            (print_result_unknown_type_section): Make output
78            more consistent with other media types.
79    
80    2007-11-11  Wakaba  <wakaba@suika.fam.cx>
81    
82            * parser.cgi: Use |Whatpm::HTML::Serializer| to serialize
83            an HTML DOM.
84    
85    2007-11-07  Wakaba  <wakaba@suika.fam.cx>
86    
87            * cc-style.css: Styling examples.
88    
89    2007-11-07  Wakaba  <wakaba@suika.fam.cx>
90    
91            * error-description-source.xml (enumerated:invalid:http-equiv:content-type):
92            New.
93    
94    2007-11-05  Wakaba  <wakaba@suika.fam.cx>
95    
96            * cc.cgi (get_error_level_label): New.
97    
98            * cc-style.css: New rules for error level descriptions.
99    
100            * error-description-source.xml: Description for error
101            levels is added.
102    
103    2007-11-04  Wakaba  <wakaba@suika.fam.cx>
104    
105            * cc-interface.en.html (i): |text/cache-manifest| is added.
106    
107            * cc-style.css: New rules for manifest dump.
108    
109            * cc.cgi: Support for |text/cache-manifest|.
110    
111            * error-description-soruce.en.xml (#cache-manifest-errors): New
112            section.
113    
114    2007-09-10  Wakaba  <wakaba@suika.fam.cx>
115    
116            * cc.cgi, cc-style.css: Scoring support.
117    
118    2007-09-03  Wakaba  <wakaba@suika.fam.cx>
119    
120            * error-description-source.xml: Updated.
121    
122    2007-09-02  Wakaba  <wakaba@suika.fam.cx>
123    
124            * cc.cgi: Report document sections are now output by
125            corresponding subroutines.
126    
127    2007-08-26  Wakaba  <wakaba@suika.fam.cx>
128    
129            * cc.cgi: New catalog macros |local-name| and |element-local-name|.
130    
131    2007-08-11  Wakaba  <wakaba@suika.fam.cx>
132    
133            * cc.cgi, parser-manakai.cgi, parser.cgi: Use |Message::CGI::HTTP|
134            instead of |SuikaWiki::Input::HTTP|.
135    
136    2007-08-05  Wakaba  <wakaba@suika.fam.cx>
137    
138            * cc-interface.en.html: IMT |application/atom+xml| is added.
139            Link to |cc-todo| is added.
140    
141    2007-07-24  Wakaba  <wakaba@suika.fam.cx>
142    
143            * error-description.xml: Description for "after body", "bare etago",
144            and "bogus end tag" are added.
145    
146  2007-07-21  Wakaba  <wakaba@suika.fam.cx>  2007-07-21  Wakaba  <wakaba@suika.fam.cx>
147    
148          * cc-style.css: Don't remove bullet of the document node          * cc-style.css: Don't remove bullet of the document node

Legend:
Removed from v.1.27  
changed lines
  Added in v.1.46

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24