--- test/html-webhacc/ChangeLog 2007/07/01 10:02:58 1.18
+++ test/html-webhacc/ChangeLog 2008/03/11 14:10:11 1.52
@@ -1,3 +1,305 @@
+2008-03-11 Wakaba
+
+ * cc.cgi: |value| should be output in |dt| in Parse Errors
+ section.
+
+2008-02-24 Wakaba
+
+ * cc.cgi: Support for level-i (informational).
+
+ * cc-style.css: New style rules for informational messages added.
+
+ * error-description-source.xml (#information, #level-i): Added.
+
+2008-02-10 Wakaba
+
+ * cc.cgi: In CSS mode, add 'u' error for 'structure' category (until
+ it is actually implemented). Support for '-moz-pre-wrap'.
+ Typo in 'collapse' value fixed.
+
+2008-02-10 Wakaba
+
+ * cc.cgi: |text/css| support. |id_prefix| support was
+ partially broken.
+
+2008-02-10 Wakaba
+
+ * cc.cgi: Subdocument validation framework implemented.
+
+2008-02-10 Wakaba
+
+ * cc.cgi (print_listing_section): ID, class, and term
+ section functions are merged.
+
+2008-02-10 Wakaba
+
+ * table-interface.en.html: Typo fixed.
+
+ * cc.cgi: Use |$input->{id_prefix}| as the prefix for the
+ identifiers in report sections. Don't add headings
+ if the |$input->{nested}| flag is set.
+
+ * table-script.js (tableToCanvas): Now it aceepts third
+ argument, |idPrefix|, for setting ID prefix.
+
+ * table.cgi: Set the third argument to |tableToCanvas| as an
+ empty string.
+
+2008-02-10 Wakaba
+
+ * cc.cgi (check_and_print): Now this is a subroutine.
+
+2008-02-09 Wakaba
+
+ * cc-style.css: Rules for s/unsupported/u/'ed version added.
+
+ * cc.cgi: Support for 'u' level.
+
+ * error-description-source.en.xml: s/unsupported/u/;
+
+ * standards.en.html: CSS added.
+
+2008-02-09 Wakaba
+
+ * standards.en.html: New document.
+
+ * cc-interface.en.html: Linking to |standards.en.html|.
+
+2007-11-23 Wakaba
+
+ * error-description-source.xml: New error descriptions.
+
+ * cc.cgi: |Accept-Encoding: *; q=0| is a request for server to send
+ a 406 page! |identity| encoding is added.
+
+2007-11-19 Wakaba
+
+ * cc.cgi (#document-tree Document): Output |inputEncoding|,
+ |manakaiCharset|, and |manakaiHasBOM| attributes.
+
+2007-11-18 Wakaba
+
+ * cc-style.css: New rules for warnings.
+
+ * cc-todo.en.txt: Updated.
+
+ * cc.cgi: Default to |Windows-1252| instead of |ISO-8859-1|
+ for |inner_html| with external source. Set |manakai_charset|
+ attribute if possible.
+ (load_text_catalog): Interpret catalog file as UTF-8.
+
+ * error-description-source.en.xml: New errors for character
+ encodings are added.
+
+2007-11-18 Wakaba
+
+ * error-description-source.xml: s/charset declaration/character
+ encoding declaration/g, since HTML5 spec says so.
+
+2007-11-18 Wakaba
+
+ * cc.cgi (get_input_document): Use sniffer to determine
+ media type of the entity.
+
+2007-11-11 Wakaba
+
+ * cc-style.css: Rules for "unsupported" parse errors.
+
+ * cc.cgi (print_syntax_error_html_section): Use HTML
+ parser for byte string.
+ (print_result_unknown_type_section): Make output
+ more consistent with other media types.
+
+2007-11-11 Wakaba
+
+ * parser.cgi: Use |Whatpm::HTML::Serializer| to serialize
+ an HTML DOM.
+
+2007-11-07 Wakaba
+
+ * cc-style.css: Styling examples.
+
+2007-11-07 Wakaba
+
+ * error-description-source.xml (enumerated:invalid:http-equiv:content-type):
+ New.
+
+2007-11-05 Wakaba
+
+ * cc.cgi (get_error_level_label): New.
+
+ * cc-style.css: New rules for error level descriptions.
+
+ * error-description-source.xml: Description for error
+ levels is added.
+
+2007-11-04 Wakaba
+
+ * cc-interface.en.html (i): |text/cache-manifest| is added.
+
+ * cc-style.css: New rules for manifest dump.
+
+ * cc.cgi: Support for |text/cache-manifest|.
+
+ * error-description-soruce.en.xml (#cache-manifest-errors): New
+ section.
+
+2007-09-10 Wakaba
+
+ * cc.cgi, cc-style.css: Scoring support.
+
+2007-09-03 Wakaba
+
+ * error-description-source.xml: Updated.
+
+2007-09-02 Wakaba
+
+ * cc.cgi: Report document sections are now output by
+ corresponding subroutines.
+
+2007-08-26 Wakaba
+
+ * cc.cgi: New catalog macros |local-name| and |element-local-name|.
+
+2007-08-11 Wakaba
+
+ * cc.cgi, parser-manakai.cgi, parser.cgi: Use |Message::CGI::HTTP|
+ instead of |SuikaWiki::Input::HTTP|.
+
+2007-08-05 Wakaba
+
+ * cc-interface.en.html: IMT |application/atom+xml| is added.
+ Link to |cc-todo| is added.
+
+2007-07-24 Wakaba
+
+ * error-description.xml: Description for "after body", "bare etago",
+ and "bogus end tag" are added.
+
+2007-07-21 Wakaba
+
+ * cc-style.css: Don't remove bullet of the document node
+ in the document tree. Don't collapse white space
+ in the |code| elements.
+
+ * cc.cgi: Put identifiers and class names into |code|
+ element.
+ (get_text): Template for attribute values are supported.
+
+ * error-descriotion-source.en.xml: More error descriptions
+ are included. Use |{@}| attribute value insertion macro
+ for errors in which it should be useful.
+
+2007-07-17 Wakaba
+
+ * cc.cgi: Output HTTP and HTML header before try to
+ fetch the specified resource for usability. Add
+ tables, identifiers, and terms section to the TOC.
+ Generate classes list.
+
+2007-07-17 Wakaba
+
+ * alert.png, error.png, info.png: New images.
+
+ * LICENSE: New image file names are added.
+
+ * cc-interface.en.html: Link to the style sheet is added.
+
+ * cc-style.css: Duplicate identifiers and terms
+ are decorated by icon.
+
+ * cc.cgi: |h1| links to the interface page.
+ (#identifiers): New section.
+
+ * error-description-source.en.xml: More error types are
+ added.
+
+2007-07-16 Wakaba
+
+ * cc.cgi: Set |STDOUT| encoding as |utf8|.
+ (htescape): Escape some more invisible characters.
+
+ * error-description-source.en.xml: More error data.
+
+2007-07-16 Wakaba
+
+ * cc.cgi (table stuff): Set |is_header| property
+ of table cells explicitly since otherwise newer JSON.pm
+ generates broken output.
+ (get_text): Return the reduced type name as well. Use
+ it as fragment of detail document.
+
+ * error-description-source.en.xml: More error descriptions
+ are added.
+
+ * mkdescription.pl: Remove |catalog| element from
+ the result description document.
+
+ * table.cgi: Set |is_header| property
+ of table cells explicitly since otherwise newer JSON.pm
+ generates broken output.
+
+2007-07-16 Wakaba
+
+ * Makefile (all): |cc-msg.en.txt| is added to the list of
+ dependency.
+ (cc-msg.en.txt): New rule.
+
+ * mkcatalog.pl: New Perl script.
+
+ * cc-msg.en.txt: Now this file is generated by
+ the rule described in |Makefile|.
+
+ * cc.cgi (HTML mode): Set |charset| as |ISO-8859-1|
+ if not specified, for now.
+ (get_text): Replace |$/n/|, not just |$/n/|,
+ to variable.
+
+ * error-description-source.xml: All entries
+ in |cc-msg.en.txt| are now described as XML data.
+
+ * mkdescription.pl: Print the result by |inner_html| DOM
+ attribute. Put |level| attribute value, if any, before |name|
+ attribute value. Allow missing of |desc| attribute.
+ Ignore any |catalog| element.
+
+2007-07-16 Wakaba
+
+ * cc-interface.en.html: Content-Type options are extended.
+ Charset options are added. URI input box is added.
+
+ * cc.cgi (get_input_document): New. Support for URI input.
+ (#document-info): Present request URI, documen URI,
+ base URI (HTTP-level), internet media type, and
+ charset (if any).
+ (print_http_header_section): New.
+ (print_source_string_section): Renamed from |print_source_string|
+ and it now generate entire section. Use charset
+ information obtained by parsing (for this reason the section
+ now follows the parse error section).
+ (HTML parse mode): Support for charsets (alpha).
+ (XML parse mode): Support for |application/xml|
+ and |text/xml|. Support for charsets.
+ (#result-summary): Show error message section,
+ rather than simple HTTP error, for any input error.
+ (print_document_tree): Present |xml_version|, |xml_encoding|,
+ and |xml_standalone|.
+ (get_node_path): Return |/| if the input is the |Document| node.
+ (WDCC::LWPUA): New package.
+
+2007-07-15 Wakaba
+
+ * parser-manakai-interface.en.html: An option
+ to parse as H2H is added.
+
+ * parser-manakai.cgi: H2H parse mode is added.
+
+2007-07-15 Wakaba
+
+ * parser-manakai.cgi: Set |Document| as HTML if it is.
+ Use |inner_html| attribute for inner HTML value.
+ XML documents are now serializable via |inner_html|.
+
2007-07-01 Wakaba
* Makefile: New.