--- test/html-webhacc/WebHACC/ChangeLog 2008/08/14 11:58:32 1.15
+++ test/html-webhacc/WebHACC/ChangeLog 2008/08/15 08:36:41 1.18
@@ -1,3 +1,51 @@
+2008-08-15 Wakaba
+
+ * Output.pm: |fieldset| end tag no longer necessary.
+
+ * Result.pm: Link to "#parse-errors" if there are
+ encoding layer errors.
+
+2008-08-15 Wakaba
+
+ * Input.pm (generate_transfer_sections): Use standard
+ error list methods for transfer errors. Typos fixed.
+
+ * Output.pm (has_error): New attribute.
+ (start_error_list, end_error_list): Support for role "transfer-errors".
+ (end_error_list): Generate "no error found" paragraph if it should be.
+ (generate_input_section): Decode parameters as UTF-8.
+
+ * Result.pm (add_error): Set |has_error| flag. Use catalog
+ for "Unknown location" message.
+ (generate_result_section): Use different text for
+ result table rows than normal messages, to avoid collision
+ with other messages (such as "Charset").
+
+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"