summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove inactive "tip of the day" functionality.Ville Skytt?2011-05-217-102/+0
| | | | | | The tips haven't been included in validator's output since validator 0.7.0 (hg rev 1018:64d1a483353a) due to nothing referencing/including tip.tmpl.
* Update EARL/RDF output to WD-EARL10-Schema-20110510.Ville Skytt?2011-05-211-6/+8
|
* Add onclick handler to badge sample code to avoid uri=referer redirects.Ville Skytt?2011-05-215-15/+26
| | | | | | | In addition to avoiding the redirect, this removes the need for presence of the Referer header in JavaScript enabled browsers thus making things work in setups that don't send the referer at all, and when the badge is in https docs and the validator isn't.
* Remove unreferenced HTML 4.0 and 4.01 sgml-lib files.Ville Skytt?2011-05-217-690/+0
|
* Revert changeset 3231.Ville Skytt?2011-05-214-515/+3
| | | | | | We already have the entity files catalogued in REC-html401-19991224, and because they're being used by public id, there's no need to duplicate them for HTML 4.01 + RDFa 1.1.
* + readmetgambet2011-05-211-0/+2
|
* use local entity filestgambet2011-05-214-3/+515
|
* ~ fixed path to HTML 4.01+RDFa 1.1 dtdtgambet2011-05-201-1/+1
|
* + HTML 4.01 + RDFa 1.1 config and select optiontgambet2011-05-203-0/+24
|
* + added html401-rda11 dtdtgambet2011-05-202-0/+1105
|
* ~ updated link to an up-to-date OSX install tutorial by Roger Johanssontgambet2011-05-161-2/+2
|
* Update Fedora and RHEL package info.Ville Skytt?2011-04-091-5/+4
|
* Work around XML::LibXML "max column = 80" issue.Ville Skytt?2011-03-171-0/+19
| | | | http://rt.cpan.org/Public/Bug/Display.html?id=66642
* Link fine tuning.Ville Skytt?2011-03-171-1/+1
|
* Link updates.Ville Skytt?2011-03-173-5/+4
|
* Don't include bundle in dist tarball.Ville Skytt?2011-03-161-0/+1
|
* Include Makefile in dist tarballs.Ville Skytt?2011-03-161-1/+2
|
* Add XHTML Role module, needed by XHTML+ARIA.Ville Skytt?2011-03-143-0/+112
|
* Add (X)HTML+ARIA DTDs.Ville Skytt?2011-03-146-0/+2125
|
* Don't treat empty uri= as uri=1.Ville Skytt?2011-03-131-8/+2
|
* Add Vary: Referer to uri=referer redirects when Referer is available.Ville Skytt?2011-03-131-1/+1
|
* Do uri=referer redirects in httpd.conf if mod_rewrite is available.Ville Skytt?2011-03-131-2/+13
|
* Escape dot in *-upload.html rewrite rule regexps.Ville Skytt?2011-03-131-2/+2
|
* Avoid lc(undef) warnings with Perl >= 5.12.Ville Skytt?2011-03-121-2/+2
|
* Remove internal support for /check/referer, do it in httpd.conf instead.Ville Skytt?2011-03-102-39/+11
| | | | | /check/referer has been deprecated in favor of /check?uri=referer since 2003 (validator 0.6.5 beta 1).
* Bump version in footer to 1.2+hg.Ville Skytt?2011-03-101-1/+1
|
* Update checkout instructions for 1.2 release.Ville Skytt?2011-03-101-2/+2
|
* Wrap long lines.Ville Skytt?2011-03-101-3/+6
|
* Added tag validator-1_2-release for changeset 754b7a64cdb4tgambet2011-03-100-0/+0
|
* Update metadata for bundle v1.2.Ville Skytt?2011-03-092-12/+12
|
* Revert 1.2 release date change.Ville Skytt?2011-03-091-1/+1
|
* Exclude *.bak from dist tarballs.Ville Skytt?2011-03-091-0/+1
|
* ~ s/2010/2011/Ville Skytt?2011-03-0910-10/+10
|
* + also show warnings in case of fatal error (like html output)validator-1_2-releasetgambet2011-02-281-0/+4
|
* + missing fatal_no_checker errortgambet2011-02-281-0/+13
|
* + id attributes on warning and error messagestgambet2011-02-232-35/+35
|
* perltidy.Ville Skytt?2010-12-261-2/+2
|
* Initialize WF_Errors to an empty list.Ville Skytt?2010-12-181-0/+1
|
* Code cleanups.Ville Skytt?2010-12-161-10/+4
|
* Avoid warning with autodetected UTF-16[BL]E docs without a BOM.Ville Skytt?2010-12-161-1/+4
|
* make perltidyVille Skytt?2010-12-151-1/+2
|
* Add grouping title for HTML5 validator errors.Ville Skytt?2010-12-151-5/+9
| | | | | Not much info there for now (everything lumped in one group), but this avoids some error log trashing.
* Avoid error log trashing from BOM lookup on empty documents.Ville Skytt?2010-12-151-1/+1
|
* Make finding transcode error line number more memory efficient.Ville Skytt?2010-12-151-2/+2
|
* Report line number of first transcoding error, not last.Ville Skytt?2010-12-141-0/+1
|
* Avoid error log trashing for docs with no root namespace but some other ones.Ville Skytt?2010-12-141-9/+5
|
* Update Tidy related information.Ville Skytt?2010-12-1411-23/+36
|
* Combine JS to yuicompressed lump, load uncompressed sources in debug mode.Ville Skytt?2010-12-146-37/+4528
|
* Make it possible to override Makefile variables in config.mk.Ville Skytt?2010-12-132-0/+4
|
* Add entry about gzipped CSS and JavaScript.Ville Skytt?2010-12-131-0/+5
|
* Add missing copyright notices, tweak existing ones so that yuicompressor ↵Ville Skytt?2010-12-1311-11/+56
| | | | preserves them.
* Simplify .hgignore.Ville Skytt?2010-12-121-7/+2
|
* Fix relative path to style/base.css.Ville Skytt?2010-12-121-1/+1
|
* Use content negotiation for *.css and *.js.Ville Skytt?2010-12-126-15/+15
|
* Add note about updating gzipped versions if editing *.css or *.js.Ville Skytt?2010-12-121-0/+6
|
* Fine tune unpack instructions.Ville Skytt?2010-12-121-2/+2
|
* Add conneg config to Windows install doc.Ville Skytt?2010-12-121-0/+7
|
* Add Makefile target for precompressing *.css and *.js and httpd.conf section ↵Ville Skytt?2010-12-123-3/+23
| | | | for serving them compressed.
* Note IRI/IDNA support in news.Ville Skytt?2010-12-121-3/+5
| | | | This is possible since revision 3159 and recent enough version of URI modules.
* Remove no longer used xml-results XSL and CSS.Ville Skytt?2010-12-122-113/+0
|
* Update bundle to 1.2.Ville Skytt?2010-12-123-14/+14
|
* Update news for 1.2.Ville Skytt?2010-12-121-5/+29
|
* Add missing warnings to SOAP output.Ville Skytt?2010-12-041-0/+9
|
* Handle uploaded_file without Content-Disposition filename as a fragment.Ville Skytt?2010-12-041-2/+11
|
* Use CGI::upload() for better upload sanity checks.Ville Skytt?2010-12-041-4/+3
|
* Add some image widths and heights.Ville Skytt?2010-11-282-4/+4
|
* Update Mootools more to 1.2.5.1.Ville Skytt?2010-11-281-19/+23
|
* Update XHTML 1.1 to 2nd edition (rename only).Ville Skytt?2010-11-255-6/+4
|
* Update XHTML-Print to 2nd edition (cosmetic changes only).Ville Skytt?2010-11-254-6/+6
|
* Update XHTML Basic 1.1 to 2nd edition.Ville Skytt?2010-11-255-8/+22
|
* Remove CGI.pm < 3.40 hacks, require >= 3.40.Ville Skytt?2010-11-155-23/+10
|
* Add local copy of XHTML + RDFa 1.1 DTD.Ville Skytt?2010-11-105-1/+883
|
* Include list of actually used parsers in HTML and Unicorn valid results output.Ville Skytt?2010-11-093-10/+27
|
* Record all parsers used, set debug data for templates only in debug mode.Ville Skytt?2010-11-093-29/+52
|
* Remove outdated comments and unnecessary code.Ville Skytt?2010-11-091-27/+25
|
* Don't lose multivalued parameters while decoding them.Ville Skytt?2010-11-091-2/+2
|
* Use encodeURIComponent() instead of escape() in favelets for UTF-8 reasons.Ville Skytt?2010-11-061-4/+4
|
* Add missing "doc" div to fix layout.Ville Skytt?2010-11-061-0/+2
|
* Actually decode CGI parameters as UTF-8.Ville Skytt?2010-11-061-3/+9
| | | | IDN's and IRI's (in the uri parameter) now have a better chance of working.
* Document previously implicit UTF-8 expectation for parameter values.Ville Skytt?2010-11-062-3/+11
|
* Spelling fix.Ville Skytt?2010-11-061-1/+1
|
* No need to link to /check with no parameters.Ville Skytt?2010-11-061-2/+1
|
* Bring introduction better up to date.Ville Skytt?2010-11-061-8/+10
|
* Point to HTTPS badge and referer docs for uploads, direct input, and https ↵Ville Skytt?2010-11-065-4/+15
| | | | | | doc URIs. URI >= 1.53 is now required.
* Document HTTPS badge and referer issues more prominently.Ville Skytt?2010-11-061-1/+26
|
* "How to fix" referer tip improvements.Ville Skytt?2010-11-051-3/+3
|
* Replace /check/referer with /check?uri=referer.Ville Skytt?2010-11-0514-17/+17
| | | | The former has been deprecated since 2003 (validator 0.6.5 beta 1).
* Rename WD-MathML3-20100610 to REC-MathML3-20101021 (no changes).Ville Skytt?2010-11-0526-46/+46
|
* Spelling fix.Ville Skytt?2010-11-051-1/+1
|
* Link tweaking.Ville Skytt?2010-11-041-2/+2
|
* Get rid of the "Home Page" configuration parameter.Ville Skytt?2010-11-0412-40/+30
| | | | | Resolve it automatically instead, and use relative URLs more where appropriate.
* Get rid of file_uri_param, URI escape it in templates where needed.Ville Skytt?2010-11-042-2/+1
|
* Make path to opensource-55x48.png relative.Ville Skytt?2010-11-012-2/+2
|
* + warning messages to ucn_output.tmpltom2010-10-271-1/+1
|
* ~ changed level of warnings 0, 27, 28 to infotom2010-10-271-3/+3
|
* ~ warnings moved out of the error looptom2010-10-271-5/+3
|
* ~ fixed missing </TMPL_IF>tom2010-10-271-8/+8
|
* + html description to all warningstom2010-10-271-38/+546
|
* ~ updated Mootools to version 1.2.5 and adapted w3c-validator.jsThomas Gambet2010-09-272-175/+21
|
* ~ open source icon stored locallyThomas Gambet2010-09-163-2/+2
|