Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Applying parts of patch from Bj?rn H?hrmann <bjoern@hoehrmann.de>. | link | 2001-04-18 | 1 | -15/+13 |
| | | | | http://lists.w3.org/Archives/Public/www-validator/2001AprJun/0062.html | ||||
* | Fix two file-upload bugs with bogus uploads as reported by Bj?rn H?hrmann in | link | 2001-04-17 | 2 | -11/+6 |
| | | | | | <URL:http://lists.w3.org/Archives/Public/www-validator/2001AprJun/0046.html> <URL:http://lists.w3.org/Archives/Public/www-validator/2001AprJun/0030.html> | ||||
* | Validation results URL broke for some reason (bitrot or lstein?). Fixed by | link | 2001-04-17 | 1 | -4/+4 |
| | | | | | using $q->url instead of $q->self_url (aka. "Voodoo Programming"). :-) <URL:http://lists.w3.org/Archives/Public/www-validator/2001AprJun/0052.html> | ||||
* | Fix spurious "use of uninitialized variable" warning in &build_jump_links. | link | 2001-04-17 | 1 | -4/+4 |
| | |||||
* | Changed name of CGI param from "uploaded_fragment" to just "fragment". | link | 2001-04-17 | 1 | -3/+3 |
| | | | | [ To preserve my sanity! :-) ] | ||||
* | Add TODO for issue reported by Clemens Radl <clemens.radl@uni-tuebingen.de>: | link | 2001-04-15 | 1 | -2/+5 |
| | | | | http://lists.w3.org/Archives/Public/www-validator/2001AprJun/0049.html | ||||
* | Adding pointer to existing explanation of entity encoding in attribute values. | link | 2001-04-15 | 1 | -4/+9 |
| | | | | Thanks to Clemens Radl <clemens.radl@uni-tuebingen.de> for the catch. | ||||
* | Fixing missing quote in href (Doh!). | link | 2001-04-15 | 1 | -3/+3 |
| | |||||
* | Adding form to prepare for the "Test HTML fragments" feature. | link | 2001-04-15 | 1 | -0/+88 |
| | |||||
* | Adding TODO items picked up from www-validator so they won't be forgotten. | link | 2001-04-14 | 1 | -3/+31 |
| | |||||
* | Ooops, left a closing tag... | hugo | 2001-04-04 | 1 | -3/+3 |
| | |||||
* | Fixed an HTML validity problem in the summary only mode: | hugo | 2001-04-04 | 1 | -7/+15 |
| | | | | http://lists.w3.org/Archives/Public/www-validator/2001AprJun/0001.html | ||||
* | added redundant 'name=' anchors for compatibility with legacy UAs | gerald | 2001-03-28 | 1 | -28/+28 |
| | | | | http://lists.w3.org/Archives/Public/www-validator/2001JanMar/0295.html | ||||
* | Added directions for inaccessible javascript: URIs | hugo | 2001-03-27 | 1 | -3/+16 |
| | |||||
* | Got rid of $_contact_address | hugo | 2001-03-26 | 1 | -7/+17 |
| | | | | | Changed the mailto: URIs and instructions to include 'checklink' in the subject when sending a mail to www-validator | ||||
* | Made the "Summary only" function do the same as | hugo | 2001-03-26 | 1 | -6/+4 |
| | | | | | | John <rowe@excc.ex.ac.uk>'s quiet function from: http://lists.w3.org/Archives/Public/www-validator/2001JanMar/0261.html This is a tiny change. | ||||
* | Added a --depth option based on the patch provided by | hugo | 2001-03-26 | 1 | -17/+38 |
| | | | | | | | John <rowe@excc.ex.ac.uk>: http://lists.w3.org/Archives/Public/www-validator/2001JanMar/0261.html Had to tweak it to make the combination of -r and -D work. | ||||
* | Maybe the base element problem is going to go away completely now. | hugo | 2001-03-26 | 1 | -3/+7 |
| | | | | | I have added a change by John <rowe@excc.ex.ac.uk> which basically does not trust HTTP::Response's base function, and it seems to be the way to go. | ||||
* | removed some little-used doctypes, made a couple other tweaks | gerald | 2001-03-26 | 1 | -12/+4 |
| | |||||
* | added a credit to Scott Bigham | gerald | 2001-03-26 | 1 | -3/+8 |
| | |||||
* | shrunk the navbars, added footers | gerald | 2001-03-26 | 6 | -94/+99 |
| | |||||
* | Merging in doctype-override option from my patch. | link | 2001-03-08 | 4 | -15/+94 |
| | | | | <URL:http://lists.w3.org/Archives/Public/www-validator/2000OctDec/0037.html> | ||||
* | Somewhat overzealous stripping of globals fixed. | link | 2001-03-08 | 1 | -4/+6 |
| | |||||
* | Ok, *really* kill the last globals this time! :-) | link | 2001-03-08 | 1 | -14/+9 |
| | |||||
* | Incorporating patches from Bj?rn H?hrmann to make it work on win9x systems. | link | 2001-03-08 | 2 | -12/+8 |
| | | | | <URL:http://lists.w3.org/Archives/Public/www-validator/1999AprJun/0003.html> | ||||
* | Removing TODO item "add support for more character encodings". | link | 2001-03-07 | 1 | -4/+2 |
| | | | | UNIX98 iconv(3) takes care of this. | ||||
* | Don't output a bazillion errors for documents with a bogus DOCTYPE. | link | 2001-03-07 | 2 | -10/+23 |
| | | | | (report a fatal error instead) | ||||
* | Merge in my "cleanup patch" and fix a few small issues. | link | 2001-03-07 | 2 | -109/+99 |
| | | | | | | | | * Kill last globals (or at least move them to a saner place). * Fix bug dating back to 1.58 or thereabouts in handling non-xhtml Namespace in documents labelled as xhtml (use "-w"! use "-w"! use "-w"!) * Fix bug from 1.81 in handling of Other Namespaces. * Strip encoded newlines (\012) from ESIS in Outline and Source Listing. | ||||
* | Merging in a patch from Takuya ASADA to support getting the effective charset | link | 2001-03-07 | 2 | -10/+33 |
| | | | | from the XML Declaration. | ||||
* | Adding back in links to error explanations in output. These went AWOL when | link | 2001-03-06 | 4 | -80/+67 |
| | | | | Scott's old pages were taken down. We now host them locally (thanks Scott!). | ||||
* | Fix typo in charset error message. :-) | link | 2001-03-06 | 1 | -4/+4 |
| | |||||
* | Fix bogus (fatal) error while handling redirect warnings from lq-nsgmls. | link | 2001-03-05 | 1 | -3/+4 |
| | |||||
* | Supress duplicate Namespace references in output. | link | 2001-03-05 | 1 | -9/+8 |
| | |||||
* | slightly different workaround for windows-nnnn charsets | gerald | 2001-03-05 | 1 | -6/+8 |
| | |||||
* | Working around a limitation in glibc<2.2 iconv(3) that made it choke on the | link | 2001-03-05 | 1 | -3/+4 |
| | | | | IANA standard "windows-1250" style encodings. Now we force "CP1250" style. | ||||
* | Checking in documentation. Mostly just importing (cleaned up versions of) | link | 2001-02-23 | 7 | -0/+1186 |
| | | | | | Scott Bigham's original FAQ/docs. New additions: a User Manual and information for developers. All files use the (also new) base stylesheet. | ||||
* | Use Text::Iconv for better error handling. | link | 2001-02-21 | 1 | -11/+44 |
| | |||||
* | handle different encodings using iconv instead of nkf, | gerald | 2001-02-20 | 1 | -10/+11 |
| | | | | using a patch from Takuya Asada | ||||
* | switched to lq-nsgmls: http://www.htmlhelp.org/tools/validator/source.html | gerald | 2001-02-20 | 1 | -4/+8 |
| | |||||
* | added a link to "us-ascii xml document with a latin1 character" test case | gerald | 2001-02-20 | 1 | -2/+3 |
| | |||||
* | added a cache-control header to make images more cacheable | gerald | 2001-02-18 | 1 | -0/+6 |
| | | | | http://www.mnot.net/cache_docs/ | ||||
* | Fixed typo | hugo | 2001-01-22 | 1 | -3/+3 |
| | |||||
* | Made it clearer that www-validator is a mailing list to avoid confusion | hugo | 2001-01-22 | 1 | -5/+7 |
| | |||||
* | Now suggests to send bug reports and comments to www-validator@w3.org | hugo | 2001-01-22 | 1 | -6/+13 |
| | | | | | Stopped suggesting people to send me email when the max number of documents checked is reached in recursive mode. | ||||
* | Changed the text before the input box too | hugo | 2001-01-19 | 1 | -5/+7 |
| | |||||
* | Changed title to "W3C Link Checker" only for the form instead of "W3C? Link ↵ | hugo | 2001-01-19 | 1 | -4/+4 |
| | | | | Checker: Revision: 2.68 (c) 1999-2001 W3C" which was too verbose | ||||
* | Committing changes that I made a long time ago... | hugo | 2001-01-18 | 1 | -65/+168 |
| | | | | | | | | | | | | | | | | | | - Added 410 HTTP error code in the list of errors. - Simplified a few regular expressions (got rid of some /'s). - Added support for //... URI's. - Commented a bit more the code because I was getting lost. - Simplified already_processed(). - Added a --hide-same-realm option: hide 401's that are in the same realm as the document checked. - Added a --masquerade option to check documents on the local system as if they were on the Web (based on a patch by David Carlisle <davidc@nag.co.uk>). Example: checklink -q -b --masquerade /afs/w3.org/pub/WWW/Math/Group/draft/cr/ http://www.w3.org/TR/2000/CR-MathML2-20001113/ appendixe.html - 500 errors are now split in two cases: DNS problems (LWP reports that as a 500...) and real internal server errors. - Fixed a footer problem in the online problem. - Fixed a duplicate id problem in the error code references. | ||||
* | added a bug: us-ascii xml doc with an iso-latin1 char | gerald | 2001-01-05 | 1 | -2/+6 |
| | |||||
* | decided it's probably a good idea to keep robots away from /check | gerald | 2000-12-13 | 1 | -3/+3 |
| | |||||
* | added support for MathML 2.0; stopped outputting '... and validity' | gerald | 2000-12-11 | 1 | -17/+37 |
| | | | | | | | | after 'results of checking for wf-ness' in some cases; started quoting all border, height, width attrs; updated the URI for W3C's CSS page in the results | ||||
* | added MathML 2.0 | gerald | 2000-12-11 | 1 | -1/+2 |
| | |||||
* | added links to check MathML test docs | gerald | 2000-12-11 | 1 | -2/+4 |
| | |||||
* | small MathML2 document with doctype | gerald | 2000-12-11 | 1 | -0/+6 |
| | |||||
* | XHTML and MathML2 test case, copied here from | gerald | 2000-12-11 | 1 | -0/+27 |
| | | | | | http://www.w3.org/TR/2000/CR-MathML2-20001113/chapter2.html#N1783 (amended to fix an error: missing less-than before '/title>' ) | ||||
* | removed alt text in headings in outlines bugfix item | gerald | 2000-10-21 | 1 | -5/+2 |
| | |||||
* | fix for ALT text in headings in outlines in XHTML documents | gerald | 2000-10-21 | 1 | -4/+4 |
| | | | | http://lists.w3.org/Archives/Public/www-validator/2000JulSep/0110.html | ||||
* | added links to a couple of the more important pending patches | gerald | 2000-10-21 | 1 | -3/+11 |
| | |||||
* | removed some stuff that has been done; re-prioritized other stuff | gerald | 2000-10-21 | 1 | -26/+17 |
| | |||||
* | added a link to HTML Tidy | gerald | 2000-10-21 | 2 | -3/+6 |
| | |||||
* | also need to use ent() on the link to the CSS validator, for this case: | gerald | 2000-10-21 | 1 | -3/+5 |
| | | | | http://lists.w3.org/Archives/Public/www-validator/2000OctDec/0006.html | ||||
* | made it deal with uploaded files that are identified as text/plain properly; | gerald | 2000-10-21 | 1 | -9/+8 |
| | | | | made validation by URI correctly reject unknown content-types. | ||||
* | added a link to Terje's home page | gerald | 2000-10-21 | 1 | -3/+4 |
| | |||||
* | default to HTML 4.01 instead of HTML 4.0; output HTML 4.01 instead of 4.0; | gerald | 2000-10-21 | 1 | -24/+14 |
| | | | | | recomment HTML 4.01 instead of 4.0 in doctype_spiel (should link to further docs on doctypes, but need to write those docs first...) | ||||
* | now file:// URIs are rejected, but file uploads still work. | gerald | 2000-10-21 | 1 | -5/+5 |
| | | | | (did it correctly this time) | ||||
* | oops! Previous commit nuked the file upload feature. | gerald | 2000-10-21 | 1 | -4/+4 |
| | | | | | (strange, I'm sure it still worked when I tested it.) Backed out of that change for now... | ||||
* | applied recent patches from Terje Bless: | gerald | 2000-10-21 | 1 | -9/+20 |
| | | | | | | | | | | | | | | | | | [PATCH] Entity encoding in URI output http://lists.w3.org/Archives/Public/www-validator/2000OctDec/0012.html [PATCH] Labeled XML fix http://lists.w3.org/Archives/Public/www-validator/2000OctDec/0013.html stop handling 'file://' URIs (security fix added before but not committed) http://lists.w3.org/Archives/Public/www-validator/2000JulSep/0073.html handle XHTML files correctly when served as text/xml: http://lists.w3.org/Archives/Public/www-validator/2000AprJun/0143.html or when file-uploaded as text/plain: http://lists.w3.org/Archives/Public/www-validator/2000OctDec/0042.html | ||||
* | added a note next to "XML doc with blank first line" test; | gerald | 2000-10-21 | 1 | -3/+4 |
| | | | | added a link to a test case with XML output from StarOffice | ||||
* | added a headline on ISO-HTML support | gerald | 2000-10-19 | 1 | -1/+3 |
| | |||||
* | added a blurb on iso-html | gerald | 2000-10-19 | 1 | -2/+12 |
| | |||||
* | made iso-html's plain text string a bit more precise | gerald | 2000-10-19 | 1 | -3/+3 |
| | |||||
* | added ISO-HTML FPIs | gerald | 2000-10-19 | 1 | -1/+5 |
| | |||||
* | added a link to ISO-HTML test case | gerald | 2000-10-19 | 1 | -2/+3 |
| | |||||
* | fixed a (weird) validation bug | gerald | 2000-10-19 | 1 | -2/+4 |
| | |||||
* | arg... one more | gerald | 2000-10-19 | 1 | -2/+2 |
| | |||||
* | oops, missed one typo in previous commit | gerald | 2000-10-19 | 1 | -2/+2 |
| | |||||
* | test ISO-HTML document | gerald | 2000-10-19 | 1 | -0/+33 |
| | |||||
* | oops, fixed a typo introduced a few mins ago | gerald | 2000-10-19 | 1 | -8/+8 |
| | |||||
* | added 'Symbolic' variant of 'ENTITIES Symbols' identifier for ISO-HTML | gerald | 2000-10-19 | 1 | -1/+2 |
| | |||||
* | removed some redundant HTML 4.0 entity definitions; added extra Latin 1 | gerald | 2000-10-19 | 1 | -10/+9 |
| | | | | identifiers to work around inconsistencies in ISO-HTML, HTML 4.0 and 4.01 | ||||
* | added another fpi for ISO-HTML | gerald | 2000-10-18 | 1 | -1/+2 |
| | |||||
* | added ISO-HTML | gerald | 2000-10-18 | 1 | -1/+4 |
| | |||||
* | copied from ftp://ftp.cs.tcd.ie/isohtml/15445.dtd | gerald | 2000-10-18 | 1 | -0/+658 |
| | |||||
* | copied from ftp://ftp.cs.tcd.ie/isohtml/15445.dcl | gerald | 2000-10-18 | 1 | -0/+95 |
| | |||||
* | added transparency (thanks to Karl Dubost) | gerald | 2000-10-02 | 3 | -0/+0 |
| | |||||
* | removed 'link to png and gif versions' item | gerald | 2000-09-29 | 1 | -4/+3 |
| | |||||
* | moved valid HTML images to http://www.w3.org/Icons/ ; | gerald | 2000-09-29 | 1 | -25/+22 |
| | | | | | made specific links to PNG and GIF version of icons; cleaned up image code slightly | ||||
* | fixed transparency/alpha channel problem (thanks to James Ralston) | gerald | 2000-09-29 | 1 | -0/+0 |
| | | | | | http://lists.w3.org/Archives/Public/www-validator/2000JulSep/0179.html mid:Pine.LNX.4.21.0009221833170.2640-100001@pcmy.sei.cmu.edu | ||||
* | fixed transparency problem | gerald | 2000-09-29 | 2 | -0/+0 |
| | |||||
* | Undid change done in 2.62 about base tag handling. | hugo | 2000-09-25 | 1 | -3/+3 |
| | | | | | I'm not really sure why I did this change in the first place, I might have to fix a bug later... | ||||
* | Replaced require by use and specified that HTML::Parser version 3 at least | hugo | 2000-08-17 | 1 | -4/+4 |
| | | | | is required. | ||||
* | Reverting line list code because it needs tweaking | hugo | 2000-08-15 | 1 | -9/+9 |
| | |||||
* | Got rid of unnecessary verbosity in the line list. | hugo | 2000-08-11 | 1 | -13/+18 |
| | | | | Added a valid links message in the text version. | ||||
* | Now checks <blockquote cite="..."> | hugo | 2000-08-05 | 1 | -2/+5 |
| | |||||
* | Fixed a confusion in the use of URI::abs() | hugo | 2000-08-04 | 1 | -3/+3 |
| | |||||
* | Do not consider base's href as a link anymore (was wrong and was causing a ↵ | hugo | 2000-08-04 | 1 | -3/+5 |
| | | | | loop in recursive mode) | ||||
* | Discovered the existence of HTTP::Headers::authorization_basic | hugo | 2000-08-03 | 1 | -5/+3 |
| | |||||
* | Fixed typo | hugo | 2000-07-17 | 1 | -3/+3 |
| | |||||
* | Oops, forget the '|' separator | hugo | 2000-07-14 | 1 | -2/+2 |
| | |||||
* | Added link to the link checker | hugo | 2000-07-14 | 1 | -2/+3 |
| | |||||
* | Added links to the documentation | hugo | 2000-07-13 | 1 | -3/+7 |
| |