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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24