summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add minimum required XML::LibXML version (best guess, not necessarily accurate)ville2009-12-145-11/+10
|
* Do not filter out undefined entity errors for standalone XML docs (#7007).ville2009-12-142-8/+28
|
* Make LibXML transcoding-passing regex stricter and more readable.ville2009-12-141-5/+10
|
* Don't bother with gzipping HTML5 validator traffic if it seems to be ↵ville2009-12-121-4/+11
| | | | installed locally.
* Use $url->query instead of $url->query_form as an obscure workaround to anville2009-12-121-4/+4
| | | | | obscure taint mode issue apparently in the URI module (#5992 comment 13, rt.cpan.org #52707).
* Send direct input content that looks like XHTML5 to the HTML5 validator asville2009-12-121-6/+12
| | | | application/xhtml+xml.
* Include error message in output when something goes wrong when interfacing ↵ville2009-12-123-6/+17
| | | | with external validators (#5992 comment 13).
* Add support for <meta charset="..."> in HTML5 documents (#5992).ville2009-12-113-9/+56
|
* Lower user agent inactivity timeout to 45 seconds (#6950).ville2009-12-102-4/+17
|
* URI escaping fixes.ville2009-12-061-4/+4
|
* Update output format statuses.ville2009-12-051-11/+13
|
* Link fixes/updates.ville2009-12-051-4/+4
|
* Update EARL/RDF output to EARL 1.0 20091029 Working Draft.ville2009-12-053-53/+73
|
* Make validator version available to templates.ville2009-12-051-3/+4
|
* Error message id escaping fixes.ville2009-12-041-2/+2
|
* Avoid error log trash with unknown error message ids.ville2009-12-041-2/+2
|
* Avoid passing multiple parameters to HTML::Template->param().ville2009-12-041-92/+72
| | | | | | In certain cases we may end up passing an odd number of them (and did, for example when trying to validate a URI without a scheme), and that's a no no.
* Update Atom test case to one that currently really serves ↵ville2009-12-042-12/+24
| | | | application/atom+xml, add some "with v.w.o" links.
* Fix error log trashing with unusual doctype declarations.ville2009-12-041-6/+7
|
* Regenerated.ville2009-12-041-419/+419
|
* Link fixes.ville2009-12-041-5/+5
|
* URI encoding fixes (jinja2 does not have a filter for that :().ville2009-12-041-30/+30
|
* Remove not needed HTML32 files (ISOlat1.ent is in IETF/, HTML32.{cat,dcl} ↵ville2009-12-043-192/+0
| | | | unused).
* Update SIGNATURE for 0.8.6.ville2009-12-021-8/+8
|
* Preparing for 0.8.6.ville2009-12-029-14/+50
|
* Quote PREREQ_PM module names to satisfy "use strict".ville2009-12-021-26/+26
|
* Extract version from bundle's META.yml.ville2009-12-021-1/+1
|
* Add release notes for 0.8.6.ville2009-12-021-2/+129
|
* Add dist target.ville2009-11-301-0/+5
|
* List created tarballs when done.ville2009-11-301-0/+2
|
* Add test target for running the test suite.ville2009-11-301-0/+5
|
* Add local copy of MathML 3.0 DTD.ville2009-11-3025-0/+5064
|
* Use modular SVG 1.1 DTDs, remove unused flat ones.ville2009-11-304-13830/+5
|
* Hush return value of eval messages for now.ville2009-11-301-0/+4
|
* Add SVG 1.1 modules to catalog.ville2009-11-291-1/+96
|
* Avoid modifying global %ENV to fix a "$ENV" should be assigned as "local" ↵ville2009-11-291-10/+6
| | | | issue flagged by perlcritic.
* Sync with REC-SVG11-20030114 (CVS keywords only).ville2009-11-2953-141/+141
|
* Avoid modifying global $ENV{HTTP_AUTHORIZATION} to hush a perlcritic warning.ville2009-11-291-6/+6
|
* Don't mess with FTP_PASSIVE; LWP defaults to passive mode FTP anyway.ville2009-11-291-6/+2
|
* Fix operator mismatch flagged by perlcritic.ville2009-11-291-11/+9
|
* Fix "Capture variable used outside conditional" issue flagged by perlcritic.ville2009-11-291-3/+5
|
* Add indentation settings.ville2009-11-292-3/+17
|
* Don't disable stdout buffering; it no longer matters since we'reville2009-11-281-6/+2
| | | | printing everything in one go from templates anyway.
* Avoid modifying global %ENV to fix a "$ENV" should be assigned as "local" ↵ville2009-11-281-8/+6
| | | | issue flagged by perlcritic.
* Add Emacs cperl-mode indentation settings.ville2009-11-281-2/+3
|
* Fix open() related issues flagged by perlcritic.ville2009-11-251-4/+4
|
* Fix local variable initializations flagged by perlcritic.ville2009-11-251-5/+5
|
* Fix numeric/string equality test warnings.ville2009-11-251-3/+3
|
* Fix use of map in void context flagged by perlcritic.ville2009-11-251-6/+6
|
* Fix some cascading if-elsif chains flagged by perlcritic.ville2009-11-252-34/+31
|
* Fix indirect syntax calls flagged by perlcritic.ville2009-11-252-10/+10
|
* Fix perlcritic "Nested named subroutine" errors.ville2009-11-241-20/+9
|
* Fix perlcritic "Literal line breaks in a string" errors.ville2009-11-241-6/+6
|
* Fix perlcritic "Heredoc terminator must be quoted" errors.ville2009-11-244-16/+12
|
* Drop dead code found by perlcritic.ville2009-11-241-5/+2
|
* Fix perlcritic "Mixed high and low-precedence booleans" errors.ville2009-11-241-12/+11
|
* Fix perlcritic "Code before strictures/warnings" errors.ville2009-11-243-5/+10
|
* Add perlcritic(1) profile and a Makefile target for running it.ville2009-11-242-0/+43
|
* Improve "make perltidy" output.ville2009-11-241-2/+2
|
* Wrap long comment lines.ville2009-11-231-77/+110
|
* Fix numeric/string equality issues flagged by perltidy.ville2009-11-231-16/+16
|
* Trivial cleanups.ville2009-11-231-10/+5
|
* Fix "Unconventional here-target" perltidy warnings.ville2009-11-234-27/+30
|
* Rename tidy Makefile target to perltidy.ville2009-11-231-2/+2
|
* Run perltidy on perl sources.ville2009-11-235-2740/+3124
|
* Make perltidy backup/modify-in-place.ville2009-11-231-1/+3
|
* Add perltidy(1) settings and a simple Makefile target for running it.ville2009-11-232-0/+26
|
* Note Python 2.6 dependency.ville2009-11-161-0/+3
|
* Update HTML5 "warning but pass" test doc.ville2009-11-161-2/+2
|
* Fix fatal error handling in event handler and user agent.ville2009-11-161-4/+4
|
* Improve unsuccessful request handling.ville2009-11-162-15/+22
|
* Fix test URI escaping.ville2009-11-161-2/+2
|
* Fix --help.ville2009-11-161-1/+1
|
* Ignore byte-compiled Python files.ville2009-11-160-0/+0
|
* Initial Python 3 compatibility tweaks.ville2009-11-161-8/+8
|
* Recommend .mml extension for MathML instead of .mathml per ↵ville2009-11-131-1/+1
| | | | http://www.w3.org/TR/MathML2/chapter7.html#id.7.1.3
* Fix recommended system id of "XHTML 1.1 plus MathML 2.0 plus SVG 1.1" (#8270).ville2009-11-131-2/+2
|
* Use local copy of Spec 2.0 DTD, add Spec 2.1 and 2.10.ville2009-11-084-10/+4336
|
* Remove unused REC-xhtml11-20010531.ville2009-11-086-5475/+0
|
* Switch XHTML 1.1 to modular DTDs.ville2009-11-084-4656/+324
|
* Switch XHTMLplusMathMLplusSVG to modular DTD, add entry for XHTML Basic plus ↵ville2009-11-083-22276/+3
| | | | SVG Tiny.
* Add mathml2-qname-1.mod FPI.ville2009-11-081-0/+2
|
* Remove duplicate XHTML+RDFa entry.ville2009-11-081-6/+0
|
* Whitespace, NFC.ville2009-11-081-5/+5
|
* Remove unused XHTML Basic 1.1 WD.ville2009-11-084-4084/+0
|
* Sync remaining XHTML Print 1.0 files with exact ones from ↵ville2009-11-062-2/+2
| | | | REC-xhtml-print-20060920 tarball (cosmetic, CVS ids only).
* Remove files that are either unused or come from XHTML m12n from XHTML Print ↵ville2009-11-067-363/+3
| | | | 1.0 dir.
* Add catalog entries for XHTML Basic 1.1 xhtml-basic11-model-1.mod and ↵ville2009-11-061-0/+4
| | | | xhtml-inputmode-1.mod.
* Sync remaining XHTML Basic 1.1 files with exact ones from ↵ville2009-11-063-3/+3
| | | | REC-xhtml-basic-20080729 tarball (cosmetic, CVS ids only).
* Remove files that are either unused or come from XHTML m12n from XHTML Basic ↵ville2009-11-065-3583/+0
| | | | 1.1 dir.
* Remove files that are either unused or come from XHTML m12n from XHTML Basic ↵ville2009-11-0628-5917/+0
| | | | 1.0 dir.
* Rename MathML2 test file to *.mml so servers are more likely to serve itville2009-10-253-7/+7
| | | | with an appropriate content type, use recommended system id in it.
* Clarify MathML2 DTD origin/version, remove unused html entities, rename dir ↵ville2009-10-2541-10123/+9835
| | | | accordingly.
* Add XHTML modularization 1.1, remove entities in it from XHTML 1.0 catalog/dir.ville2009-10-2552-519/+5460
|
* Use redirect for whatsnew.atom instead of proxying it.ville2009-10-251-10/+2
|
* Link directly to http://www.w3.org/QA/Tools/validator-whatsnew.atom for the ↵ville2009-10-251-3/+4
| | | | Atom feed like we already do in <link> elements.
* Remove no longer used application/x-javascript.ville2009-10-251-1/+0
|
* Trim trailing whitespace, NFC.ville2009-10-251-26/+26
|
* Comment formatting, NFC.ville2009-10-251-26/+57
|
* Change "preferred" public id for SVG 1.1 Tiny and Basic to "SVG 1.1 XXX"ville2009-10-253-11/+13
| | | | | | | | | | from "SVG XXX 1.1". REC-SVGMobile-20030114 has both, but: http://www.w3.org/mid/1802878579.20031205151329%40w3.org http://www.w3.org/Graphics/SVG/Test/20061213/ http://www.w3.org/Graphics/SVG/1.1/DTD/svg11-tiny.dtd http://www.w3.org/Graphics/SVG/1.1/DTD/svg11-basic.dtd http://www.w3.org/QA/2002/04/valid-dtd-list.html http://www.w3.org/mid/E6C04936-0353-476C-B65F-455A1C836045%40w3.org