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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24