/[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.15 by wakaba, Thu Aug 14 11:58:32 2008 UTC revision 1.33 by wakaba, Mon Sep 15 02:55:12 2008 UTC
# Line 1  Line 1 
1    2008-09-15  Wakaba  <wakaba@suika.fam.cx>
2    
3            * Output.pm ($htescape, $htescape_value): Commented out
4            redundant things for now.
5    
6    2008-09-14  Wakaba  <wakaba@suika.fam.cx>
7    
8            * 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            * Output.pm (generate_input_section): Set |tabindex=0| to |details|
14            header, to make the header focusable.
15    
16    2008-09-11  Wakaba  <wakaba@suika.fam.cx>
17    
18            * Result.pm (generate_result_section): Initial
19            support for the charset layer.
20    
21    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    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
33    
34            * 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            * Result.pm (add_error): Support for |value|-segment marking.
40    
41    2008-08-22  Wakaba  <wakaba@suika.fam.cx>
42    
43            * Result.pm (add_error): Localize "description" link.
44    
45    2008-08-17  Wakaba  <wakaba@suika.fam.cx>
46    
47            * Output.pm: |text/x-h2h| added.
48    
49    2008-08-16  Wakaba  <wakaba@suika.fam.cx>
50    
51            * Output.pm (nl_text): We can finally get rid of a quirk.
52    
53    2008-08-16  Wakaba  <wakaba@suika.fam.cx>
54    
55            * 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            * 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            * Result.pm (add_error): Pass |value| argument, if any,
71            to the |nl_text| for error type texts.
72    
73    2008-08-15  Wakaba  <wakaba@suika.fam.cx>
74    
75            * 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            * Output.pm (nl_text): New rule, <var>{value}</var>,
82            is implemented.
83    
84    2008-08-15  Wakaba  <wakaba@suika.fam.cx>
85    
86            * 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            * 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    2008-08-14  Wakaba  <wakaba@suika.fam.cx>
108    
109            * 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>  2008-08-14  Wakaba  <wakaba@suika.fam.cx>
133    
134          * Output.pm (start_section): Roles set class="", too.  New "source"          * Output.pm (start_section): Roles set class="", too.  New "source"

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.33

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24