Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | basic MusicXML sample, as test case for bug 5031 | ot | 2007-09-11 | 1 | -0/+37 |
| | |||||
* | Now that we have a decent XML processor, we can accept documents sent with a | ot | 2007-09-11 | 1 | -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 ↵ | ot | 2007-09-11 | 1 | -3/+6 |
| | | | | validators. | ||||
* | for resources served as application/atom+xml, passing to feed validator | ot | 2007-09-11 | 1 | -2/+7 |
| | |||||
* | sending cache-control header in requests, telling in-the-middle | ot | 2007-09-11 | 1 | -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 get | ot | 2007-09-11 | 1 | -1/+5 |
| | | | | | (avoiding 414 Request-URI Too Large) * rewording of table header for source display textarea | ||||
* | markup fixes | ot | 2007-09-11 | 1 | -3/+3 |
| | |||||
* | markup fixes | ot | 2007-09-11 | 1 | -3/+4 |
| | |||||
* | markup fixes | ot | 2007-09-11 | 1 | -5/+4 |
| | |||||
* | HTTP status code sent for no-referer response to /check/referer (ab)used 412 ↵ | ot | 2007-09-11 | 1 | -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=857 | ot | 2007-09-07 | 2 | -2/+25 |
| | |||||
* | applying karl's idea that the doctype declaration | ot | 2007-09-07 | 1 | -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 error | ot | 2007-09-07 | 1 | -2/+11 |
| | |||||
* | validator install guide on mediaville.net went 404 :( - noticed by Brett | ot | 2007-09-06 | 1 | -5/+3 |
| | |||||
* | in error listing, linking the file upload suggestion to the interface ↵ | ot | 2007-09-06 | 1 | -1/+1 |
| | | | | (suggestion by Brett) | ||||
* | for the sake of a lighter memory footprint, making sure that the whole ↵ | ot | 2007-09-05 | 1 | -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 4342 | ot | 2007-09-05 | 2 | -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 fix | ot | 2007-09-04 | 2 | -6/+5 |
| | |||||
* | There are two warnings for "unknown parse mode". Obsoleting W08 | ot | 2007-09-03 | 6 | -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 ↵ | ot | 2007-08-31 | 1 | -9/+11 |
| | | | | and Mac OS | ||||
* | linking to Validator S.A.C, standalone app for mac | ot | 2007-08-31 | 1 | -2/+8 |
| | |||||
* | rewording, suggested by Ruud: | ot | 2007-08-28 | 2 | -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 ↵ | ot | 2007-08-24 | 1 | -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 ↵ | ville | 2007-08-23 | 1 | -8/+11 |
| | | | | now. | ||||
* | * fixing a bug that would run Tidy on content even when not requested ↵ | ot | 2007-08-22 | 1 | -7/+7 |
| | | | | | | (that's a DUH award for me...) * silencing some debug output | ||||
* | updating requirement for opensp | ot | 2007-08-17 | 1 | -8/+5 |
| | |||||
* | adding test case for upper case element in XHTML, and cascaded attribute ↵ | ot | 2007-08-16 | 2 | -40/+60 |
| | | | | errors (+ cleanp of index) | ||||
* | silencing HTTP / XML decl charset mismatch warning in case of direct input mode | ot | 2007-08-15 | 1 | -3/+4 |
| | |||||
* | adding tests for charset mismatch | ot | 2007-08-15 | 3 | -2/+49 |
| | |||||
* | Fixing typo, noted by Karl Hendrikse | ot | 2007-08-12 | 1 | -2/+2 |
| | | | | http://www.w3.org/mid/7537bcf40708111730m292929dcl759c3a42a9d05325@mail.gmail.com | ||||
* | proper link for news item of latest releasevalidator-0_8_1-release | ot | 2007-08-07 | 2 | -2/+2 |
| | |||||
* | tagging 0.8.1 | ot | 2007-08-07 | 1 | -2/+2 |
| | |||||
* | syncing with share/templates/en_US/error_messages.cfg | ot | 2007-08-07 | 1 | -10/+17 |
| | |||||
* | rewording suggestion by Aaron Swartz | ot | 2007-08-07 | 1 | -2/+2 |
| | | | | http://lists.w3.org/Archives/Public/www-validator/2007Aug/0075.html | ||||
* | preparing 0.8.1, changelog and version bump | ot | 2007-08-07 | 6 | -56/+40 |
| | |||||
* | fix for borken language-negotiation cases: | ot | 2007-08-07 | 1 | -2/+5 |
| | | | | http://www.w3.org/Bugs/Public/show_bug.cgi?id=4899 | ||||
* | link to PEAR library for API | ot | 2007-08-06 | 1 | -2/+4 |
| | |||||
* | more careful wording about using mod_perl... we're not sure it's that good ↵ | ot | 2007-08-06 | 1 | -4/+5 |
| | | | | after all, need feedback from users | ||||
* | adding test case for 4892 | ot | 2007-08-06 | 2 | -8/+36 |
| | |||||
* | 0.8.0bundle-0_8_0 | ville | 2007-08-02 | 3 | -18/+56 |
| | |||||
* | Fix ChangeLog target dependencies. | ville | 2007-08-02 | 1 | -1/+1 |
| | |||||
* | - Changed information about retrieving the code for openSUSE Linux. | ot | 2007-08-02 | 1 | -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 control | ot | 2007-08-02 | 1 | -5/+5 |
| | |||||
* | * muting the perl -w warnings | ot | 2007-08-02 | 1 | -3/+4 |
| | | | | | | "check: \\1 better written as $1 at /usr/local/validator/httpd/cgi-bin/check line 642" * undef-ing content copy after use | ||||
* | back to dev | ot | 2007-08-01 | 1 | -3/+3 |
| | |||||
* | adding <messageid> info to preparse warnings in unicorn/soap outputs, as ↵ | ot | 2007-08-01 | 2 | -52/+52 |
| | | | | suggested by Brian Wilson | ||||
* | Fix "feel fee" typo spotted by Miguel Casquilho. | ville | 2007-07-30 | 1 | -1/+1 |
| | |||||
* | More robust parsing of the error output from XML::LibXML, | ot | 2007-07-30 | 1 | -6/+30 |
| | | | | | | | | | | | | | | taking into account the three lines structure of the error :12: parser error : Error Message ... here markup quoted ... ^ (first the error message, then a second line with quoted content which we ignore, then the pointer for the column number) This should fix http://www.w3.org/Bugs/Public/show_bug.cgi?id=4892 | ||||
* | Restrict CGI/mod_perl config to validator's stuff only, avoid it matching ↵ | ville | 2007-07-27 | 1 | -1/+1 |
| | | | | eg. /checklink | ||||
* | Bring mod_perl comment up to date. | ville | 2007-07-27 | 1 | -2/+2 |
| | |||||
* | Back down to unversioned XML::LibXML, load_catalog no longer used. | ville | 2007-07-26 | 4 | -10/+10 |
| | |||||
* | markup fixes for fatal error pages - removing duplicate info, fixing ↵ | ot | 2007-07-26 | 1 | -4/+2 |
| | | | | dubious/useless markup constructs | ||||
* | passing /check/referer to the mod_perl handler too | ot | 2007-07-26 | 1 | -2/+2 |
| | |||||
* | workaround for borked /check/referer with mod_perl2 | ot | 2007-07-26 | 1 | -2/+10 |
| | |||||
* | change of strategy for the use of XML::LibXML | ot | 2007-07-26 | 1 | -6/+9 |
| | | | | | | | | apparently, even loading a local catalog does not stop it from fetching tons of schema/entities stuff (even in non-validating mode) Using load_ext_dtd(0) solves the issue, but the parser would complain about unknown entities => filtering that at the post-parsing level. | ||||
* | Sort PREREQ_PM. | ville | 2007-07-25 | 1 | -4/+4 |
| | |||||
* | XML::LibXML >= 1.53 is needed for load_catalog(). | ville | 2007-07-25 | 4 | -13/+13 |
| | |||||
* | Use top-level "use" for pulling in non-optional modules (XML::LibXML, | ville | 2007-07-25 | 1 | -10/+11 |
| | | | | | | HTTP::Negotiate) instead of on-demand "require" so they need to be compiled only once with mod_perl. While at it, sort list of imported modules (except HTTP::Headers::Auth which still needs to be imported after other HTTP::*). | ||||
* | Fix PREREQ_PM syntax. | ville | 2007-07-25 | 1 | -1/+1 |
| | |||||
* | Move Expires* inside the <Directory> block we already have instead of ↵ | ville | 2007-07-25 | 1 | -15/+12 |
| | | | | creating another one. | ||||
* | latest release is 0.8.0 | ot | 2007-07-25 | 1 | -2/+2 |
| | |||||
* | validator 0.8.0 news itemvalidator-0_8_0-release | ot | 2007-07-25 | 1 | -2/+16 |
| | |||||
* | workaround for people upgrading without updating their config files => we ↵ | ot | 2007-07-25 | 1 | -2/+7 |
| | | | | give a default for the language variable | ||||
* | Adding a few people in the credits. Probably missing a number of people who ↵ | ot | 2007-07-25 | 1 | -2/+8 |
| | | | | have sent important feedback or contribution, would appreciate being pointed to them... | ||||
* | * adding other possible js mime types | ot | 2007-07-25 | 1 | -0/+4 |
| | | | | | * making sure expires directives only apply to the validator's docs (Thanks to Sierk and Ville for pointing these two mistakes) | ||||
* | mod_perl2 is autoenabled only if using something like the httpd.conf snippet ↵ | ville | 2007-07-24 | 1 | -5/+5 |
| | | | | shipped with the validator. | ||||
* | include js only where needed, i.e on homepage | ot | 2007-07-24 | 2 | -4/+7 |
| | |||||
* | roadmap link markup fixed | ot | 2007-07-24 | 1 | -3/+3 |
| | |||||
* | preparing 0.8.0 release | ot | 2007-07-24 | 3 | -4/+4 |
| | |||||
* | mod_expires brings better results that mod_headers | ot | 2007-07-24 | 2 | -12/+14 |
| | |||||
* | suggesting to use mod_perl2 | ot | 2007-07-24 | 2 | -11/+16 |
| | |||||
* | It looks like the flattenecd DTDs for e.g SVG 1.1 are not going to be fixed ↵ | ot | 2007-07-23 | 1 | -2/+8 |
| | | | | | | | | | | just yet http://lists.w3.org/Archives/Public/www-html-editor/2007AprJun/0010.html => filtering out the warning about re-declaration of xml:space See also: http://www.w3.org/Bugs/Public/show_bug.cgi?id=301 | ||||
* | Since we are (still) serving as text/html: | ot | 2007-07-20 | 2 | -5/+5 |
| | | | | | | * removing the potentially problematic xml decl http://www.w3.org/International/articles/serving-xhtml/Overview.en.php#declaration * adding meta header for charset decl | ||||
* | re-readding big5-hkscs to list of ok charsets | ot | 2007-07-20 | 1 | -1/+2 |
| | |||||
* | two warnings were sharing the same identifier - fixing | ot | 2007-07-20 | 4 | -30/+39 |
| | |||||
* | adding big5-hkscs to drop-down | ot | 2007-07-20 | 2 | -0/+2 |
| | | | | | | http://www.iana.org/assignments/charset-reg/Big5-HKSCS VS: ---------------------------------------------------------------------- | ||||
* | re-populating the list of charsets (from older revisions in both branch 0.7 ↵ | ot | 2007-07-19 | 5 | -22/+110 |
| | | | | | | | | | and 0.8) to be used thus: * no fatal error if the charset is supported by encode * a warning with the suggestion for a better alias if we know one * a warning that the encoding may be "odd" if not in the list but encode says it's OK | ||||
* | The XML parser will check the value of encoding attribute in XML declaration | ot | 2007-07-19 | 1 | -3/+9 |
| | | | | | | | | | | so we have to amend it to reflect transcoding: using a regexp to match the xml declaration and replace the part with encoding="foo" with encoding="utf-8". Note: this may mess up column/offset numbering if there are errors on that line. See also Bug 4867: http://www.w3.org/Bugs/Public/show_bug.cgi?id=4867 | ||||
* | removing the list of supported character encodings, | ot | 2007-07-19 | 5 | -69/+61 |
| | | | | | | | | | | | | | as we have a better and more reliable technical way to do this. Replacing with a mechanism to: * suggest a better alias if a "bad" encoding alias is used * refuse to transcode if encoding used is forbidden by policy (I don't know any, but the mechanism is here...) More details: http://lists.w3.org/Archives/Public/public-qa-dev/2007Jul/0009.html and surrounding thread. | ||||
* | todo -> roadmap title | ot | 2007-07-18 | 1 | -3/+3 |
| | |||||
* | Since we have bugzilla for actual TODO stuff, changing todo.html into more ↵ | ot | 2007-07-18 | 3 | -278/+77 |
| | | | | | | of a high-level roadmap. Should be interesting for people trying to participate. | ||||
* | * final location (static) of atom newsfeed | ot | 2007-07-17 | 4 | -9/+10 |
| | | | | * adding alternate link for atom feed to home and news page | ||||
* | for the sake of readability, at least until the xmlwf errors have explanations, | ot | 2007-07-17 | 1 | -3/+10 |
| | | | | we push the errors from the XML parser at the END of the error list. | ||||
* | fixing a bug with error location highlighting when the beginning of the line | ot | 2007-07-12 | 1 | -3/+6 |
| | | | | | | is replaced with the ellipsis. The wrong location (2 chars off) was pointed to. Bug spotted and patched by Brett Bieber. | ||||
* | fixing xml whitespace detection to use two-digits hex characters, so that ↵ | ot | 2007-07-11 | 1 | -11/+11 |
| | | | | perl properly recognises them | ||||
* | requiring extra perl libs for CJK character encodings, and documenting the ↵ | ot | 2007-07-10 | 6 | -9/+27 |
| | | | | new requirements | ||||
* | making the X-W3C-Validator-Status header more consistently report: | ot | 2007-07-09 | 10 | -22/+36 |
| | | | | | | * Valid if validation passed * Invalid if validation proceeded, failed * Abort if validation could not be performed | ||||
* | using proper warnings for unicorn output, fixing crashing xml output ↵ | ot | 2007-07-09 | 2 | -4/+2 |
| | | | | (although it's deprecated, I don't want it to crash too badly just yet) | ||||
* | using local images | ot | 2007-07-06 | 1 | -3/+3 |
| | |||||
* | using local images for UI | ot | 2007-07-06 | 2 | -5/+4 |
| | |||||
* | this should be the final images necessary for offline usage | ot | 2007-07-06 | 3 | -0/+0 |
| | |||||
* | Using local images for display, when available. | ot | 2007-07-05 | 3 | -7/+63 |
| | |||||
* | re-adding images often referred to in former location | ot | 2007-07-05 | 2 | -0/+0 |
| | |||||
* | markup fixes | ot | 2007-07-05 | 2 | -6/+6 |
| | |||||
* | validator icon license clarifications | ot | 2007-07-03 | 2 | -2/+12 |
| | |||||
* | bundling the "valid" icons with the validator. | ot | 2007-07-03 | 126 | -0/+13352 |
| | | | | The icons are distributed under w3c document license, need to mention it in doc/readme | ||||
* | removing ou-of-sync icons | ot | 2007-07-03 | 25 | -0/+0 |
| | |||||
* | As noted by Ville, in regexp character classes | is a literal character. | ot | 2007-06-29 | 1 | -3/+3 |
| | | | | => fixing the regex for matching encoding value, in xml declaration detection code. | ||||
* | completely rewriting the warning for parse mode fallback, taking into account: | ot | 2007-06-28 | 1 | -3/+8 |
| | | | | | * whether a mime type was passed to the validator or not * whether the doctype was not recognized, or recognized but unknown | ||||
* | * we were passing some fake debug info to the warning for parse mode fallback | ot | 2007-06-28 | 1 | -4/+4 |
| | | | | | (should not have made it to CVS, my mistake) * fixing info about doctype passed to parse mode fallback warning |