/[pub]/test/html-webhacc/ChangeLog
Suika

Diff of /test/html-webhacc/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.7 by wakaba, Sun May 27 06:37:05 2007 UTC revision 1.43 by wakaba, Fri Feb 8 15:27:03 2008 UTC
# Line 1  Line 1 
1    2008-02-09  Wakaba  <wakaba@suika.fam.cx>
2    
3            * standards.en.html: New document.
4    
5            * cc-interface.en.html: Linking to |standards.en.html|.
6    
7    2007-11-23  Wakaba  <wakaba@suika.fam.cx>
8    
9            * error-description-source.xml: New error descriptions.
10    
11            * cc.cgi: |Accept-Encoding: *; q=0| is a request for server to send
12            a 406 page!  |identity| encoding is added.
13    
14    2007-11-19  Wakaba  <wakaba@suika.fam.cx>
15    
16            * cc.cgi (#document-tree Document): Output |inputEncoding|,
17            |manakaiCharset|, and |manakaiHasBOM| attributes.
18    
19    2007-11-18  Wakaba  <wakaba@suika.fam.cx>
20    
21            * cc-style.css: New rules for warnings.
22    
23            * cc-todo.en.txt: Updated.
24    
25            * cc.cgi: Default to |Windows-1252| instead of |ISO-8859-1|
26            for |inner_html| with external source.  Set |manakai_charset|
27            attribute if possible.
28            (load_text_catalog): Interpret catalog file as UTF-8.
29    
30            * error-description-source.en.xml: New errors for character
31            encodings are added.
32    
33    2007-11-18  Wakaba  <wakaba@suika.fam.cx>
34    
35            * error-description-source.xml: s/charset declaration/character
36            encoding declaration/g, since HTML5 spec says so.
37    
38    2007-11-18  Wakaba  <wakaba@suika.fam.cx>
39    
40            * cc.cgi (get_input_document): Use sniffer to determine
41            media type of the entity.
42    
43    2007-11-11  Wakaba  <wakaba@suika.fam.cx>
44    
45            * cc-style.css: Rules for "unsupported" parse errors.
46    
47            * cc.cgi (print_syntax_error_html_section): Use HTML
48            parser for byte string.
49            (print_result_unknown_type_section): Make output
50            more consistent with other media types.
51    
52    2007-11-11  Wakaba  <wakaba@suika.fam.cx>
53    
54            * parser.cgi: Use |Whatpm::HTML::Serializer| to serialize
55            an HTML DOM.
56    
57    2007-11-07  Wakaba  <wakaba@suika.fam.cx>
58    
59            * cc-style.css: Styling examples.
60    
61    2007-11-07  Wakaba  <wakaba@suika.fam.cx>
62    
63            * error-description-source.xml (enumerated:invalid:http-equiv:content-type):
64            New.
65    
66    2007-11-05  Wakaba  <wakaba@suika.fam.cx>
67    
68            * cc.cgi (get_error_level_label): New.
69    
70            * cc-style.css: New rules for error level descriptions.
71    
72            * error-description-source.xml: Description for error
73            levels is added.
74    
75    2007-11-04  Wakaba  <wakaba@suika.fam.cx>
76    
77            * cc-interface.en.html (i): |text/cache-manifest| is added.
78    
79            * cc-style.css: New rules for manifest dump.
80    
81            * cc.cgi: Support for |text/cache-manifest|.
82    
83            * error-description-soruce.en.xml (#cache-manifest-errors): New
84            section.
85    
86    2007-09-10  Wakaba  <wakaba@suika.fam.cx>
87    
88            * cc.cgi, cc-style.css: Scoring support.
89    
90    2007-09-03  Wakaba  <wakaba@suika.fam.cx>
91    
92            * error-description-source.xml: Updated.
93    
94    2007-09-02  Wakaba  <wakaba@suika.fam.cx>
95    
96            * cc.cgi: Report document sections are now output by
97            corresponding subroutines.
98    
99    2007-08-26  Wakaba  <wakaba@suika.fam.cx>
100    
101            * cc.cgi: New catalog macros |local-name| and |element-local-name|.
102    
103    2007-08-11  Wakaba  <wakaba@suika.fam.cx>
104    
105            * cc.cgi, parser-manakai.cgi, parser.cgi: Use |Message::CGI::HTTP|
106            instead of |SuikaWiki::Input::HTTP|.
107    
108    2007-08-05  Wakaba  <wakaba@suika.fam.cx>
109    
110            * cc-interface.en.html: IMT |application/atom+xml| is added.
111            Link to |cc-todo| is added.
112    
113    2007-07-24  Wakaba  <wakaba@suika.fam.cx>
114    
115            * error-description.xml: Description for "after body", "bare etago",
116            and "bogus end tag" are added.
117    
118    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
119    
120            * cc-style.css: Don't remove bullet of the document node
121            in the document tree.  Don't collapse white space
122            in the |code| elements.
123    
124            * cc.cgi: Put identifiers and class names into |code|
125            element.
126            (get_text): Template for attribute values are supported.
127    
128            * error-descriotion-source.en.xml: More error descriptions
129            are included.  Use |{@}| attribute value insertion macro
130            for errors in which it should be useful.
131    
132    2007-07-17  Wakaba  <wakaba@suika.fam.cx>
133    
134            * cc.cgi: Output HTTP and HTML header before try to
135            fetch the specified resource for usability.  Add
136            tables, identifiers, and terms section to the TOC.
137            Generate classes list.
138    
139    2007-07-17  Wakaba  <wakaba@suika.fam.cx>
140    
141            * alert.png, error.png, info.png: New images.
142    
143            * LICENSE: New image file names are added.
144    
145            * cc-interface.en.html: Link to the style sheet is added.
146    
147            * cc-style.css: Duplicate identifiers and terms
148            are decorated by icon.
149    
150            * cc.cgi: |h1| links to the interface page.
151            (#identifiers): New section.
152    
153            * error-description-source.en.xml: More error types are
154            added.
155    
156    2007-07-16  Wakaba  <wakaba@suika.fam.cx>
157    
158            * cc.cgi: Set |STDOUT| encoding as |utf8|.
159            (htescape): Escape some more invisible characters.
160    
161            * error-description-source.en.xml: More error data.
162    
163    2007-07-16  Wakaba  <wakaba@suika.fam.cx>
164    
165            * cc.cgi (table stuff): Set |is_header| property
166            of table cells explicitly since otherwise newer JSON.pm
167            generates broken output.
168            (get_text): Return the reduced type name as well.  Use
169            it as fragment of detail document.
170    
171            * error-description-source.en.xml: More error descriptions
172            are added.
173    
174            * mkdescription.pl: Remove |catalog| element from
175            the result description document.
176    
177            * table.cgi: Set |is_header| property
178            of table cells explicitly since otherwise newer JSON.pm
179            generates broken output.
180    
181    2007-07-16  Wakaba  <wakaba@suika.fam.cx>
182    
183            * Makefile (all): |cc-msg.en.txt| is added to the list of
184            dependency.
185            (cc-msg.en.txt): New rule.
186    
187            * mkcatalog.pl: New Perl script.
188    
189            * cc-msg.en.txt: Now this file is generated by
190            the rule described in |Makefile|.
191    
192            * cc.cgi (HTML mode): Set |charset| as |ISO-8859-1|
193            if not specified, for now.
194            (get_text): Replace |<var>$/n/</var>|, not just |$/n/|,
195            to variable.
196    
197            * error-description-source.xml: All entries
198            in |cc-msg.en.txt| are now described as XML data.
199    
200            * mkdescription.pl: Print the result by |inner_html| DOM
201            attribute.  Put |level| attribute value, if any, before |name|
202            attribute value.  Allow missing of |desc| attribute.
203            Ignore any |catalog| element.
204    
205    2007-07-16  Wakaba  <wakaba@suika.fam.cx>
206    
207            * cc-interface.en.html: Content-Type options are extended.
208            Charset options are added.  URI input box is added.
209    
210            * cc.cgi (get_input_document): New.  Support for URI input.
211            (#document-info): Present request URI, documen URI,
212            base URI (HTTP-level), internet media type, and
213            charset (if any).
214            (print_http_header_section): New.
215            (print_source_string_section): Renamed from |print_source_string|
216            and it now generate entire section.  Use charset
217            information obtained by parsing (for this reason the section
218            now follows the parse error section).
219            (HTML parse mode): Support for charsets (alpha).
220            (XML parse mode): Support for |application/xml|
221            and |text/xml|.  Support for charsets.
222            (#result-summary): Show error message section,
223            rather than simple HTTP error, for any input error.
224            (print_document_tree): Present |xml_version|, |xml_encoding|,
225            and |xml_standalone|.
226            (get_node_path): Return |/| if the input is the |Document| node.
227            (WDCC::LWPUA): New package.
228    
229    2007-07-15  Wakaba  <wakaba@suika.fam.cx>
230    
231            * parser-manakai-interface.en.html: An option
232            to parse as H2H is added.
233    
234            * parser-manakai.cgi: H2H parse mode is added.
235    
236    2007-07-15  Wakaba  <wakaba@suika.fam.cx>
237    
238            * parser-manakai.cgi: Set |Document| as HTML if it is.
239            Use |inner_html| attribute for inner HTML value.
240            XML documents are now serializable via |inner_html|.
241    
242    2007-07-01  Wakaba  <wakaba@suika.fam.cx>
243    
244            * Makefile: New.
245    
246    2007-07-01  Wakaba  <wakaba@suika.fam.cx>
247    
248            * cc.cgi: Return 404 if |PATH_INFO| is different from |/|.
249            Link to |error-description|.
250    
251            * error-description-source.xml: New.
252    
253            * mkdescription.pl: New.
254    
255    2007-07-01  Wakaba  <wakaba@suika.fam.cx>
256    
257            * cc-style.css: New rules for empty error lists,
258            error levels, and |code|.
259    
260            * cc.cgi: Support for error message catalog.
261            Support for empty (zero-length) document.
262            (print_source_string): Support for empty document.
263            (print_document_tree): Element |has_child_nodes| test
264            was incorrect.  Output compat mode and is html flag
265            for |Document| node.
266            (load_text_catalog, get_text): New functions.
267    
268            * LICENSE, large-alert.png, large-info.png, large-stop.png:
269            New files.
270    
271    2007-06-30  Wakaba  <wakaba@suika.fam.cx>
272    
273            * cc.cgi: "Terms" section.  "Tree" was sometimes
274            non-conforming to HTML5.
275            (get_node_link): New function.
276    
277    2007-06-30  Wakaba  <wakaba@suika.fam.cx>
278    
279            * cc-style.css (img): New rule not to make border
280            for img[usemap].
281    
282            * cc.cgi: |table.cgi|-feature merged.  Doctype
283            token was serialized incorrectly.
284    
285            * table-script.js (tableToCanvas): Has second
286            argument to specify the parent.  Use image map
287            to identify cells.
288    
289            * table.cgi: Minor fix to sync with the aforementioned
290            change.
291    
292    2007-06-25  Wakaba  <wakaba@suika.fam.cx>
293    
294            * parser-manakai.cgi, parser-manakai-interface.en.html: Fragment
295            parse mode is implemented.
296    
297    2007-06-21  Wakaba  <wakaba@suika.fam.cx>
298    
299            * parser-interface.en.html: |checked"| -> |checked| (it did
300            work for Firefox 1.5 but not for WinIE6).
301    
302    2007-06-21  Wakaba  <wakaba@suika.fam.cx>
303    
304            * parser-manakai.cgi: New.
305            
306            * parser-manakai-interface.en.html: New.
307    
308            * time-manakai.plt: New.
309    
310    2007-05-28  Wakaba  <wakaba@suika.fam.cx>
311    
312            * parser.cgi: Log elapsed time to external files.
313    
314            * time.plt: New file.
315    
316    2007-05-27  Wakaba  <wakaba@suika.fam.cx>
317    
318            * parser.cgi: Output how long each process takes.
319            Document element testing is moved to the |Whatpm::ContentChecker|
320            module.
321    
322    2007-05-27  Wakaba  <wakaba@suika.fam.cx>
323    
324            * excanvas.js: New (from <http://sourceforge.net/project/showfiles.php?group_id=163391&package_id=184688&release_id=505959>).
325    
326            * table.cgi: Remove |$table->{caption}->{element}|
327            for table with caption processed correctly.
328            Support for WinIE via ExplorerCanvas; note that
329            it does not draw path with fill and stroke correctly (stroke
330            is hidden?).
331    
332  2007-05-27  Wakaba  <wakaba@suika.fam.cx>  2007-05-27  Wakaba  <wakaba@suika.fam.cx>
333    
334          * table.cgi, table-interface.en.html. table-script.js: New files.          * table.cgi, table-interface.en.html. table-script.js: New files.

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.43

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24