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> |
2008-08-14 Wakaba <wakaba@suika.fam.cx> |
112 |
|
|
113 |
* Output.pm: Support for inner tabs for "input" subsections. |
* Output.pm: Support for inner tabs for "input" subsections. |