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