summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* minor test catalogue housekeepingot2007-02-201-23/+57
|
* test for 1 error, 1 warningot2007-02-201-0/+15
|
* Rewording the intro text of the homepage, hopefully putting an end to theot2007-02-201-3/+5
| | | | nitpicking in http://www.w3.org/Bugs/Public/show_bug.cgi?id=1399
* fixing typoot2007-02-201-1/+1
|
* (slightly) more visually pleasing options layout.ot2007-02-201-15/+15
|
* Making sure the revalidation table has the proper preset options (according ↵ot2007-02-201-2/+15
| | | | to user choice) for the options recently added (group errors, tidy)
* [work in progress] adding new options to revalidation form in results pageot2007-02-202-34/+39
|
* removing diff code pasted by mistakeot2007-02-201-10/+3
|
* [work in progress] slight reorg of results, applying small style changed.ot2007-02-206-50/+375
|
* tabtastic stylesheetot2007-02-201-0/+14
|
* internal anchorot2007-02-201-1/+1
|
* making preparse warning a list, not a DL (abusive)ot2007-02-201-70/+81
|
* updating to new basic page designot2007-02-202-27/+62
|
* * adding "back to top" link after long sectionsot2007-02-207-6/+10
| | | | * sections headed by h3, only page result is h2
* Adding an option for the grouping of error by error id, keeping the orderingot2007-02-202-15/+100
| | | | of messages according to parsing sequence.
* [work in progress]ot2007-02-2021-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 outputot2007-02-074-3/+32
|
* * fixing (silly) version requirement issue with S:P:O (for perl, v 0.100 < 0.99)ot2007-02-071-3/+16
| | | | * adding proof of concept HTM::Tidy output
* adding explanation for xhtml-style error message in htmlot2007-02-071-5/+10
|
* test for e.g http://www.w3.org/mid/45C8A9A7.26288.B1EC62@adyer.yuikee.com.hkot2007-02-071-0/+27
|
* Bad bots keep calling /check/referer without referer, kicking check intoot2007-01-051-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-guidtibbe2006-12-081-72/+52
| | | | | new hint minor fixes
* Hand merge of branch 0.7 with HEAD at tag validator-0_7_4-releaseot2006-11-1512-231/+173
|
* * workaround for bug 798 does not need s:p:o 0.100 any more, we can put req ↵ot2006-11-131-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:ot2006-11-132-12/+19
| | | | * SOAP API can be disabled/enabled
* porting 0.7.4 changes to HEAD:ot2006-11-136-67/+55
| | | | * bringing back outline, removing parse tree output
* unofficial icon went 404ot2006-11-131-2/+2
|
* error message when API disabled (placeholder in HEAD for now - as files ↵ot2006-11-101-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, ↵ot2006-11-081-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)ot2006-11-023-11/+11
|
* markup fix (port to HEAD)ot2006-11-021-5/+6
|
* [port to HEAD]ot2006-11-021-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 HEADot2006-11-027-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)ot2006-11-011-2/+6
|
* latest stable is 0.7.3ot2006-10-241-1/+1
|
* porting all documentation and style (htdocs/...) changes from 0.7.3 to HEADot2006-10-247-150/+97
|
* Sync fix for #3732 from validator-0_7-branch.ville2006-10-232-35/+27
|
* 0.7.3ot2006-10-231-1/+1
|
* proper test file for xhtml-print (HEAD port)ot2006-10-182-128/+34
|
* proper schema location for unicorn responseot2006-10-131-1/+1
|
* fixing template order and logic to show warning about absence of character ↵ot2006-10-122-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 typoot2006-10-121-1/+1
|
* Add Thai encoding ISO-8859-11 (port to HEAD / 0.8 code)ot2006-10-123-1/+4
| | | | http://www.w3.org/Bugs/Public/show_bug.cgi?id=1573
* more changes after publication of XHTML-Print RECot2006-10-103-4/+6
|
* XHTML-Print recommendation published 20 Sept 2006ot2006-10-104-1/+377
| | | | http://www.w3.org/TR/xhtml-print/
* removing feedback instructions for mails, adding link to help section from ↵ot2006-10-101-4/+9
| | | | feedback section (port to HEAD)
* implementing rewording suggestions by Nick et.al. (port to HEAD)ot2006-10-061-3/+3
|
* context element in http://www.w3.org/QA/2006/obs_framework/?cat=response ↵ot2006-09-051-3/+3
| | | | looks promising
* ucn doesn't allow <pre> or <div>. Trying to work around that, as a temporary fixot2006-09-051-3/+7
|
* source display in longmessageot2006-09-051-1/+3
|
* documentation update and markup cleanup by Sierk Bornemann (port and update ↵ot2006-08-311-51/+58
| | | | to HEAD)
* first sample meta-test file for use with the automated testing tool developedot2006-08-291-0/+143
| | | | for the CSS validator - see http://dev.w3.org/cvsweb/2002/css-validator/autotest/
* Include more environment variables in debug output.ville2006-08-261-2/+4
|
* Trim trailing whitespace, NFC.ville2006-08-152-13/+13
|
* Config::General docs/workarounds from 0_7 branch.ville2006-08-152-7/+20
|
* slight reorganization of the 'other tools' section, added pointer to QA ↵ot2006-08-111-28/+17
| | | | Toolbox, validome (port to HEAD)
* recently added icons for SVG (porting to HEAD)ot2006-08-101-1/+13
|
* Be more lenient about whitespace and linefeeds in Content-Type (#3574).ville2006-08-051-4/+3
|
* Adding "Unicorn" (experimental) output format.ot2006-08-013-2/+205
| | | | See http://www.w3.org/QA/2006/obs_framework/
* reorganizing doctype selection menu, and completing with most supported ↵ot2006-08-012-8/+23
| | | | types (port to HEAD)
* more fixup of typos on types config file (port to HEAD)ot2006-08-011-6/+2
|
* fixing typo in SMIL 1.0 entryot2006-07-281-2/+2
|
* simplified help text for missing charsetot2006-07-242-36/+27
|
* Updating existing versions of images with updated versions fromot2006-07-1417-0/+0
| | | | | | http://www.w3.org/Icons/ (see also http://www.w3.org/2000/09/vsimg/transparency-test.html )
* comments delimiter fix.ot2006-06-151-2/+2
|
* update logo URL so we get the latest and greatest (?) logosbjoern2006-05-171-2/+2
|
* updating instructions related to spo in current state, in case someone wants ↵ot2006-05-171-8/+32
| | | | to install dev version
* adding new bogus FPI tests, a couple of FPI/SI mismatch testsot2006-05-025-17/+128
|
* fix for http://www.w3.org/mid/44533137.5010909@gmail.combjoern2006-04-291-1/+1
|
* output only number, not sentence, in X-W3C-Validator-Errors headerot2006-04-121-2/+2
|
* latest version is 0.7.2ot2006-04-101-1/+1
|
* merging from 0.7 branch into trunk at tag validator-0_7_2-releaseot2006-03-311-9/+24
| | | | | - Config::General compatibility patches - copyright notice update
* merging from 0.7 branch into trunk at tag validator-0_7_2-releaseot2006-03-3114-44/+103
|
* merging from 0.7 branch into trunk at tag validator-0_7_2-releaseot2006-03-315-40/+42
|
* indexing one more testot2006-03-161-3/+8
|
* adding a few test documents triggering WXX global-scope warningsot2006-03-168-2/+153
|
* updating doc with actual value range for validity infoot2006-02-231-4/+4
|
* updating cvsweb info with latest release tagot2006-02-201-1/+1
|
* making validity a boolean rather than a string, as in the other implementationsot2006-02-161-1/+1
|
* add missing &bjoern2006-02-101-4/+4
|
* removing extraneous copy-pasted sectionot2006-02-081-8/+0
|
* finding a combination that actually trips the validatorot2005-12-091-3/+3
|
* additional test for doc with no charsetot2005-12-093-2/+35
|
* adding test case for doc served with no character encodingot2005-12-093-2/+32
|
* - Publishing XSLT used for the creation of the atom news feedot2005-11-155-5/+84
| | | | | | (courtesy of Antonio Cavedoni) - sample server config to serve atom feed through W3C xslt service - adding link rel="alternate" for the newsfeed in both whatsnew and index.html
* style for the SOAP referenceot2005-11-102-8/+14
|
* first draft of a human-readable API reference for validation serviceot2005-11-091-0/+242
|
* output charset infoot2005-11-091-0/+1
|
* * identify validator with its cfg_homepage (was, mistakenly, server info)ot2005-11-022-39/+102
| | | | | | | * send number of errors as scalar, not human-readable string * count warnings * preparse warnings handled by soap_warnings.tmpl (based on warnings.tmpl) * output preparse and parse warning messages
* * now counts number of warnings (preparse + parse) separately from errorsot2005-11-021-9/+26
| | | | | * send same number of errors to UI and HTTP header X-W3C-Validator-Errors * send information on preparse warnings to soap output (not just HTML)
* Tweaking the cache settings:ot2005-10-242-0/+4
| | | | | | - images already have a very long max-age - adding a default reasonable max-age for interfaces and docs (in sample httpd.conf) - check and feedback page, handled by the template+cgi, will issue a Cache-Control: no cache (in header.tmpl)
* adding soap output - experimental -ot2005-10-211-2/+22
|
* soap fault for fata errorsot2005-10-211-0/+162
|
* proper namespace - although not yet documentedot2005-10-211-1/+1
|
* merging from 0.7 branch into trunk at tag validator-0_7_1-releaseot2005-10-202-2/+8
|
* merging from 0.7 branch into trunk at tag validator-0_7_1-releaseot2005-10-2010-253/+87
|
* made changes, now the guide fits to the validator's current CVS-versiondtibbe2005-10-141-99/+67
|
* adding number of errors to soap outputot2005-10-111-1/+1
|
* Quick take of soap 1.2 output template, based on XSLT provided by Yves.ot2005-10-111-0/+54
|
* proper id for proper stylingot2005-10-071-3/+3
|