Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | more complete listHEADmaster | Ted Guild | 2015-08-10 | 1 | -0/+8 |
| | |||||
* | this file was local only and part of earlier repositories | Ted Guild | 2015-08-10 | 1 | -0/+205 |
| | |||||
* | Merge pull request #13 from w3c/sideshowbarker/docs-api | Guillaume Baudusseau | 2015-07-27 | 10 | -641/+545 |
|\ | | | | | Update the docs, particularly with regard to API. | ||||
| * | Update the docs, particularly with regard to API.origin/sideshowbarker/docs-api | Michael[tm] Smith | 2015-07-27 | 10 | -641/+545 |
| | | |||||
* | | Merge pull request #9 from w3c/sideshowbarker/file-upload-revert | Guillaume Baudusseau | 2015-07-27 | 2 | -19/+0 |
|\ \ | | | | | | | Partially revert 81a0aed. | ||||
| * | | Partially revert 81a0aed.origin/sideshowbarker/file-upload-revert | Michael[tm] Smith | 2015-07-22 | 2 | -19/+0 |
| | | | | | | | | | | | | | | | This reverts the UI changes in 81a0aed. Given 0d238f0, those changes are no longer needed nor useful. (This replaces PR #8). | ||||
* | | | Merge pull request #10 from w3c/sideshowbarker/html5-updates | Guillaume Baudusseau | 2015-07-27 | 4 | -50/+141 |
|\ \ \ | | | | | | | | | Further refinements to checking of HTML5 documents | ||||
| * | | | Further refinements to checking of HTML5 documentsorigin/sideshowbarker/html5-updates | Michael[tm] Smith | 2015-07-27 | 4 | -50/+141 |
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tested and found to be working as expected. This causes all validation requests for HTML5 documents to just get re-posted as-is to https://validator.w3.org/nu/ using an HTTP 307 "Temporary Redirect".* —with the exception of any requests that have `output=soap12` or `output=ucn` parameters. The reason for making temporary exceptions for those soap12/ucn cases is that some existing tools such as Dreamweaver apparently have integrated support for HTML checking that relies on calling https://validator.w3.org/ to do the validation, and that expects the results in the `output=soap12` format. Other than those exceptions, this change properly 307-redirects all requests for checking of HTML5 documents to https://validator.w3.org/nu/ (that includes file-upload requests as well direct-input requests and URL-input GET requests, and any `output=json` requests regardless of method). *Note: Using a 307 gives the meaning "I'm redirecting this particular request to https://validator.w3.org/nu/ but that doesn't imply you should necessarily use https://validator.w3.org/nu/ for any further requests", which seems like the right meaning for this particular case. | ||||
* | | | Merge pull request #12 from w3c/sideshowbarker/make-production | Yves Lafon | 2015-07-26 | 1 | -0/+5 |
|\ \ \ | | | | | | | | | Add make target to drop test warning, add W3C icon | ||||
| * | | | Add make target to drop test warning, add W3C iconorigin/sideshowbarker/make-production | Michael[tm] Smith | 2015-07-26 | 1 | -0/+5 |
| | |/ | |/| | |||||
* | | | Merge pull request #11 from w3c/sideshowbarker/favicon | Yves Lafon | 2015-07-26 | 1 | -1/+1 |
|\ \ \ | |/ / |/| | | Use scheme-less URL for favicon.ico | ||||
| * | | Use scheme-less URL for favicon.icoorigin/sideshowbarker/favicon | Michael[tm] Smith | 2015-07-26 | 1 | -1/+1 |
|/ / | |||||
* | | updating repo location | Ted Guild | 2015-07-24 | 1 | -42/+13 |
| | | |||||
* | | updating repo location | Ted Guild | 2015-07-24 | 1 | -20/+7 |
|/ | |||||
* | -validator suite | Ted Guild | 2015-07-20 | 1 | -9/+0 |
| | |||||
* | Merge pull request #6 from w3c/sideshowbarker/redirect-with-data-uri | Guillaume Baudusseau | 2015-07-16 | 1 | -35/+10 |
|\ | | | | | Use data-URI+redirect to check HTML5 direct input. | ||||
| * | Use data-URI+redirect to check HTML5 direct input. | Michael[tm] Smith | 2015-07-15 | 1 | -35/+10 |
|/ | | | | | This replaces the different approach we took in PR #1 for re-routing checking of HTML5 documents submitted by direct input. | ||||
* | Merge pull request #3 from w3c/sideshowbarker-patch-1 | Guillaume Baudusseau | 2015-07-14 | 1 | -0/+2 |
|\ | | | | | gzip-decode HTML5 direct input before sending | ||||
| * | gzip-decode HTML5 direct input before sending | Michael[tm] Smith | 2015-07-15 | 1 | -0/+2 |
|/ | | | | If the direct input we’re sending on hasn’t actually already been gzip-encoded, the `decode()` call we make here is just a no-op. | ||||
* | Merge pull request #2 from w3c/sideshowbarker/file-upload | Guillaume Baudusseau | 2015-07-13 | 3 | -0/+22 |
|\ | | | | | Inform file-upload users about Nu Html Checker. | ||||
| * | Inform file-upload users about Nu Html Checker. | Michael[tm] Smith | 2015-07-12 | 3 | -0/+22 |
| | | | | | | | | This is a companion to PR #1. | ||||
* | | Merge pull request #1 from w3c/sideshowbarker/request-reroute | Guillaume Baudusseau | 2015-07-13 | 1 | -0/+39 |
|\ \ | |/ |/| | Re-route HTML5 validator requests to Nu Checker. | ||||
| * | Re-route HTML5 validator requests to Nu Checker. | Michael[tm] Smith | 2015-07-12 | 1 | -0/+39 |
|/ | | | | | | | | | | | | | | | | | | | | | | | | This is a simple but powerful change to the markup-validator code to ease migration of users to the Nu Html Checker. You can try the outcomes of the change at http://qa-dev.w3.org/wmvs/mike/ The change has the following specific effects on the behavior of the validator. 1. "Validate by URI": if a document either has an HTML5 `<!doctype html>` doctype, or if a user manually selects the HTML5-checking option, the request is automatically run directly through https://validator.w3.org/nu. That is, the validation results will be shown directly from the http://validator.w3.org/nu Web UI, rather then being passed back to http://validator.w3.org for post-processing and display. 2. "Validate by Direct Input": Same as above; if the text entered into the input areaa has a <!doctype html> doctype or a user manually selects the HTML5-checking option, results are shown by http://validator.w3.org/nu 3. "Validate by File Upload". No change. (It's not possible to automatically redirect file-upload requests to the Nu Html Checker in the way we can for "Validate by URI" and "Validate by Direct Input". | ||||
* | check port and scheme | Ted Guild | 2015-06-22 | 1 | -0/+18 |
| | |||||
* | add reserved port message | Ted Guild | 2015-06-22 | 1 | -0/+9 |
| | |||||
* | update readme with markdown | Guillaume Baudusseau | 2015-06-17 | 2 | -25/+10 |
| | |||||
* | protocol relative link for icons | Yves Lafon | 2015-03-26 | 2 | -4/+4 |
| | |||||
* | removed the protocol from the link to w3c-include.js for support for https | Thomas Gambet | 2013-09-23 | 2 | -2/+2 |
| | |||||
* | ~ mention Validator-Suite in the faqs | Thomas Gambet | 2013-09-23 | 1 | -5/+8 |
| | |||||
* | added Beihang host in the copyright | Thomas Gambet | 2013-09-23 | 1 | -1/+1 |
| | |||||
* | updated the donation/sponsorship program to use w3c-include.js | Thomas Gambet | 2013-09-12 | 3 | -9/+9 |
| | |||||
* | doc the option | Ted Guild | 2013-03-19 | 1 | -1/+5 |
| | |||||
* | allow additional ua info from config file | Ted Guild | 2013-03-19 | 1 | -1/+1 |
| | |||||
* | Bump copyright year to 2013. | Ville Skytt? | 2013-02-12 | 8 | -8/+8 |
| | |||||
* | Added XHTML + ARIA 1.0 and HTML + ARIA 1.0 to the doctype db | tgambet | 2013-02-12 | 1 | -0/+47 |
| | |||||
* | Fix display of encodings in XML vs meta mismatch message. | Takeshi Kurosawa | 2012-08-11 | 1 | -2/+2 |
| | | | | https://www.w3.org/Bugs/Public/show_bug.cgi?id=18514 | ||||
* | Add missing messages to SOAP templates. | Takeshi Kurosawa | 2012-07-28 | 2 | -0/+25 |
| | | | | https://www.w3.org/Bugs/Public/show_bug.cgi?id=18408 | ||||
* | perltidy: Do not leave backups behind if there are no errors. | Ville Skytt? | 2012-07-16 | 1 | -1/+2 |
| | |||||
* | Grammar fix. | Ville Skytt? | 2012-06-25 | 1 | -1/+1 |
| | |||||
* | Update XHTML+RDFa 1.1 to REC-xhtml-rdfa-20120607 (no real changes since ↵ | Ville Skytt? | 2012-06-24 | 7 | -24/+21 |
| | | | | PR-xhtml-rdfa-20120508). | ||||
* | Spelling fixes. | Ville Skytt? | 2012-06-04 | 2 | -3/+3 |
| | |||||
* | Update HTML+RDFa 1.1 to WD-rdfa-in-html-20120329. | Ville Skytt? | 2012-06-02 | 4 | -5/+1107 |
| | |||||
* | Update XHTML+RDFa 1.1 to PR-xhtml-rdfa-20120508 + current ↵ | Ville Skytt? | 2012-06-02 | 9 | -21/+40 |
| | | | | xhtml-metaAttributes-2.mod. | ||||
* | updated xhtml-metaAttributes-1.mod to rev 1.7 | tgambet | 2012-06-01 | 1 | -1/+13 |
| | |||||
* | + pointer to validator.w3.org/nu on the home page | tgambet | 2012-03-26 | 1 | -0/+1 |
| | |||||
* | Re-sign bundle 1.3. | Ville Skytt? | 2012-03-14 | 1 | -7/+7 |
| | |||||
* | Added tag validator-1_3-release for changeset 6c6c7c1f69c5 | Ville Skytt? | 2012-03-10 | 0 | -0/+0 |
| | |||||
* | 1.3validator-1_3-release | Ville Skytt? | 2012-03-10 | 1 | -2/+2 |
| | |||||
* | Update xhtml-rdfa to 20120131 WD (no real changes). | Ville Skytt? | 2012-03-10 | 6 | -21/+21 |
| | |||||
* | Bump version to 1.3 and copyright years to 2012. | Ville Skytt? | 2012-03-10 | 11 | -28/+28 |
| | |||||
* | Note Java and Python libraries recently mentioned on the mailing list. | Ville Skytt? | 2012-03-10 | 1 | -0/+2 |
| | |||||
* | Update XHTML+RDFa 1.1 status. | Ville Skytt? | 2011-12-21 | 1 | -1/+1 |
| | |||||
* | Update XHTML + RDFa 1.1 to WD-xhtml-rdfa-20111215. | Ville Skytt? | 2011-12-21 | 5 | -46/+44 |
| | |||||
* | Regenerated. | Ville Skytt? | 2011-12-21 | 1 | -6/+14 |
| | |||||
* | Note previous change in whatsnew. | Ville Skytt? | 2011-12-12 | 1 | -0/+4 |
| | |||||
* | Override inline charset indication of HTML5 direct input. | Ville Skytt? | 2011-12-12 | 1 | -11/+9 |
| | | | | | | | The inline charset indication is supposed to be ignored in direct input mode, but validator.nu does not work that way but throws an error if it finds an inconsistency (which may originate from us always POSTing the file to it as UTF-8). | ||||
* | Simplify doctype overriding start element handler. | Ville Skytt? | 2011-12-12 | 1 | -19/+7 |
| | |||||
* | Don't change line numbers when overriding multiline charset indication. | Ville Skytt? | 2011-12-12 | 1 | -4/+13 |
| | |||||
* | Add system ids to catalogs. | Ville Skytt? | 2011-11-29 | 3 | -4/+1226 |
| | | | | | This is so that missing/misspelled FPIs when a (proper) system id is present doesn't necessarily cause fetching of DTDs or modules online. | ||||
* | Remove catalog entries pointing to DTDs or modules we do not have. | Ville Skytt? | 2011-11-29 | 2 | -12/+0 |
| | |||||
* | Grammar fix to previous error message change, thanks again to Jukka K. Korpela. | Ville Skytt? | 2011-11-29 | 1 | -1/+1 |
| | |||||
* | Replace IETF DTDs with the canonical as-is ones (no real changes). | Ville Skytt? | 2011-11-28 | 6 | -20/+20 |
| | |||||
* | Further improvements to "NET-enabling start-tag..." explanation, thanks to ↵ | Ville Skytt? | 2011-11-28 | 1 | -6/+14 |
| | | | | Leif Halvard Silli and Jukka K. Korpela. | ||||
* | Note mod_perl XML catalog setup fix in what's new. | Ville Skytt? | 2011-11-28 | 1 | -0/+3 |
| | |||||
* | Make XML::LibXML catalog setup work with mod_perl. | Ville Skytt? | 2011-11-28 | 4 | -3/+22 |
| | |||||
* | Cosmetic doc tweak. | Ville Skytt? | 2011-11-28 | 1 | -1/+1 |
| | |||||
* | Iterate over hashes more efficiently. | Ville Skytt? | 2011-11-28 | 1 | -29/+22 |
| | |||||
* | Replace some regexp uses with index and substr. | Ville Skytt? | 2011-11-28 | 1 | -11/+14 |
| | |||||
* | Trivial code cleanups. | Ville Skytt? | 2011-11-28 | 1 | -5/+3 |
| | |||||
* | Avoid unnecessary grouping regexp parenthesis. | Ville Skytt? | 2011-11-28 | 1 | -5/+5 |
| | |||||
* | Further tweak "NET-enabling start-tag requires SHORTTAG YES" explanation. | Ville Skytt? | 2011-11-17 | 2 | -10/+10 |
| | |||||
* | Improve "NET-enabling start-tag requires SHORTTAG YES" warning explanation. | Ville Skytt? | 2011-11-17 | 2 | -12/+12 |
| | | | | The behavior is not exclusive to strict doctypes nor HTML 4.01. | ||||
* | Drop unused file_warnings template parameter. | Ville Skytt? | 2011-11-14 | 1 | -5/+1 |
| | |||||
* | Remove old unused CSS and associated images. | Ville Skytt? | 2011-11-01 | 12 | -854/+1 |
| | |||||
* | Use current CSS for test cases that still used the old one. | Ville Skytt? | 2011-10-30 | 2 | -9/+25 |
| | |||||
* | Add VoiceXML 2.0 and 2.1 DTDs. | Ville Skytt? | 2011-10-30 | 5 | -2/+937 |
| | |||||
* | Be less specific about path to yuicompressor jar. | Ville Skytt? | 2011-10-27 | 1 | -1/+1 |
| | |||||
* | Update news since 1.2 so far. | Ville Skytt? | 2011-10-26 | 1 | -0/+54 |
| | |||||
* | Can not -> cannot grammar fixes. | Ville Skytt? | 2011-09-03 | 9 | -10/+10 |
| | | | | http://www.w3.org/Bugs/Public/show_bug.cgi?id=13982 | ||||
* | Drop versions from "use HTML::Template"s to work around 2.x -> 2.10 issues. | Ville Skytt? | 2011-08-30 | 3 | -3/+5 |
| | | | | https://rt.cpan.org/Public/Bug/Display.html?id=70190 | ||||
* | Don't switch to XHTML5 mode for HTML5 docs simply based on presence of xmlns. | Ville Skytt? | 2011-08-24 | 1 | -1/+3 |
| | | | | http://www.w3.org/Bugs/Public/show_bug.cgi?id=9967 | ||||
* | Don't warn about xmlns in non-XML HTML5 documents. | Ville Skytt? | 2011-08-24 | 1 | -1/+1 |
| | | | | http://dev.w3.org/html5/spec/elements.html#global-attributes | ||||
* | Update SVG 1.1 DTDs to 2nd edition. | Ville Skytt? | 2011-08-23 | 53 | -488/+347 |
| | |||||
* | Fix SVG 1.1 test case title. | Ville Skytt? | 2011-08-23 | 2 | -2/+2 |
| | |||||
* | Fix rdfa-in-html WD date. | Ville Skytt? | 2011-08-23 | 2 | -1/+1 |
| | |||||
* | Update HTML+RDFa 1.1 to WD-rdfa-in-html-20110524. | Ville Skytt? | 2011-07-24 | 3 | -4/+3 |
| | |||||
* | Update XHTML+RDFa 1.1 DTD to WD-xhtml-rdfa-20110331. | Ville Skytt? | 2011-07-24 | 5 | -8/+8 |
| | | | | For tracking purposes only, no real changes. | ||||
* | Purge workaround for rt.cpan.org#66642, XML::LibXML >= 1.73 is now required. | Ville Skytt? | 2011-07-23 | 5 | -24/+5 |
| | | | | https://rt.cpan.org/Public/Bug/Display.html?id=66642 | ||||
* | Fix transcode error parsing for docs without linefeeds. | Ville Skytt? | 2011-06-08 | 1 | -1/+1 |
| | | | | http://www.w3.org/mid/907C7FACCE66B940A1473B51352419934BDCB570F7%40LNET-SRV-EXMBX1.landsnet.far.local | ||||
* | Exclude no_referer.asis from dist tarball. | Ville Skytt? | 2011-06-08 | 1 | -0/+1 |
| | |||||
* | ~ changed to absolute links | tgambet | 2011-06-07 | 1 | -5/+5 |
| | |||||
* | ~ fixed duplicate base href attribute | tgambet | 2011-05-24 | 1 | -2/+1 |
| | |||||
* | Remove inactive "tip of the day" functionality. | Ville Skytt? | 2011-05-21 | 7 | -102/+0 |
| | | | | | | The tips haven't been included in validator's output since validator 0.7.0 (hg rev 1018:64d1a483353a) due to nothing referencing/including tip.tmpl. | ||||
* | Update EARL/RDF output to WD-EARL10-Schema-20110510. | Ville Skytt? | 2011-05-21 | 1 | -6/+8 |
| | |||||
* | Add onclick handler to badge sample code to avoid uri=referer redirects. | Ville Skytt? | 2011-05-21 | 5 | -15/+26 |
| | | | | | | | In addition to avoiding the redirect, this removes the need for presence of the Referer header in JavaScript enabled browsers thus making things work in setups that don't send the referer at all, and when the badge is in https docs and the validator isn't. | ||||
* | Remove unreferenced HTML 4.0 and 4.01 sgml-lib files. | Ville Skytt? | 2011-05-21 | 7 | -690/+0 |
| | |||||
* | Revert changeset 3231. | Ville Skytt? | 2011-05-21 | 4 | -515/+3 |
| | | | | | | We already have the entity files catalogued in REC-html401-19991224, and because they're being used by public id, there's no need to duplicate them for HTML 4.01 + RDFa 1.1. | ||||
* | + readme | tgambet | 2011-05-21 | 1 | -0/+2 |
| | |||||
* | use local entity files | tgambet | 2011-05-21 | 4 | -3/+515 |
| | |||||
* | ~ fixed path to HTML 4.01+RDFa 1.1 dtd | tgambet | 2011-05-20 | 1 | -1/+1 |
| |