Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Turn off Config::General CComments for slight performance gain. | Ville Skytt? | 2010-07-24 | 2 | -0/+2 | |
| | ||||||
* | Bump version to 1.2(-dev). | Ville Skytt? | 2010-07-15 | 4 | -3/+16 | |
| | ||||||
* | Don't filter out undefined entity errors from libxml. | Ville Skytt? | 2010-07-15 | 1 | -36/+1 | |
| | | | | | We let libxml fetch external entities now (and use catalogs with it) so false positives should no longer occur. | |||||
* | Remove obsolete (commented) note about XML support limitations. | Ville Skytt? | 2010-07-15 | 1 | -12/+0 | |
| | ||||||
* | Added tag validator-1_1-release for changeset 3cf0fbb70602 | Thomas Gambet | 2010-07-12 | 0 | -0/+0 | |
| | ||||||
* | Prepare for 1.1 release.validator-1_1-release | Ville Skytt? | 2010-07-06 | 6 | -15/+20 | |
| | ||||||
* | Run incomplete input URLs through URI::Heuristic. | Ville Skytt? | 2010-07-06 | 4 | -5/+20 | |
| | ||||||
* | Added tag bundle-1_0 for changeset f8fe838e16ab | Ville Skytt? | 2010-07-05 | 0 | -0/+0 | |
| | ||||||
* | Update for bundle 1.0.bundle-1_0 | Ville Skytt? | 2010-07-04 | 1 | -13/+12 | |
| | ||||||
* | Bump bundle version back to 1.0, no 1.1 related changes so far. | Ville Skytt? | 2010-07-04 | 2 | -2/+2 | |
| | ||||||
* | No longer need to skip CVS related things. | Ville Skytt? | 2010-07-04 | 1 | -2/+0 | |
| | ||||||
* | Link tweaking. | Ville Skytt? | 2010-07-04 | 2 | -2/+2 | |
| | ||||||
* | Fix double escaping of '"&"' in messages; they're entity escaped in templates. | Ville Skytt? | 2010-07-04 | 1 | -2/+0 | |
| | ||||||
* | Improve source extract handling for non-document errors. | Ville Skytt? | 2010-07-04 | 1 | -65/+88 | |
| | | | | | | | report_errors() now populates extracts from our doc source only if the extract has not been defined earlier. Checkers are expected to always populate it with something (anything, really, for example empty string if no better info is available) that is defined for non-document errors. | |||||
* | Improve error location info to include URI for non-doc resources. | Ville Skytt? | 2010-07-04 | 4 | -6/+43 | |
| | | | | http://www.w3.org/Bugs/Public/show_bug.cgi?id=9933 | |||||
* | Don't output empty pre,code block in grouped mode if error source is not ↵ | Ville Skytt? | 2010-07-04 | 1 | -1/+1 | |
| | | | | available. | |||||
* | Remove old explanation URI conditional that has been a no-op since 0.7.0. | Ville Skytt? | 2010-07-01 | 1 | -1/+0 | |
| | ||||||
* | Drop explanation loader javascript. | Ville Skytt? | 2010-06-30 | 3 | -36/+0 | |
| | | | | | The functionality to take advantage of this has no longer apparently existed since introduction of error message grouping in validator 0.8.0. | |||||
* | Do not make line numbers links when not showing source in grouped display mode. | Ville Skytt? | 2010-06-30 | 1 | -2/+2 | |
| | ||||||
* | Use "W3C Markup Validation Service" instead of "W3C HTML Validation Service" ↵ | Ville Skytt? | 2010-06-30 | 17 | -16/+16 | |
| | | | | more. | |||||
* | Update meta description. | Ville Skytt? | 2010-06-29 | 3 | -3/+3 | |
| | ||||||
* | Call is_xml() less. | Ville Skytt? | 2010-06-29 | 1 | -17/+17 | |
| | ||||||
* | Add "reminder" check for version in various files in "make dist". | Ville Skytt? | 2010-06-29 | 1 | -0/+6 | |
| | ||||||
* | Get version from the check script instead of bundle. | Ville Skytt? | 2010-06-29 | 1 | -1/+1 | |
| | ||||||
* | Drop leftover CVS keyword, set $VERSION to 1.1. | Ville Skytt? | 2010-06-29 | 1 | -5/+1 | |
| | ||||||
* | Make template variables case sensitive to improve output performance. | Ville Skytt? | 2010-06-29 | 2 | -0/+4 | |
| | | | | | Decreases time for one complete validation request for my current local copy of http://blip.fm/all (2742 errors, 649 warnings) from ~25s to ~15s. | |||||
* | Code cleanups, NFC. | Ville Skytt? | 2010-06-29 | 1 | -19/+10 | |
| | ||||||
* | perltidy source, NFC. | Ville Skytt? | 2010-06-29 | 1 | -1/+3 | |
| | ||||||
* | Make ent() faster (up to 25% in some pathological tests of mine). | Ville Skytt? | 2010-06-29 | 1 | -5/+11 | |
| | ||||||
* | Entity escape apostrophes. | Ville Skytt? | 2010-06-29 | 1 | -2/+1 | |
| | ||||||
* | Bump bundle version to 1.1 to get version in "make dist" straight. | Ville Skytt? | 2010-06-29 | 2 | -2/+2 | |
| | ||||||
* | Split long lines. | Ville Skytt? | 2010-06-29 | 1 | -1/+2 | |
| | ||||||
* | Try to cheat HTML::Template into refreshing its cache on upgrades. | Ville Skytt? | 2010-06-29 | 1 | -0/+4 | |
| | | | | | | | While it does check file timestamps, it does not check options to new() as of 2.9 which may result in it using stale cached templates and produce incorrect results if those options have changed between validator releases. See HTML::Template's "cache" option for more info. | |||||
* | Drop CVS keywords. | Ville Skytt? | 2010-06-23 | 73 | -188/+36 | |
| | ||||||
* | Mark as 1.1-dev. | Ville Skytt? | 2010-06-22 | 2 | -2/+2 | |
| | ||||||
* | Do XML wellformedness check only if other checks do not flag the doc invalid. | Ville Skytt? | 2010-06-22 | 2 | -184/+212 | |
| | | | | This is to further mitigate XMLWF performance issues. | |||||
* | Update instructions etc from CVS to Mercurial. | Ville Skytt? | 2010-06-22 | 15 | -252/+52 | |
| | ||||||
* | Removing trailing spaces | Jean-Guilhem Rouel | 2010-06-22 | 1 | -1/+1 | |
| | ||||||
* | test | Jean-Guilhem Rouel | 2010-06-22 | 1 | -4/+4 | |
| | ||||||
* | update tags | convert-repo | 2010-06-21 | 0 | -0/+0 | |
| | ||||||
* | 1.0validator-1_0-release | ville | 2010-06-14 | 6 | -14/+14 | |
| | ||||||
* | Soften #9899 entry a bit. | ville | 2010-06-14 | 1 | -3/+4 | |
| | ||||||
* | Note (candidate) fix for #9899. | ville | 2010-06-13 | 1 | -2/+9 | |
| | ||||||
* | Fix perlcritic warnings. | ville | 2010-06-13 | 1 | -3/+4 | |
| | ||||||
* | Drop another unused variable. | ville | 2010-06-13 | 1 | -3/+2 | |
| | ||||||
* | Drop unused variable. | ville | 2010-06-13 | 1 | -8/+3 | |
| | ||||||
* | Bring back support for non-structured XML::LibXML errors. | ville | 2010-06-13 | 1 | -24/+148 | |
| | | | | | This was removed in rev 1.769, but according to the docs, 1.70 may still throw them. | |||||
* | Update MathML3 to WD-MathML3-20100610. | ville | 2010-06-13 | 29 | -2292/+2008 | |
| | ||||||
* | Add MathML3 info. | ville | 2010-06-13 | 1 | -1/+17 | |
| | ||||||
* | Regenerated. | ville | 2010-06-10 | 1 | -37/+52 | |
| | ||||||
* | Bring back comment why XML::LibXML 1.70+ is needed. | ville | 2010-06-10 | 1 | -3/+3 | |
| | ||||||
* | Enable external entity loading in XML::LibXML to fix #9899. | ville | 2010-06-10 | 3 | -7/+62 | |
| | ||||||
* | Add generated XML catalog. | ville | 2010-06-10 | 1 | -0/+250 | |
| | ||||||
* | Add note about output being generated. | ville | 2010-06-10 | 1 | -0/+1 | |
| | ||||||
* | Add target for generating catalog.xml. | ville | 2010-06-10 | 1 | -1/+4 | |
| | ||||||
* | up | tgambet | 2010-06-08 | 1 | -5/+2 | |
| | ||||||
* | do not specify line and column attributes if empty | tgambet | 2010-06-08 | 1 | -2/+5 | |
| | ||||||
* | updated description markup | tgambet | 2010-06-01 | 1 | -4/+4 | |
| | ||||||
* | removed context escaping (unicorn schema updated) | tgambet | 2010-06-01 | 1 | -2/+2 | |
| | ||||||
* | escapes context text | tgambet | 2010-06-01 | 1 | -2/+2 | |
| | ||||||
* | updated for the new unicorn output schema | tgambet | 2010-06-01 | 2 | -181/+157 | |
| | ||||||
* | Bring whatsnew up to date. | ville | 2010-05-07 | 1 | -3/+14 | |
| | ||||||
* | Spelling fix. | ville | 2010-05-07 | 1 | -3/+3 | |
| | ||||||
* | Clean up duplicate code (for show source/not cases). | ville | 2010-05-07 | 1 | -22/+11 | |
| | ||||||
* | Escape error messages also when showing source. | ville | 2010-05-07 | 2 | -3/+7 | |
| | ||||||
* | Avoid malformed comments when overriding doctype or charset. | ville | 2010-05-07 | 2 | -9/+27 | |
| | ||||||
* | Rephrase previous entry a bit. | ville | 2010-05-07 | 1 | -4/+4 | |
| | ||||||
* | When passing transcoded content to external validators (and the internal | ville | 2010-05-07 | 2 | -21/+73 | |
| | | | | | | XML one), fix up charset declarations in content to reflect transcoding. http://www.w3.org/mid/Pine.LNX.4.64.1004291710580.13453%40zen.rrzn.uni-hannover.de | |||||
* | Comment spelling fix. | ville | 2010-05-07 | 1 | -3/+3 | |
| | ||||||
* | Point to Apache 2.2 docs instead of 2.0. | ville | 2010-05-07 | 1 | -4/+4 | |
| | ||||||
* | Add XML entity definitions for characters. | ville | 2010-04-22 | 35 | -0/+8439 | |
| | ||||||
* | Add crude script for converting SGML Open Catalogs to XML catalogs. | ville | 2010-04-22 | 2 | -2/+38 | |
| | ||||||
* | Comment update. | ville | 2010-04-22 | 1 | -0/+3 | |
| | ||||||
* | Fix syntax. | ville | 2010-04-19 | 1 | -1/+1 | |
| | ||||||
* | Quote versions with significant trailing zeros (to get META.yml right). | ville | 2010-03-10 | 1 | -2/+2 | |
| | ||||||
* | Require XML::LibXML >= 1.70 for structured error bugfixes. | ville | 2010-03-10 | 4 | -11/+9 | |
| | ||||||
* | Update to CR-MathML3-20091215. | ville | 2010-03-09 | 28 | -2007/+2291 | |
| | ||||||
* | libxml2 comment update. | ville | 2010-03-09 | 1 | -2/+3 | |
| | ||||||
* | Exclude *.py[co] from tarballs. | ville | 2010-03-09 | 1 | -0/+1 | |
| | ||||||
* | Allow FTP by default. | ville | 2010-03-09 | 1 | -2/+2 | |
| | ||||||
* | Typo fix. | ville | 2010-03-09 | 1 | -3/+3 | |
| | ||||||
* | Drop outdated info about S::P::O CVS version dependency. | ville | 2010-03-09 | 1 | -3/+3 | |
| | ||||||
* | Note that we need XML::LibXML with support for libxml2 structured errors. | ville | 2010-03-09 | 1 | -3/+6 | |
| | ||||||
* | Don't output X-W3C headers or valid/invalid icon for the feedback doc. | ville | 2010-03-08 | 2 | -7/+8 | |
| | ||||||
* | Add more module metadata. | ville | 2010-03-08 | 1 | -0/+10 | |
| | ||||||
* | Clean perltidy backups. | ville | 2010-03-08 | 1 | -1/+4 | |
| | ||||||
* | Fix broken feedback link. | ville | 2010-03-08 | 2 | -4/+4 | |
| | ||||||
* | Use relroot in path to feedback.html. | ville | 2010-03-08 | 2 | -453/+453 | |
| | ||||||
* | Add warning for missing Content-Type. | ville | 2010-03-06 | 4 | -5/+20 | |
| | ||||||
* | Fix unknown FPI tests. | ville | 2010-03-04 | 3 | -14/+14 | |
| | ||||||
* | Fix encoding modification for docs passed to the XML parser (0.8.6 regression). | ville | 2010-03-04 | 1 | -3/+3 | |
| | ||||||
* | Add missing colspan. | ville | 2010-03-04 | 1 | -1/+1 | |
| | ||||||
* | Usage message fix. | ville | 2010-03-04 | 1 | -1/+1 | |
| | ||||||
* | Add another Windows-1250 test case. | ville | 2010-03-04 | 3 | -2/+34 | |
| | ||||||
* | Improve link formatting. | ville | 2010-03-03 | 1 | -3/+4 | |
| | ||||||
* | Drop support for XML::LibXML < 1.69. | ville | 2010-03-03 | 5 | -155/+29 | |
| | ||||||
* | Note post-0.8.6 version. | ville | 2010-03-03 | 1 | -1/+1 | |
| | ||||||
* | Drop support for HTML-(Head)Parser < 3.60. | ville | 2010-03-03 | 5 | -40/+34 | |
| | ||||||
* | Note HTML-Parser dependency. | ville | 2010-03-03 | 1 | -3/+4 | |
| | ||||||
* | Fix XML::LibXML version numbers in comments. | ville | 2010-03-02 | 1 | -3/+3 | |
| |