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

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.27

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24