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