--- test/html-webhacc/WebHACC/ChangeLog 2008/07/20 14:58:24 1.1 +++ test/html-webhacc/WebHACC/ChangeLog 2008/07/21 05:48:55 1.4 @@ -1,3 +1,41 @@ +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): + New (partially comes from cc.cgi). + + * Output.pm (link): Call |start_tag| such that attributes + can be set. + (link_to_webhacc): New. + (encode_url_component): From WebHACC::Language::Base. + + * Result.pm: Support for error outputting and result table + generation. + 2008-07-20 Wakaba * ChangeLog: New file.