summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 0.8.5.bundle-0_8_5ville2009-03-273-12/+94
|
* Update author/maintainer info.ville2009-03-273-3/+3
|
* Add LICENSE.ville2009-03-271-0/+1
|
* Avoid v-string non-portability warning with Perl 5.10.0.ville2009-03-271-1/+1
|
* Make distdir target update ChangeLog.ville2009-03-271-0/+1
|
* Avoid v-string non-portability warning with Perl 5.10.0.ville2009-03-271-1/+1
|
* List all dependencies, mention "hard" and optional ones.ville2009-03-272-0/+27
|
* hasty copy-paste, fixvalidator-0_8_5-releaseot2009-03-261-2/+2
|
* version bump. Preparing for v0.8.5ot2009-03-261-2/+2
|
* more changelog for 0.8.5ot2009-03-261-4/+5
|
* by default, do not include w3c logo in tarballot2009-03-261-0/+3
|
* removing w3c logo from default chrome, and disambiguate "this is the w3c ↵ot2009-03-265-7/+7
| | | | validator/this service runs the w3c validator"
* replacement image for non-w3c instancesot2009-03-251-0/+0
|
* legalese to make ISO happyot2009-03-251-3/+4
|
* Improve handling of responses with no Content-Type.ville2009-03-171-3/+3
|
* output the mode used by validator.nu, if foundot2009-03-171-4/+10
|
* EXPERIMENTAL - trying to see whether we could pass doctypeless SVG, or any ↵ot2009-03-172-39/+177
| | | | doctypeless XML with multiple namespaces found, to validator.nu engine
* markup fixesot2009-03-162-6/+6
|
* more changelog before 0.8.5ot2009-03-131-2/+3
|
* preparing 0.8.5. still need some testing before we get green lightot2009-03-136-9/+9
|
* preparing changelog for 0.8.5 releaseot2009-03-132-4/+34
|
* forcing syncot2009-03-091-3/+2
|
* adding community-driven content to the why-validate document -- ↵ot2009-03-091-82/+99
| | | | http://www.w3.org/QA/2009/01/valid_sites_work_better.html
* fix logic/flow for handling illegal attribute/elementot2009-03-021-8/+11
|
* * improved wording for fuzzy-matched elements and attributesot2009-03-022-10/+18
| | | | * adding handling of case for "attribute not allowed for a particular element/context"
* msn following feed validator linksted2009-02-261-2/+2
|
* minor style tweak for the roadmap to cater for tight windowsot2009-02-241-3/+3
|
* increasing level of detail in ROADMAP, with addition of validator flow chart.ot2009-02-247-30/+98
|
* Add String::Approx dependency.ville2009-02-192-0/+2
|
* documenting new dependenciesot2009-02-182-5/+10
|
* fixing bug in fuzzy matching routine that would match with list of ↵ot2009-02-171-4/+13
| | | | attributes even when an unknown element would be found
* Patch to output badge/icon sample with RDFa when appropriate.ot2009-02-163-6/+18
| | | | Courtesy of Toby A Inkster.
* removing minor eyesore in result displayot2009-02-131-2/+4
|
* testsuite indexot2009-02-131-2/+10
|
* using fuzzy matching to suggest replacement in case of unknown/ill-cased ↵ot2009-02-132-3/+36
| | | | element or attribute - http://www.w3.org/Bugs/Public/show_bug.cgi?id=4412. Requires String::Approx perl library for Levenshtein edit distance matching/computing.
* adding test case for http://www.w3.org/Bugs/Public/show_bug.cgi?id=4412ot2009-02-132-0/+27
|
* adding list of HTML attributesot2009-02-132-1/+251
|
* removing tabs to help count columns properlyot2009-02-131-7/+6
|
* fixing relative paths for arrow icons in UIot2009-02-102-7/+7
|
* XML::LibXML 0.69_2 now has proper error location infoot2009-02-101-8/+4
|
* * first implementation of XML::LibXML structured errors.ot2009-02-051-14/+53
| | | | | | | | | | Will only work well with XML::LibXML > 0.69 since versions 0.67 to 0.69 have a bug reporting a single error instead of many Also, there are a couple apparent bugs wrt the offset/column position of the errors - see http://lists.w3.org/Archives/Public/public-qa-dev/2009Feb/0007.html * fixig a bug whereby error column position reported by SGML::Parser::OpenSP would start at 0 * fixing a bug in direct input mode where no content-type would be passed to html5 validation engine, resulting in a crash and... no error reporting
* 2009ville2009-02-045-7/+7
|
* Make Encode::JIS2K optional.ville2009-02-046-16/+26
|
* fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=6524 by muting perl ↵ot2009-02-031-19/+31
| | | | | | errors about uninitialized values that would pollute logs.
* adding faviconot2009-02-031-2/+3
|
* fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=6248 by passing ↵ot2009-02-021-2/+3
| | | | homepage parameter to Unicorn template - thanks to Karl Dubost for help in patching
* Addressing http://www.w3.org/Bugs/Public/show_bug.cgi?id=5440 and making the ↵ot2009-02-024-14/+37
| | | | | | "arrow" image clickable to toggle options. Cleaning up the javascript used to toggle options a bit in the process, getting rid of one of the ugliest instances of innerHTML there.
* Catch up with changed HTML 5 DOCTYPE legacy string.ville2009-01-301-4/+5
|
* Adding W27 (suggest adding charset info within document) and W28 ↵ot2009-01-283-7/+30
| | | | | | (explanation of UTF-8 force in direct input mode), plus softening the wording of the preparse warning-info section of validation results.
* testing a larger ATTCNT value for DTDs with large number of attributes per ↵ot2009-01-201-1/+1
| | | | element
* testing a larger ATTCNT value for DTDs with large number of attributes per ↵ot2009-01-201-1/+1
| | | | element
* Support HTML5 "DOCTYPE legacy string", detect HTML5 to HTML5 doctype ↵ville2009-01-181-4/+10
| | | | (non-)override.
* Improve doctype preparse performance by aborting as soon as possible, fix ↵ville2009-01-075-15/+21
| | | | required HTML::Parser version.
* Get rid of nonstrict vars in override_doctype.ville2009-01-071-8/+7
|
* Drop dead code.ville2009-01-071-3/+2
|
* Restore fake HTML5 pubid in types.conf, special case it in doctype override ↵ville2009-01-072-5/+7
| | | | (#6250).
* Override only the first seen doctype declaration, don't touch any ↵ville2009-01-061-8/+14
| | | | non-doctype declarations.
* Avoid error log warnings when overriding an unknown (e.g. system id only) ↵ville2009-01-061-4/+8
| | | | doctype.
* Cosmetic cleanups, NFC.ville2009-01-061-10/+10
|
* Always allow user agent to access locally configured HTML5 validator.ville2009-01-041-2/+10
|
* gzip requests to validator.nu in non-debug mode if possible ↵ville2009-01-041-2/+5
| | | | (compress-enabled LWP >= 5.817).
* Pass original Content-Language and Last-Modified to validator.nu; ↵ville2009-01-041-8/+7
| | | | $File->{Modified} is now always the raw header value as we received it.
* Change validator.nu interface to "POST entity body" mode (#6296).ville2009-01-041-5/+31
|
* Cleanups.ville2009-01-041-9/+11
|
* Reduce undefinedness warnings.ville2009-01-041-3/+3
|
* Purge Config::General <= 2.30 compatibility hack; 2.31 one still preserved ↵ville2009-01-046-17/+15
| | | | for current Debian stable.
* Don't insert linefeeds in doctype override to avoid line numbers being ↵ville2009-01-041-4/+4
| | | | off-by-one from original ones.
* Don't pass empty parser parameter to validator.nu.ville2009-01-041-7/+3
|
* If not in debug mode, set Accept-Encoding to what LWP (>= 5.816) can handle.ville2009-01-042-5/+14
|
* Revert bits that should not have crept in to CVS in previous commit.ville2009-01-041-4/+4
|
* LWP::UserAgent >= 2.032 (libwww-perl >= 5.800) is required for default_header().ville2009-01-045-22/+25
|
* Move user agent and request defaults to UserAgent constructor.ville2009-01-041-15/+13
|
* json_ouput -> json_outputville2009-01-042-3/+3
|
* Code cleanup using "path" param to HTML::Template->new().ville2009-01-041-19/+17
|
* Improve handling of messages with no line/col locators (such as some info ↵ville2009-01-042-9/+9
| | | | ones from validator.nu).
* Whitespace cosmetics, NFC.ville2009-01-041-4/+5
|
* Use File::Spec::Functions for somewhat more compact code.ville2009-01-046-66/+57
|
* Move template filter subroutine to template defaults.ville2009-01-041-18/+3
|
* Simplify localization selection, pre-process related config in BEGIN.ville2009-01-031-22/+22
|
* Trim trailing whitespace, NFC.ville2009-01-031-7/+7
|
* HTML5 does not have a public id; empty string needs to be present here though.ville2009-01-031-2/+3
|
* Construct proper doctype override with public/system id missing/empty ↵ville2009-01-031-9/+10
| | | | (related to #6250).
* tentative fix for http://www.w3.org/Bugs/Public/show_bug.cgi?id=6296ot2009-01-031-5/+5
|
* www.perl.com -> www.perl.org, that's what Perl docs refer to as it's homepage.ville2009-01-011-3/+3
|
* Add missing script/@type attributes.ville2009-01-012-3/+3
|
* donation plea in results, homepage, controlled by js file on w3.orgot2008-12-294-8/+14
|
* linking to the upcoming validator donation programot2008-12-114-14/+17
|
* fixing styling/color issues with validator UIot2008-12-111-3/+8
|
* fixing a few CSS issues with results page (wrong bg colors, the awful ↵ot2008-12-091-6/+24
| | | | support for styling legend elements in any contemporary browser, etc)
* Escape warning messages as well (apparently forgotten from the previous change).ville2008-12-061-1/+1
|
* reword/reorg of contribute page, suggested by DanCot2008-12-041-11/+11
|
* small markup fixot2008-12-031-1/+1
|
* adding link to new contribute page in footerot2008-12-032-0/+2
|
* test case submission quick guidelinesot2008-12-031-4/+10
|
* first draft of contribute docot2008-12-031-0/+47
|
* Trim trailing whitespace.ville2008-11-221-86/+86
|
* Fix doctype override for types without a system id.ville2008-11-221-3/+3
|
* fixing link for 0.8.4 newslogvalidator-0_8_4-releaseot2008-11-202-2/+2
|
* explaining the sample config for html5 engine integration, and adding a note ↵ot2008-11-202-4/+16
| | | | in the installation documentation about it, too
* version bump. Preparing for v0.8.4ot2008-11-187-13/+17
|