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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24