summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* + .project (eclipse project file)Thomas Gambet2010-09-161-0/+1
|
* Prepare for 1.2 release.Ville Skytt?2010-08-203-4/+14
|
* Small typoJean-Guilhem Rouel2010-08-171-1/+1
|
* Fix for ticket #139Jean-Guilhem Rouel2010-08-171-1/+1
|
* adding a Unicorn template for critical errorJean-Guilhem Rouel2010-08-172-0/+133
|
* ~ fixed invalid css code in the congratulation messageThomas Gambet2010-08-101-1/+1
|
* Update XHTML modularization DTDs to version 1.1 second edition (20100729).Ville Skytt?2010-08-0452-134/+131
|
* Update comment about Config::General settings.Ville Skytt?2010-07-241-1/+1
|
* Turn off Config::General CComments for slight performance gain.Ville Skytt?2010-07-242-0/+2
|
* Bump version to 1.2(-dev).Ville Skytt?2010-07-154-3/+16
|
* Don't filter out undefined entity errors from libxml.Ville Skytt?2010-07-151-36/+1
| | | | | We let libxml fetch external entities now (and use catalogs with it) so false positives should no longer occur.
* Remove obsolete (commented) note about XML support limitations.Ville Skytt?2010-07-151-12/+0
|
* Added tag validator-1_1-release for changeset 3cf0fbb70602Thomas Gambet2010-07-120-0/+0
|
* Prepare for 1.1 release.validator-1_1-releaseVille Skytt?2010-07-066-15/+20
|
* Run incomplete input URLs through URI::Heuristic.Ville Skytt?2010-07-064-5/+20
|
* Added tag bundle-1_0 for changeset f8fe838e16abVille Skytt?2010-07-050-0/+0
|
* Update for bundle 1.0.bundle-1_0Ville Skytt?2010-07-041-13/+12
|
* Bump bundle version back to 1.0, no 1.1 related changes so far.Ville Skytt?2010-07-042-2/+2
|
* No longer need to skip CVS related things.Ville Skytt?2010-07-041-2/+0
|