/[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.8 by wakaba, Sun May 27 10:00:48 2007 UTC revision 1.31 by wakaba, Mon Sep 3 14:30:46 2007 UTC
# Line 1  Line 1 
1    2007-09-03  Wakaba  <wakaba@suika.fam.cx>
2    
3            * error-description-source.xml: Updated.
4    
5    2007-09-02  Wakaba  <wakaba@suika.fam.cx>
6    
7            * cc.cgi: Report document sections are now output by
8            corresponding subroutines.
9    
10    2007-08-26  Wakaba  <wakaba@suika.fam.cx>
11    
12            * cc.cgi: New catalog macros |local-name| and |element-local-name|.
13    
14    2007-08-11  Wakaba  <wakaba@suika.fam.cx>
15    
16            * cc.cgi, parser-manakai.cgi, parser.cgi: Use |Message::CGI::HTTP|
17            instead of |SuikaWiki::Input::HTTP|.
18    
19    2007-08-05  Wakaba  <wakaba@suika.fam.cx>
20    
21            * cc-interface.en.html: IMT |application/atom+xml| is added.
22            Link to |cc-todo| is added.
23    
24    2007-07-24  Wakaba  <wakaba@suika.fam.cx>
25    
26            * error-description.xml: Description for "after body", "bare etago",
27            and "bogus end tag" are added.
28    
29    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
30    
31            * cc-style.css: Don't remove bullet of the document node
32            in the document tree.  Don't collapse white space
33            in the |code| elements.
34    
35            * cc.cgi: Put identifiers and class names into |code|
36            element.
37            (get_text): Template for attribute values are supported.
38    
39            * error-descriotion-source.en.xml: More error descriptions
40            are included.  Use |{@}| attribute value insertion macro
41            for errors in which it should be useful.
42    
43    2007-07-17  Wakaba  <wakaba@suika.fam.cx>
44    
45            * cc.cgi: Output HTTP and HTML header before try to
46            fetch the specified resource for usability.  Add
47            tables, identifiers, and terms section to the TOC.
48            Generate classes list.
49    
50    2007-07-17  Wakaba  <wakaba@suika.fam.cx>
51    
52            * alert.png, error.png, info.png: New images.
53    
54            * LICENSE: New image file names are added.
55    
56            * cc-interface.en.html: Link to the style sheet is added.
57    
58            * cc-style.css: Duplicate identifiers and terms
59            are decorated by icon.
60    
61            * cc.cgi: |h1| links to the interface page.
62            (#identifiers): New section.
63    
64            * error-description-source.en.xml: More error types are
65            added.
66    
67    2007-07-16  Wakaba  <wakaba@suika.fam.cx>
68    
69            * cc.cgi: Set |STDOUT| encoding as |utf8|.
70            (htescape): Escape some more invisible characters.
71    
72            * error-description-source.en.xml: More error data.
73    
74    2007-07-16  Wakaba  <wakaba@suika.fam.cx>
75    
76            * cc.cgi (table stuff): Set |is_header| property
77            of table cells explicitly since otherwise newer JSON.pm
78            generates broken output.
79            (get_text): Return the reduced type name as well.  Use
80            it as fragment of detail document.
81    
82            * error-description-source.en.xml: More error descriptions
83            are added.
84    
85            * mkdescription.pl: Remove |catalog| element from
86            the result description document.
87    
88            * table.cgi: Set |is_header| property
89            of table cells explicitly since otherwise newer JSON.pm
90            generates broken output.
91    
92    2007-07-16  Wakaba  <wakaba@suika.fam.cx>
93    
94            * Makefile (all): |cc-msg.en.txt| is added to the list of
95            dependency.
96            (cc-msg.en.txt): New rule.
97    
98            * mkcatalog.pl: New Perl script.
99    
100            * cc-msg.en.txt: Now this file is generated by
101            the rule described in |Makefile|.
102    
103            * cc.cgi (HTML mode): Set |charset| as |ISO-8859-1|
104            if not specified, for now.
105            (get_text): Replace |<var>$/n/</var>|, not just |$/n/|,
106            to variable.
107    
108            * error-description-source.xml: All entries
109            in |cc-msg.en.txt| are now described as XML data.
110    
111            * mkdescription.pl: Print the result by |inner_html| DOM
112            attribute.  Put |level| attribute value, if any, before |name|
113            attribute value.  Allow missing of |desc| attribute.
114            Ignore any |catalog| element.
115    
116    2007-07-16  Wakaba  <wakaba@suika.fam.cx>
117    
118            * cc-interface.en.html: Content-Type options are extended.
119            Charset options are added.  URI input box is added.
120    
121            * cc.cgi (get_input_document): New.  Support for URI input.
122            (#document-info): Present request URI, documen URI,
123            base URI (HTTP-level), internet media type, and
124            charset (if any).
125            (print_http_header_section): New.
126            (print_source_string_section): Renamed from |print_source_string|
127            and it now generate entire section.  Use charset
128            information obtained by parsing (for this reason the section
129            now follows the parse error section).
130            (HTML parse mode): Support for charsets (alpha).
131            (XML parse mode): Support for |application/xml|
132            and |text/xml|.  Support for charsets.
133            (#result-summary): Show error message section,
134            rather than simple HTTP error, for any input error.
135            (print_document_tree): Present |xml_version|, |xml_encoding|,
136            and |xml_standalone|.
137            (get_node_path): Return |/| if the input is the |Document| node.
138            (WDCC::LWPUA): New package.
139    
140    2007-07-15  Wakaba  <wakaba@suika.fam.cx>
141    
142            * parser-manakai-interface.en.html: An option
143            to parse as H2H is added.
144    
145            * parser-manakai.cgi: H2H parse mode is added.
146    
147    2007-07-15  Wakaba  <wakaba@suika.fam.cx>
148    
149            * parser-manakai.cgi: Set |Document| as HTML if it is.
150            Use |inner_html| attribute for inner HTML value.
151            XML documents are now serializable via |inner_html|.
152    
153    2007-07-01  Wakaba  <wakaba@suika.fam.cx>
154    
155            * Makefile: New.
156    
157    2007-07-01  Wakaba  <wakaba@suika.fam.cx>
158    
159            * cc.cgi: Return 404 if |PATH_INFO| is different from |/|.
160            Link to |error-description|.
161    
162            * error-description-source.xml: New.
163    
164            * mkdescription.pl: New.
165    
166    2007-07-01  Wakaba  <wakaba@suika.fam.cx>
167    
168            * cc-style.css: New rules for empty error lists,
169            error levels, and |code|.
170    
171            * cc.cgi: Support for error message catalog.
172            Support for empty (zero-length) document.
173            (print_source_string): Support for empty document.
174            (print_document_tree): Element |has_child_nodes| test
175            was incorrect.  Output compat mode and is html flag
176            for |Document| node.
177            (load_text_catalog, get_text): New functions.
178    
179            * LICENSE, large-alert.png, large-info.png, large-stop.png:
180            New files.
181    
182    2007-06-30  Wakaba  <wakaba@suika.fam.cx>
183    
184            * cc.cgi: "Terms" section.  "Tree" was sometimes
185            non-conforming to HTML5.
186            (get_node_link): New function.
187    
188    2007-06-30  Wakaba  <wakaba@suika.fam.cx>
189    
190            * cc-style.css (img): New rule not to make border
191            for img[usemap].
192    
193            * cc.cgi: |table.cgi|-feature merged.  Doctype
194            token was serialized incorrectly.
195    
196            * table-script.js (tableToCanvas): Has second
197            argument to specify the parent.  Use image map
198            to identify cells.
199    
200            * table.cgi: Minor fix to sync with the aforementioned
201            change.
202    
203    2007-06-25  Wakaba  <wakaba@suika.fam.cx>
204    
205            * parser-manakai.cgi, parser-manakai-interface.en.html: Fragment
206            parse mode is implemented.
207    
208    2007-06-21  Wakaba  <wakaba@suika.fam.cx>
209    
210            * parser-interface.en.html: |checked"| -> |checked| (it did
211            work for Firefox 1.5 but not for WinIE6).
212    
213    2007-06-21  Wakaba  <wakaba@suika.fam.cx>
214    
215            * parser-manakai.cgi: New.
216            
217            * parser-manakai-interface.en.html: New.
218    
219            * time-manakai.plt: New.
220    
221    2007-05-28  Wakaba  <wakaba@suika.fam.cx>
222    
223            * parser.cgi: Log elapsed time to external files.
224    
225            * time.plt: New file.
226    
227    2007-05-27  Wakaba  <wakaba@suika.fam.cx>
228    
229            * parser.cgi: Output how long each process takes.
230            Document element testing is moved to the |Whatpm::ContentChecker|
231            module.
232    
233  2007-05-27  Wakaba  <wakaba@suika.fam.cx>  2007-05-27  Wakaba  <wakaba@suika.fam.cx>
234    
235          * excanvas.js: New (from <http://sourceforge.net/project/showfiles.php?group_id=163391&package_id=184688&release_id=505959>).          * excanvas.js: New (from <http://sourceforge.net/project/showfiles.php?group_id=163391&package_id=184688&release_id=505959>).

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.31

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24