| 1 |  | 2008-08-15  Wakaba  <wakaba@suika.fam.cx> | 
| 2 |  |  | 
| 3 |  | * Input.pm (generate_transfer_sections): Use standard | 
| 4 |  | error list methods for transfer errors.  Typos fixed. | 
| 5 |  |  | 
| 6 |  | * Output.pm (has_error): New attribute. | 
| 7 |  | (start_error_list, end_error_list): Support for role "transfer-errors". | 
| 8 |  | (end_error_list): Generate "no error found" paragraph if it should be. | 
| 9 |  | (generate_input_section): Decode parameters as UTF-8. | 
| 10 |  |  | 
| 11 |  | * Result.pm (add_error): Set |has_error| flag.  Use catalog | 
| 12 |  | for "Unknown location" message. | 
| 13 |  | (generate_result_section): Use different text for | 
| 14 |  | result table rows than normal messages, to avoid collision | 
| 15 |  | with other messages (such as "Charset"). | 
| 16 |  |  | 
| 17 |  | 2008-08-14  Wakaba  <wakaba@suika.fam.cx> | 
| 18 |  |  | 
| 19 |  | * Input.pm: Methods |generate_transfer_sections| | 
| 20 |  | and |generate_http_header_section| are moved to HTTP | 
| 21 |  | subclass, since they are irrelevant to non-HTTP inputs. | 
| 22 |  | (_get_document): Forbidden host error was not represented | 
| 23 |  | by WebHACC::Input::Error subclass. | 
| 24 |  | (WebHACC::Input::Error generate_transfer_sections): Use | 
| 25 |  | role name for the section. | 
| 26 |  | (WebHACC::Input::HTTPError generate_transfer_sections): New method | 
| 27 |  | added, since the main superclass, i.e. WebHACC::Input::Error, | 
| 28 |  | no longer dumps HTTP headers due to the change mentioned above. | 
| 29 |  |  | 
| 30 |  | * Output.pm (start_section): New roles "transfer-errors" and "result". | 
| 31 |  |  | 
| 32 |  | * Result.pm (parent_result): New attribute. | 
| 33 |  | (layer_applicable, layer_uncertain): New methods to set flags. | 
| 34 |  | (add_error): Natural language strings are now handled | 
| 35 |  | by the catalog mechanism.  Use new scoring mechanism. | 
| 36 |  | (generate_result_section): Use catalog for all natural | 
| 37 |  | language strings.  Table generation is now much more sophiscated | 
| 38 |  | that it was.  Support for subdoc result summary.  Support | 
| 39 |  | for the column of the number of informational message.  Support | 
| 40 |  | for "N/A" status. | 
| 41 |  |  | 
| 42 |  | 2008-08-14  Wakaba  <wakaba@suika.fam.cx> | 
| 43 |  |  | 
| 44 |  | * Output.pm (start_section): Roles set class="", too.  New "source" | 
| 45 |  | role for source code sections. | 
| 46 |  |  | 
| 47 |  | 2008-08-14  Wakaba  <wakaba@suika.fam.cx> | 
| 48 |  |  | 
| 49 |  | * Input.pm (id_prefix): Use the parent subdoc's id_prefix | 
| 50 |  | as the prefix of the subdoc id_prefix (e.g. subdoc-1-subdoc-1- | 
| 51 |  | for subdoc #1.1). | 
| 52 |  | (start_section): Set the role of the section element as subdoc. | 
| 53 |  |  | 
| 54 |  | * Output.pm (start_section): Support for "subdoc" role. | 
| 55 |  | Use parent input's id_prefix as parent_id. | 
| 56 |  |  | 
| 57 |  | 2008-08-14  Wakaba  <wakaba@suika.fam.cx> | 
| 58 |  |  | 
| 59 |  | * Output.pm: Support for inner tabs for "input" subsections. | 
| 60 |  | Improved support for "details" widget. | 
| 61 |  |  | 
| 62 |  | 2008-08-10  Wakaba  <wakaba@suika.fam.cx> | 
| 63 |  |  | 
| 64 |  | * Output.pm (html_header, start_section): Generate | 
| 65 |  | script elements for tab styling. | 
| 66 |  |  | 
| 67 |  | * Result.pm: Link to error list section of transfer-protocol-level | 
| 68 |  | errors. | 
| 69 |  |  | 
| 70 |  | 2008-08-02  Wakaba  <wakaba@suika.fam.cx> | 
| 71 |  |  | 
| 72 |  | * Output.pm ($htescape_value): New code.  Some methods should | 
| 73 |  | invoke this code instead of original $htescape, since that | 
| 74 |  | code will convert invisible characters into HTML tags | 
| 75 |  | such that that code is not suitable for attribute values | 
| 76 |  | and CDATA/PCDATA element contents. | 
| 77 |  | ($get_object_path): New.  Future revision of this code should | 
| 78 |  | support real "path" to the node object.  The current version | 
| 79 |  | only dumps the type and the name of the node itself. | 
| 80 |  | (node_link): Support for non-DOM nodes. | 
| 81 |  |  | 
| 82 |  | * Result.pm (add_error): Support for non-DOM nodes. | 
| 83 |  |  | 
| 84 |  | 2008-07-27  Wakaba  <wakaba@suika.fam.cx> | 
| 85 |  |  | 
| 86 |  | * Output.pm (new, input): |input| attribute should always have an input | 
| 87 |  | object, even though it might be an empty one. | 
| 88 |  | (add_source_to_parse_error_list): s/shift/shift ()/ to remove | 
| 89 |  | ambigiousness warning. | 
| 90 |  | (select): New method. | 
| 91 |  | (generate_input_section): New method. | 
| 92 |  |  | 
| 93 | 2008-07-26  Wakaba  <wakaba@suika.fam.cx> | 2008-07-26  Wakaba  <wakaba@suika.fam.cx> | 
| 94 |  |  | 
| 95 | * Input.pod: New. | * Input.pod: New. |