Parent Directory | Revision Log
Links to HEAD: | (view) (download) (annotate) |
Links to HEAD: | (view) (download) (annotate) |
Sticky Tag: |
++ whatpm/Whatpm/ChangeLog 11 Dec 2008 03:17:21 -0000 2008-12-11 Wakaba <wakaba@suika.fam.cx> * URIChecker.pm: Some of |pos_end| values were wrong. ++ whatpm/Whatpm/ContentChecker/ChangeLog 11 Dec 2008 03:18:04 -0000 2008-12-11 Wakaba <wakaba@suika.fam.cx> * HTML.pm: Added support for |pattern| attributes.
++ whatpm/Whatpm/ChangeLog 6 Dec 2008 10:05:14 -0000 * URIChecker.pm: Bug fix: It did not work unless Message::DOM::DOMImplementation has been |require|d. 2008-12-06 Wakaba <wakaba@suika.fam.cx>
++ whatpm/t/ChangeLog 30 Aug 2008 10:22:30 -0000 * ContentChecker.t: Updated for latest version of the Whatpm::ContentChecker module. * content-model-1.dat, content-model-2.dat, content-model-3.dat, content-model-4.dat, content-model-6.dat, content-model-atom-1.dat, content-model-atom-2.dat, content-model-atom-threading-1.dat, table-1.dat: Results updated. 2008-08-30 Wakaba <wakaba@suika.fam.cx> ++ whatpm/Whatpm/ChangeLog 30 Aug 2008 10:24:24 -0000 * ContentChecker.pm: Error level definition for |xml_id_error| was missing. * URIChecker.pm: The end of the URL should be marked as the error location for an empty path error. The position between the userinfo and the port components should be marked as the error location for an empty host error. 2008-08-30 Wakaba <wakaba@suika.fam.cx> ++ whatpm/Whatpm/ContentChecker/ChangeLog 30 Aug 2008 10:26:28 -0000 2008-08-30 Wakaba <wakaba@suika.fam.cx> * Atom.pm: s/element missing/child element missing/ for consistency. * HTML.pm: Typos fixed. (pre): "No significant content" error was unintentionally disabled. s/element missing/child element missing/ for consistency.
++ whatpm/t/ChangeLog 30 Aug 2008 05:31:31 -0000 * URIChecker.t: Error results updated. 2008-08-30 Wakaba <wakaba@suika.fam.cx> ++ whatpm/Whatpm/ChangeLog 30 Aug 2008 05:31:16 -0000 * URIChecker.pm: Set parameters representing where in the value the error occurs for errors. Report unknown address format error in warning level, since address formats are rarely added. Path segments starting with "/.." were misinterpreted as a dot-segment. 2008-08-30 Wakaba <wakaba@suika.fam.cx>
++ whatpm/t/ChangeLog 30 Aug 2008 04:31:55 -0000 2008-08-30 Wakaba <wakaba@suika.fam.cx> * URIChecker.t: Test results updated to new error type names. ++ whatpm/Whatpm/ChangeLog 30 Aug 2008 04:31:29 -0000 2008-08-30 Wakaba <wakaba@suika.fam.cx> * URIChecker.pm (check_iri_reference): Requires |Message::DOM::DOMImplementation|.
++ whatpm/Whatpm/ChangeLog 15 Aug 2008 16:01:09 -0000 2008-08-16 Wakaba <wakaba@suika.fam.cx> * ContentChecker.pm, RDFXML.pm: Pass {level} object to language tag and URL checkers. Support for more error levels for bogus langauge tag and URL "standards". * LangTag.pm, URIChecker.pm: Support for new style error level reporting. ++ whatpm/Whatpm/ContentChecker/ChangeLog 15 Aug 2008 16:01:45 -0000 2008-08-16 Wakaba <wakaba@suika.fam.cx> * HTML.pm, Atom.pm: Pass {level} object to language tag and URL checkers.
++ whatpm/Whatpm/ChangeLog 21 Mar 2008 10:58:23 -0000 * RDFXML.pm: TODO items noted. Validation of ID and URI attributes is implemented. Warn if unknown value is used in rdf:parseType="" attribute. * URIChecker.pm (check_rdf_uri_reference): New function. 2008-03-21 Wakaba <wakaba@suika.fam.cx>
++ whatpm/Whatpm/ChangeLog 23 Nov 2007 12:01:06 -0000 * URIChecker.pm: Make RFC 3986 should-level errors warnings (rather than SHOULD-level errors). 2007-11-23 Wakaba <wakaba@suika.fam.cx>
++ whatpm/Whatpm/ChangeLog 5 Aug 2007 07:12:00 -0000 2007-08-05 Wakaba <wakaba@suika.fam.cx> * H2H.pm: |samp| is added to the list of allowed HTML elements. * URIChecker.pm (check_iri): New. (check_iri_reference): Error type for IRI reference syntax error is changed. ++ whatpm/Whatpm/ContentChecker/ChangeLog 5 Aug 2007 07:12:26 -0000 * Atom.pm: Checker for all elements are defined (with a number of "TODO"s). 2007-08-05 Wakaba <wakaba@suika.fam.cx>
++ whatpm/t/ChangeLog 30 Jun 2007 12:28:52 -0000 2007-06-30 Wakaba <wakaba@suika.fam.cx> * URIChecker.t: Error level names in test results has been changed. * tokenizer-test-1.test: A test for bogus SYSTEM identifier is added. * content-model-1.dat, content-model-2.dat, content-model-3.dat, content-model-4.dat: Error messages has been changed. * ContentChecker.t: Appends error level to the error message if any. ++ whatpm/Whatpm/ChangeLog 30 Jun 2007 13:03:50 -0000 2007-06-30 Wakaba <wakaba@suika.fam.cx> * IMTChecker.pm: Report warning for unregistered and private types/subtypes. * ContentChecker.pm, HTML.pm.src, IMTChecker.pm, URIChecker.pm, HTMLTable.pm: Error messages are now consistent; they are all listed in <http://suika.fam.cx/gate/2005/sw/Whatpm%20Error%20Types>.
++ whatpm/t/ChangeLog 24 Jun 2007 14:19:51 -0000 * content-model-1.dat: Tests for |footer| content model are added. * content-model-2.dat: Tests for |ping| and |tabindex| attributes are added. Tests for |datetime| attribute of |ins| and |del| elements are added. * content-model-4.dat: New test data. * ContentChecker.t: |content-model-4.dat| is added. 2007-06-24 Wakaba <wakaba@suika.fam.cx> ++ whatpm/Whatpm/ChangeLog 24 Jun 2007 14:20:06 -0000 * URIChecker.pm (check_iri_reference): A |decode| method name was incorrect. * ContentChecker.pm: Support for the |footer| element. Check URI syntax for space-separated URI attributes. Support for the |tabindex| attribute. Support for |datetime| attribute. 2007-06-24 Wakaba <wakaba@suika.fam.cx>
++ whatpm/Whatpm/ChangeLog 27 May 2007 06:38:49 -0000 * ContentChecker.pm ($HTMLURIAttrChecker): Include error position in the |type| option of the error. * HTMLTable.pm (form_table): The |$onerror| parameter is now optional. Some bugs are fixed. 2007-05-27 Wakaba <wakaba@suika.fam.cx>
++ whatpm/t/ChangeLog 25 May 2007 14:16:22 -0000 * URIChecker.t: New test entries. 2007-05-25 Wakaba <wakaba@suika.fam.cx> ++ whatpm/Whatpm/ChangeLog 25 May 2007 14:16:00 -0000 * URIChecker.pm: All recommendations from RFC 3986 and RFC 3987 are listed (not all testable items are checked yet). 2007-05-25 Wakaba <wakaba@suika.fam.cx>
++ whatpm/t/ChangeLog 25 May 2007 12:12:35 -0000 2007-05-25 Wakaba <wakaba@suika.fam.cx> * URIChecker.t: New test. ++ whatpm/Whatpm/ChangeLog 25 May 2007 12:12:54 -0000 2007-05-25 Wakaba <wakaba@suika.fam.cx> * URIChecker.pm: New module.
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.
admin@suikawiki.org | ViewVC Help |
Powered by ViewVC 1.1.24 |