Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | removing unnecessary whitespace around source info, see: | ot | 2007-06-12 | 1 | -10/+2 |
| | | | | | http://www.w3.org/Bugs/Public/show_bug.cgi?id=4613 Thanks to Brett Bieber for the patch. | ||||
* | giving XML::LibXML the path to our XML catalog, for entities. | ot | 2007-06-12 | 1 | -2/+4 |
| | | | | See discussion at http://www.w3.org/Bugs/Public/show_bug.cgi?id=4623 | ||||
* | make feedback link absolute (especially for soap output) | ot | 2007-06-11 | 2 | -3/+4 |
| | | | | | Patch by Brett Bieber http://www.w3.org/Bugs/Public/show_bug.cgi?id=4612 | ||||
* | Credit where due: | ot | 2007-06-11 | 1 | -3/+5 |
| | | | | | Brett for feedback and patches Valerio for his help on UI design/interaction | ||||
* | removing spurrious text - probably a copy-paste mistake (thanks Brett Bieber ↵ | ot | 2007-06-11 | 1 | -1/+0 |
| | | | | for heads-up) | ||||
* | Fixing typo, with thanks to Arthur Marsh | ot | 2007-06-11 | 2 | -4/+4 |
| | | | | http://lists.w3.org/Archives/Public/www-validator/2007Jun/0030.html | ||||
* | not letting blocky block hide rounded bg of top banner | ot | 2007-06-11 | 1 | -1/+1 |
| | |||||
* | typos (?) | dom | 2007-06-11 | 1 | -7/+7 |
| | |||||
* | more forcing of background-colors | ot | 2007-06-06 | 2 | -4/+22 |
| | |||||
* | setting base background color to white, to avoid issues if user has other ↵ | ot | 2007-06-06 | 1 | -1/+1 |
| | | | | default set up in browser | ||||
* | pointer to beta test instructions (updated for beta2)validator-0_8_0-beta2 | ot | 2007-06-05 | 1 | -4/+4 |
| | |||||
* | styling forms in feedback page | ot | 2007-06-01 | 2 | -6/+15 |
| | |||||
* | styling revalidate button + using a css property value more widely supported ↵ | ot | 2007-06-01 | 1 | -3/+11 |
| | | | | for source display nurmbering | ||||
* | preparing 0.8.0 beta 2 | ot | 2007-05-31 | 4 | -5/+27 |
| | |||||
* | consistent option labeling | ot | 2007-05-31 | 2 | -4/+4 |
| | |||||
* | fixing tab height for IE bug | ot | 2007-05-31 | 1 | -1/+1 |
| | |||||
* | fixing scripting bug with too-greedy replacement of - with _ | ot | 2007-05-31 | 1 | -1/+1 |
| | |||||
* | In collaboration with (and mostly courtesy of) Valerio Proietti ↵ | ot | 2007-05-31 | 29 | -562/+1074 |
| | | | | | | | | | | | | | | | | | (mad4milk/mootools), cleanup and revamp of the CSS and scripting used, mostly by the main UI of the validator. Changes include: * cleaner CSS for the UI * (more) accessible, gracefully degrading tab and toggle scripting * smooth, unobtrusive transition effects * form styling * Toggle and tab scripting now use mootools as framework, allowing for addressing of each "view" (e.g one can link directly to the "by upload", "with options toggled on" this was an issue in earlier toggle script versions for the CSS validator * scripting with smaller footprint * minor CSS changes (page and UI takes all width, etc) | ||||
* | unused | ot | 2007-05-31 | 4 | -199/+0 |
| | |||||
* | avoiding header with empty paragraph for valid file uploads | ot | 2007-05-31 | 1 | -1/+1 |
| | |||||
* | Remove empty .htaccess | ville | 2007-05-26 | 1 | -0/+0 |
| | |||||
* | Drop defaults for unused config options. | ville | 2007-05-25 | 1 | -3/+1 |
| | |||||
* | test case for Bug 197: | ot | 2007-05-24 | 1 | -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 ↵ | ot | 2007-05-24 | 1 | -19/+0 |
| | | | | it's not going to work on servers other than apache > 2.0.24 anyway | ||||
* | * reordering prereq modules | ot | 2007-05-24 | 1 | -14/+13 |
| | | | | * error and esis options obsolete - just use debug=1 | ||||
* | re-wording for documents checked with xml-wf only | ot | 2007-05-22 | 5 | -4/+36 |
| | |||||
* | bringing back line count for fatal_byte_error, output of raw decoding error ↵ | ot | 2007-05-20 | 2 | -13/+19 |
| | | | | message | ||||
* | Simplify xmlwf error list population. | ville | 2007-05-18 | 1 | -6/+3 |
| | |||||
* | The fix for bug 4474 actually broke the transcoding routine for some ↵ | ot | 2007-05-18 | 1 | -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. | ot | 2007-05-17 | 1 | -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 position | ot | 2007-05-17 | 1 | -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 type | ot | 2007-05-16 | 1 | -1/+1 |
| | |||||
* | adding m:explanation, m:source and implementing m:messageid | ot | 2007-05-16 | 2 | -5/+60 |
| | |||||
* | rewording suggested by Jukka | ot | 2007-05-16 | 1 | -2/+2 |
| | |||||
* | removed reference to ppm3 | dtibbe | 2007-05-14 | 1 | -9/+5 |
| | |||||
* | for documents served as XML, and for which the root element is not <html>, | ot | 2007-05-07 | 4 | -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 dtd | ot | 2007-05-07 | 1 | -5/+3 |
| | |||||
* | test cases for well-formed xml docs | ot | 2007-05-07 | 3 | -4/+32 |
| | |||||
* | better output in case of fatal error | ot | 2007-05-07 | 2 | -2/+5 |
| | |||||
* | better display of information in case of fatal error (show preparse warning, | ot | 2007-05-07 | 3 | -18/+32 |
| | | | | e.g http://www.w3.org/Bugs/Public/show_bug.cgi?id=2572 ) and revalidation table. | ||||
* | better output in case of fatal error | ot | 2007-05-07 | 2 | -1/+11 |
| | |||||
* | reverting changes to doctype and charset drop-down menu, | ot | 2007-05-07 | 4 | -4/+4 |
| | | | | as it was breaking some features in code | ||||
* | using a solution compatible with apache 1.3... | ot | 2007-05-07 | 1 | -8/+4 |
| | |||||
* | removing charset at server level for iso-8859-1 tests | ot | 2007-05-07 | 1 | -1/+5 |
| | |||||
* | test for iso-9959-1 files, with and without declaration of charset in meta | ot | 2007-05-07 | 3 | -0/+31 |
| | |||||
* | updated webized error message listing | ot | 2007-05-07 | 1 | -10/+15 |
| | |||||
* | error message explanation for missing xmlns | ot | 2007-05-07 | 1 | -0/+11 |
| | |||||
* | Better Error Msg for missing xmlns | ot | 2007-05-07 | 1 | -4/+6 |
| | |||||
* | As discussed in | ot | 2007-05-04 | 1 | -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. | ot | 2007-05-01 | 1 | -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=800 | ot | 2007-04-30 | 1 | -2/+13 |
| | | | | based on ideas and code proposed by Shane McCarron. | ||||
* | adding example for xhtml+rdfa | ot | 2007-04-30 | 1 | -2/+9 |
| | |||||
* | fixing SOAP12 output - thanks to Struan Donald for the Bug Report | ot | 2007-04-30 | 1 | -3/+3 |
| | |||||
* | Workaround and diagnostics for http://bugzilla.gnome.org/show_bug.cgi?id=434196 | ville | 2007-04-28 | 1 | -9/+18 |
| | |||||
* | Better diagnostics about OpenSP reporting error columns > line length in case | ville | 2007-04-28 | 1 | -4/+8 |
| | | | | it's still a problem. | ||||
* | Don't treat any '^' as a column locator when parsing libxml errors. | ville | 2007-04-28 | 1 | -3/+3 |
| | |||||
* | Add back mod_perl 2.x example config. | ville | 2007-04-28 | 1 | -3/+18 |
| | |||||
* | Fix mailto link URI escaping. | ville | 2007-04-28 | 1 | -1/+1 |
| | |||||
* | Eliminate global templates to make mod_perl happier, improve naming. | ville | 2007-04-28 | 1 | -98/+90 |
| | |||||
* | More warning cleanups. | ville | 2007-04-28 | 1 | -15/+14 |
| | |||||
* | 2007 | ville | 2007-04-27 | 1 | -3/+3 |
| | |||||
* | Warning cleanups. | ville | 2007-04-27 | 1 | -11/+10 |
| | |||||
* | The error template needs to be constructed before invoking prepCGI(). | ville | 2007-04-27 | 1 | -15/+9 |
| | |||||
* | Cleanups, NFC. | ville | 2007-04-27 | 1 | -24/+24 |
| | |||||
* | Changes for 0.8 Release | dtibbe | 2007-04-27 | 1 | -32/+45 |
| | |||||
* | Update Fedora/Red Hat package documentation. | ville | 2007-04-24 | 2 | -34/+15 |
| | |||||
* | Preliminary 0.8.0 adaptations. | ville | 2007-04-24 | 1 | -9/+6 |
| | |||||
* | Apply atom feed RewriteRule only if mod_rewrite is available, use ↵ | ville | 2007-04-24 | 1 | -1/+3 |
| | | | | /w3c-validator/ prefix for it. | ||||
* | Looks like we were decoding bytes, but forgetting to re-encode in utf8... | ot | 2007-04-24 | 1 | -3/+3 |
| | | | | See http://www.w3.org/Bugs/Public/show_bug.cgi?id=4474 | ||||
* | "reset button" considered harmful (?) | ot | 2007-04-24 | 2 | -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: | ot | 2007-04-24 | 1 | -2/+6 |
| | | | | http://lists.w3.org/Archives/Public/www-validator/2007Apr/0070.html | ||||
* | xhtml+rdfa sample, from spec | ot | 2007-04-20 | 1 | -0/+28 |
| | |||||
* | XHTML + RDFa published | ot | 2007-04-20 | 2 | -1/+21 |
| | |||||
* | removing "skip" links per | ot | 2007-04-20 | 2 | -2/+0 |
| | | | | http://lists.w3.org/Archives/Public/public-qa-dev/2007Apr/0000.html | ||||
* | Clean up a permanent redirect. | ville | 2007-04-19 | 1 | -3/+3 |
| | |||||
* | Fix some relative links in non-toplevel documents. | ville | 2007-04-19 | 2 | -5/+5 |
| | |||||
* | Following David Dorward's sound suggestion to separate the text about ↵ | ot | 2007-04-19 | 1 | -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=4472 | ot | 2007-04-19 | 1 | -4/+4 |
| | | | | | (outline for non xml-based languages) by making heading-selection regexp case insensitive. | ||||
* | pointer to beta test instructions.validator-0_8_0-beta1 | ot | 2007-04-18 | 1 | -3/+3 |
| | | | | http://lists.w3.org/Archives/Public/www-validator/2007Apr/0074.html | ||||
* | warning for beta test instance | ot | 2007-04-18 | 2 | -2/+27 |
| | |||||
* | typos in the css | ot | 2007-04-18 | 1 | -4/+4 |
| | |||||
* | avoiding xml ill-formedness | ot | 2007-04-18 | 1 | -6/+6 |
| | |||||
* | cleaning up unused </div> | ot | 2007-04-18 | 1 | -1/+0 |
| | |||||
* | fixing markup glitches | ot | 2007-04-18 | 4 | -9/+9 |
| | |||||
* | getting ready for 0.8.0 beta1 | ot | 2007-04-18 | 5 | -8/+39 |
| | |||||
* | more "back to top" links in results | ot | 2007-04-18 | 5 | -1/+9 |
| | |||||
* | Since we have a number of different sources for errors (xml-wf, parsing, ...) | ot | 2007-04-18 | 3 | -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. | ot | 2007-04-18 | 1 | -40/+49 |
| | | | | re-adding via sax/opensp api parsing | ||||
* | adding svg 1.1 samples to test cases | ot | 2007-04-18 | 2 | -3/+31 |
| | |||||
* | XHTML+MathML+SVG DTD, with fix per ↵ | ot | 2007-04-18 | 5 | -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 ago | ville | 2007-04-17 | 1 | -4/+4 |
| | |||||
* | making prefilling of document structure on the server-side rather than via ↵ | ot | 2007-04-12 | 2 | -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 markup | ot | 2007-04-12 | 1 | -2/+2 |
| | |||||
* | making prefilling of document structure on the server-side rather than via ↵ | ot | 2007-04-12 | 5 | -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 html | ot | 2007-04-10 | 1 | -3/+3 |
| | |||||
* | making direct input textarea a tad wider. Should be OK for most screen ↵ | ot | 2007-04-10 | 2 | -6/+6 |
| | | | | resolutions, even if it's quasi-impossible to cater for everyone... | ||||
* | XHTML-izing the XHTML sample | ot | 2007-04-10 | 1 | -1/+1 |
| | |||||
* | adding pre-fill routines for direct inut method | ot | 2007-04-10 | 3 | -3/+25 |
| | |||||
* | updating link to Alan Flavell's pages, per ↵ | ot | 2007-04-10 | 1 | -6/+7 |
| | | | | http://www.w3.org/mid/45EFC85A.1000706@dorward.me.uk | ||||
* | Fixing display of fallback doctype when missing | ot | 2007-04-09 | 1 | -4/+4 |
| |