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> |
133 |
|
|
134 |
|
* Output.pm (start_section): Roles set class="", too. New "source" |
135 |
|
role for source code sections. |
136 |
|
|
137 |
|
2008-08-14 Wakaba <wakaba@suika.fam.cx> |
138 |
|
|
139 |
|
* Input.pm (id_prefix): Use the parent subdoc's id_prefix |
140 |
|
as the prefix of the subdoc id_prefix (e.g. subdoc-1-subdoc-1- |
141 |
|
for subdoc #1.1). |
142 |
|
(start_section): Set the role of the section element as subdoc. |
143 |
|
|
144 |
|
* Output.pm (start_section): Support for "subdoc" role. |
145 |
|
Use parent input's id_prefix as parent_id. |
146 |
|
|
147 |
|
2008-08-14 Wakaba <wakaba@suika.fam.cx> |
148 |
|
|
149 |
|
* Output.pm: Support for inner tabs for "input" subsections. |
150 |
|
Improved support for "details" widget. |
151 |
|
|
152 |
|
2008-08-10 Wakaba <wakaba@suika.fam.cx> |
153 |
|
|
154 |
|
* Output.pm (html_header, start_section): Generate |
155 |
|
script elements for tab styling. |
156 |
|
|
157 |
|
* Result.pm: Link to error list section of transfer-protocol-level |
158 |
|
errors. |
159 |
|
|
160 |
|
2008-08-02 Wakaba <wakaba@suika.fam.cx> |
161 |
|
|
162 |
|
* Output.pm ($htescape_value): New code. Some methods should |
163 |
|
invoke this code instead of original $htescape, since that |
164 |
|
code will convert invisible characters into HTML tags |
165 |
|
such that that code is not suitable for attribute values |
166 |
|
and CDATA/PCDATA element contents. |
167 |
|
($get_object_path): New. Future revision of this code should |
168 |
|
support real "path" to the node object. The current version |
169 |
|
only dumps the type and the name of the node itself. |
170 |
|
(node_link): Support for non-DOM nodes. |
171 |
|
|
172 |
|
* Result.pm (add_error): Support for non-DOM nodes. |
173 |
|
|
174 |
|
2008-07-27 Wakaba <wakaba@suika.fam.cx> |
175 |
|
|
176 |
|
* Output.pm (new, input): |input| attribute should always have an input |
177 |
|
object, even though it might be an empty one. |
178 |
|
(add_source_to_parse_error_list): s/shift/shift ()/ to remove |
179 |
|
ambigiousness warning. |
180 |
|
(select): New method. |
181 |
|
(generate_input_section): New method. |
182 |
|
|
183 |
2008-07-26 Wakaba <wakaba@suika.fam.cx> |
2008-07-26 Wakaba <wakaba@suika.fam.cx> |
184 |
|
|
185 |
* Input.pod: New. |
* Input.pod: New. |