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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24