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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24