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