W3C CVS

CVS log for validator/httpd/cgi-bin/check

[BACK] Up to [Public] / validator / httpd / cgi-bin

Request diff between arbitrary revisions


Default branch: 1

Revision 1.588 / (download) - annotate - [select for diffs] , Mon May 5 03:30:18 2008 UTC (8 days, 10 hours ago) by ot
CVS Tags: HEAD
Changes since 1.587: +8 -4 lines
Diff to previous 1.587 (colored)
configuring the default doctype for HTML and XHTML modes. Should be in config file?

Revision 1.587 / (download) - annotate - [select for diffs] , Mon May 5 02:46:07 2008 UTC (8 days, 11 hours ago) by ot
Changes since 1.586: +28 -9 lines
Diff to previous 1.586 (colored)
* if the root element has a namespace, and even neither mime type,
  doctype nor xml declaration have helped detect the proper parse mode,
  switch to XML checking mode.

* If the document has no doctype but we are in XML mode and a root namespace
  was found, filter out the "no doctype" errors.

Revision 1.586 / (download) - annotate - [select for diffs] , Mon Apr 28 06:44:40 2008 UTC (2 weeks, 1 day ago) by ot
Changes since 1.585: +8 -6 lines
Diff to previous 1.585 (colored)
subroutine namespace disambiguation, by setting all the main routines
under the W3C::Validator::MarkupValidator namespace.

 ----------------------------------------------------------------------

Revision 1.585 / (download) - annotate - [select for diffs] , Mon Apr 28 03:42:43 2008 UTC (2 weeks, 1 day ago) by ot
Changes since 1.584: +27 -11 lines
Diff to previous 1.584 (colored)
Trying to solve the headache of the default fallback character encoding,
when different specs suggest different encodings, and we try to promote utf-8
as the best practice. This patch tried to go around the issue by trying, in sequence,
a fallback of utf8, win-1252, then iso-8859-1 - in sequence.

Revision 1.584 / (download) - annotate - [select for diffs] , Wed Apr 23 04:23:31 2008 UTC (2 weeks, 6 days ago) by ot
Changes since 1.583: +119 -53 lines
Diff to previous 1.583 (colored)

* Renaming the W3C::Validator::SAXHandler (misleading name) module
as what it is, some hybrid event handler.

* Giving W3C::Validator::EventHandler a proper namespace and packacge
structure.

* subclassing W3C::Validator::EventHandler with extra handling of char/data
for the creation of the document outline => W3C::Validator::EventHandler::Outliner

We could move the various packages out of the check script and into their own cpan'd
modules, I guess...

Revision 1.583 / (download) - annotate - [select for diffs] , Wed Feb 13 05:57:24 2008 UTC (2 months, 4 weeks ago) by ot
Changes since 1.582: +7 -3 lines
Diff to previous 1.582 (colored)
adding accept-charset option

Revision 1.582 / (download) - annotate - [select for diffs] , Tue Feb 12 06:30:25 2008 UTC (3 months ago) by ot
Changes since 1.581: +12 -2 lines
Diff to previous 1.581 (colored)
additional fix for http://www.w3.org/Bugs/Public/show_bug.cgi?id=4848
- we were checking whether the SI matched a recognized FPI
- we are now also checking, in case the FPI is not recognized, whether it matches a known SI.

Revision 1.581 / (download) - annotate - [select for diffs] , Thu Jan 17 11:23:25 2008 UTC (3 months, 3 weeks ago) by ot
Changes since 1.580: +3 -3 lines
Diff to previous 1.580 (colored)
fixed bug for display of FPI in W26

Revision 1.580 / (download) - annotate - [select for diffs] , Thu Jan 17 11:15:13 2008 UTC (3 months, 3 weeks ago) by ot
Changes since 1.579: +6 -3 lines
Diff to previous 1.579 (colored)
Rewording of the warning title and text for doctype FPI/SI mismatch, as suggested by Terje.

Revision 1.579 / (download) - annotate - [select for diffs] , Thu Jan 17 08:09:23 2008 UTC (3 months, 3 weeks ago) by ot
Changes since 1.578: +20 -4 lines
Diff to previous 1.578 (colored)
check that in a DOCTYPE declaration for a known document type, FPI and SI match

Revision 1.578 / (download) - annotate - [select for diffs] , Wed Nov 21 06:55:48 2007 UTC (5 months, 3 weeks ago) by ot
Changes since 1.577: +6 -6 lines
Diff to previous 1.577 (colored)
Make sure (looks like a regression) that we do not perform override of a doctype upon itself
See e.g:
http://lists.w3.org/Archives/Public/www-validator/2007Nov/0038.html

Revision 1.577 / (download) - annotate - [select for diffs] , Thu Oct 25 19:43:57 2007 UTC (6 months, 2 weeks ago) by ville
Changes since 1.576: +3 -3 lines
Diff to previous 1.576 (colored)
UTF-8-encode "authorization failed" template output (Chuck Houpt)

Revision 1.576 / (download) - annotate - [select for diffs] , Fri Oct 19 19:37:39 2007 UTC (6 months, 3 weeks ago) by ville
Changes since 1.575: +6 -2 lines
Diff to previous 1.575 (colored)
Include some warning info from LWP in fatal HTTP error messages.

Revision 1.575 / (download) - annotate - [select for diffs] , Tue Oct 9 16:37:05 2007 UTC (7 months ago) by ville
CVS Tags: validator-0_8_2-release
Changes since 1.574: +6 -2 lines
Diff to previous 1.574 (colored)
IIS workaround, thanks to David Tibbe and Allan Smith.

Revision 1.574 / (download) - annotate - [select for diffs] , Tue Oct 9 00:48:23 2007 UTC (7 months ago) by ot
Changes since 1.573: +5 -4 lines
Diff to previous 1.573 (colored)
patch by Brett Bieber for Bug 5154
http://lists.w3.org/Archives/Public/www-validator/2007Oct/0027.html

Revision 1.573 / (download) - annotate - [select for diffs] , Wed Oct 3 10:42:08 2007 UTC (7 months, 1 week ago) by ot
Changes since 1.572: +52 -4 lines
Diff to previous 1.572 (colored)
Fix for http://www.w3.org/Bugs/Public/show_bug.cgi?id=3663

Checking if doctype-less documents display patterns specific to SVG
(svg root element, with or without version/baseProfile attributes)
and, upon detection, applying "fake" doctype override to help validation
of doctype-less SVG 1.0, 1.1 (including Tiny and Basic).

Revision 1.572 / (download) - annotate - [select for diffs] , Thu Sep 27 10:13:36 2007 UTC (7 months, 2 weeks ago) by ot
Changes since 1.571: +15 -2 lines
Diff to previous 1.571 (colored)
adding experimental parameters to set the Accept and Accept-Language headers

Revision 1.571 / (download) - annotate - [select for diffs] , Tue Sep 25 07:22:03 2007 UTC (7 months, 2 weeks ago) by ot
Changes since 1.570: +14 -3 lines
Diff to previous 1.570 (colored)
all our templates are utf-8

Revision 1.570 / (download) - annotate - [select for diffs] , Tue Sep 25 07:05:28 2007 UTC (7 months, 2 weeks ago) by ot
Changes since 1.569: +4 -2 lines
Diff to previous 1.569 (colored)
giving spopt options twice, working around the usual bug with sgml::parser::opensp 0.99

Revision 1.569 / (download) - annotate - [select for diffs] , Tue Sep 25 06:43:45 2007 UTC (7 months, 2 weeks ago) by ot
Changes since 1.568: +14 -2 lines
Diff to previous 1.568 (colored)
in sgml mode, reporting shorttag usage as a warning. TODO: add explanations for the warning messages

Revision 1.568 / (download) - annotate - [select for diffs] , Wed Sep 12 06:12:43 2007 UTC (8 months ago) by ot
Changes since 1.567: +14 -6 lines
Diff to previous 1.567 (colored)
* Cleanup of the template variables used to determine whether upload or direct input has been used.
This complicates the template structure a little, since HTML::Template does not have <TMPL_ELSIF>, but in the long run it is cleaner than using is_upload
for direct input AND upload
* using a filtering routine to work around a HTML::Template bug with utf-8 encoded template files, see
http://lists.w3.org/Archives/Public/public-qa-dev/2007Sep/0006.html

Revision 1.567 / (download) - annotate - [select for diffs] , Tue Sep 11 06:52:21 2007 UTC (8 months ago) by ville
Changes since 1.566: +5 -5 lines
Diff to previous 1.566 (colored)
Tighten matching of content types that we treat as special in parse_content_type()

Revision 1.566 / (download) - annotate - [select for diffs] , Tue Sep 11 06:45:38 2007 UTC (8 months ago) by ot
Changes since 1.565: +3 -3 lines
Diff to previous 1.565 (colored)
Making doctype detection work with document types using dashes or dots
in root element (allowed in XML, at least).
This fixes Bug 5031: http://www.w3.org/Bugs/Public/show_bug.cgi?id=5031

Revision 1.565 / (download) - annotate - [select for diffs] , Tue Sep 11 05:58:30 2007 UTC (8 months ago) by ot
Changes since 1.564: +5 -2 lines
Diff to previous 1.564 (colored)
Now that we have a decent XML processor, we can accept documents sent with a
media type which is unknown, if the media type follows the convention
"application/*+xml" (as a subset of the convention defined in RFC 3023 sec 7)
we'll treat it as incoming XML.

This should also fix http://www.w3.org/Bugs/Public/show_bug.cgi?id=4926

Revision 1.564 / (download) - annotate - [select for diffs] , Tue Sep 11 05:34:13 2007 UTC (8 months ago) by ot
Changes since 1.563: +7 -2 lines
Diff to previous 1.563 (colored)
for resources served as application/atom+xml, passing to feed validator

Revision 1.563 / (download) - annotate - [select for diffs] , Tue Sep 11 05:02:21 2007 UTC (8 months ago) by ot
Changes since 1.562: +5 -2 lines
Diff to previous 1.562 (colored)
sending cache-control header in requests, telling in-the-middle
caches we want as fresh a version as possible:
This fixes http://www.w3.org/Bugs/Public/show_bug.cgi?id=4998

Revision 1.562 / (download) - annotate - [select for diffs] , Fri Sep 7 07:32:54 2007 UTC (8 months ago) by ot
Changes since 1.561: +23 -4 lines
Diff to previous 1.561 (colored)
applying karl's idea that the doctype declaration
we sneak in should not be at the beginning of the doc,
but rather, just before the root element.

This should fix http://www.w3.org/Bugs/Public/show_bug.cgi?id=857

Revision 1.561 / (download) - annotate - [select for diffs] , Wed Sep 5 08:20:23 2007 UTC (8 months, 1 week ago) by ot
Changes since 1.560: +4 -3 lines
Diff to previous 1.560 (colored)
for the sake of a lighter memory footprint, making sure that the whole source of the document
is only passed to the template object if necessary (that is, at this point, if the show
source option is on, or if the file was uploaded or direct input was used).

Revision 1.560 / (download) - annotate - [select for diffs] , Wed Sep 5 08:14:32 2007 UTC (8 months, 1 week ago) by ot
Changes since 1.559: +3 -4 lines
Diff to previous 1.559 (colored)
patch by Brett Bieber for Bug/Enhancement 4342
http://www.w3.org/Bugs/Public/show_bug.cgi?id=4342

including the content for revalidation even when using upload or direct input.

Revision 1.559 / (download) - annotate - [select for diffs] , Mon Sep 3 06:57:41 2007 UTC (8 months, 1 week ago) by ot
Changes since 1.558: +6 -3 lines
Diff to previous 1.558 (colored)
There are two warnings for "unknown parse mode". Obsoleting W08
and merging with W06, as per discussion around:
http://lists.w3.org/Archives/Public/www-validator/2007Jul/0168.html

Revision 1.558 / (download) - annotate - [select for diffs] , Thu Aug 23 15:31:54 2007 UTC (8 months, 2 weeks ago) by ville
Changes since 1.557: +11 -8 lines
Diff to previous 1.557 (colored)
Comment out the "OpenSP reports errors beyond EOL" workaround altogether for now.

Revision 1.557 / (download) - annotate - [select for diffs] , Wed Aug 22 06:25:06 2007 UTC (8 months, 3 weeks ago) by ot
Changes since 1.556: +7 -7 lines
Diff to previous 1.556 (colored)
* fixing a bug that would run Tidy on content even when not requested (that's a DUH award for me...)
* silencing some debug output

Revision 1.556 / (download) - annotate - [select for diffs] , Wed Aug 15 01:33:30 2007 UTC (8 months, 4 weeks ago) by ot
Changes since 1.555: +4 -3 lines
Diff to previous 1.555 (colored)
silencing HTTP / XML decl charset mismatch warning in case of direct input mode

Revision 1.555 / (download) - annotate - [select for diffs] , Tue Aug 7 02:32:49 2007 UTC (9 months ago) by ot
CVS Tags: validator-0_8_1-release
Changes since 1.554: +5 -2 lines
Diff to previous 1.554 (colored)
fix for borken language-negotiation cases:
http://www.w3.org/Bugs/Public/show_bug.cgi?id=4899

Revision 1.554 / (download) - annotate - [select for diffs] , Thu Aug 2 05:11:03 2007 UTC (9 months, 1 week ago) by ot
Changes since 1.553: +5 -5 lines
Diff to previous 1.553 (colored)
not clogging our logs with a warning about a libxml bug we can't control

Revision 1.553 / (download) - annotate - [select for diffs] , Thu Aug 2 04:57:54 2007 UTC (9 months, 1 week ago) by ot
Changes since 1.552: +4 -3 lines
Diff to previous 1.552 (colored)
* muting the perl -w warnings
"check: \\1 better written as $1 at /usr/local/validator/httpd/cgi-bin/check line 642"

* undef-ing content copy after use

Revision 1.552 / (download) - annotate - [select for diffs] , Mon Jul 30 06:23:43 2007 UTC (9 months, 2 weeks ago) by ot
Changes since 1.551: +30 -6 lines
Diff to previous 1.551 (colored)
More robust parsing of the error output from XML::LibXML,
taking into account the three lines structure of the error

:12:  parser error : Error Message
   ... here markup quoted ...
           ^

(first the error message,
then a second line with quoted content which we ignore,
then the pointer for the column number)

This should fix http://www.w3.org/Bugs/Public/show_bug.cgi?id=4892

Revision 1.551 / (download) - annotate - [select for diffs] , Thu Jul 26 21:41:51 2007 UTC (9 months, 2 weeks ago) by ville
Changes since 1.550: +4 -4 lines
Diff to previous 1.550 (colored)
Back down to unversioned XML::LibXML, load_catalog no longer used.

Revision 1.550 / (download) - annotate - [select for diffs] , Thu Jul 26 03:49:40 2007 UTC (9 months, 2 weeks ago) by ot
Changes since 1.549: +10 -2 lines
Diff to previous 1.549 (colored)
workaround for borked /check/referer with mod_perl2

Revision 1.549 / (download) - annotate - [select for diffs] , Thu Jul 26 02:10:48 2007 UTC (9 months, 2 weeks ago) by ot
Changes since 1.548: +9 -6 lines
Diff to previous 1.548 (colored)
change of strategy for the use of XML::LibXML
apparently, even loading a local catalog does not stop it from
fetching tons of schema/entities stuff (even in non-validating mode)

Using load_ext_dtd(0) solves the issue, but the parser would complain about unknown entities
=> filtering that at the post-parsing level.

Revision 1.548 / (download) - annotate - [select for diffs] , Wed Jul 25 17:41:54 2007 UTC (9 months, 2 weeks ago) by ville
Changes since 1.547: +3 -3 lines
Diff to previous 1.547 (colored)
XML::LibXML >= 1.53 is needed for load_catalog().

Revision 1.547 / (download) - annotate - [select for diffs] , Wed Jul 25 17:37:25 2007 UTC (9 months, 2 weeks ago) by ville
Changes since 1.546: +11 -10 lines
Diff to previous 1.546 (colored)
Use top-level "use" for pulling in non-optional modules (XML::LibXML,
HTTP::Negotiate) instead of on-demand "require" so they need to be compiled
only once with mod_perl.  While at it, sort list of imported modules (except
HTTP::Headers::Auth which still needs to be imported after other HTTP::*).

Revision 1.546 / (download) - annotate - [select for diffs] , Wed Jul 25 04:37:36 2007 UTC (9 months, 2 weeks ago) by ot
CVS Tags: validator-0_8_0-release
Changes since 1.545: +7 -2 lines
Diff to previous 1.545 (colored)
workaround for people upgrading without updating their config files => we give a default for the language variable

Revision 1.545 / (download) - annotate - [select for diffs] , Mon Jul 23 06:01:39 2007 UTC (9 months, 3 weeks ago) by ot
Changes since 1.544: +8 -2 lines
Diff to previous 1.544 (colored)
It looks like the flattenecd DTDs for e.g SVG 1.1 are not going to be fixed just yet
http://lists.w3.org/Archives/Public/www-html-editor/2007AprJun/0010.html
=> filtering out the warning about re-declaration of xml:space

See also:
http://www.w3.org/Bugs/Public/show_bug.cgi?id=301

Revision 1.544 / (download) - annotate - [select for diffs] , Fri Jul 20 02:56:07 2007 UTC (9 months, 3 weeks ago) by ot
Changes since 1.543: +4 -4 lines
Diff to previous 1.543 (colored)
two warnings were sharing the same identifier - fixing

Revision 1.543 / (download) - annotate - [select for diffs] , Thu Jul 19 08:18:30 2007 UTC (9 months, 3 weeks ago) by ot
Changes since 1.542: +15 -5 lines
Diff to previous 1.542 (colored)
re-populating the list of charsets (from older revisions in both branch 0.7 and 0.8)
to be used thus:
* no fatal error if the charset is supported by encode
* a warning with the suggestion for a better alias if we know one
* a warning that the encoding may be "odd" if not in the list but encode says it's OK

Revision 1.542 / (download) - annotate - [select for diffs] , Thu Jul 19 06:21:03 2007 UTC (9 months, 3 weeks ago) by ot
Changes since 1.541: +9 -3 lines
Diff to previous 1.541 (colored)
The XML parser will check the value of encoding attribute in XML declaration
so we have to amend it to reflect transcoding: using a regexp to match the xml declaration
and replace the part with encoding="foo" with encoding="utf-8".

Note: this may mess up column/offset numbering if there are errors on that line.

See also Bug 4867:
http://www.w3.org/Bugs/Public/show_bug.cgi?id=4867

Revision 1.541 / (download) - annotate - [select for diffs] , Thu Jul 19 03:59:24 2007 UTC (9 months, 3 weeks ago) by ot
Changes since 1.540: +20 -14 lines
Diff to previous 1.540 (colored)
removing the list of supported character encodings,
as we have a better and more reliable technical way to do this.

Replacing with a mechanism to:
* suggest a better alias if a "bad" encoding alias is used
* refuse to transcode if encoding used is forbidden by policy
(I don't know any, but the mechanism is here...)

More details:
http://lists.w3.org/Archives/Public/public-qa-dev/2007Jul/0009.html
and surrounding thread.

Revision 1.540 / (download) - annotate - [select for diffs] , Tue Jul 17 02:32:36 2007 UTC (9 months, 3 weeks ago) by ot
Changes since 1.539: +10 -3 lines
Diff to previous 1.539 (colored)
for the sake of readability, at least until the xmlwf errors have explanations,
we push the errors from the XML parser at the END of the error list.

Revision 1.539 / (download) - annotate - [select for diffs] , Thu Jul 12 15:46:52 2007 UTC (10 months ago) by ot
Changes since 1.538: +6 -3 lines
Diff to previous 1.538 (colored)
fixing a bug with error location highlighting when the beginning of the line
is replaced with the ellipsis. The wrong location (2 chars off) was pointed to.

Bug spotted and patched by Brett Bieber.

Revision 1.538 / (download) - annotate - [select for diffs] , Wed Jul 11 12:57:32 2007 UTC (10 months ago) by ot
Changes since 1.537: +11 -11 lines
Diff to previous 1.537 (colored)
fixing xml whitespace detection to use two-digits hex characters, so that perl properly recognises them

Revision 1.537 / (download) - annotate - [select for diffs] , Tue Jul 10 03:30:13 2007 UTC (10 months ago) by ot
Changes since 1.536: +4 -2 lines
Diff to previous 1.536 (colored)
requiring extra perl libs for CJK character encodings, and documenting the new requirements

Revision 1.536 / (download) - annotate - [select for diffs] , Mon Jul 9 04:56:27 2007 UTC (10 months ago) by ot
Changes since 1.535: +6 -2 lines
Diff to previous 1.535 (colored)
making the     X-W3C-Validator-Status header more consistently report:
* Valid if validation passed
* Invalid if validation proceeded, failed
* Abort if validation could not be performed

Revision 1.535 / (download) - annotate - [select for diffs] , Thu Jul 5 07:10:01 2007 UTC (10 months, 1 week ago) by ot
Changes since 1.534: +10 -2 lines
Diff to previous 1.534 (colored)
Using local images for display, when available.

Revision 1.534 / (download) - annotate - [select for diffs] , Fri Jun 29 00:37:37 2007 UTC (10 months, 2 weeks ago) by ot
Changes since 1.533: +3 -3 lines
Diff to previous 1.533 (colored)
As noted by Ville, in regexp character classes | is a literal character.
=> fixing the regex for matching encoding value, in xml declaration detection code.

Revision 1.533 / (download) - annotate - [select for diffs] , Thu Jun 28 10:53:26 2007 UTC (10 months, 2 weeks ago) by ot
Changes since 1.532: +4 -4 lines
Diff to previous 1.532 (colored)
* we were passing some fake debug info to the warning for parse mode fallback
   (should not have made it to CVS, my mistake)
* fixing info about doctype passed to parse mode fallback warning

Revision 1.532 / (download) - annotate - [select for diffs] , Thu Jun 28 10:03:12 2007 UTC (10 months, 2 weeks ago) by ot
Changes since 1.531: +4 -4 lines
Diff to previous 1.531 (colored)
better matching of xml declarations with line breaks

Revision 1.531 / (download) - annotate - [select for diffs] , Thu Jun 28 09:55:48 2007 UTC (10 months, 2 weeks ago) by ot
Changes since 1.530: +3 -3 lines
Diff to previous 1.530 (colored)
regexp for xml declaration encoding attribute was bogus...

Revision 1.530 / (download) - annotate - [select for diffs] , Thu Jun 28 06:01:50 2007 UTC (10 months, 2 weeks ago) by ot
Changes since 1.529: +18 -2 lines
Diff to previous 1.529 (colored)
adding debug info to soap output. Useful for automation of test suite.

Revision 1.529 / (download) - annotate - [select for diffs] , Thu Jun 28 00:13:26 2007 UTC (10 months, 2 weeks ago) by ot
Changes since 1.528: +66 -32 lines
Diff to previous 1.528 (colored)
Revisiting the parse mode detection algorithm.
In order of priority:
* Media type (if Content-Type HTTP info present)
* Doctype Declaration
* XML Declaration (Which we now detect - wasn't the case before)

We now also run the parse mode detection algorithm even for doctype-less documents.

Another addition: Parse Mode Factor parameter passed to template
showing (in debug mode) which was the deciding factor for the parse mode.

Revision 1.528 / (download) - annotate - [select for diffs] , Tue Jun 26 09:08:50 2007 UTC (10 months, 2 weeks ago) by ot
Changes since 1.527: +5 -3 lines
Diff to previous 1.527 (colored)
not filtering the 'parsing without validation' error message for doctypeless sgml documents (that aren't html).

Revision 1.527 / (download) - annotate - [select for diffs] , Thu Jun 21 19:33:50 2007 UTC (10 months, 3 weeks ago) by ot
Changes since 1.526: +8 -2 lines
Diff to previous 1.526 (colored)
adding a case for non-html, non-xml document without a doctype.

Revision 1.526 / (download) - annotate - [select for diffs] , Tue Jun 12 11:58:58 2007 UTC (11 months ago) by ot
Changes since 1.525: +4 -2 lines
Diff to previous 1.525 (colored)
giving XML::LibXML the path to our XML catalog, for entities.
See discussion at http://www.w3.org/Bugs/Public/show_bug.cgi?id=4623

Revision 1.525 / (download) - annotate - [select for diffs] , Mon Jun 11 18:33:57 2007 UTC (11 months ago) by ot
Changes since 1.524: +3 -2 lines
Diff to previous 1.524 (colored)
make feedback link absolute (especially for soap output)
Patch by Brett Bieber
http://www.w3.org/Bugs/Public/show_bug.cgi?id=4612

Revision 1.524 / (download) - annotate - [select for diffs] , Tue May 22 06:45:16 2007 UTC (11 months, 3 weeks ago) by ot
CVS Tags: validator-0_8_0-beta2
Changes since 1.523: +3 -2 lines
Diff to previous 1.523 (colored)
re-wording for documents checked with xml-wf only

Revision 1.523 / (download) - annotate - [select for diffs] , Sun May 20 23:17:28 2007 UTC (11 months, 3 weeks ago) by ot
Changes since 1.522: +16 -13 lines
Diff to previous 1.522 (colored)
bringing back line count for fatal_byte_error, output of raw decoding error message

Revision 1.522 / (download) - annotate - [select for diffs] , Fri May 18 10:54:37 2007 UTC (11 months, 3 weeks ago) by ville
Changes since 1.521: +3 -6 lines
Diff to previous 1.521 (colored)
Simplify xmlwf error list population.

Revision 1.521 / (download) - annotate - [select for diffs] , Fri May 18 00:54:52 2007 UTC (11 months, 3 weeks ago) by ot
Changes since 1.520: +11 -6 lines
Diff to previous 1.520 (colored)
The fix for bug 4474 actually broke the transcoding routine for some versions of Encode lib.
http://lists.w3.org/Archives/Public/www-validator-cvs/2007Apr/0159.html

This patch:
* fixes the transcoding routine back to normal
  (hence removing mistaken "non-sgml character" for unicode content)
* makes sure that content we output is properly encoded from perl's internal to utf-8
* adds proper decoding/encoding for tidy processing

Revision 1.520 / (download) - annotate - [select for diffs] , Thu May 17 04:30:00 2007 UTC (11 months, 3 weeks ago) by ot
Changes since 1.519: +7 -2 lines
Diff to previous 1.519 (colored)
small hack to fix the soap fault output.
We should however sooner or later look into a real clean fix,
see: http://www.w3.org/Bugs/Public/show_bug.cgi?id=2131

Revision 1.519 / (download) - annotate - [select for diffs] , Thu May 17 02:38:13 2007 UTC (11 months, 3 weeks ago) by ot
Changes since 1.518: +9 -6 lines
Diff to previous 1.518 (colored)
 we are not sorting errors by line, as it would break the position
 of auxiliary messages such as "start tag was here". We'll have to live with
 the fact that XML well-formedness errors are listed first, then validation errors

Revision 1.518 / (download) - annotate - [select for diffs] , Mon May 7 19:17:58 2007 UTC (12 months ago) by ot
Changes since 1.517: +31 -14 lines
Diff to previous 1.517 (colored)
for documents served as XML, and for which the root element is not <html>,
the fallback to XHTML is not a great choice. Instead, we can perform a basic xml-wf checking,
and report a positive result for these.

Revision 1.517 / (download) - annotate - [select for diffs] , Mon May 7 16:14:15 2007 UTC (12 months ago) by ot
Changes since 1.516: +5 -5 lines
Diff to previous 1.516 (colored)
better display of information in case of fatal error (show preparse warning,
e.g http://www.w3.org/Bugs/Public/show_bug.cgi?id=2572 ) and revalidation table.

Revision 1.516 / (download) - annotate - [select for diffs] , Mon May 7 14:42:31 2007 UTC (12 months ago) by ot
Changes since 1.515: +6 -4 lines
Diff to previous 1.515 (colored)
Better Error Msg for missing xmlns

Revision 1.515 / (download) - annotate - [select for diffs] , Tue May 1 15:04:29 2007 UTC (12 months, 1 week ago) by ot
Changes since 1.514: +10 -3 lines
Diff to previous 1.514 (colored)
Escape SPO's croaking on some rare error message formats.
As reported in
http://lists.w3.org/Archives/Public/www-validator/2007Apr/0118.html
and filed in
http://www.w3.org/Bugs/Public/show_bug.cgi?id=4516

Revision 1.514 / (download) - annotate - [select for diffs] , Mon Apr 30 16:09:09 2007 UTC (12 months, 1 week ago) by ot
Changes since 1.513: +13 -2 lines
Diff to previous 1.513 (colored)
Applying patch from http://www.w3.org/Bugs/Public/show_bug.cgi?id=800
based on ideas and code proposed by Shane McCarron.

Revision 1.513 / (download) - annotate - [select for diffs] , Mon Apr 30 13:36:34 2007 UTC (12 months, 2 weeks ago) by ot
Changes since 1.512: +3 -3 lines
Diff to previous 1.512 (colored)
fixing SOAP12 output - thanks to Struan Donald for the Bug Report

Revision 1.512 / (download) - annotate - [select for diffs] , Sat Apr 28 19:50:15 2007 UTC (12 months, 2 weeks ago) by ville
Changes since 1.511: +18 -9 lines
Diff to previous 1.511 (colored)
Workaround and diagnostics for http://bugzilla.gnome.org/show_bug.cgi?id=434196

Revision 1.511 / (download) - annotate - [select for diffs] , Sat Apr 28 19:21:35 2007 UTC (12 months, 2 weeks ago) by ville
Changes since 1.510: +8 -4 lines
Diff to previous 1.510 (colored)
Better diagnostics about OpenSP reporting error columns > line length in case
it's still a problem.

Revision 1.510 / (download) - annotate - [select for diffs] , Sat Apr 28 18:56:55 2007 UTC (12 months, 2 weeks ago) by ville
Changes since 1.509: +3 -3 lines
Diff to previous 1.509 (colored)
Don't treat any '^' as a column locator when parsing libxml errors.

Revision 1.509 / (download) - annotate - [select for diffs] , Sat Apr 28 09:33:54 2007 UTC (12 months, 2 weeks ago) by ville
Changes since 1.508: +90 -98 lines
Diff to previous 1.508 (colored)
Eliminate global templates to make mod_perl happier, improve naming.

Revision 1.508 / (download) - annotate - [select for diffs] , Sat Apr 28 07:06:35 2007 UTC (12 months, 2 weeks ago) by ville
Changes since 1.507: +14 -15 lines
Diff to previous 1.507 (colored)
More warning cleanups.

Revision 1.507 / (download) - annotate - [select for diffs] , Fri Apr 27 20:36:31 2007 UTC (12 months, 2 weeks ago) by ville
Changes since 1.506: +3 -3 lines
Diff to previous 1.506 (colored)
2007

Revision 1.506 / (download) - annotate - [select for diffs] , Fri Apr 27 20:26:27 2007 UTC (12 months, 2 weeks ago) by ville
Changes since 1.505: +10 -11 lines
Diff to previous 1.505 (colored)
Warning cleanups.

Revision 1.505 / (download) - annotate - [select for diffs] , Fri Apr 27 20:20:33 2007 UTC (12 months, 2 weeks ago) by ville
Changes since 1.504: +9 -15 lines
Diff to previous 1.504 (colored)
The error template needs to be constructed before invoking prepCGI().

Revision 1.504 / (download) - annotate - [select for diffs] , Fri Apr 27 20:17:48 2007 UTC (12 months, 2 weeks ago) by ville
Changes since 1.503: +24 -24 lines
Diff to previous 1.503 (colored)
Cleanups, NFC.

Revision 1.503 / (download) - annotate - [select for diffs] , Tue Apr 24 06:48:04 2007 UTC (12 months, 2 weeks ago) by ot
Changes since 1.502: +3 -3 lines
Diff to previous 1.502 (colored)
Looks like we were decoding bytes, but forgetting to re-encode in utf8...

See http://www.w3.org/Bugs/Public/show_bug.cgi?id=4474

Revision 1.502 / (download) - annotate - [select for diffs] , Thu Apr 19 07:28:43 2007 UTC (12 months, 3 weeks ago) by ot
Changes since 1.501: +4 -4 lines
Diff to previous 1.501 (colored)
fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=4472
(outline for non xml-based languages)
by making heading-selection regexp case insensitive.

Revision 1.501 / (download) - annotate - [select for diffs] , Wed Apr 18 06:32:52 2007 UTC (12 months, 3 weeks ago) by ot
CVS Tags: validator-0_8_0-beta1
Changes since 1.500: +6 -2 lines
Diff to previous 1.500 (colored)
Since we have a number of different sources for errors (xml-wf, parsing, ...)
better make sure that they are sorted before output
(+test case)

Revision 1.500 / (download) - annotate - [select for diffs] , Wed Apr 18 06:27:20 2007 UTC (12 months, 3 weeks ago) by ot
Changes since 1.499: +49 -40 lines
Diff to previous 1.499 (colored)
detection and listing of non-root namespaces had disappeared from 0.8 branch.
re-adding via sax/opensp api parsing

Revision 1.499 / (download) - annotate - [select for diffs] , Thu Apr 12 07:18:15 2007 UTC (13 months ago) by ot
Changes since 1.498: +39 -2 lines
Diff to previous 1.498 (colored)
making prefilling of document structure on the server-side rather than via scripting.
See: http://lists.w3.org/Archives/Public/www-validator/2007Mar/0078.html
+thread
and: http://lists.w3.org/Archives/Public/www-validator/2007Apr/0049.html
+thread

Revision 1.498 / (download) - annotate - [select for diffs] , Mon Apr 9 07:51:30 2007 UTC (13 months ago) by ot
Changes since 1.497: +4 -4 lines
Diff to previous 1.497 (colored)
Fixing display of fallback doctype when missing

Revision 1.497 / (download) - annotate - [select for diffs] , Wed Apr 4 10:26:01 2007 UTC (13 months, 1 week ago) by ot
Changes since 1.496: +4 -3 lines
Diff to previous 1.496 (colored)
Went through all the RECs of the document types we support, and found which ones require
the xmlns attribute on the root element, and which don't. Making the check script whine
about its absence only if required.

Revision 1.496 / (download) - annotate - [select for diffs] , Wed Apr 4 09:53:16 2007 UTC (13 months, 1 week ago) by ville
Changes since 1.495: +189 -185 lines
Diff to previous 1.495 (colored)
Whitespace/indentation, NFC

Revision 1.495 / (download) - annotate - [select for diffs] , Wed Apr 4 09:35:56 2007 UTC (13 months, 1 week ago) by ville
Changes since 1.494: +5 -5 lines
Diff to previous 1.494 (colored)
Load HTTP::Negotiate and XML::LibXML only when needed.

Revision 1.494 / (download) - annotate - [select for diffs] , Wed Apr 4 04:04:36 2007 UTC (13 months, 1 week ago) by ot
Changes since 1.493: +10 -2 lines
Diff to previous 1.493 (colored)
silent recovery if HTML::Tidy not present or needed

Revision 1.493 / (download) - annotate - [select for diffs] , Mon Apr 2 06:46:32 2007 UTC (13 months, 1 week ago) by ot
Changes since 1.492: +10 -8 lines
Diff to previous 1.492 (colored)
* checking presence and value of xmlns for any root element of XML docs, not just html (e.g smil, etc)
* bug fix for location of error when xmlns value is incorrect

Revision 1.492 / (download) - annotate - [select for diffs] , Thu Mar 29 12:42:33 2007 UTC (13 months, 2 weeks ago) by ot
Changes since 1.491: +7 -7 lines
Diff to previous 1.491 (colored)
(Ironically, see Bug 4420) making sure our source snippet doesn't go beyond 80 chars.

Revision 1.491 / (download) - annotate - [select for diffs] , Thu Mar 29 06:07:39 2007 UTC (13 months, 2 weeks ago) by ot
Changes since 1.490: +23 -6 lines
Diff to previous 1.490 (colored)
 working around an apparent odd limitation of libxml
 which only gives context for lines up to 80 chars
 http://www.w3.org/Bugs/Public/show_bug.cgi?id=4420
 http://bugzilla.gnome.org/show_bug.cgi?id=424017

Revision 1.490 / (download) - annotate - [select for diffs] , Thu Mar 29 04:46:55 2007 UTC (13 months, 2 weeks ago) by ot
Changes since 1.489: +4 -3 lines
Diff to previous 1.489 (colored)
in grouped error mode, give the specific error message for each instance

Revision 1.489 / (download) - annotate - [select for diffs] , Wed Mar 28 05:51:14 2007 UTC (13 months, 2 weeks ago) by ot
Changes since 1.488: +59 -2 lines
Diff to previous 1.488 (colored)
routine to check presence and value of xmlns attribute, generally necessary for conformance, but not well expressed in DTD

Revision 1.488 / (download) - annotate - [select for diffs] , Wed Mar 28 02:34:04 2007 UTC (13 months, 2 weeks ago) by ot
Changes since 1.487: +3 -3 lines
Diff to previous 1.487 (colored)
Small selfish edit, the m(^\d+$) construct systematically confused my editor.
Replacing with equivalent (I think) matching construct, which should work
as well and make my life easier.

Revision 1.487 / (download) - annotate - [select for diffs] , Fri Mar 23 03:52:21 2007 UTC (13 months, 3 weeks ago) by ot
Changes since 1.486: +58 -8 lines
Diff to previous 1.486 (colored)
bringing back the document outline, with SAX.
Using a <pre> and whitespace to show the level of outline is unfortunate,
but is the only sane way of doing it in case of broken markup with unclosed <hx>

Revision 1.486 / (download) - annotate - [select for diffs] , Thu Mar 22 14:17:12 2007 UTC (13 months, 3 weeks ago) by ot
Changes since 1.485: +7 -3 lines
Diff to previous 1.485 (colored)
during pre-parsing to figure out the doctype, only use preparser in xml mode
if content-type is non-ambiguous. For text/html, assume sgml mode until
and XHTML doctype has been found.
see also http://www.w3.org/Bugs/Public/show_bug.cgi?id=978

Revision 1.485 / (download) - annotate - [select for diffs] , Mon Mar 19 01:51:21 2007 UTC (13 months, 3 weeks ago) by ot
Changes since 1.484: +13 -7 lines
Diff to previous 1.484 (colored)
small hack for grouping of xml-wf errors  -we really need to extract a catalog of all errors generated by the xml parser

Revision 1.484 / (download) - annotate - [select for diffs] , Mon Mar 19 00:58:44 2007 UTC (13 months, 3 weeks ago) by ot
Changes since 1.483: +78 -7 lines
Diff to previous 1.483 (colored)
Adding XML well-formedness parsing for XML docs
with ideas from Jacques Distler http://golem.ph.utexas.edu/~distler/blog/archives/001054.html

We could be using only the XML parser and not parse twice, but
at the moment I am tempted to keep using opensp, for as long
as we have the best library of error message and explanations for it.

Code is not really pretty, and should be amended at some point to
use a real SAX ErrorHandler. That said, it very much tolls the bell for the
"Validator XML support has some limitations." message.

Revision 1.483 / (download) - annotate - [select for diffs] , Fri Mar 16 12:42:36 2007 UTC (13 months, 4 weeks ago) by ot
Changes since 1.482: +41 -31 lines
Diff to previous 1.482 (colored)
rewriting parse mode choice routine, adding comments to code
See http://www.w3.org/Bugs/Public/show_bug.cgi?id=22 for explanations and testing

Revision 1.482 / (download) - annotate - [select for diffs] , Fri Mar 16 06:56:09 2007 UTC (13 months, 4 weeks ago) by ot
Changes since 1.481: +29 -7 lines
Diff to previous 1.481 (colored)
more info in debug. fixing parse mode fallback for unknown document types

Revision 1.481 / (download) - annotate - [select for diffs] , Fri Mar 16 03:20:16 2007 UTC (13 months, 4 weeks ago) by ot
Changes since 1.480: +13 -4 lines
Diff to previous 1.480 (colored)
extra output in debug mode

Revision 1.480 / (download) - annotate - [select for diffs] , Fri Mar 16 00:34:17 2007 UTC (13 months, 4 weeks ago) by ot
Changes since 1.479: +7 -2 lines
Diff to previous 1.479 (colored)
tentative fix for http://www.w3.org/Bugs/Public/show_bug.cgi?id=3992
(parser tripping on DOS newlines)

Revision 1.479 / (download) - annotate - [select for diffs] , Thu Mar 15 06:30:14 2007 UTC (13 months, 4 weeks ago) by ot
Changes since 1.478: +11 -6 lines
Diff to previous 1.478 (colored)
For default auto-detection of charset and doctype, changing the
form so that the values be empty, hence creating validation results URIs like
...check?uri=http%3A%2F%2Fwww.example.org&doctype=&charset=
rather than
...check?uri=http%3A%2F%2Fwww.example.org%2F&charset=%28detect+automatically%29&doctype=Inline

Revision 1.478 / (download) - annotate - [select for diffs] , Wed Mar 14 07:43:50 2007 UTC (14 months ago) by ot
Changes since 1.477: +6 -2 lines
Diff to previous 1.477 (colored)
showing blue and "gold" icons upon successful validation

Revision 1.477 / (download) - annotate - [select for diffs] , Wed Mar 14 06:33:35 2007 UTC (14 months ago) by ot
Changes since 1.476: +39 -10 lines
Diff to previous 1.476 (colored)
first pass at implementing language negotiation/selection. Can certainly be improved, but it works

Revision 1.432.2.23 / (download) - annotate - [select for diffs] , Mon Mar 12 21:18:38 2007 UTC (14 months ago) by ville
Branch: validator-0_7-branch
Changes since 1.432.2.22: +22 -13 lines
Diff to previous 1.432.2.22 (colored) to branchpoint 1.432 (colored) next main 1.433 (colored)
Workaround for CGI.pm's _name_and_path_from_env query string issues, #4365

Revision 1.476 / (download) - annotate - [select for diffs] , Mon Mar 12 20:38:42 2007 UTC (14 months ago) by ville
Changes since 1.475: +16 -13 lines
Diff to previous 1.475 (colored)
Make /check/path/info behave the same way as /check also when there's no URI available.

Revision 1.475 / (download) - annotate - [select for diffs] , Mon Mar 12 20:29:55 2007 UTC (14 months ago) by ville
Changes since 1.474: +5 -6 lines
Diff to previous 1.474 (colored)
Whitespace, appease Perl::Critic a bit more (NFC)

Revision 1.474 / (download) - annotate - [select for diffs] , Mon Mar 12 20:25:39 2007 UTC (14 months ago) by ville
Changes since 1.473: +22 -13 lines
Diff to previous 1.473 (colored)
Workaround for CGI.pm's _name_and_path_from_env query string issues, #4365

Revision 1.473 / (download) - annotate - [select for diffs] , Wed Mar 7 08:07:11 2007 UTC (14 months, 1 week ago) by ot
Changes since 1.472: +17 -2 lines
Diff to previous 1.472 (colored)
Adding a check for a mime type / doctype conflict.
Warning wording in progress, including suggestions by Philip "nikitathespider"
and Frank Ellermann.

Revision 1.472 / (download) - annotate - [select for diffs] , Fri Mar 2 07:08:16 2007 UTC (14 months, 1 week ago) by ot
Changes since 1.471: +4 -4 lines
Diff to previous 1.471 (colored)
Should not hardcode tidy conf path, make it configurable in main conf file

Revision 1.471 / (download) - annotate - [select for diffs] , Thu Mar 1 02:52:56 2007 UTC (14 months, 1 week ago) by ot
Changes since 1.470: +46 -11 lines
Diff to previous 1.470 (colored)
Adding a bit of complexity to the code for the sake of localization.
Instead of having messages like "no error" or "1 error" or "2 error"
directly created in the check script, the script will instead pass
parameters to the templates stating whether there is 0, 1, 2 or more
error(s) (and warnings alike).

This should keep translation work away from check - we want it contained
in documentation and templates.

Revision 1.470 / (download) - annotate - [select for diffs] , Tue Feb 20 02:19:27 2007 UTC (14 months, 3 weeks ago) by ot
Changes since 1.469: +3 -10 lines
Diff to previous 1.469 (colored)
removing diff code pasted by mistake

Revision 1.469 / (download) - annotate - [select for diffs] , Tue Feb 20 02:02:36 2007 UTC (14 months, 3 weeks ago) by ot
Changes since 1.468: +73 -15 lines
Diff to previous 1.468 (colored)
Adding an option for the grouping of error by error id, keeping the ordering
of messages according to parsing sequence.

Revision 1.468 / (download) - annotate - [select for diffs] , Wed Feb 7 15:24:29 2007 UTC (15 months ago) by ot
Changes since 1.467: +16 -3 lines
Diff to previous 1.467 (colored)
* fixing (silly) version requirement issue with S:P:O (for perl, v 0.100 < 0.99)
* adding proof of concept HTM::Tidy output

Revision 1.467 / (download) - annotate - [select for diffs] , Mon Nov 13 04:26:29 2006 UTC (17 months, 4 weeks ago) by ot
Changes since 1.466: +23 -10 lines
Diff to previous 1.466 (colored)
* workaround for bug 798 does not need s:p:o 0.100 any more, we can put req back to .99
* port from 0.7.4 to HEAD - bringing back outline option (still need filter) and commenting out parse tree etc.

Revision 1.432.2.22 / (download) - annotate - [select for diffs] , Fri Nov 10 02:51:50 2006 UTC (18 months ago) by ot
Branch: validator-0_7-branch
CVS Tags: validator-0_7_4-release, validator-0_7_4-rc1
Changes since 1.432.2.21: +15 -3 lines
Diff to previous 1.432.2.21 (colored) to branchpoint 1.432 (colored)
Plugging the (old, unused? so far) option to enable/disable the soap output
to the actual API. Changing default to enabled in config file, maintainers
wishing to disable can now use the directive in configuration file, and
validator would then return 503 service not available to output=soap12 requests.

Revision 1.432.2.21 / (download) - annotate - [select for diffs] , Fri Nov 10 01:01:28 2006 UTC (18 months ago) by ot
Branch: validator-0_7-branch
Changes since 1.432.2.20: +10 -6 lines
Diff to previous 1.432.2.20 (colored) to branchpoint 1.432 (colored)
More default paths, slightly improved message in case configuration files are missing.
courtesy of Ask Bjørn Hanse
See http://www.w3.org/Bugs/Public/show_bug.cgi?id=3334

Revision 1.432.2.20 / (download) - annotate - [select for diffs] , Thu Nov 9 01:56:04 2006 UTC (18 months ago) by ot
Branch: validator-0_7-branch
Changes since 1.432.2.19: +3 -3 lines
Diff to previous 1.432.2.19 (colored) to branchpoint 1.432 (colored)
bringing back the outline, by popular demand...

Revision 1.466 / (download) - annotate - [select for diffs] , Wed Nov 8 01:18:49 2006 UTC (18 months ago) by ot
Changes since 1.465: +4 -3 lines
Diff to previous 1.465 (colored)
* fix for latest s:p:o named 0.100, confuses perl thinking it's <= 0.99, which we require...

* fixing the passing of options (including XML mode, see bug #798) to s:p:o, hat tip to Bjoern Hoehrmann

Revision 1.465 / (download) - annotate - [select for diffs] , Wed Nov 1 02:03:05 2006 UTC (18 months, 1 week ago) by ot
Changes since 1.464: +6 -2 lines
Diff to previous 1.464 (colored)
workaround for bug #798 (apparently in s:p:o 0.99)

Revision 1.432.2.19 / (download) - annotate - [select for diffs] , Mon Oct 23 05:54:09 2006 UTC (18 months, 2 weeks ago) by ot
Branch: validator-0_7-branch
CVS Tags: validator-0_7_3-release
Changes since 1.432.2.18: +6 -4 lines
Diff to previous 1.432.2.18 (colored) to branchpoint 1.432 (colored)
updating credits and pointer to list of contributors

Revision 1.432.2.18 / (download) - annotate - [select for diffs] , Mon Oct 23 05:14:46 2006 UTC (18 months, 2 weeks ago) by ot
Branch: validator-0_7-branch
Changes since 1.432.2.17: +8 -2 lines
Diff to previous 1.432.2.17 (colored) to branchpoint 1.432 (colored)
change in opensp 1.5.2 broke our parsing of the message-id - fixed.

Revision 1.432.2.17 / (download) - annotate - [select for diffs] , Wed Oct 18 06:22:31 2006 UTC (18 months, 3 weeks ago) by ot
Branch: validator-0_7-branch
CVS Tags: validator-0_7_3-rc1
Changes since 1.432.2.16: +3 -3 lines
Diff to previous 1.432.2.16 (colored) to branchpoint 1.432 (colored)
avoid perl subroutine prototype warning

Revision 1.432.2.16 / (download) - annotate - [select for diffs] , Fri Oct 13 07:16:20 2006 UTC (19 months ago) by ot
Branch: validator-0_7-branch
Changes since 1.432.2.15: +140 -338 lines
Diff to previous 1.432.2.15 (colored) to branchpoint 1.432 (colored)
* moving all outputs to templates instead of inline code
* adding ucn and soap12 outputs as experimental additions
  ( will allow us to plug unicorn to main validator, and also let people
  actually develop libraries for these outputs)
* deprecating homegrown xml format (in documentation, needs to be in the changelog and announce)

These involve some heavy porting of code from CVS HEAD to 0.7 branch, needs some testing.

Revision 1.464 / (download) - annotate - [select for diffs] , Thu Oct 12 04:30:49 2006 UTC (19 months ago) by ot
Changes since 1.463: +4 -2 lines
Diff to previous 1.463 (colored)
fixing template order and logic to show warning about absence of character encoding
before fatal error when transcoding to utf-8 failed
http://www.w3.org/Bugs/Public/show_bug.cgi?id=3642

(porting to HEAD code)

Revision 1.432.2.15 / (download) - annotate - [select for diffs] , Thu Oct 12 04:20:10 2006 UTC (19 months ago) by ot
Branch: validator-0_7-branch
Changes since 1.432.2.14: +4 -2 lines
Diff to previous 1.432.2.14 (colored) to branchpoint 1.432 (colored)
fixing template order and logic to show warning about absence of character encoding
before fatal error when transcoding to utf-8 failed
http://www.w3.org/Bugs/Public/show_bug.cgi?id=3642

Revision 1.463 / (download) - annotate - [select for diffs] , Sat Aug 26 13:09:11 2006 UTC (20 months, 2 weeks ago) by ville
Changes since 1.462: +4 -2 lines
Diff to previous 1.462 (colored)
Include more environment variables in debug output.

Revision 1.432.2.14 / (download) - annotate - [select for diffs] , Sat Aug 26 13:07:58 2006 UTC (20 months, 2 weeks ago) by ville
Branch: validator-0_7-branch
Changes since 1.432.2.13: +3 -3 lines
Diff to previous 1.432.2.13 (colored) to branchpoint 1.432 (