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

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.12 by wakaba, Sun Aug 10 11:49:43 2008 UTC revision 1.32 by wakaba, Sun Sep 14 06:33:27 2008 UTC
# Line 1  Line 1 
1    2008-09-14  Wakaba  <[email protected]>
2    
3            * Result.pm (add_error): Support for |line_diff| and |column_diff|
4            parameters.
5    
6    2008-09-14  Wakaba  <[email protected]>
7    
8            * Output.pm (generate_input_section): Set |tabindex=0| to |details|
9            header, to make the header focusable.
10    
11    2008-09-11  Wakaba  <[email protected]>
12    
13            * Result.pm (generate_result_section): Initial
14            support for the charset layer.
15    
16    2008-09-10  Wakaba  <[email protected]>
17    
18            * Output.pm (nl_text): Support for |<var>{octets}</var>|,
19            |<var>{char}</var>|, and |<var>{char:hexref}</var>|
20            macros.
21            (generate_input_section): More charsets are added
22            to the list of charsets.
23    
24            * Result.pm: Pass |char| and |octets| arguments
25            to |nl_text|.
26    
27    2008-08-30  Wakaba  <[email protected]>
28    
29            * Result.pm (add_error): Don't raise an error even if the
30            end position is after the end of the string.
31    
32    2008-08-30  Wakaba  <[email protected]>
33    
34            * Result.pm (add_error): Support for |value|-segment marking.
35    
36    2008-08-22  Wakaba  <[email protected]>
37    
38            * Result.pm (add_error): Localize "description" link.
39    
40    2008-08-17  Wakaba  <[email protected]>
41    
42            * Output.pm: |text/x-h2h| added.
43    
44    2008-08-16  Wakaba  <[email protected]>
45    
46            * Output.pm (nl_text): We can finally get rid of a quirk.
47    
48    2008-08-16  Wakaba  <[email protected]>
49    
50            * Input.pm (Subdocument new): Invoke superclass's new method
51            such that |urls| attribute is initialized.
52    
53            * Result.pm (add_error): Use ->url attribute to obtain
54            the URL of the document.  No longer output |text| argument,
55            since all error types except for those used in the WebIDL module
56            are now defined in the catalog.
57    
58    2008-08-16  Wakaba  <[email protected]>
59    
60            * Output.pm (start_section): Don't add item to the non-tab
61            navigation menu if the item's rank is higher than 2.
62    
63    2008-08-16  Wakaba  <[email protected]>
64    
65            * Result.pm (add_error): Pass |value| argument, if any,
66            to the |nl_text| for error type texts.
67    
68    2008-08-15  Wakaba  <[email protected]>
69    
70            * Output.pm (xref_text): New method.
71            (node_link): Don't make node path consumed by catalog
72            engine.
73    
74    2008-08-15  Wakaba  <[email protected]>
75    
76            * Output.pm (nl_text): New rule, <var>{value}</var>,
77            is implemented.
78    
79    2008-08-15  Wakaba  <[email protected]>
80    
81            * Output.pm: |fieldset| end tag no longer necessary.
82    
83            * Result.pm: Link to "#parse-errors" if there are
84            encoding layer errors.
85    
86    2008-08-15  Wakaba  <[email protected]>
87    
88            * Input.pm (generate_transfer_sections): Use standard
89            error list methods for transfer errors.  Typos fixed.
90    
91            * Output.pm (has_error): New attribute.
92            (start_error_list, end_error_list): Support for role "transfer-errors".
93            (end_error_list): Generate "no error found" paragraph if it should be.
94            (generate_input_section): Decode parameters as UTF-8.
95    
96            * Result.pm (add_error): Set |has_error| flag.  Use catalog
97            for "Unknown location" message.
98            (generate_result_section): Use different text for
99            result table rows than normal messages, to avoid collision
100            with other messages (such as "Charset").
101    
102    2008-08-14  Wakaba  <[email protected]>
103    
104            * Input.pm: Methods |generate_transfer_sections|
105            and |generate_http_header_section| are moved to HTTP
106            subclass, since they are irrelevant to non-HTTP inputs.
107            (_get_document): Forbidden host error was not represented
108            by WebHACC::Input::Error subclass.
109            (WebHACC::Input::Error generate_transfer_sections): Use
110            role name for the section.
111            (WebHACC::Input::HTTPError generate_transfer_sections): New method
112            added, since the main superclass, i.e. WebHACC::Input::Error,
113            no longer dumps HTTP headers due to the change mentioned above.
114    
115            * Output.pm (start_section): New roles "transfer-errors" and "result".
116    
117            * Result.pm (parent_result): New attribute.
118            (layer_applicable, layer_uncertain): New methods to set flags.
119            (add_error): Natural language strings are now handled
120            by the catalog mechanism.  Use new scoring mechanism.
121            (generate_result_section): Use catalog for all natural
122            language strings.  Table generation is now much more sophiscated
123            that it was.  Support for subdoc result summary.  Support
124            for the column of the number of informational message.  Support
125            for "N/A" status.
126    
127    2008-08-14  Wakaba  <[email protected]>
128    
129            * Output.pm (start_section): Roles set class="", too.  New "source"
130            role for source code sections.
131    
132    2008-08-14  Wakaba  <[email protected]>
133    
134            * Input.pm (id_prefix): Use the parent subdoc's id_prefix
135            as the prefix of the subdoc id_prefix (e.g. subdoc-1-subdoc-1-
136            for subdoc #1.1).
137            (start_section): Set the role of the section element as subdoc.
138    
139            * Output.pm (start_section): Support for "subdoc" role.
140            Use parent input's id_prefix as parent_id.
141    
142    2008-08-14  Wakaba  <[email protected]>
143    
144            * Output.pm: Support for inner tabs for "input" subsections.
145            Improved support for "details" widget.
146    
147  2008-08-10  Wakaba  <[email protected]>  2008-08-10  Wakaba  <[email protected]>
148    
149          * Output.pm (html_header, start_section): Generate          * Output.pm (html_header, start_section): Generate

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.24