--- test/html-webhacc/WebHACC/ChangeLog 2008/07/20 16:53:10 1.2 +++ test/html-webhacc/WebHACC/ChangeLog 2008/07/27 10:33:46 1.10 @@ -1,3 +1,86 @@ +2008-07-27 Wakaba + + * Output.pm (new, input): |input| attribute should always have an input + object, even though it might be an empty one. + (add_source_to_parse_error_list): s/shift/shift ()/ to remove + ambigiousness warning. + (select): New method. + (generate_input_section): New method. + +2008-07-26 Wakaba + + * Input.pod: New. + + * Input.pm (urls, url, add_url): New. Originally handled + as |$input->{uri}| and |$input->{request_uri}|. + (get_document and related methods/classes): New. Originally + part of |cc.cgi|. + + * Output.pm (html_header): Link to |cc-script.js|. + +2008-07-21 Wakaba + + * Input.pm: Most human-readable texts are now handled by + catalog. + (id_prefix): Support for nested subdocuments. + + * Output.pm (start_section, dt, xref): Section/item names and + link labels are now handled by catalog. + (load_text_catalog, nl_text): New methods. + (html_header): Application name is moved to catalog. + + * Result.pm (add_error): Important error properties are + now exposed to client-side script as data-* attributes. + Labels are now handled by catalog. Error descriptions + are now taken from catalog as it were. + +2008-07-21 Wakaba + + * Output.pm (html_header): Application name changed. + +2008-07-21 Wakaba + + * Input.pm (full_subdocument_index): New method, for the + support of hierarchical subdocument numbers. + (start_section): Use hierarhical subdocument numbers for + section headings. + + * Output.pm (http_header, http_error, html_header): New methods. + +2008-07-21 Wakaba + + * Output.pm (start_section, end_section): "role" option + implemented. Automatical rank setting implemented. + (start_error_list, end_error_list): New. + (add_source_to_parse_error_list): New. + + * Result.pm: "Unknown location" message text changed. + +2008-07-21 Wakaba + + * Result.pm (add_label): Output error-level description + text before the description of the error itself, which + is originally coded in get_error_level_label, which in turn + comes from cc.cgi at first. + (get_error_level_label): Removed. + +2008-07-21 Wakaba + + * Input.pm: A new subclass for subdocuments are added. + Methods for information sections are added (from cc.cgi). + + * Output.pm (code): Support for attributes. + (script, dt): New methods. + (node_link): New method (from get_node_link in WebHACC::Result, + which comes from cc.cgi). + + * Result.pm (add_error): Show some text even if no location + infomration is available. Use input object, if available, + as fallback for location information. + (get_error_label, get_node_path, get_node_link): Removed. + The first method is no longer used. The latters are now + supported as |node_link| method in WebHACC::Output. + 2008-07-21 Wakaba * Input.pm (generate_transfer_sections, generate_http_header_section):