Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | removing toggle | ot | 2007-03-22 | 3 | -146/+2 | |
| | ||||||
* | block for intro text and latest news | ot | 2007-03-22 | 1 | -0/+15 | |
| | ||||||
* | removing toggle - too many usability issues - and copying new design to ↵ | ot | 2007-03-22 | 3 | -69/+104 | |
| | | | | detailed.html | |||||
* | EOL | ot | 2007-03-22 | 1 | -1/+2 | |
| | ||||||
* | another try at making the form more accessible contrast-wise | ot | 2007-03-22 | 1 | -2/+8 | |
| | ||||||
* | small hack for grouping of xml-wf errors -we really need to extract a ↵ | ot | 2007-03-19 | 1 | -7/+13 | |
| | | | | catalog of all errors generated by the xml parser | |||||
* | Adding XML well-formedness parsing for XML docs | ot | 2007-03-19 | 1 | -7/+78 | |
| | | | | | | | | | | | | with ideas from Jacques Distler http://golem.ph.utexas.edu/~distler/blog/archives/001054.html We could be using only the XML parser and not parse twice, but at the moment I am tempted to keep using opensp, for as long as we have the best library of error message and explanations for it. Code is not really pretty, and should be amended at some point to use a real SAX ErrorHandler. That said, it very much tolls the bell for the "Validator XML support has some limitations." message. | |||||
* | make sure warning 23 (Conflict between Mime Type and Document Type for the ↵ | ot | 2007-03-16 | 1 | -23/+24 | |
| | | | | parse mode) gets thrown before Warning 6 (Contradictory Parse Modes Detected), as 6 is often a consequence of 23 | |||||
* | rewriting parse mode choice routine, adding comments to code | ot | 2007-03-16 | 1 | -31/+41 | |
| | | | | See http://www.w3.org/Bugs/Public/show_bug.cgi?id=22 for explanations and testing | |||||
* | better explanation for parse mode fallback | ot | 2007-03-16 | 1 | -1/+3 | |
| | ||||||
* | more info in debug. fixing parse mode fallback for unknown document types | ot | 2007-03-16 | 1 | -7/+29 | |
| | ||||||
* | adding the (WD stage) XHTML Basic 1.1 to known types catalog | ot | 2007-03-16 | 6 | -1/+4105 | |
| | | | | but not yet to drop-down menus | |||||
* | extra output in debug mode | ot | 2007-03-16 | 1 | -4/+13 | |
| | ||||||
* | tentative fix for http://www.w3.org/Bugs/Public/show_bug.cgi?id=3992 | ot | 2007-03-16 | 1 | -2/+7 | |
| | | | | (parser tripping on DOS newlines) | |||||
* | css fix for grouped messages | ot | 2007-03-15 | 2 | -2/+6 | |
| | ||||||
* | After using the HEAD validator for a while, I can't say I am convinced | ot | 2007-03-15 | 3 | -12/+19 | |
| | | | | | | | that putting the revalidation options behind a toggle is useful. Reverting. Also styling revalidate button and options a little | |||||
* | For default auto-detection of charset and doctype, changing the | ot | 2007-03-15 | 5 | -10/+15 | |
| | | | | | | | form so that the values be empty, hence creating validation results URIs like ...check?uri=http%3A%2F%2Fwww.example.org&doctype=&charset= rather than ...check?uri=http%3A%2F%2Fwww.example.org%2F&charset=%28detect+automatically%29&doctype=Inline | |||||
* | using <link rel="icon" | ot | 2007-03-15 | 1 | -1/+1 | |
| | | | | per http://www.w3.org/Bugs/Public/show_bug.cgi?id=2788#c7 | |||||
* | adding favicon and [valid]/[invalid] switch in <title> | ot | 2007-03-15 | 1 | -1/+4 | |
| | | | | | per http://www.w3.org/Bugs/Public/show_bug.cgi?id=2788 with many thanks to Robin Whittleton and Henrik Gemal. | |||||
* | showing blue and "gold" icons upon successful validation | ot | 2007-03-14 | 4 | -23/+83 | |
| | ||||||
* | bringing back in doc-specific styling | ot | 2007-03-14 | 1 | -3/+97 | |
| | ||||||
* | first pass at implementing language negotiation/selection. Can certainly be ↵ | ot | 2007-03-14 | 2 | -11/+44 | |
| | | | | improved, but it works | |||||
* | sgml-lib path | dtibbe | 2007-03-13 | 1 | -5/+12 | |
| | | | | minor fixes | |||||
* | Make /check/path/info behave the same way as /check also when there's no URI ↵ | ville | 2007-03-12 | 1 | -13/+16 | |
| | | | | available. | |||||
* | Whitespace, appease Perl::Critic a bit more (NFC) | ville | 2007-03-12 | 2 | -9/+7 | |
| | ||||||
* | Workaround for CGI.pm's _name_and_path_from_env query string issues, #4365 | ville | 2007-03-12 | 1 | -13/+22 | |
| | ||||||
* | some padding/margin for readability, avoiding overlap of text for some parts ↵ | ot | 2007-03-09 | 2 | -6/+14 | |
| | | | | of results | |||||
* | * making preparse warnings list similar in style as list of errors/warnings | ot | 2007-03-09 | 1 | -20/+10 | |
| | | | | * moving the "feedback" envelope to avoid floating issues | |||||
* | making preparse warnings an ordered list in the same fashion as errors list | ot | 2007-03-09 | 1 | -25/+26 | |
| | ||||||
* | markup of the test suite index | ot | 2007-03-09 | 1 | -6/+5 | |
| | ||||||
* | Adding a check for a mime type / doctype conflict. | ot | 2007-03-07 | 2 | -2/+39 | |
| | | | | | Warning wording in progress, including suggestions by Philip "nikitathespider" and Frank Ellermann. | |||||
* | adding tests for documents served with wrong media type | ot | 2007-03-07 | 6 | -10/+117 | |
| | ||||||
* | duplicate | ot | 2007-03-07 | 1 | -17/+0 | |
| | ||||||
* | * all that is not specifically allowed, is forbidden | ot | 2007-03-07 | 1 | -40/+8 | |
| | | | | * keeping the allowed media type value to a single field (with several values separated with a space if necessary) | |||||
* | Should not hardcode tidy conf path, make it configurable in main conf file | ot | 2007-03-02 | 2 | -5/+8 | |
| | ||||||
* | Adding a bit of complexity to the code for the sake of localization. | ot | 2007-03-01 | 5 | -15/+57 | |
| | | | | | | | | | | Instead of having messages like "no error" or "1 error" or "2 error" directly created in the check script, the script will instead pass parameters to the templates stating whether there is 0, 1, 2 or more error(s) (and warnings alike). This should keep translation work away from check - we want it contained in documentation and templates. | |||||
* | spurrious titlecase | ot | 2007-03-01 | 1 | -3/+3 | |
| | ||||||
* | basic config for HTML::Tidy | ot | 2007-02-22 | 1 | -0/+45 | |
| | ||||||
* | bit of legalese for 3rd-party tidy | ot | 2007-02-22 | 1 | -3/+3 | |
| | ||||||
* | charset for green charset test file | ot | 2007-02-22 | 1 | -1/+4 | |
| | ||||||
* | test case for greek encoding | ot | 2007-02-22 | 1 | -0/+13 | |
| | ||||||
* | test for bug 2329 | ot | 2007-02-22 | 3 | -2/+78 | |
| | ||||||
* | adding test case for Bug 2342, and organizing test cases for valid ↵ | ot | 2007-02-22 | 2 | -6/+25 | |
| | | | | documents, with warnings. | |||||
* | link tooltips for other validator links | ot | 2007-02-20 | 1 | -5/+5 | |
| | ||||||
* | avoiding float mishaps | ot | 2007-02-20 | 1 | -1/+2 | |
| | ||||||
* | minor test catalogue housekeeping | ot | 2007-02-20 | 1 | -23/+57 | |
| | ||||||
* | test for 1 error, 1 warning | ot | 2007-02-20 | 1 | -0/+15 | |
| | ||||||
* | Rewording the intro text of the homepage, hopefully putting an end to the | ot | 2007-02-20 | 1 | -3/+5 | |
| | | | | nitpicking in http://www.w3.org/Bugs/Public/show_bug.cgi?id=1399 | |||||
* | fixing typo | ot | 2007-02-20 | 1 | -1/+1 | |
| | ||||||
* | (slightly) more visually pleasing options layout. | ot | 2007-02-20 | 1 | -15/+15 | |
| | ||||||
* | Making sure the revalidation table has the proper preset options (according ↵ | ot | 2007-02-20 | 1 | -2/+15 | |
| | | | | to user choice) for the options recently added (group errors, tidy) | |||||
* | [work in progress] adding new options to revalidation form in results page | ot | 2007-02-20 | 2 | -34/+39 | |
| | ||||||
* | removing diff code pasted by mistake | ot | 2007-02-20 | 1 | -10/+3 | |
| | ||||||
* | [work in progress] slight reorg of results, applying small style changed. | ot | 2007-02-20 | 6 | -50/+375 | |
| | ||||||
* | tabtastic stylesheet | ot | 2007-02-20 | 1 | -0/+14 | |
| | ||||||
* | internal anchor | ot | 2007-02-20 | 1 | -1/+1 | |
| | ||||||
* | making preparse warning a list, not a DL (abusive) | ot | 2007-02-20 | 1 | -70/+81 | |
| | ||||||
* | updating to new basic page design | ot | 2007-02-20 | 2 | -27/+62 | |
| | ||||||
* | * adding "back to top" link after long sections | ot | 2007-02-20 | 7 | -6/+10 | |
| | | | | * sections headed by h3, only page result is h2 | |||||
* | Adding an option for the grouping of error by error id, keeping the ordering | ot | 2007-02-20 | 2 | -15/+100 | |
| | | | | of messages according to parsing sequence. | |||||
* | [work in progress] | ot | 2007-02-20 | 21 | -221/+1081 | |
| | | | | | | | | revamping home page UI based on work made for CSS validator and Unicorn: - usage of tabtastic for the method (uri, upload) choice - usage ot toggle scripting for extended options - menu moved to bottom of page, giving most important page real estate to form interface | |||||
* | proof of concept HTML::Tidy output | ot | 2007-02-07 | 4 | -3/+32 | |
| | ||||||
* | * fixing (silly) version requirement issue with S:P:O (for perl, v 0.100 < 0.99) | ot | 2007-02-07 | 1 | -3/+16 | |
| | | | | * adding proof of concept HTM::Tidy output | |||||
* | adding explanation for xhtml-style error message in html | ot | 2007-02-07 | 1 | -5/+10 | |
| | ||||||
* | test for e.g http://www.w3.org/mid/45C8A9A7.26288.B1EC62@adyer.yuikee.com.hk | ot | 2007-02-07 | 1 | -0/+27 | |
| | ||||||
* | Bad bots keep calling /check/referer without referer, kicking check into | ot | 2007-01-05 | 1 | -0/+100 | |
| | | | | | | | | | | action for nothing. Performance-wise, it's probably wiser to catch these at apache level, with e.g: #do not pass /check/referrer on if there is no referrer RewriteCond %{REQUEST_URI} ^\/check\/referer RewriteCond %{HTTP_REFERER} ^$ RewriteRule ^ /no_referer.asis [L] | |||||
* | adaption to ppm-gui | dtibbe | 2006-12-08 | 1 | -72/+52 | |
| | | | | | new hint minor fixes | |||||
* | Hand merge of branch 0.7 with HEAD at tag validator-0_7_4-release | ot | 2006-11-15 | 12 | -231/+173 | |
| | ||||||
* | * workaround for bug 798 does not need s:p:o 0.100 any more, we can put req ↵ | ot | 2006-11-13 | 1 | -10/+23 | |
| | | | | | | back to .99 * port from 0.7.4 to HEAD - bringing back outline option (still need filter) and commenting out parse tree etc. | |||||
* | porting 0.7.4 changes to HEAD: | ot | 2006-11-13 | 2 | -12/+19 | |
| | | | | * SOAP API can be disabled/enabled | |||||
* | porting 0.7.4 changes to HEAD: | ot | 2006-11-13 | 6 | -67/+55 | |
| | | | | * bringing back outline, removing parse tree output | |||||
* | unofficial icon went 404 | ot | 2006-11-13 | 1 | -2/+2 | |
| | ||||||
* | error message when API disabled (placeholder in HEAD for now - as files ↵ | ot | 2006-11-10 | 1 | -0/+0 | |
| | | | | added in branch sometimes tend to confuse CVS) | |||||
* | * fix for latest s:p:o named 0.100, confuses perl thinking it's <= 0.99, ↵ | ot | 2006-11-08 | 1 | -3/+4 | |
| | | | | | | which we require... * fixing the passing of options (including XML mode, see bug #798) to s:p:o, hat tip to Bjoern Hoehrmann | |||||
* | link fix (port to HEAD) | ot | 2006-11-02 | 3 | -11/+11 | |
| | ||||||
* | markup fix (port to HEAD) | ot | 2006-11-02 | 1 | -5/+6 | |
| | ||||||
* | [port to HEAD] | ot | 2006-11-02 | 1 | -2/+54 | |
| | | | | linking to known code libraries, documenting the x- HTTP headers ( http://www.w3.org/Bugs/Public/show_bug.cgi?id=3940 ) | |||||
* | porting X-W3C-Validator-Errors patch to HEAD | ot | 2006-11-02 | 7 | -15/+20 | |
| | | | | | see http://lists.w3.org/Archives/Public/www-validator-cvs/2006Nov/0004.html for original commit in 0.7 branch | |||||
* | workaround for bug #798 (apparently in s:p:o 0.99) | ot | 2006-11-01 | 1 | -2/+6 | |
| | ||||||
* | latest stable is 0.7.3 | ot | 2006-10-24 | 1 | -1/+1 | |
| | ||||||
* | porting all documentation and style (htdocs/...) changes from 0.7.3 to HEAD | ot | 2006-10-24 | 7 | -150/+97 | |
| | ||||||
* | Sync fix for #3732 from validator-0_7-branch. | ville | 2006-10-23 | 2 | -35/+27 | |
| | ||||||
* | 0.7.3 | ot | 2006-10-23 | 1 | -1/+1 | |
| | ||||||
* | proper test file for xhtml-print (HEAD port) | ot | 2006-10-18 | 2 | -128/+34 | |
| | ||||||
* | proper schema location for unicorn response | ot | 2006-10-13 | 1 | -1/+1 | |
| | ||||||
* | fixing template order and logic to show warning about absence of character ↵ | ot | 2006-10-12 | 2 | -3/+11 | |
| | | | | | | | | | encoding before fatal error when transcoding to utf-8 failed http://www.w3.org/Bugs/Public/show_bug.cgi?id=3642 (porting to HEAD code) | |||||
* | fixing typo | ot | 2006-10-12 | 1 | -1/+1 | |
| | ||||||
* | Add Thai encoding ISO-8859-11 (port to HEAD / 0.8 code) | ot | 2006-10-12 | 3 | -1/+4 | |
| | | | | http://www.w3.org/Bugs/Public/show_bug.cgi?id=1573 | |||||
* | more changes after publication of XHTML-Print REC | ot | 2006-10-10 | 3 | -4/+6 | |
| | ||||||
* | XHTML-Print recommendation published 20 Sept 2006 | ot | 2006-10-10 | 4 | -1/+377 | |
| | | | | http://www.w3.org/TR/xhtml-print/ | |||||
* | removing feedback instructions for mails, adding link to help section from ↵ | ot | 2006-10-10 | 1 | -4/+9 | |
| | | | | feedback section (port to HEAD) | |||||
* | implementing rewording suggestions by Nick et.al. (port to HEAD) | ot | 2006-10-06 | 1 | -3/+3 | |
| | ||||||
* | context element in http://www.w3.org/QA/2006/obs_framework/?cat=response ↵ | ot | 2006-09-05 | 1 | -3/+3 | |
| | | | | looks promising | |||||
* | ucn doesn't allow <pre> or <div>. Trying to work around that, as a temporary fix | ot | 2006-09-05 | 1 | -3/+7 | |
| | ||||||
* | source display in longmessage | ot | 2006-09-05 | 1 | -1/+3 | |
| | ||||||
* | documentation update and markup cleanup by Sierk Bornemann (port and update ↵ | ot | 2006-08-31 | 1 | -51/+58 | |
| | | | | to HEAD) | |||||
* | first sample meta-test file for use with the automated testing tool developed | ot | 2006-08-29 | 1 | -0/+143 | |
| | | | | for the CSS validator - see http://dev.w3.org/cvsweb/2002/css-validator/autotest/ | |||||
* | Include more environment variables in debug output. | ville | 2006-08-26 | 1 | -2/+4 | |
| | ||||||
* | Trim trailing whitespace, NFC. | ville | 2006-08-15 | 2 | -13/+13 | |
| | ||||||
* | Config::General docs/workarounds from 0_7 branch. | ville | 2006-08-15 | 2 | -7/+20 | |
| |