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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.24