Revision
1.2 -
(
hide annotations)
(
download)
Sun Jul 20 16:53:10 2008 UTC
(16 years, 4 months ago)
by
wakaba
Branch:
MAIN
Changes since
1.1: +13 -0 lines
++ ChangeLog 20 Jul 2008 16:48:51 -0000
2008-07-21 Wakaba <wakaba@suika.fam.cx>
* cc.cgi: Errors and results are now handled by WebHACC::Result.
Decode |uri| parameter as UTF-8. HTTP header dump and
input error are now handled by WebHACC::Input.
++ html/WebHACC/Language/ChangeLog 20 Jul 2008 16:53:06 -0000
2008-07-21 Wakaba <wakaba@suika.fam.cx>
* Base.pm (_get_cc_url, _encode_url_component): Remove (now
supported by WebHACC::Output).
* CSS.pm, CacheManifest.pm, DOM.pm, Default.pm,
HTML.pm, WebIDL.pm, XML.pm: Error reporting is now delegated to
WebHACC::Result.
++ html/WebHACC/ChangeLog 20 Jul 2008 16:50:41 -0000
2008-07-21 Wakaba <wakaba@suika.fam.cx>
* 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.