/[suikacvs]/test/html-webhacc/WebHACC/ChangeLog
Suika

Contents of /test/html-webhacc/WebHACC/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.33 - (hide annotations) (download)
Mon Sep 15 02:55:12 2008 UTC (16 years, 2 months ago) by wakaba
Branch: MAIN
Changes since 1.32: +5 -0 lines
++ html/WebHACC/ChangeLog	15 Sep 2008 02:54:58 -0000
2008-09-15  Wakaba  <wakaba@suika.fam.cx>

	* Output.pm ($htescape, $htescape_value): Commented out
	redundant things for now.

1 wakaba 1.33 2008-09-15 Wakaba <wakaba@suika.fam.cx>
2    
3     * Output.pm ($htescape, $htescape_value): Commented out
4     redundant things for now.
5    
6 wakaba 1.31 2008-09-14 Wakaba <wakaba@suika.fam.cx>
7    
8 wakaba 1.32 * Result.pm (add_error): Support for |line_diff| and |column_diff|
9     parameters.
10    
11     2008-09-14 Wakaba <wakaba@suika.fam.cx>
12    
13 wakaba 1.31 * Output.pm (generate_input_section): Set |tabindex=0| to |details|
14     header, to make the header focusable.
15    
16 wakaba 1.30 2008-09-11 Wakaba <wakaba@suika.fam.cx>
17    
18     * Result.pm (generate_result_section): Initial
19     support for the charset layer.
20    
21 wakaba 1.29 2008-09-10 Wakaba <wakaba@suika.fam.cx>
22    
23     * Output.pm (nl_text): Support for |<var>{octets}</var>|,
24     |<var>{char}</var>|, and |<var>{char:hexref}</var>|
25     macros.
26     (generate_input_section): More charsets are added
27     to the list of charsets.
28    
29     * Result.pm: Pass |char| and |octets| arguments
30     to |nl_text|.
31    
32 wakaba 1.27 2008-08-30 Wakaba <wakaba@suika.fam.cx>
33    
34 wakaba 1.28 * Result.pm (add_error): Don't raise an error even if the
35     end position is after the end of the string.
36    
37     2008-08-30 Wakaba <wakaba@suika.fam.cx>
38    
39 wakaba 1.27 * Result.pm (add_error): Support for |value|-segment marking.
40    
41 wakaba 1.26 2008-08-22 Wakaba <wakaba@suika.fam.cx>
42    
43     * Result.pm (add_error): Localize "description" link.
44    
45 wakaba 1.25 2008-08-17 Wakaba <wakaba@suika.fam.cx>
46    
47     * Output.pm: |text/x-h2h| added.
48    
49 wakaba 1.21 2008-08-16 Wakaba <wakaba@suika.fam.cx>
50    
51 wakaba 1.24 * Output.pm (nl_text): We can finally get rid of a quirk.
52    
53     2008-08-16 Wakaba <wakaba@suika.fam.cx>
54    
55 wakaba 1.23 * Input.pm (Subdocument new): Invoke superclass's new method
56     such that |urls| attribute is initialized.
57    
58     * Result.pm (add_error): Use ->url attribute to obtain
59     the URL of the document. No longer output |text| argument,
60     since all error types except for those used in the WebIDL module
61     are now defined in the catalog.
62    
63     2008-08-16 Wakaba <wakaba@suika.fam.cx>
64    
65 wakaba 1.22 * Output.pm (start_section): Don't add item to the non-tab
66     navigation menu if the item's rank is higher than 2.
67    
68     2008-08-16 Wakaba <wakaba@suika.fam.cx>
69    
70 wakaba 1.21 * Result.pm (add_error): Pass |value| argument, if any,
71     to the |nl_text| for error type texts.
72    
73 wakaba 1.17 2008-08-15 Wakaba <wakaba@suika.fam.cx>
74    
75 wakaba 1.20 * Output.pm (xref_text): New method.
76     (node_link): Don't make node path consumed by catalog
77     engine.
78    
79     2008-08-15 Wakaba <wakaba@suika.fam.cx>
80    
81 wakaba 1.19 * Output.pm (nl_text): New rule, <var>{value}</var>,
82     is implemented.
83    
84     2008-08-15 Wakaba <wakaba@suika.fam.cx>
85    
86 wakaba 1.18 * Output.pm: |fieldset| end tag no longer necessary.
87    
88     * Result.pm: Link to "#parse-errors" if there are
89     encoding layer errors.
90    
91     2008-08-15 Wakaba <wakaba@suika.fam.cx>
92    
93 wakaba 1.17 * Input.pm (generate_transfer_sections): Use standard
94     error list methods for transfer errors. Typos fixed.
95    
96     * Output.pm (has_error): New attribute.
97     (start_error_list, end_error_list): Support for role "transfer-errors".
98     (end_error_list): Generate "no error found" paragraph if it should be.
99     (generate_input_section): Decode parameters as UTF-8.
100    
101     * Result.pm (add_error): Set |has_error| flag. Use catalog
102     for "Unknown location" message.
103     (generate_result_section): Use different text for
104     result table rows than normal messages, to avoid collision
105     with other messages (such as "Charset").
106    
107 wakaba 1.13 2008-08-14 Wakaba <wakaba@suika.fam.cx>
108    
109 wakaba 1.16 * Input.pm: Methods |generate_transfer_sections|
110     and |generate_http_header_section| are moved to HTTP
111     subclass, since they are irrelevant to non-HTTP inputs.
112     (_get_document): Forbidden host error was not represented
113     by WebHACC::Input::Error subclass.
114     (WebHACC::Input::Error generate_transfer_sections): Use
115     role name for the section.
116     (WebHACC::Input::HTTPError generate_transfer_sections): New method
117     added, since the main superclass, i.e. WebHACC::Input::Error,
118     no longer dumps HTTP headers due to the change mentioned above.
119    
120     * Output.pm (start_section): New roles "transfer-errors" and "result".
121    
122     * Result.pm (parent_result): New attribute.
123     (layer_applicable, layer_uncertain): New methods to set flags.
124     (add_error): Natural language strings are now handled
125     by the catalog mechanism. Use new scoring mechanism.
126     (generate_result_section): Use catalog for all natural
127     language strings. Table generation is now much more sophiscated
128     that it was. Support for subdoc result summary. Support
129     for the column of the number of informational message. Support
130     for "N/A" status.
131    
132     2008-08-14 Wakaba <wakaba@suika.fam.cx>
133    
134 wakaba 1.15 * Output.pm (start_section): Roles set class="", too. New "source"
135     role for source code sections.
136    
137     2008-08-14 Wakaba <wakaba@suika.fam.cx>
138    
139 wakaba 1.14 * Input.pm (id_prefix): Use the parent subdoc's id_prefix
140     as the prefix of the subdoc id_prefix (e.g. subdoc-1-subdoc-1-
141     for subdoc #1.1).
142     (start_section): Set the role of the section element as subdoc.
143    
144     * Output.pm (start_section): Support for "subdoc" role.
145     Use parent input's id_prefix as parent_id.
146    
147     2008-08-14 Wakaba <wakaba@suika.fam.cx>
148    
149 wakaba 1.13 * Output.pm: Support for inner tabs for "input" subsections.
150     Improved support for "details" widget.
151    
152 wakaba 1.12 2008-08-10 Wakaba <wakaba@suika.fam.cx>
153    
154     * Output.pm (html_header, start_section): Generate
155     script elements for tab styling.
156    
157     * Result.pm: Link to error list section of transfer-protocol-level
158     errors.
159    
160 wakaba 1.11 2008-08-02 Wakaba <wakaba@suika.fam.cx>
161    
162     * Output.pm ($htescape_value): New code. Some methods should
163     invoke this code instead of original $htescape, since that
164     code will convert invisible characters into HTML tags
165     such that that code is not suitable for attribute values
166     and CDATA/PCDATA element contents.
167     ($get_object_path): New. Future revision of this code should
168     support real "path" to the node object. The current version
169     only dumps the type and the name of the node itself.
170     (node_link): Support for non-DOM nodes.
171    
172     * Result.pm (add_error): Support for non-DOM nodes.
173    
174 wakaba 1.10 2008-07-27 Wakaba <wakaba@suika.fam.cx>
175    
176     * Output.pm (new, input): |input| attribute should always have an input
177     object, even though it might be an empty one.
178     (add_source_to_parse_error_list): s/shift/shift ()/ to remove
179     ambigiousness warning.
180     (select): New method.
181     (generate_input_section): New method.
182    
183 wakaba 1.9 2008-07-26 Wakaba <wakaba@suika.fam.cx>
184    
185     * Input.pod: New.
186    
187     * Input.pm (urls, url, add_url): New. Originally handled
188     as |$input->{uri}| and |$input->{request_uri}|.
189     (get_document and related methods/classes): New. Originally
190     part of |cc.cgi|.
191    
192     * Output.pm (html_header): Link to |cc-script.js|.
193    
194 wakaba 1.2 2008-07-21 Wakaba <wakaba@suika.fam.cx>
195    
196 wakaba 1.8 * Input.pm: Most human-readable texts are now handled by
197     catalog.
198     (id_prefix): Support for nested subdocuments.
199    
200     * Output.pm (start_section, dt, xref): Section/item names and
201     link labels are now handled by catalog.
202     (load_text_catalog, nl_text): New methods.
203     (html_header): Application name is moved to catalog.
204    
205     * Result.pm (add_error): Important error properties are
206     now exposed to client-side script as data-* attributes.
207     Labels are now handled by catalog. Error descriptions
208     are now taken from catalog as it were.
209    
210     2008-07-21 Wakaba <wakaba@suika.fam.cx>
211    
212 wakaba 1.7 * Output.pm (html_header): Application name changed.
213    
214     2008-07-21 Wakaba <wakaba@suika.fam.cx>
215    
216 wakaba 1.6 * Input.pm (full_subdocument_index): New method, for the
217     support of hierarchical subdocument numbers.
218     (start_section): Use hierarhical subdocument numbers for
219     section headings.
220    
221     * Output.pm (http_header, http_error, html_header): New methods.
222    
223     2008-07-21 Wakaba <wakaba@suika.fam.cx>
224    
225 wakaba 1.5 * Output.pm (start_section, end_section): "role" option
226     implemented. Automatical rank setting implemented.
227     (start_error_list, end_error_list): New.
228     (add_source_to_parse_error_list): New.
229    
230     * Result.pm: "Unknown location" message text changed.
231    
232     2008-07-21 Wakaba <wakaba@suika.fam.cx>
233    
234 wakaba 1.4 * Result.pm (add_label): Output error-level description
235     text before the description of the error itself, which
236     is originally coded in get_error_level_label, which in turn
237     comes from cc.cgi at first.
238     (get_error_level_label): Removed.
239    
240     2008-07-21 Wakaba <wakaba@suika.fam.cx>
241    
242 wakaba 1.3 * Input.pm: A new subclass for subdocuments are added.
243     Methods for information sections are added (from cc.cgi).
244    
245     * Output.pm (code): Support for attributes.
246     (script, dt): New methods.
247     (node_link): New method (from get_node_link in WebHACC::Result,
248     which comes from cc.cgi).
249    
250     * Result.pm (add_error): Show some text even if no location
251     infomration is available. Use input object, if available,
252     as fallback for location information.
253     (get_error_label, get_node_path, get_node_link): Removed.
254     The first method is no longer used. The latters are now
255     supported as |node_link| method in WebHACC::Output.
256    
257     2008-07-21 Wakaba <wakaba@suika.fam.cx>
258    
259 wakaba 1.2 * Input.pm (generate_transfer_sections, generate_http_header_section):
260     New (partially comes from cc.cgi).
261    
262     * Output.pm (link): Call |start_tag| such that attributes
263     can be set.
264     (link_to_webhacc): New.
265     (encode_url_component): From WebHACC::Language::Base.
266    
267     * Result.pm: Support for error outputting and result table
268     generation.
269    
270 wakaba 1.1 2008-07-20 Wakaba <wakaba@suika.fam.cx>
271    
272     * ChangeLog: New file.
273    
274     * Input.pm, Output.pm, Result.pm: New modules.
275    
276     * Langauge/: New directory.
277    
278    

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24