summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* avoiding header with empty paragraph for valid file uploadsot2007-05-311-1/+1
|
* Remove empty .htaccessville2007-05-261-0/+0
|
* Drop defaults for unused config options.ville2007-05-251-3/+1
|
* test case for Bug 197:ot2007-05-241-0/+14
| | | | | | http://www.w3.org/Bugs/Public/show_bug.cgi?id=197 using an alias of iso-8859-1 this test case should be served without HTTP charset
* moving some directives for serving test documents to httpd config, since ↵ot2007-05-241-19/+0
| | | | it's not going to work on servers other than apache > 2.0.24 anyway
* * reordering prereq modulesot2007-05-241-14/+13
| | | | * error and esis options obsolete - just use debug=1
* re-wording for documents checked with xml-wf onlyot2007-05-225-4/+36
|
* bringing back line count for fatal_byte_error, output of raw decoding error ↵ot2007-05-202-13/+19
| | | | message
* Simplify xmlwf error list population.ville2007-05-181-6/+3
|
* The fix for bug 4474 actually broke the transcoding routine for some ↵ot2007-05-181-6/+11
| | | | | | | | | | | | 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
* small hack to fix the soap fault output.ot2007-05-171-2/+7
| | | | | We should however sooner or later look into a real clean fix, see: http://www.w3.org/Bugs/Public/show_bug.cgi?id=2131
* we are not sorting errors by line, as it would break the positionot2007-05-171-6/+9
| | | | | 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
* media typeot2007-05-161-1/+1
|
* adding m:explanation, m:source and implementing m:messageidot2007-05-162-5/+60
|
* rewording suggested by Jukkaot2007-05-161-2/+2
|
* removed reference to ppm3dtibbe2007-05-141-9/+5
|
* for documents served as XML, and for which the root element is not <html>,ot2007-05-074-16/+42
| | | | | 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.
* getting rid of ill-located comment in fallback xml dtdot2007-05-071-5/+3
|
* test cases for well-formed xml docsot2007-05-073-4/+32
|
* better output in case of fatal errorot2007-05-072-2/+5
|
* better display of information in case of fatal error (show preparse warning,ot2007-05-073-18/+32
| | | | e.g http://www.w3.org/Bugs/Public/show_bug.cgi?id=2572 ) and revalidation table.
* better output in case of fatal errorot2007-05-072-1/+11
|
* reverting changes to doctype and charset drop-down menu,ot2007-05-074-4/+4
| | | | as it was breaking some features in code
* using a solution compatible with apache 1.3...ot2007-05-071-8/+4
|
* removing charset at server level for iso-8859-1 testsot2007-05-071-1/+5
|
* test for iso-9959-1 files, with and without declaration of charset in metaot2007-05-073-0/+31
|
* updated webized error message listingot2007-05-071-10/+15
|
* error message explanation for missing xmlnsot2007-05-071-0/+11
|
* Better Error Msg for missing xmlnsot2007-05-071-4/+6
|
* As discussed inot2007-05-041-2/+2
| | | | | | | | | | http://www.w3.org/Bugs/Public/show_bug.cgi?id=3164 with details of history and resolution in http://www.w3.org/People/cmsmcq/2007/C1.xml the SGML declaration for XML should be amended to allow the range of characters x7F through x9F. => changing the xml.dcl accordingly.
* Escape SPO's croaking on some rare error message formats.ot2007-05-011-3/+10
| | | | | | | 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
* Applying patch from http://www.w3.org/Bugs/Public/show_bug.cgi?id=800ot2007-04-301-2/+13
| | | | based on ideas and code proposed by Shane McCarron.
* adding example for xhtml+rdfaot2007-04-301-2/+9
|
* fixing SOAP12 output - thanks to Struan Donald for the Bug Reportot2007-04-301-3/+3
|
* Workaround and diagnostics for http://bugzilla.gnome.org/show_bug.cgi?id=434196ville2007-04-281-9/+18
|
* Better diagnostics about OpenSP reporting error columns > line length in caseville2007-04-281-4/+8
| | | | it's still a problem.
* Don't treat any '^' as a column locator when parsing libxml errors.ville2007-04-281-3/+3
|
* Add back mod_perl 2.x example config.ville2007-04-281-3/+18
|
* Fix mailto link URI escaping.ville2007-04-281-1/+1
|
* Eliminate global templates to make mod_perl happier, improve naming.ville2007-04-281-98/+90
|
* More warning cleanups.ville2007-04-281-15/+14
|
* 2007ville2007-04-271-3/+3
|
* Warning cleanups.ville2007-04-271-11/+10
|
* The error template needs to be constructed before invoking prepCGI().ville2007-04-271-15/+9
|
* Cleanups, NFC.ville2007-04-271-24/+24
|
* Changes for 0.8 Releasedtibbe2007-04-271-32/+45
|
* Update Fedora/Red Hat package documentation.ville2007-04-242-34/+15
|
* Preliminary 0.8.0 adaptations.ville2007-04-241-9/+6
|
* Apply atom feed RewriteRule only if mod_rewrite is available, use ↵ville2007-04-241-1/+3
| | | | /w3c-validator/ prefix for it.
* Looks like we were decoding bytes, but forgetting to re-encode in utf8...ot2007-04-241-3/+3
| | | | See http://www.w3.org/Bugs/Public/show_bug.cgi?id=4474
* "reset button" considered harmful (?)ot2007-04-242-6/+4
| | | | | | http://www.w3.org/Bugs/Public/show_bug.cgi?id=4480 http://www.useit.com/alertbox/20000416.html etc.
* rewording suggested by David Dorward:ot2007-04-241-2/+6
| | | | http://lists.w3.org/Archives/Public/www-validator/2007Apr/0070.html
* xhtml+rdfa sample, from specot2007-04-201-0/+28
|
* XHTML + RDFa publishedot2007-04-202-1/+21
|
* removing "skip" links perot2007-04-202-2/+0
| | | | http://lists.w3.org/Archives/Public/public-qa-dev/2007Apr/0000.html
* Clean up a permanent redirect.ville2007-04-191-3/+3
|
* Fix some relative links in non-toplevel documents.ville2007-04-192-5/+5
|
* Following David Dorward's sound suggestion to separate the text about ↵ot2007-04-191-11/+13
| | | | | | | linking and CSS validation in the "congratulations" block. http://www.w3.org/Bugs/Public/show_bug.cgi?id=4473
* fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=4472ot2007-04-191-4/+4
| | | | | (outline for non xml-based languages) by making heading-selection regexp case insensitive.
* pointer to beta test instructions.validator-0_8_0-beta1ot2007-04-181-3/+3
| | | | http://lists.w3.org/Archives/Public/www-validator/2007Apr/0074.html
* warning for beta test instanceot2007-04-182-2/+27
|
* typos in the cssot2007-04-181-4/+4
|
* avoiding xml ill-formednessot2007-04-181-6/+6
|
* cleaning up unused </div>ot2007-04-181-1/+0
|
* fixing markup glitchesot2007-04-184-9/+9
|
* getting ready for 0.8.0 beta1ot2007-04-185-8/+39
|
* more "back to top" links in resultsot2007-04-185-1/+9
|
* Since we have a number of different sources for errors (xml-wf, parsing, ...)ot2007-04-183-4/+32
| | | | | better make sure that they are sorted before output (+test case)
* detection and listing of non-root namespaces had disappeared from 0.8 branch.ot2007-04-181-40/+49
| | | | re-adding via sax/opensp api parsing
* adding svg 1.1 samples to test casesot2007-04-182-3/+31
|
* XHTML+MathML+SVG DTD, with fix per ↵ot2007-04-185-78/+7378
| | | | http://lists.w3.org/Archives/Public/www-validator/2007Apr/0073.html
* Debian Etch has validator 0.7.4 as noted by Frederic Schutz some time agoville2007-04-171-4/+4
|
* making prefilling of document structure on the server-side rather than via ↵ot2007-04-122-0/+33
| | | | | | | | | 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
* proper markupot2007-04-121-2/+2
|
* making prefilling of document structure on the server-side rather than via ↵ot2007-04-125-51/+85
| | | | | | | | | 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
* using div as generic container in prefilled htmlot2007-04-101-3/+3
|
* making direct input textarea a tad wider. Should be OK for most screen ↵ot2007-04-102-6/+6
| | | | resolutions, even if it's quasi-impossible to cater for everyone...
* XHTML-izing the XHTML sampleot2007-04-101-1/+1
|
* adding pre-fill routines for direct inut methodot2007-04-103-3/+25
|
* updating link to Alan Flavell's pages, per ↵ot2007-04-101-6/+7
| | | | http://www.w3.org/mid/45EFC85A.1000706@dorward.me.uk
* Fixing display of fallback doctype when missingot2007-04-091-4/+4
|
* "the validator's xml support has limitations"... not really, any more.ot2007-04-091-1/+2
|
* sample of xml dialect served as text/htmlot2007-04-052-2/+69
|
* Went through all the RECs of the document types we support, and found which ↵ot2007-04-042-4/+30
| | | | | | | ones require the xmlns attribute on the root element, and which don't. Making the check script whine about its absence only if required.
* Whitespace/indentation, NFCville2007-04-041-186/+190
|
* Load HTTP::Negotiate and XML::LibXML only when needed.ville2007-04-041-5/+5
|
* +XML::LibXMLville2007-04-042-0/+2
|
* commenting out the unimplemented Treat As HTML/XML select in direct input ↵ot2007-04-042-8/+8
| | | | interface
* silent recovery if HTML::Tidy not present or neededot2007-04-041-2/+10
|
* prereq libsot2007-04-041-3/+7
|
* light border around main form block, as the background-color is a little ↵ot2007-04-021-6/+14
| | | | hard to see on some ill-calibrated monitors
* smaller gradientot2007-04-021-0/+0
|
* Regeneratedville2007-04-021-14/+22
|
* Fix relative paths to help.html in outputville2007-04-021-1/+4
|
* 2007ville2007-04-021-1/+1
|
* Update dependenciesville2007-04-024-32/+21
|
* Link fixingville2007-04-0212-45/+48
|
* perl-Net-IP is in FCville2007-04-021-3/+2
|
* Mention HTML-Tidy.ville2007-04-021-4/+19
|
* * checking presence and value of xmlns for any root element of XML docs, not ↵ot2007-04-021-8/+10
| | | | | | just html (e.g smil, etc) * bug fix for location of error when xmlns value is incorrect