summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* More JSON output fixes (old XML::LibXML workarounds), #7000.ville2010-03-021-2/+9
|
* Update for 0.8.6.bundle-0_8_6ville2010-03-022-9/+27
|
* Update 0.8.6 release date.validator-0_8_6-releaseville2010-03-021-3/+3
|
* Add target for generating htdocs/docs/errors.html, do it in "all", do "all" ↵ville2010-02-221-2/+5
| | | | in "dist".
* Regenerated.ville2010-02-221-17/+38
|
* Rephrase sentence about list items, thanks to Sean Fraser.ville2010-02-221-3/+4
|
* Experimental feature blurb grammar fix, thanks to D. Strout.ville2010-02-221-1/+1
|
* Fix JSON output syntax for messages without a line number (Yaroslav Samchuk).ville2010-02-031-1/+1
|
* Note $secure_protocol -> http requests in the "no Referer" error message.ville2010-01-263-9/+15
|
* Drop dead code.ville2010-01-261-31/+9
|
* Set "Vary: Referer" header in responses to referer validation requestsville2010-01-263-2/+5
| | | | that have no Referer header.
* Set output mode earlier so we can choose the correct error template for URIville2010-01-261-3/+5
| | | | related fatal errors.
* Use output mode specific error template for fatal errors, abort properly onville2010-01-262-54/+41
| | | | | | | fatal errors in non-HTML output modes (#8801). For now, we have error templates for the SOAP and HTML modes, the latter being default for all others.
* Add more cperl-mode indentation settings.ville2010-01-263-4/+10
|
* Use .eu instead of .org in ERCIM links, thanks to Jean-Guilhem Rouel for the ↵ville2010-01-143-6/+6
| | | | heads up.
* Update years in copyright notices.ville2010-01-145-7/+7
|
* Make link to base.css relative.ville2010-01-061-4/+4
|
* Remove unused file.ville2010-01-061-14/+0
|
* Indentation/whitespace tweaks, NFC.ville2010-01-062-60/+62
|
* Note Validator.nu bug reporting instructions (#8553).ville2009-12-291-2/+16
|
* Fix SOAP W22 XML, thanks to Jeroen Kruis.ville2009-12-262-3/+7
|
* More XML declaration related regex cleanups.ville2009-12-141-23/+26
|
* Fix infinite loop introduced in revision 1.756.ville2009-12-141-3/+4
|
* Clean up XML declaration regex.ville2009-12-141-14/+14
|
* Ignore *.bak.ville2009-12-141-0/+1
|
* Don't lose XML::LibXML errors in "structured error" mode.ville2009-12-141-10/+7
| | | | | $err->_prev() was called one time too many per iteration while traversing the chain.
* Pass document base URIs to XML::LibXML.ville2009-12-141-2/+8
|
* 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
|