summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* UTF-8-encode "authorization failed" template output (Chuck Houpt)ville2007-10-251-3/+3
|
* fixing validome's typosot2007-10-241-2/+2
|
* Adding a few XHTML print and Basic modules to the catalogue.ot2007-10-247-0/+402
| | | | Thanks to Validome team for the report/patch.
* s/HMTL/HTML/, thanks to Phillip Conradville2007-10-212-6/+6
|
* Include some warning info from LWP in fatal HTTP error messages.ville2007-10-193-2/+22
|
* "char" can be "> 80", escape it (#5210)ville2007-10-191-2/+2
|
* m:col can be eg. "> 80", escape it (#5210)ville2007-10-191-2/+2
|
* Fix m:col descriptionville2007-10-191-3/+3
|
* Drop unneeded config variables.ville2007-10-171-3/+1
|
* missing enctype for revalidation in upload modeot2007-10-111-2/+2
|
* planned release date for 0.8.2 is 11 Oct 2007validator-0_8_2-releaseot2007-10-103-5/+5
|
* pushing towards 0.8.2 releaseot2007-10-104-5/+5
|
* test bogus attribute docot2007-10-102-2/+24
|
* updated/additional messages [generated from error_messages.cfg]ot2007-10-101-30/+66
|
* update for the templated links in error message explanationsot2007-10-101-1/+3
|
* IIS workaround, thanks to David Tibbe and Allan Smith.ville2007-10-091-2/+6
|
* updated changelogot2007-10-091-3/+6
|
* fixing a little glitch that was adding extra whitespace in shown source code ↵ot2007-10-091-1/+1
| | | | for revalidation
* patch by Brett Bieber for Bug 5154ot2007-10-092-7/+8
| | | | http://lists.w3.org/Archives/Public/www-validator/2007Oct/0027.html
* adding second shorthand markup test caseot2007-10-051-0/+18
|
* listing test cases to output all the preparse warnings W01 ~ W25ot2007-10-041-9/+154
|
* wording for w06, typo in w11ot2007-10-041-2/+2
|
* BOM test caseot2007-10-041-0/+15
|
* warnings num also for tentative valid resultsot2007-10-041-1/+1
|
* rewordings and extra information/suggestion for preparse warningsot2007-10-041-28/+29
|
* preparse W11 testot2007-10-042-3/+22
|
* improving spacing in preparse warning display, by enclosing the main messageot2007-10-041-28/+31
| | | | within <p>s
* typoot2007-10-031-3/+3
|
* Fix for http://www.w3.org/Bugs/Public/show_bug.cgi?id=3663ot2007-10-034-6/+66
| | | | | | | Checking if doctype-less documents display patterns specific to SVG (svg root element, with or without version/baseProfile attributes) and, upon detection, applying "fake" doctype override to help validation of doctype-less SVG 1.0, 1.1 (including Tiny and Basic).
* FPIs for SVG mobile profiles are confused and confusing, see ↵ot2007-10-031-3/+3
| | | | http://lists.w3.org/Archives/Public/www-svg/2007Oct/0005.html
* using local versions of SVG Mobile profile DTDs.ot2007-10-031-0/+8
| | | | | Matching two FPIs for each, since the spec is confused which is correct, see: http://lists.w3.org/Archives/Public/www-svg/2007Oct/0005.html
* adding version for first svg 1.0 testot2007-10-031-2/+2
|
* tests for doctypeless (and doctyped, for comparison) SVGot2007-10-0312-3/+198
|
* test case for (closed) bug 2689ot2007-10-022-2/+21
|
* reverting - last commit was a mistakeot2007-10-021-1/+1
|
* making presence of warnings - in otherwise valid document - slightly more ↵ot2007-10-022-2/+7
| | | | visible
* re-wording for the pre-parse warnings, with (hopefully) a better explanation ↵ot2007-10-022-4/+4
| | | | of the fact that guesswork can skew the validation
* added Encode-Module-Description and some fixesdtibbe2007-09-301-15/+6
|
* adding experimental parameters to set the Accept and Accept-Language headersot2007-09-273-5/+36
|
* moving shorttags test to "valid with warnings" sectionot2007-09-261-3/+8
|
* when valid, add mention of number of warnings if applicableot2007-09-261-1/+1
|
* all our templates are utf-8ot2007-09-251-3/+14
|
* giving spopt options twice, working around the usual bug with ↵ot2007-09-251-2/+4
| | | | sgml::parser::opensp 0.99
* explaining shorttags warningsot2007-09-251-0/+40
|
* in sgml mode, reporting shorttag usage as a warning. TODO: add explanations ↵ot2007-09-251-2/+14
| | | | for the warning messages
* adding empty end tag test shorttag test doc, plus documentingot2007-09-251-2/+4
|
* adding unclosed end-tag shorttag testot2007-09-251-1/+1
|
* Spelling fixesville2007-09-193-10/+10
|
* Remove info about no longer used HTML::Template file caching.ville2007-09-191-25/+3
|
* basic styling for the instructions along the file upload box in resultsot2007-09-132-2/+10
|
* * Cleanup of the template variables used to determine whether upload or ↵ot2007-09-121-6/+14
| | | | | | | | | direct input has been used. This complicates the template structure a little, since HTML::Template does not have <TMPL_ELSIF>, but in the long run it is cleaner than using is_upload for direct input AND upload * using a filtering routine to work around a HTML::Template bug with utf-8 encoded template files, see http://lists.w3.org/Archives/Public/public-qa-dev/2007Sep/0006.html
* Cleanup of the template variables used to determine whether upload or direct ↵ot2007-09-123-9/+36
| | | | | | | input has been used. This complicates the template structure a little, since HTML::Template does not have <TMPL_ELSIF>, but in the long run it is cleaner than using is_upload for direct input AND upload
* preparing changelog for future 0.8.2ot2007-09-111-2/+18
|
* Tighten matching of content types that we treat as special in ↵ville2007-09-111-5/+5
| | | | parse_content_type()
* Making doctype detection work with document types using dashes or dotsot2007-09-111-3/+3
| | | | | in root element (allowed in XML, at least). This fixes Bug 5031: http://www.w3.org/Bugs/Public/show_bug.cgi?id=5031
* adding musicxml sample to collectionot2007-09-111-2/+10
|
* basic MusicXML sample, as test case for bug 5031ot2007-09-111-0/+37
|
* Now that we have a decent XML processor, we can accept documents sent with aot2007-09-111-2/+5
| | | | | | | | media type which is unknown, if the media type follows the convention "application/*+xml" (as a subset of the convention defined in RFC 3023 sec 7) we'll treat it as incoming XML. This should also fix http://www.w3.org/Bugs/Public/show_bug.cgi?id=4926
* tests for passing of CSS and atom resources to their respective, specialized ↵ot2007-09-111-3/+6
| | | | validators.
* for resources served as application/atom+xml, passing to feed validatorot2007-09-111-2/+7
|
* sending cache-control header in requests, telling in-the-middleot2007-09-111-2/+5
| | | | | caches we want as fresh a version as possible: This fixes http://www.w3.org/Bugs/Public/show_bug.cgi?id=4998
* * for revalidation after direct input/upload, using POST rather than getot2007-09-111-1/+5
| | | | | (avoiding 414 Request-URI Too Large) * rewording of table header for source display textarea
* markup fixesot2007-09-111-3/+3
|
* markup fixesot2007-09-111-3/+4
|
* markup fixesot2007-09-111-5/+4
|
* HTTP status code sent for no-referer response to /check/referer (ab)used 412 ↵ot2007-09-111-2/+1
| | | | | | | | precondition failed, when there was actually no client precondition set. Using 403 instead, consistent with what we do on CSS validator, and probably better understood by bots responsible for this traffic than 412.
* regression test for http://www.w3.org/Bugs/Public/show_bug.cgi?id=857ot2007-09-072-2/+25
|
* applying karl's idea that the doctype declarationot2007-09-071-4/+23
| | | | | | | we sneak in should not be at the beginning of the doc, but rather, just before the root element. This should fix http://www.w3.org/Bugs/Public/show_bug.cgi?id=857
* giving soap fault output the identifier for each fatal errorot2007-09-071-2/+11
|
* validator install guide on mediaville.net went 404 :( - noticed by Brettot2007-09-061-5/+3
|
* in error listing, linking the file upload suggestion to the interface ↵ot2007-09-061-1/+1
| | | | (suggestion by Brett)
* for the sake of a lighter memory footprint, making sure that the whole ↵ot2007-09-051-3/+4
| | | | | | | source of the document is only passed to the template object if necessary (that is, at this point, if the show source option is on, or if the file was uploaded or direct input was used).
* patch by Brett Bieber for Bug/Enhancement 4342ot2007-09-052-28/+19
| | | | | | http://www.w3.org/Bugs/Public/show_bug.cgi?id=4342 including the content for revalidation even when using upload or direct input.
* markup typo/mistake fixot2007-09-042-6/+5
|
* There are two warnings for "unknown parse mode". Obsoleting W08ot2007-09-036-27/+18
| | | | | and merging with W06, as per discussion around: http://lists.w3.org/Archives/Public/www-validator/2007Jul/0168.html
* moving link to easy-to-installed pre-packaged systems up. Mentioning SUSE ↵ot2007-08-311-9/+11
| | | | and Mac OS
* linking to Validator S.A.C, standalone app for macot2007-08-311-2/+8
|
* rewording, suggested by Ruud:ot2007-08-282-4/+4
| | | | http://www.w3.org/Bugs/Public/show_bug.cgi?id=4989
* Fixing a usability bug where options would be hidden from view, but still ↵ot2007-08-241-0/+4
| | | | | | | | would be tabbed through when navigating with the keyboard. Following ideas and suggestions by Greg Rosmaita, Gez Lemon, Patrick Lauke. http://lists.w3.org/Archives/Public/wai-xtech/2007Aug/thread.html#msg76
* Comment out the "OpenSP reports errors beyond EOL" workaround altogether for ↵ville2007-08-231-8/+11
| | | | now.
* * fixing a bug that would run Tidy on content even when not requested ↵ot2007-08-221-7/+7
| | | | | | (that's a DUH award for me...) * silencing some debug output
* updating requirement for openspot2007-08-171-8/+5
|
* adding test case for upper case element in XHTML, and cascaded attribute ↵ot2007-08-162-40/+60
| | | | errors (+ cleanp of index)
* silencing HTTP / XML decl charset mismatch warning in case of direct input modeot2007-08-151-3/+4
|
* adding tests for charset mismatchot2007-08-153-2/+49
|
* Fixing typo, noted by Karl Hendrikseot2007-08-121-2/+2
| | | | http://www.w3.org/mid/7537bcf40708111730m292929dcl759c3a42a9d05325@mail.gmail.com
* proper link for news item of latest releasevalidator-0_8_1-releaseot2007-08-072-2/+2
|
* tagging 0.8.1ot2007-08-071-2/+2
|
* syncing with share/templates/en_US/error_messages.cfgot2007-08-071-10/+17
|
* rewording suggestion by Aaron Swartzot2007-08-071-2/+2
| | | | http://lists.w3.org/Archives/Public/www-validator/2007Aug/0075.html
* preparing 0.8.1, changelog and version bumpot2007-08-076-56/+40
|
* fix for borken language-negotiation cases:ot2007-08-071-2/+5
| | | | http://www.w3.org/Bugs/Public/show_bug.cgi?id=4899
* link to PEAR library for APIot2007-08-061-2/+4
|
* more careful wording about using mod_perl... we're not sure it's that good ↵ot2007-08-061-4/+5
| | | | after all, need feedback from users
* adding test case for 4892ot2007-08-062-8/+36
|
* 0.8.0bundle-0_8_0ville2007-08-023-18/+56
|
* Fix ChangeLog target dependencies.ville2007-08-021-1/+1
|
* - Changed information about retrieving the code for openSUSE Linux.ot2007-08-021-38/+34
| | | | | - Made some code cleanups to the HTML code. (changes by Sierk Bornemann)
* not clogging our logs with a warning about a libxml bug we can't controlot2007-08-021-5/+5
|
* * muting the perl -w warningsot2007-08-021-3/+4
| | | | | | "check: \\1 better written as $1 at /usr/local/validator/httpd/cgi-bin/check line 642" * undef-ing content copy after use