--- test/html-webhacc/WebHACC/ChangeLog 2008/08/02 06:07:11 1.11 +++ test/html-webhacc/WebHACC/ChangeLog 2008/08/14 15:50:42 1.16 @@ -1,3 +1,56 @@ +2008-08-14 Wakaba + + * Input.pm: Methods |generate_transfer_sections| + and |generate_http_header_section| are moved to HTTP + subclass, since they are irrelevant to non-HTTP inputs. + (_get_document): Forbidden host error was not represented + by WebHACC::Input::Error subclass. + (WebHACC::Input::Error generate_transfer_sections): Use + role name for the section. + (WebHACC::Input::HTTPError generate_transfer_sections): New method + added, since the main superclass, i.e. WebHACC::Input::Error, + no longer dumps HTTP headers due to the change mentioned above. + + * Output.pm (start_section): New roles "transfer-errors" and "result". + + * Result.pm (parent_result): New attribute. + (layer_applicable, layer_uncertain): New methods to set flags. + (add_error): Natural language strings are now handled + by the catalog mechanism. Use new scoring mechanism. + (generate_result_section): Use catalog for all natural + language strings. Table generation is now much more sophiscated + that it was. Support for subdoc result summary. Support + for the column of the number of informational message. Support + for "N/A" status. + +2008-08-14 Wakaba + + * Output.pm (start_section): Roles set class="", too. New "source" + role for source code sections. + +2008-08-14 Wakaba + + * Input.pm (id_prefix): Use the parent subdoc's id_prefix + as the prefix of the subdoc id_prefix (e.g. subdoc-1-subdoc-1- + for subdoc #1.1). + (start_section): Set the role of the section element as subdoc. + + * Output.pm (start_section): Support for "subdoc" role. + Use parent input's id_prefix as parent_id. + +2008-08-14 Wakaba + + * Output.pm: Support for inner tabs for "input" subsections. + Improved support for "details" widget. + +2008-08-10 Wakaba + + * Output.pm (html_header, start_section): Generate + script elements for tab styling. + + * Result.pm: Link to error list section of transfer-protocol-level + errors. + 2008-08-02 Wakaba * Output.pm ($htescape_value): New code. Some methods should