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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.19 - (hide annotations) (download)
Fri Aug 15 12:11:56 2008 UTC (16 years, 3 months ago) by wakaba
Branch: MAIN
Changes since 1.18: +5 -0 lines
++ ChangeLog	15 Aug 2008 12:10:51 -0000
	* error-description-source.xml: Missing entries for
	Whatpm::ContentChecker and Whatpm::ContentChecker::HTML
	error types are added.  Error entries used by these
	modules are marked as such.

2008-08-15  Wakaba  <wakaba@suika.fam.cx>

++ html/WebHACC/Language/ChangeLog	15 Aug 2008 12:11:51 -0000
	* DOM.pm: Use error's own "layer" parameter, if any.

2008-08-15  Wakaba  <wakaba@suika.fam.cx>

++ html/WebHACC/ChangeLog	15 Aug 2008 12:11:25 -0000
	* Output.pm (nl_text): New rule, <var>{value}</var>,
	is implemented.

2008-08-15  Wakaba  <wakaba@suika.fam.cx>

1 wakaba 1.17 2008-08-15 Wakaba <wakaba@suika.fam.cx>
2    
3 wakaba 1.19 * Output.pm (nl_text): New rule, <var>{value}</var>,
4     is implemented.
5    
6     2008-08-15 Wakaba <wakaba@suika.fam.cx>
7    
8 wakaba 1.18 * Output.pm: |fieldset| end tag no longer necessary.
9    
10     * Result.pm: Link to "#parse-errors" if there are
11     encoding layer errors.
12    
13     2008-08-15 Wakaba <wakaba@suika.fam.cx>
14    
15 wakaba 1.17 * Input.pm (generate_transfer_sections): Use standard
16     error list methods for transfer errors. Typos fixed.
17    
18     * Output.pm (has_error): New attribute.
19     (start_error_list, end_error_list): Support for role "transfer-errors".
20     (end_error_list): Generate "no error found" paragraph if it should be.
21     (generate_input_section): Decode parameters as UTF-8.
22    
23     * Result.pm (add_error): Set |has_error| flag. Use catalog
24     for "Unknown location" message.
25     (generate_result_section): Use different text for
26     result table rows than normal messages, to avoid collision
27     with other messages (such as "Charset").
28    
29 wakaba 1.13 2008-08-14 Wakaba <wakaba@suika.fam.cx>
30    
31 wakaba 1.16 * Input.pm: Methods |generate_transfer_sections|
32     and |generate_http_header_section| are moved to HTTP
33     subclass, since they are irrelevant to non-HTTP inputs.
34     (_get_document): Forbidden host error was not represented
35     by WebHACC::Input::Error subclass.
36     (WebHACC::Input::Error generate_transfer_sections): Use
37     role name for the section.
38     (WebHACC::Input::HTTPError generate_transfer_sections): New method
39     added, since the main superclass, i.e. WebHACC::Input::Error,
40     no longer dumps HTTP headers due to the change mentioned above.
41    
42     * Output.pm (start_section): New roles "transfer-errors" and "result".
43    
44     * Result.pm (parent_result): New attribute.
45     (layer_applicable, layer_uncertain): New methods to set flags.
46     (add_error): Natural language strings are now handled
47     by the catalog mechanism. Use new scoring mechanism.
48     (generate_result_section): Use catalog for all natural
49     language strings. Table generation is now much more sophiscated
50     that it was. Support for subdoc result summary. Support
51     for the column of the number of informational message. Support
52     for "N/A" status.
53    
54     2008-08-14 Wakaba <wakaba@suika.fam.cx>
55    
56 wakaba 1.15 * Output.pm (start_section): Roles set class="", too. New "source"
57     role for source code sections.
58    
59     2008-08-14 Wakaba <wakaba@suika.fam.cx>
60    
61 wakaba 1.14 * Input.pm (id_prefix): Use the parent subdoc's id_prefix
62     as the prefix of the subdoc id_prefix (e.g. subdoc-1-subdoc-1-
63     for subdoc #1.1).
64     (start_section): Set the role of the section element as subdoc.
65    
66     * Output.pm (start_section): Support for "subdoc" role.
67     Use parent input's id_prefix as parent_id.
68    
69     2008-08-14 Wakaba <wakaba@suika.fam.cx>
70    
71 wakaba 1.13 * Output.pm: Support for inner tabs for "input" subsections.
72     Improved support for "details" widget.
73    
74 wakaba 1.12 2008-08-10 Wakaba <wakaba@suika.fam.cx>
75    
76     * Output.pm (html_header, start_section): Generate
77     script elements for tab styling.
78    
79     * Result.pm: Link to error list section of transfer-protocol-level
80     errors.
81    
82 wakaba 1.11 2008-08-02 Wakaba <wakaba@suika.fam.cx>
83    
84     * Output.pm ($htescape_value): New code. Some methods should
85     invoke this code instead of original $htescape, since that
86     code will convert invisible characters into HTML tags
87     such that that code is not suitable for attribute values
88     and CDATA/PCDATA element contents.
89     ($get_object_path): New. Future revision of this code should
90     support real "path" to the node object. The current version
91     only dumps the type and the name of the node itself.
92     (node_link): Support for non-DOM nodes.
93    
94     * Result.pm (add_error): Support for non-DOM nodes.
95    
96 wakaba 1.10 2008-07-27 Wakaba <wakaba@suika.fam.cx>
97    
98     * Output.pm (new, input): |input| attribute should always have an input
99     object, even though it might be an empty one.
100     (add_source_to_parse_error_list): s/shift/shift ()/ to remove
101     ambigiousness warning.
102     (select): New method.
103     (generate_input_section): New method.
104    
105 wakaba 1.9 2008-07-26 Wakaba <wakaba@suika.fam.cx>
106    
107     * Input.pod: New.
108    
109     * Input.pm (urls, url, add_url): New. Originally handled
110     as |$input->{uri}| and |$input->{request_uri}|.
111     (get_document and related methods/classes): New. Originally
112     part of |cc.cgi|.
113    
114     * Output.pm (html_header): Link to |cc-script.js|.
115    
116 wakaba 1.2 2008-07-21 Wakaba <wakaba@suika.fam.cx>
117    
118 wakaba 1.8 * Input.pm: Most human-readable texts are now handled by
119     catalog.
120     (id_prefix): Support for nested subdocuments.
121    
122     * Output.pm (start_section, dt, xref): Section/item names and
123     link labels are now handled by catalog.
124     (load_text_catalog, nl_text): New methods.
125     (html_header): Application name is moved to catalog.
126    
127     * Result.pm (add_error): Important error properties are
128     now exposed to client-side script as data-* attributes.
129     Labels are now handled by catalog. Error descriptions
130     are now taken from catalog as it were.
131    
132     2008-07-21 Wakaba <wakaba@suika.fam.cx>
133    
134 wakaba 1.7 * Output.pm (html_header): Application name changed.
135    
136     2008-07-21 Wakaba <wakaba@suika.fam.cx>
137    
138 wakaba 1.6 * Input.pm (full_subdocument_index): New method, for the
139     support of hierarchical subdocument numbers.
140     (start_section): Use hierarhical subdocument numbers for
141     section headings.
142    
143     * Output.pm (http_header, http_error, html_header): New methods.
144    
145     2008-07-21 Wakaba <wakaba@suika.fam.cx>
146    
147 wakaba 1.5 * Output.pm (start_section, end_section): "role" option
148     implemented. Automatical rank setting implemented.
149     (start_error_list, end_error_list): New.
150     (add_source_to_parse_error_list): New.
151    
152     * Result.pm: "Unknown location" message text changed.
153    
154     2008-07-21 Wakaba <wakaba@suika.fam.cx>
155    
156 wakaba 1.4 * Result.pm (add_label): Output error-level description
157     text before the description of the error itself, which
158     is originally coded in get_error_level_label, which in turn
159     comes from cc.cgi at first.
160     (get_error_level_label): Removed.
161    
162     2008-07-21 Wakaba <wakaba@suika.fam.cx>
163    
164 wakaba 1.3 * Input.pm: A new subclass for subdocuments are added.
165     Methods for information sections are added (from cc.cgi).
166    
167     * Output.pm (code): Support for attributes.
168     (script, dt): New methods.
169     (node_link): New method (from get_node_link in WebHACC::Result,
170     which comes from cc.cgi).
171    
172     * Result.pm (add_error): Show some text even if no location
173     infomration is available. Use input object, if available,
174     as fallback for location information.
175     (get_error_label, get_node_path, get_node_link): Removed.
176     The first method is no longer used. The latters are now
177     supported as |node_link| method in WebHACC::Output.
178    
179     2008-07-21 Wakaba <wakaba@suika.fam.cx>
180    
181 wakaba 1.2 * Input.pm (generate_transfer_sections, generate_http_header_section):
182     New (partially comes from cc.cgi).
183    
184     * Output.pm (link): Call |start_tag| such that attributes
185     can be set.
186     (link_to_webhacc): New.
187     (encode_url_component): From WebHACC::Language::Base.
188    
189     * Result.pm: Support for error outputting and result table
190     generation.
191    
192 wakaba 1.1 2008-07-20 Wakaba <wakaba@suika.fam.cx>
193    
194     * ChangeLog: New file.
195    
196     * Input.pm, Output.pm, Result.pm: New modules.
197    
198     * Langauge/: New directory.
199    
200    

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24