Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | test for replacement of obsolete Quality Assurance logo | ot | 2008-07-17 | 3 | -10/+10 |
| | |||||
* | *** empty log message *** | kdubost | 2008-07-16 | 1 | -4/+4 |
| | |||||
* | replaced escape html by espace JS | kdubost | 2008-07-14 | 1 | -3/+3 |
| | |||||
* | Proper quotes around escape values | kdubost | 2008-07-14 | 1 | -3/+3 |
| | |||||
* | Using ESCAPE=HTML for escaping texts containing strange characters | kdubost | 2008-07-14 | 1 | -3/+3 |
| | |||||
* | Adding support for JSON output following the format of Validator.nu mostly | kdubost | 2008-07-14 | 1 | -3/+12 |
| | |||||
* | first attempt at a JSON output template | kdubost | 2008-07-14 | 1 | -0/+30 |
| | |||||
* | adding param for user-agent | ot | 2008-06-30 | 1 | -1/+1 |
| | |||||
* | adding param for user-agent + escaping input for all the params that affect ↵ | ot | 2008-06-30 | 1 | -4/+17 |
| | | | | HTTP headers | ||||
* | applying patch for the forwarding of accept-* headers in the case of referer ↵ | ot | 2008-06-20 | 2 | -3/+30 |
| | | | | validation - as proposed and submitted by Etienne Miret - see thread http://www.w3.org/Search/Mail/Public/search?keywords=&hdr-1-name=subject&hdr-1-query=Content-Negotiation+in+check+referer+requests&index-type=t&type-index=www-validator | ||||
* | missing a chunk of sentence in case of valid - direct input - result | ot | 2008-06-04 | 1 | -0/+1 |
| | |||||
* | adding XHTML+RDFa to doctype selection UI | ot | 2008-05-05 | 2 | -0/+2 |
| | |||||
* | configuring the default doctype for HTML and XHTML modes. Should be in ↵ | ot | 2008-05-05 | 1 | -4/+8 |
| | | | | config file? | ||||
* | transitioning out of "valid" towards "checked" | ot | 2008-05-05 | 2 | -12/+12 |
| | |||||
* | adding xmlns as factor in parse mode detection | ot | 2008-05-05 | 1 | -10/+12 |
| | | | | + better wording for case of lacking doctype | ||||
* | * if the root element has a namespace, and even neither mime type, | ot | 2008-05-05 | 1 | -9/+28 |
| | | | | | | | | doctype nor xml declaration have helped detect the proper parse mode, switch to XML checking mode. * If the document has no doctype but we are in XML mode and a root namespace was found, filter out the "no doctype" errors. | ||||
* | not so obviously invalid | ot | 2008-05-05 | 1 | -1/+0 |
| | |||||
* | adding a couple of test cases of XHTML documents (could be identified by the ↵ | ot | 2008-05-05 | 4 | -2/+47 |
| | | | | | | | | namespace) without doctype. One is served as text/html, another with application/xhtml+xml How the validator should handle these is not very well defined (?) | ||||
* | Running through the installation process with a local guinea pig (karl), | ot | 2008-04-30 | 1 | -19/+48 |
| | | | | and a few additions/fixes as a result. | ||||
* | reorganizing the installation instructions into a set of steps. + style ↵ | ot | 2008-04-30 | 2 | -132/+125 |
| | | | | tweaks for docs | ||||
* | fixing a bad copy-paste in the user manual's options details | ot | 2008-04-30 | 1 | -3/+3 |
| | |||||
* | subroutine namespace disambiguation, by setting all the main routines | ot | 2008-04-28 | 1 | -6/+8 |
| | | | | | | under the W3C::Validator::MarkupValidator namespace. ---------------------------------------------------------------------- | ||||
* | Trying to solve the headache of the default fallback character encoding, | ot | 2008-04-28 | 2 | -11/+32 |
| | | | | | | when different specs suggest different encodings, and we try to promote utf-8 as the best practice. This patch tried to go around the issue by trying, in sequence, a fallback of utf8, win-1252, then iso-8859-1 - in sequence. | ||||
* | some utf-8 content for the utf-8 test case... | ot | 2008-04-28 | 1 | -0/+2 |
| | |||||
* | test case for utf8 content without charset declared, curious to se what it ↵ | ot | 2008-04-28 | 1 | -0/+15 |
| | | | | will give if using different defaults | ||||
* | * Renaming the W3C::Validator::SAXHandler (misleading name) module | ot | 2008-04-23 | 1 | -53/+119 |
| | | | | | | | | | | | | | as what it is, some hybrid event handler. * Giving W3C::Validator::EventHandler a proper namespace and packacge structure. * subclassing W3C::Validator::EventHandler with extra handling of char/data for the creation of the document outline => W3C::Validator::EventHandler::Outliner We could move the various packages out of the check script and into their own cpan'd modules, I guess... | ||||
* | explanations for some errors triggered by typos in doctype declaration, | ot | 2008-04-18 | 1 | -0/+28 |
| | | | | | courtesy of Jorgen Elgaard Larsen and some additions by YT. http://lists.w3.org/Archives/Public/www-validator/2008Apr/0059.html | ||||
* | Test suite pretty much fully migrated to metadata-rich XML file. | ot | 2008-03-28 | 1 | -135/+502 |
| | | | | | | The test suite may still need to be improved to: - mention when validation needs to be running with specific options - mention when an "ideal" result is expected but we know the validator is buggy. | ||||
* | testcase title | ot | 2008-03-28 | 1 | -3/+8 |
| | |||||
* | updating xhtml+rdfa example to match recent spec | ot | 2008-03-28 | 1 | -24/+7 |
| | |||||
* | test case for the updated xhtml 11 dtds | ot | 2008-03-28 | 1 | -0/+245 |
| | |||||
* | Preparing for the update of the XHTML media type note | ot | 2008-03-27 | 1 | -9/+9 |
| | | | | | | | | | http://www.w3.org/TR/xhtml-media-types/ The latest editor's draft allows text/html as a MAY for any language in the XHTML family (as well as text/xml and application/xml in some conditions). The prefered media type remains application/xhtml+xml. draft: http://www.w3.org/MarkUp/2008/ED-xhtmlmime-20080315/ | ||||
* | with snippet validation in the options, the wording requiring | ot | 2008-03-19 | 1 | -3/+3 |
| | | | | a full document is misleading. With a nod toward Steph Troeth for noting the inconsistency. | ||||
* | fixing hasty copy-paste, thanks Ville for the ever-watchfulness | ot | 2008-03-14 | 1 | -1/+1 |
| | |||||
* | the mobileok checker is getting more stable, giving it a bit of exposure | ot | 2008-03-14 | 1 | -1/+2 |
| | |||||
* | Content-Type is a header, not field. | ville | 2008-03-13 | 2 | -2/+2 |
| | |||||
* | test case for document with charset only declared in xml declaration | ot | 2008-03-11 | 1 | -2/+3 |
| | |||||
* | test case for document with charset only declared in xml declaration | ot | 2008-03-11 | 1 | -0/+23 |
| | |||||
* | metadata for the Markup Validator Test Suite | ot | 2008-02-27 | 1 | -0/+774 |
| | | | | | | | | | | | | | | | | | | (work in progress) imported from the previously hand-rolled http://qa-dev.w3.org/wmvs/HEAD/dev/tests/ The metadata is using a simple (?) XML format: * root element is testsuite * testsuite element can have 0~n collection children - collection elements should (for selection purposes) have an id attribute - collection elements should have a dc:title child element describing the collection - collection elements may have 0~n collection children (hence allowing nesting of test collections) - collection elements may have 0~n test children + test elements must have a uri child + test elements may have a dc:title child describing the test and/or an html:p longer description + test elements should include expected results in an expect child transition of the test suite metadata to this XML format is still work in progress | ||||
* | test suite script for the W3C markup validator | ot | 2008-02-27 | 1 | -0/+158 |
| | | | | | | | | | | | (and in longer term, to compare validators) This work is an evolution from earlier work on the Link Test Suite ( http://dev.w3.org/cvsweb/2008/link-testsuite/ ) with a number of small differences: * instead of a nested directory structure, the test suite is described in a single XML file * comparison of results and expected results are more flexible, e.g it is possible to specify "results should have some warning(s)" rather than "results should have 12 warnings exactly" * easy selection of the tested validator instance from the command line * possibility of running only a subset of the test suite with a commandline option | ||||
* | samples for test suite sanity checks | ot | 2008-02-27 | 4 | -0/+47 |
| | |||||
* | Test Suite python classes for markup validation. | ot | 2008-02-27 | 1 | -0/+236 |
| | | | | | | | | This code is an evolution from earlier work on the Link Test Suite ( http://dev.w3.org/cvsweb/2008/link-testsuite/ ) with a number of small differences: * instead of a nested directory structure, the test suite is described in a single XML file * comparison of results and expected results are more flexible, e.g it is possible to specify "results should have some warning(s)" rather than "results should have 12 warnings exactly" | ||||
* | simple python code to access the markup validator via its HTTP headers response | ot | 2008-02-27 | 1 | -0/+95 |
| | |||||
* | getting reading for 0.8.3 | ot | 2008-02-21 | 5 | -7/+23 |
| | |||||
* | documenting new http header | ot | 2008-02-21 | 1 | -2/+8 |
| | |||||
* | adding accept-charset option | ot | 2008-02-13 | 2 | -5/+17 |
| | |||||
* | another test case for 4848 | ot | 2008-02-12 | 1 | -2/+8 |
| | |||||
* | additional fix for http://www.w3.org/Bugs/Public/show_bug.cgi?id=4848 | ot | 2008-02-12 | 2 | -5/+28 |
| | | | | | - we were checking whether the SI matched a recognized FPI - we are now also checking, in case the FPI is not recognized, whether it matches a known SI. | ||||
* | test of html 4.01 without FPI | ot | 2008-02-12 | 1 | -0/+20 |
| | |||||
* | test with doctype FPI different than the standard one | ot | 2008-02-12 | 1 | -14/+4 |
| | |||||
* | test with doctype FPI different than the standard one | ot | 2008-02-12 | 1 | -0/+33 |
| | |||||
* | Fix XHTML MP 1.0 SysID. | ville | 2008-02-10 | 1 | -2/+2 |
| | |||||
* | markup fix | ot | 2008-02-04 | 1 | -2/+2 |
| | |||||
* | toc | ot | 2008-02-04 | 1 | -2/+3 |
| | |||||
* | adding a few tests for XHTML 1.0 appendix C | ot | 2008-02-04 | 4 | -3/+99 |
| | |||||
* | missing closing </TMPL_IF> | ot | 2008-02-04 | 1 | -1/+1 |
| | |||||
* | fixing erroneous template syntax | ot | 2008-02-04 | 7 | -8/+9 |
| | |||||
* | add # of warnings in HTTP custom headers, along with errors # | ot | 2008-02-04 | 6 | -0/+6 |
| | |||||
* | removing duplicate. | ot | 2008-02-04 | 1 | -18/+2 |
| | |||||
* | warn about incorrect public/system identifiers combinations | ot | 2008-01-31 | 2 | -0/+6 |
| | | | | http://www.w3.org/Bugs/Public/show_bug.cgi?id=4848 | ||||
* | adding the coldfusion lib by clickfind | ot | 2008-01-25 | 1 | -2/+3 |
| | |||||
* | typo | ot | 2008-01-17 | 1 | -1/+1 |
| | |||||
* | fixed bug for display of FPI in W26 | ot | 2008-01-17 | 1 | -3/+3 |
| | |||||
* | Rewording of the warning title and text for doctype FPI/SI mismatch, as ↵ | ot | 2008-01-17 | 2 | -8/+16 |
| | | | | suggested by Terje. | ||||
* | check that in a DOCTYPE declaration for a known document type, FPI and SI match | ot | 2008-01-17 | 3 | -13/+38 |
| | |||||
* | tests for Bug 4848: warn about incorrect public/system identifiers combinations | ot | 2008-01-17 | 3 | -2/+58 |
| | |||||
* | extra space causing display issues on IE. removing bogus link to CSS | ot | 2008-01-15 | 1 | -9/+6 |
| | |||||
* | trying to style radio/checkbox input in IE | ot | 2008-01-15 | 1 | -0/+5 |
| | |||||
* | charset tests | ot | 2007-12-19 | 2 | -2/+38 |
| | |||||
* | metadata about HTML i18n | ot | 2007-12-06 | 1 | -1/+13 |
| | |||||
* | adding IETF HTML i18n | ot | 2007-12-06 | 2 | -1/+743 |
| | | | | http://www.w3.org/Bugs/Public/show_bug.cgi?id=5208 | ||||
* | reverting the changes to the XML catalog proposed by validome team, as it ↵ | ot | 2007-12-05 | 1 | -41/+1 |
| | | | | | | seems to cause a number of issues. This new version (1.28) takes 1.24 as base, plus changes to XHTML Basic 1.1 (1.27) | ||||
* | test xhtml mp 1.2 | ot | 2007-12-05 | 2 | -2/+22 |
| | |||||
* | fixing 404s in XHTML MP DTD locations | ot | 2007-12-05 | 1 | -3/+3 |
| | |||||
* | adding XHTML Mobile Profile 1.2 for doctype selection/override | ot | 2007-12-05 | 2 | -0/+2 |
| | |||||
* | * Updating DTD for XHTML Basic 1.1 | ot | 2007-12-04 | 4 | -3/+807 |
| | | | | | * Removing Catalogue entry for XHTML Basic 1.1 Document Model ... until I figure out a decent way to catalogue the XHTML modularization modules | ||||
* | adding some knowledge about XHTML MP profiles, their namespace and media types | ot | 2007-12-04 | 1 | -1/+43 |
| | |||||
* | adding XHTML Basic 1.1 to drop-down choice | ot | 2007-12-04 | 2 | -0/+2 |
| | |||||
* | latest is 0.8.2 | ot | 2007-12-04 | 1 | -2/+2 |
| | |||||
* | following suggestions by Robin Daugherty to mention the sgml-lib tarball ↵ | ot | 2007-11-29 | 1 | -5/+5 |
| | | | | more clearly | ||||
* | Make sure (looks like a regression) that we do not perform override of a ↵ | ot | 2007-11-21 | 1 | -6/+6 |
| | | | | | | | doctype upon itself See e.g: http://lists.w3.org/Archives/Public/www-validator/2007Nov/0038.html | ||||
* | case fix | ot | 2007-11-09 | 3 | -3/+3 |
| | |||||
* | UTF-8-encode "authorization failed" template output (Chuck Houpt) | ville | 2007-10-25 | 1 | -3/+3 |
| | |||||
* | fixing validome's typos | ot | 2007-10-24 | 1 | -2/+2 |
| | |||||
* | Adding a few XHTML print and Basic modules to the catalogue. | ot | 2007-10-24 | 7 | -0/+402 |
| | | | | Thanks to Validome team for the report/patch. | ||||
* | s/HMTL/HTML/, thanks to Phillip Conrad | ville | 2007-10-21 | 2 | -6/+6 |
| | |||||
* | Include some warning info from LWP in fatal HTTP error messages. | ville | 2007-10-19 | 3 | -2/+22 |
| | |||||
* | "char" can be "> 80", escape it (#5210) | ville | 2007-10-19 | 1 | -2/+2 |
| | |||||
* | m:col can be eg. "> 80", escape it (#5210) | ville | 2007-10-19 | 1 | -2/+2 |
| | |||||
* | Fix m:col description | ville | 2007-10-19 | 1 | -3/+3 |
| | |||||
* | Drop unneeded config variables. | ville | 2007-10-17 | 1 | -3/+1 |
| | |||||
* | missing enctype for revalidation in upload mode | ot | 2007-10-11 | 1 | -2/+2 |
| | |||||
* | planned release date for 0.8.2 is 11 Oct 2007validator-0_8_2-release | ot | 2007-10-10 | 3 | -5/+5 |
| | |||||
* | pushing towards 0.8.2 release | ot | 2007-10-10 | 4 | -5/+5 |
| | |||||
* | test bogus attribute doc | ot | 2007-10-10 | 2 | -2/+24 |
| | |||||
* | updated/additional messages [generated from error_messages.cfg] | ot | 2007-10-10 | 1 | -30/+66 |
| | |||||
* | update for the templated links in error message explanations | ot | 2007-10-10 | 1 | -1/+3 |
| | |||||
* | IIS workaround, thanks to David Tibbe and Allan Smith. | ville | 2007-10-09 | 1 | -2/+6 |
| | |||||
* | updated changelog | ot | 2007-10-09 | 1 | -3/+6 |
| | |||||
* | fixing a little glitch that was adding extra whitespace in shown source code ↵ | ot | 2007-10-09 | 1 | -1/+1 |
| | | | | for revalidation |