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

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.31

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24