summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* fixed drive-lettersdtibbe2005-10-011-6/+6
|
* someone should be more careful when merging patches...bjoern2005-09-251-3/+3
|
* porting from branch 1.432.2.3ot2005-09-211-4/+8
| | | | | | fixing the "no character encoding found" warning when validating via direct input http://www.w3.org/Bugs/Public/show_bug.cgi?id=1833
* adding alternate pubid for iso html. fixed ↵ot2005-09-211-1/+18
| | | | http://www.w3.org/Bugs/Public/show_bug.cgi?id=1809 -- porting from 0.7 branch
* drop unused constantsbjoern2005-09-111-6/+2
|
* Well, I better don't comment on the old parse mode code...bjoern2005-09-111-58/+45
|
* minor cleanup for template generation and self_url constructionbjoern2005-09-111-75/+28
|
* templates already take care of escapingbjoern2005-09-101-16/+10
|
* use $lang instead of constantbjoern2005-09-101-5/+5
|
* minor cleanup, drop some obsolete code/commentsbjoern2005-09-101-11/+6
|
* templates for alternate output formatsbjoern2005-09-104-244/+264
|
* some cleanup; qa-dev hopefully runs the latest spo/osp...bjoern2005-09-101-15/+8
|
* Trim trailing whitespace.ville2005-08-281-56/+56
|
* fixes, as reported by Stuart Roe (porting from branch)ot2005-08-251-7/+7
|
* Use Encode::Alias to restore support for some charset namesbjoern2005-08-181-2/+28
|
* nicer version display for current HEAD, suggested by Bjoernot2005-08-182-3/+3
|
* header version to distinguish HEAD being developedot2005-08-182-3/+3
|
* don't drink and style!bjoern2005-08-181-8/+8
|
* goodbye onsgmls.bjoern2005-08-181-5/+1
|
* + some todo notesbjoern2005-08-181-3/+15
|
* Use HTML::Encoding instead of proprietary code and some cleanupbjoern2005-08-182-411/+190
|
* minor cleanupbjoern2005-08-171-10/+3
|
* some archaeologists found ancient remains in our code. They are moved into a ↵bjoern2005-08-171-29/+2
| | | | museum.
* dropping dead codebjoern2005-08-171-34/+2
|
* p_f_d default bug (?) workaroundbjoern2005-08-161-2/+5
|
* Experimental integration of SGML::Parser::OpenSP plus mod_perl2 enhancementsbjoern2005-08-161-377/+159
|
* fussy is futilevalidator-0_7-branchpointbjoern2005-08-151-12/+3
|
* more style cleanupbjoern2005-08-151-71/+76
|
* more formatting cleanupbjoern2005-08-151-32/+12
|
* more consistent formatting to reduced perceived impact when applying ↵bjoern2005-08-151-49/+20
| | | | perltidy at some point...
* fixing bug 1845ot2005-08-131-1/+1
|
* Fix/update latest release tag info.ville2005-08-122-4/+4
|
* should fix http://www.w3.org/Bugs/Public/show_bug.cgi?id=1839ot2005-08-122-5/+4
|
* Bring install instructions up to date. Just missed 0.7.0, I kind of knewvalidator-0_7_0-fixville2005-08-081-39/+60
| | | | I should have committed this yesterday :(
* release 0.7.0validator-0_7_0-releaseot2005-08-081-2/+2
|
* minor rewordings, fixed a link, removed direct link to David's e-mail addressot2005-08-081-59/+66
|
* actual tarball sizesot2005-08-081-4/+4
|
* pre-release changes: adding news item for releaseot2005-08-081-2/+6
|
* pre-release changes: removed beta note, adding news item for releaseot2005-08-081-20/+9
|
* mentioning sgml-lib and related instructions (from David Tibbe)ot2005-08-071-4/+12
|
* preparing for release, changing version #ot2005-08-052-3/+3
|
* crediting DAvid for contributionot2005-08-051-2/+3
|
* adding windows installation guide courtesy of David Tibbe.ot2005-08-035-3/+532
|
* Differentiating between cases where a bogus URI and scheme is set,ot2005-07-292-4/+24
| | | | | and cases where nothing is set at all (also for upload, direct input). Creating a different fatal error message for the latter cases.
* adding mention of direct input in quick guideot2005-07-291-2/+7
|
* add missing </li>, it's good to see we release no (beta) version without ↵bjoern2005-07-281-3/+3
| | | | invalid markup...
* better changelogvalidator-0_7_0-beta2ot2005-07-281-5/+15
|
* link to whatsnew for beta2 instead of b1ot2005-07-281-5/+5
|
* mini-changelog for 0.7.0 b2ot2005-07-281-2/+15
|
* preparing for 0.7.0 beta2ot2005-07-282-3/+3
|
* Bringing back number of errors to the results (not counting warnings and ↵ot2005-07-273-7/+43
| | | | | | | | | | other messages), and adding info on outcome (pass/fail) at very top of results page. See also: http://www.w3.org/Bugs/Public/show_bug.cgi?id=1810 http://www.w3.org/Bugs/Public/show_bug.cgi?id=1816
* Quick fix for a shift in line number when using doctype override.ot2005-07-271-3/+3
| | | | See http://www.w3.org/Bugs/Public/show_bug.cgi?id=1815
* Adding error message for doctype with FPI but no SI (in XML mode)ot2005-07-263-12/+42
| | | | see also http://www.w3.org/Bugs/Public/show_bug.cgi?id=1819
* adding missing skip anchor - to template this timeot2005-07-261-3/+3
|
* Moving ESIS and Raw Errors output to templates, with the rest.ot2005-07-265-20/+49
|
* bringing back reference to ENTITIES Latin1, see ↵ot2005-07-261-1/+2
| | | | http://lists.w3.org/Archives/Public/www-validator/2005Jul/0059
* Pascal Molli's CVS pages are no longer updated, link to cvshome docs instead.ville2005-07-221-6/+4
|
* Quick hack to avoid error log trashing in direct input.ville2005-07-221-2/+3
|
* SSL/TLS is supported per se (subject to configuration), so the limitationsville2005-07-221-6/+0
| | | | note in this context (unsupported URI schemes) would be somewhat misleading.
* Add SSL/TLS support notes.ville2005-07-221-4/+8
|
* Update FC/FE info.ville2005-07-221-10/+10
|
* Add missing "skip" anchors.ville2005-07-224-4/+6
|
* Don't show jumpbar in results and remove "always true" check; we're notville2005-07-221-3/+0
| | | | providing the content where the jumpbar links point at in fatal errors anyway.
* Whitespace...ville2005-07-221-22/+0
|
* Fix and simplify linking in "no referer found" results.ville2005-07-222-6/+5
|
* Make capitalization a bit more consistent.ville2005-07-221-2/+2
|
* Remove dead code.ville2005-07-222-6/+2
|
* Link fine tuning.ville2005-07-221-4/+4
|
* Don't replace empty direct input with "1".ville2005-07-221-2/+3
| | | | http://lists.w3.org/Archives/Public/www-validator/2005Jul/0074.html
* Simplify, rephrase and sync default paths with validator.conf and "check".ville2005-07-211-19/+11
|