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

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.30

[email protected]
ViewVC Help
Powered by ViewVC 1.1.24