/[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.18 by wakaba, Sun Jul 1 10:02:58 2007 UTC revision 1.34 by wakaba, Mon Nov 5 09:33:52 2007 UTC
# Line 1  Line 1 
1    2007-11-05  Wakaba  <wakaba@suika.fam.cx>
2    
3            * cc.cgi (get_error_level_label): New.
4    
5            * cc-style.css: New rules for error level descriptions.
6    
7            * error-description-source.xml: Description for error
8            levels is added.
9    
10    2007-11-04  Wakaba  <wakaba@suika.fam.cx>
11    
12            * cc-interface.en.html (i): |text/cache-manifest| is added.
13    
14            * cc-style.css: New rules for manifest dump.
15    
16            * cc.cgi: Support for |text/cache-manifest|.
17    
18            * error-description-soruce.en.xml (#cache-manifest-errors): New
19            section.
20    
21    2007-09-10  Wakaba  <wakaba@suika.fam.cx>
22    
23            * cc.cgi, cc-style.css: Scoring support.
24    
25    2007-09-03  Wakaba  <wakaba@suika.fam.cx>
26    
27            * error-description-source.xml: Updated.
28    
29    2007-09-02  Wakaba  <wakaba@suika.fam.cx>
30    
31            * cc.cgi: Report document sections are now output by
32            corresponding subroutines.
33    
34    2007-08-26  Wakaba  <wakaba@suika.fam.cx>
35    
36            * cc.cgi: New catalog macros |local-name| and |element-local-name|.
37    
38    2007-08-11  Wakaba  <wakaba@suika.fam.cx>
39    
40            * cc.cgi, parser-manakai.cgi, parser.cgi: Use |Message::CGI::HTTP|
41            instead of |SuikaWiki::Input::HTTP|.
42    
43    2007-08-05  Wakaba  <wakaba@suika.fam.cx>
44    
45            * cc-interface.en.html: IMT |application/atom+xml| is added.
46            Link to |cc-todo| is added.
47    
48    2007-07-24  Wakaba  <wakaba@suika.fam.cx>
49    
50            * error-description.xml: Description for "after body", "bare etago",
51            and "bogus end tag" are added.
52    
53    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
54    
55            * cc-style.css: Don't remove bullet of the document node
56            in the document tree.  Don't collapse white space
57            in the |code| elements.
58    
59            * cc.cgi: Put identifiers and class names into |code|
60            element.
61            (get_text): Template for attribute values are supported.
62    
63            * error-descriotion-source.en.xml: More error descriptions
64            are included.  Use |{@}| attribute value insertion macro
65            for errors in which it should be useful.
66    
67    2007-07-17  Wakaba  <wakaba@suika.fam.cx>
68    
69            * cc.cgi: Output HTTP and HTML header before try to
70            fetch the specified resource for usability.  Add
71            tables, identifiers, and terms section to the TOC.
72            Generate classes list.
73    
74    2007-07-17  Wakaba  <wakaba@suika.fam.cx>
75    
76            * alert.png, error.png, info.png: New images.
77    
78            * LICENSE: New image file names are added.
79    
80            * cc-interface.en.html: Link to the style sheet is added.
81    
82            * cc-style.css: Duplicate identifiers and terms
83            are decorated by icon.
84    
85            * cc.cgi: |h1| links to the interface page.
86            (#identifiers): New section.
87    
88            * error-description-source.en.xml: More error types are
89            added.
90    
91    2007-07-16  Wakaba  <wakaba@suika.fam.cx>
92    
93            * cc.cgi: Set |STDOUT| encoding as |utf8|.
94            (htescape): Escape some more invisible characters.
95    
96            * error-description-source.en.xml: More error data.
97    
98    2007-07-16  Wakaba  <wakaba@suika.fam.cx>
99    
100            * cc.cgi (table stuff): Set |is_header| property
101            of table cells explicitly since otherwise newer JSON.pm
102            generates broken output.
103            (get_text): Return the reduced type name as well.  Use
104            it as fragment of detail document.
105    
106            * error-description-source.en.xml: More error descriptions
107            are added.
108    
109            * mkdescription.pl: Remove |catalog| element from
110            the result description document.
111    
112            * table.cgi: Set |is_header| property
113            of table cells explicitly since otherwise newer JSON.pm
114            generates broken output.
115    
116    2007-07-16  Wakaba  <wakaba@suika.fam.cx>
117    
118            * Makefile (all): |cc-msg.en.txt| is added to the list of
119            dependency.
120            (cc-msg.en.txt): New rule.
121    
122            * mkcatalog.pl: New Perl script.
123    
124            * cc-msg.en.txt: Now this file is generated by
125            the rule described in |Makefile|.
126    
127            * cc.cgi (HTML mode): Set |charset| as |ISO-8859-1|
128            if not specified, for now.
129            (get_text): Replace |<var>$/n/</var>|, not just |$/n/|,
130            to variable.
131    
132            * error-description-source.xml: All entries
133            in |cc-msg.en.txt| are now described as XML data.
134    
135            * mkdescription.pl: Print the result by |inner_html| DOM
136            attribute.  Put |level| attribute value, if any, before |name|
137            attribute value.  Allow missing of |desc| attribute.
138            Ignore any |catalog| element.
139    
140    2007-07-16  Wakaba  <wakaba@suika.fam.cx>
141    
142            * cc-interface.en.html: Content-Type options are extended.
143            Charset options are added.  URI input box is added.
144    
145            * cc.cgi (get_input_document): New.  Support for URI input.
146            (#document-info): Present request URI, documen URI,
147            base URI (HTTP-level), internet media type, and
148            charset (if any).
149            (print_http_header_section): New.
150            (print_source_string_section): Renamed from |print_source_string|
151            and it now generate entire section.  Use charset
152            information obtained by parsing (for this reason the section
153            now follows the parse error section).
154            (HTML parse mode): Support for charsets (alpha).
155            (XML parse mode): Support for |application/xml|
156            and |text/xml|.  Support for charsets.
157            (#result-summary): Show error message section,
158            rather than simple HTTP error, for any input error.
159            (print_document_tree): Present |xml_version|, |xml_encoding|,
160            and |xml_standalone|.
161            (get_node_path): Return |/| if the input is the |Document| node.
162            (WDCC::LWPUA): New package.
163    
164    2007-07-15  Wakaba  <wakaba@suika.fam.cx>
165    
166            * parser-manakai-interface.en.html: An option
167            to parse as H2H is added.
168    
169            * parser-manakai.cgi: H2H parse mode is added.
170    
171    2007-07-15  Wakaba  <wakaba@suika.fam.cx>
172    
173            * parser-manakai.cgi: Set |Document| as HTML if it is.
174            Use |inner_html| attribute for inner HTML value.
175            XML documents are now serializable via |inner_html|.
176    
177  2007-07-01  Wakaba  <wakaba@suika.fam.cx>  2007-07-01  Wakaba  <wakaba@suika.fam.cx>
178    
179          * Makefile: New.          * Makefile: New.

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.34

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24