Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add local ISO-HTML badge URIs. | ville | 2009-10-25 | 1 | -1/+3 |
| | |||||
* | Add XHTML+RDFa DTDs. | ville | 2009-10-25 | 4 | -0/+846 |
| | |||||
* | Drop unecessary have_*badge template variables. | ville | 2009-10-24 | 3 | -37/+23 |
| | |||||
* | Local badge URI tweaks. | ville | 2009-10-24 | 1 | -5/+3 |
| | |||||
* | Indent prettier, drop misleading commented out section. | ville | 2009-10-24 | 1 | -420/+409 |
| | |||||
* | Add option to use file based template caching. Doing it in non-mod_perl | ville | 2009-10-24 | 2 | -6/+22 |
| | | | | environments results in a noticeable performance improvement. | ||||
* | Remove proprietary XML output option. | ville | 2009-10-23 | 3 | -85/+9 |
| | | | | | It has been deprecated for years, and was announced to be removed in 0.8 in 2006 but has stuck around for some reason until now. | ||||
* | Avoid some charset encoder lookups. | ville | 2009-10-23 | 1 | -7/+9 |
| | |||||
* | Code cleanups. | ville | 2009-10-23 | 1 | -14/+14 |
| | |||||
* | Line wrapping, indentation, misc tiny tweaks. | ville | 2009-10-23 | 1 | -326/+845 |
| | |||||
* | Add origin info, remove apparently spurious last line from flat DTD. | ville | 2009-10-23 | 2 | -1/+5 |
| | |||||
* | Use latest XHTML 1.1 DTDs from http://www.w3.org/MarkUp/DTD/ | ville | 2009-10-23 | 7 | -810/+110 |
| | |||||
* | Load templates on demand for a small performance gain (esp. in non-mod_perl ↵ | ville | 2009-10-10 | 1 | -165/+130 |
| | | | | mode). | ||||
* | Move subroutine definitions after main program flow. | ville | 2009-10-05 | 1 | -149/+148 |
| | |||||
* | Avoid (some) error log trashing with empty documents. | ville | 2009-10-05 | 1 | -4/+4 |
| | |||||
* | Increase default LWP HTTP line length to 8k; the 4k default in LWP <= 5.832 | ville | 2009-10-05 | 1 | -2/+10 |
| | | | | is not enough for example to accommodate 4kB cookies (RFC 2985) (#6678). | ||||
* | Simplify error marking code; force marked char to be within shown code excerpt. | ville | 2009-10-04 | 1 | -55/+14 |
| | |||||
* | Don't truncate source lines that fit within our limits; when truncating, | ville | 2009-10-04 | 1 | -37/+26 |
| | | | | | replace only one char with ellipsis instead of three; simplify truncation code in general. | ||||
* | Trivial code cleanups. | ville | 2009-10-04 | 1 | -6/+4 |
| | |||||
* | Fix JSON syntax when some info is missing. | ville | 2009-10-04 | 1 | -5/+5 |
| | |||||
* | Encode messageid as a string; besides numbers it may contain things like ↵ | ville | 2009-10-04 | 1 | -1/+1 |
| | | | | libxml2-77. | ||||
* | Encode last line as a number per ↵ | ville | 2009-10-04 | 1 | -1/+1 |
| | | | | http://wiki.whatwg.org/wiki/Validator.nu_JSON_Output | ||||
* | Fix info message handling in JSON output. | ville | 2009-10-04 | 1 | -3/+2 |
| | |||||
* | Include source content type in JSON output. | ville | 2009-10-04 | 1 | -1/+2 |
| | |||||
* | Fix off by one column error in display of OpenSP's auxiliary message locations. | ville | 2009-09-27 | 1 | -3/+3 |
| | |||||
* | Reindent, break long lines, minor corrections. | ville | 2009-09-27 | 1 | -302/+355 |
| | |||||
* | Option documentation improvements. | ville | 2009-09-27 | 1 | -32/+46 |
| | |||||
* | Template fine tuning, NFC. | ville | 2009-09-24 | 3 | -7/+7 |
| | |||||
* | Avoid adding an ellipsis when a line (for a message without a column number) ↵ | ville | 2009-09-23 | 1 | -3/+3 |
| | | | | was not truncated. | ||||
* | Fix mark_error() prototype. | ville | 2009-09-23 | 1 | -3/+3 |
| | |||||
* | Comment spelling fixes. | ville | 2009-09-23 | 1 | -5/+5 |
| | |||||
* | Ignore doctype override when validating a fragment wrapped in template doc ↵ | ville | 2009-09-21 | 1 | -3/+6 |
| | | | | (#5132). | ||||
* | Fix recommended system id of XHTML 1.1 plus MathML 2.0 (#6573). | ville | 2009-09-21 | 1 | -2/+2 |
| | |||||
* | Try to acquire auth info from mod_perl if HTTP_AUTHORIZATION is not set. | ville | 2009-09-21 | 1 | -5/+15 |
| | |||||
* | Accept "/referrer" also in mod_perl2 path info workaround. | ville | 2009-09-21 | 1 | -4/+4 |
| | |||||
* | Code cleanups. | ville | 2009-09-21 | 1 | -14/+9 |
| | |||||
* | Comment spelling fix. | ville | 2009-09-21 | 1 | -3/+3 |
| | |||||
* | Fix links to charset and doctype fallback explanations. | ville | 2009-09-21 | 1 | -2/+2 |
| | |||||
* | my bad | jean-gui | 2009-09-18 | 1 | -2/+2 |
| | |||||
* | missing " in unicorn output | jean-gui | 2009-09-18 | 1 | -1/+1 |
| | |||||
* | Remove fuzzy matching/"Did you mean ..." implementation due to too many | ville | 2009-09-16 | 9 | -432/+8 |
| | | | | | | | | incorrect suggestions emitted. We'd need to be aware of which attributes and/or elements are valid in the checked document in the particular position; flat lists of all HTML elements and attributes results in too many false positives. String::Approx usage would have probably needed some work as well, or perhaps it wasn't the best choice for the task to begin with. | ||||
* | Eliminate some redundant ifs. | ville | 2009-09-16 | 1 | -5/+5 |
| | |||||
* | Use textContent() instead of toString()+regex to get validator.nu error | ville | 2009-09-16 | 1 | -4/+3 |
| | | | | messages as text, fixes #6302. | ||||
* | Don't ignore non-document errors from the HTML 5 validator (#6747). | ville | 2009-09-15 | 1 | -3/+5 |
| | |||||
* | Fix setting Content-Type for validator.nu POSTs in non-overridden direct ↵ | ville | 2009-09-15 | 1 | -13/+15 |
| | | | | input mode (#6747). | ||||
* | Comment updates. | ville | 2009-09-15 | 1 | -4/+8 |
| | |||||
* | Add/fix some info URLs. | ville | 2009-09-15 | 1 | -3/+6 |
| | |||||
* | Reformatting, whitespace, NFC. | ville | 2009-09-13 | 2 | -99/+185 |
| | |||||
* | Add SMIL 3.0. | ville | 2009-09-13 | 24 | -1/+4256 |
| | |||||
* | Whitespace, comment line wrapping, NFC. | ville | 2009-09-13 | 3 | -17/+16 |
| | |||||
* | Warn about tidy errors, keep tidy checkbox state with valid documents. | ville | 2009-09-12 | 4 | -15/+26 |
| | |||||
* | Fix tidy output with "wide" characters (#7592). | ville | 2009-09-12 | 1 | -3/+3 |
| | | | | | | | | Strangely, at least with Fedora 11's perl 5.10.0-73.fc11.x86_64, Encode 2.23, Encode::decode_utf8(...) is documented to be equivalent to Encode::decode("utf8", ...) but for some inputs the former has no problems with, the latter barfs "Cannot decode string with wide characters" or results in corrupt conversions. So switch to using the former. | ||||
* | Revert some breaking bits of the previous change. | ville | 2009-09-12 | 1 | -7/+7 |
| | |||||
* | Code cleanups. | ville | 2009-09-12 | 1 | -38/+34 |
| | |||||
* | Avoid inserting newlines around tidy output. | ville | 2009-09-12 | 1 | -3/+1 |
| | |||||
* | fixing ucn output | jean-gui | 2009-09-07 | 1 | -18/+18 |
| | |||||
* | fixes on ucn output | jean-gui | 2009-09-07 | 1 | -6/+6 |
| | |||||
* | updating ucn output | jean-gui | 2009-09-07 | 1 | -116/+136 |
| | |||||
* | Code cleanups. | ville | 2009-09-05 | 1 | -25/+24 |
| | |||||
* | Remove things related to no longer existing show parsetree, ESIS, and raw ↵ | ville | 2009-09-05 | 11 | -118/+22 |
| | | | | errors options. | ||||
* | Drop remainders of old outline code. | ville | 2009-09-05 | 1 | -3/+2 |
| | |||||
* | Simplify self_url_q(). | ville | 2009-09-03 | 1 | -14/+14 |
| | |||||
* | Add error document validation link to fatal error view (#7399). | ville | 2009-08-31 | 2 | -3/+26 |
| | |||||
* | Preserve validate error pages, verbosity and error grouping options in self ↵ | ville | 2009-08-31 | 1 | -7/+5 |
| | | | | referential validation URLs. | ||||
* | Another stab at fixing confusing "did you mean foo" hints in error messages. | ville | 2009-08-13 | 1 | -4/+6 |
| | |||||
* | Fix is_xml() package scope issue introduced in rev 1.675. | ville | 2009-08-11 | 1 | -4/+4 |
| | |||||
* | Comment spelling fixes. | ville | 2009-07-30 | 1 | -4/+4 |
| | |||||
* | Code cleanups. | ville | 2009-07-30 | 1 | -17/+13 |
| | |||||
* | Trivial find_encodings() cleanup. | ville | 2009-07-30 | 1 | -5/+5 |
| | |||||
* | Drop some redundant code. | ville | 2009-07-30 | 1 | -14/+14 |
| | |||||
* | Bug 4365 status comment update. | ville | 2009-07-30 | 1 | -2/+3 |
| | |||||
* | Speed up xmlns parsing. | ville | 2009-06-30 | 1 | -23/+17 |
| | |||||
* | Improve outline layout, simplify creation. | ville | 2009-06-30 | 1 | -9/+10 |
| | |||||
* | Entity-encode outline. | ville | 2009-06-30 | 1 | -2/+1 |
| | |||||
* | Drop characters() from outline event handler, S::P::O does not call or ↵ | ville | 2009-06-30 | 1 | -12/+2 |
| | | | | document it. | ||||
* | Output outline also for invalid documents (#6748). | ville | 2009-06-30 | 1 | -5/+4 |
| | |||||
* | Comments, whitespace, NFC. | ville | 2009-06-30 | 1 | -9/+5 |
| | |||||
* | Remove unused String::Approx imports. | ville | 2009-06-30 | 1 | -3/+3 |
| | |||||
* | Drop SGML::Parser::OpenSP < 0.991 workarounds, require >= 0.991. | ville | 2009-06-29 | 5 | -35/+29 |
| | |||||
* | Report all used OpenSP options in debug mode. | ville | 2009-06-29 | 1 | -6/+4 |
| | |||||
* | Move Encode alias definitions to charset.cfg, register also our ↵ | ville | 2009-06-29 | 2 | -34/+20 |
| | | | | non-recommended but recognized aliases. | ||||
* | Fix JSON output errors (missing/extra commas, incorrect escaping) (#7000). ↵ | ville | 2009-06-29 | 7 | -13/+34 |
| | | | | New dependency: JSON >= 2.00. | ||||
* | Drop $HAVE_IPC_RUN (unused). | ville | 2009-06-29 | 2 | -4/+4 |
| | |||||
* | Whitespace, NFC. | ville | 2009-06-29 | 2 | -8/+8 |
| | |||||
* | Drop Config::General <= 2.31 workarounds, require >= 2.32. | ville | 2009-06-29 | 7 | -67/+39 |
| | |||||
* | Whitespace, NFC. | ville | 2009-06-26 | 1 | -18/+18 |
| | |||||
* | Avoid error log trashing from errors without a line number (such as some ↵ | ville | 2009-06-26 | 1 | -3/+4 |
| | | | | validator.nu info messages). | ||||
* | Whitespace, NFC. | ville | 2009-06-26 | 1 | -4/+4 |
| | |||||
* | </li> | ted | 2009-06-24 | 1 | -3/+3 |
| | |||||
* | blurb suggestion from ville | ted | 2009-06-24 | 1 | -3/+7 |
| | |||||
* | Avoid outputting "this should not happen" comment when the thing does not ↵ | ville | 2009-06-23 | 2 | -4/+5 |
| | | | | actually happen. | ||||
* | Doc fine tuning. | ville | 2009-06-23 | 7 | -28/+28 |
| | |||||
* | Note C# library by Mar?a Eugenia Fern?ndez Men?ndez. | ville | 2009-06-23 | 1 | -2/+3 |
| | |||||
* | Improve Content-Encoding decode error handling. | ville | 2009-06-23 | 3 | -5/+67 |
| | |||||
* | Require libwww-perl >= 5.802. | ville | 2009-06-23 | 5 | -19/+16 |
| | |||||
* | Remove unrelated *lang attributes from example in missing xmlns on root ↵ | ville | 2009-06-04 | 1 | -2/+2 |
| | | | | element description (#6995). | ||||
* | Trim trailing whitespace, NFC. | ville | 2009-06-04 | 1 | -17/+17 |
| | |||||
* | Fix "the the" typo in direct input mode info, thanks to Paul Washburn for ↵ | ville | 2009-05-28 | 1 | -1/+1 |
| | | | | the catch. | ||||
* | Fix DC terms namespace, thanks to Toby Inkster. | ville | 2009-05-22 | 1 | -2/+2 |
| | |||||
* | fix to the fuzzy matching in case the attribute exists but not allowed in ↵ | ot | 2009-05-19 | 1 | -4/+4 |
| | | | | current context - addresses http://lists.w3.org/Archives/Public/www-validator/2009May/0025.html |