1 |
2008-08-14 Wakaba <wakaba@suika.fam.cx> |
2008-08-14 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* Input.pm: Methods |generate_transfer_sections| |
4 |
|
and |generate_http_header_section| are moved to HTTP |
5 |
|
subclass, since they are irrelevant to non-HTTP inputs. |
6 |
|
(_get_document): Forbidden host error was not represented |
7 |
|
by WebHACC::Input::Error subclass. |
8 |
|
(WebHACC::Input::Error generate_transfer_sections): Use |
9 |
|
role name for the section. |
10 |
|
(WebHACC::Input::HTTPError generate_transfer_sections): New method |
11 |
|
added, since the main superclass, i.e. WebHACC::Input::Error, |
12 |
|
no longer dumps HTTP headers due to the change mentioned above. |
13 |
|
|
14 |
|
* Output.pm (start_section): New roles "transfer-errors" and "result". |
15 |
|
|
16 |
|
* Result.pm (parent_result): New attribute. |
17 |
|
(layer_applicable, layer_uncertain): New methods to set flags. |
18 |
|
(add_error): Natural language strings are now handled |
19 |
|
by the catalog mechanism. Use new scoring mechanism. |
20 |
|
(generate_result_section): Use catalog for all natural |
21 |
|
language strings. Table generation is now much more sophiscated |
22 |
|
that it was. Support for subdoc result summary. Support |
23 |
|
for the column of the number of informational message. Support |
24 |
|
for "N/A" status. |
25 |
|
|
26 |
|
2008-08-14 Wakaba <wakaba@suika.fam.cx> |
27 |
|
|
28 |
|
* Output.pm (start_section): Roles set class="", too. New "source" |
29 |
|
role for source code sections. |
30 |
|
|
31 |
|
2008-08-14 Wakaba <wakaba@suika.fam.cx> |
32 |
|
|
33 |
* Input.pm (id_prefix): Use the parent subdoc's id_prefix |
* Input.pm (id_prefix): Use the parent subdoc's id_prefix |
34 |
as the prefix of the subdoc id_prefix (e.g. subdoc-1-subdoc-1- |
as the prefix of the subdoc id_prefix (e.g. subdoc-1-subdoc-1- |
35 |
for subdoc #1.1). |
for subdoc #1.1). |