| Commit message (Expand) | Author | Age | Files | Lines |
* | Followup r111891; Update the test to also make sure things like http-equiv an... | Daniel Friesen | 2012-02-20 | 1 | -4/+12 |
* | Followup r111898; Do the same for the attribute whitelist. | Daniel Friesen | 2012-02-20 | 1 | -4/+10 |
* | Followup r111891; Base the $staticInitialised variable off of the global setu... | Daniel Friesen | 2012-02-19 | 1 | -4/+6 |
* | Handle one part of bug 32545 while improving MediaWiki's support for Microdat... | Daniel Friesen | 2012-02-19 | 1 | -3/+62 |
* | reverting r109723 because of slush. | Daniel Kinzler | 2012-01-22 | 1 | -23/+1 |
* | Introducing optional support for <a> tags, to be used with microdata resp. RD... | Daniel Kinzler | 2012-01-22 | 1 | -1/+23 |
* | Correct typo in comment, so that it reflects the spec and the actual value in | Gabriel Wicke | 2012-01-18 | 1 | -1/+1 |
* | Fix version check version from r105559 | Sam Reed | 2011-12-08 | 1 | -2/+6 |
* | Add, update, tweak documentation | Sam Reed | 2011-10-26 | 1 | -1/+1 |
* | Fixup some assignments in conditionals | Sam Reed | 2011-10-16 | 1 | -27/+33 |
* | Followup r94465 and r94465; Add phpunit tests for Sanitizer::fixDeprecatedAtt... | Daniel Friesen | 2011-09-25 | 1 | -0/+13 |
* | Followup r94465; Don't use empty. | Daniel Friesen | 2011-09-25 | 1 | -1/+1 |
* | Reverted r85922 and related: new doTableStuff(). I copied in the old doTableS... | Tim Starling | 2011-09-15 | 1 | -1/+1 |
* | Add code to the sanitizer to convert presontational attributes that were remo... | Daniel Friesen | 2011-08-14 | 1 | -2/+86 |
* | This Sanitizer::EVIL_URI_PATTERN is completely inadequate for actual security... | Daniel Friesen | 2011-08-14 | 1 | -0/+8 |
* | added since tag | Jeroen De Dauw | 2011-07-25 | 1 | -0/+2 |
* | Followup to r86061: add parser test case to confirm that '&apos' in wikitext ... | Brion Vibber | 2011-06-07 | 1 | -1/+1 |
* | More documentation updates and additions | Sam Reed | 2011-05-21 | 1 | -0/+24 |
* | Add/remove/tweak method documentation | Sam Reed | 2011-05-19 | 1 | -1/+1 |
* | Use consistent notation for "@todo FIXME". Should update http://svn.wikimedia... | Siebrand Mazeland | 2011-05-17 | 1 | -1/+1 |
* | Move User::isValidEmailAddr() to Sanitizer. | Happy-melon | 2011-04-18 | 1 | -0/+50 |
* | Allow people to use ' entity (sinqle quote character: ') in wikitext. | Brian Wolff | 2011-04-14 | 1 | -0/+2 |
* | (no commit message) | Leo Koppelkamm | 2011-04-12 | 1 | -1/+1 |
* | Fix for bug 28450: escaped CSS comments | Tim Starling | 2011-04-12 | 1 | -12/+33 |
* | HipHop fixes: | Tim Starling | 2011-04-05 | 1 | -1/+5 |
* | The beginnings of HipHop compiled mode support. It works now for parser cache... | Tim Starling | 2011-04-04 | 1 | -329/+327 |
* | Normalize named entities to numeric | Aryeh Gregor | 2011-03-11 | 1 | -5/+10 |
* | Allow all itemtypes for microdata | Aryeh Gregor | 2011-03-11 | 1 | -13/+0 |
* | (Bug 27539) Allow attributes beginning with a digit in wiktext tag parameters. | Platonides | 2011-02-19 | 1 | -1/+1 |
* | Relaxed the allowed format of parser tag attributes as per bug 27539. One sid... | Sean Colombo | 2011-02-19 | 1 | -1/+1 |
* | (bug 27093, CVE-2011-0047): Fixed CSS injection vulnerability. The StringUtil... | Tim Starling | 2011-02-01 | 1 | -0/+7 |
* | * bug 26437: fix for Sanitizer::decodeCharReferences converting invalid hex c... | Brion Vibber | 2010-12-27 | 1 | -6/+1 |
* | Revert r68230, r68231 (mode="grid" on tables) per CR. It's in the history if ... | Chad Horohoe | 2010-12-10 | 1 | -94/+7 |
* | Remove duplicate occurrence of 'u' from $htmlpairsStatic in Sanitizer::remove... | Roan Kattouw | 2010-11-13 | 1 | -1/+1 |
* | Tweak variable name to be camel case (as per feedback on r70849). | Sean Colombo | 2010-10-03 | 1 | -2/+2 |
* | Followup r73880, forgot to give kbd and samp their attribute whitelists | Chad Horohoe | 2010-09-28 | 1 | -2/+2 |
* | More bug 671: whitelist <kbd> and <samp> for user input. Followup per r70164'... | Chad Horohoe | 2010-09-28 | 1 | -1/+2 |
* | Blacklist % in HTML id's | Aryeh Gregor | 2010-08-25 | 1 | -2/+4 |
* | Remove some unused variables | Sam Reed | 2010-08-13 | 1 | -1/+1 |
* | Allow HTML5 custom data attributes | Aryeh Gregor | 2010-08-12 | 1 | -2/+3 |
* | As per feedback on r70849, fixed bad indenting (spaces) that should be a tab. | Sean Colombo | 2010-08-11 | 1 | -1/+1 |
* | Fix to #17031. See bug ticket for test code & test-results. | Sean Colombo | 2010-08-11 | 1 | -2/+3 |
* | * Standardised file description headers | Alexandre Emsenhuber | 2010-08-08 | 1 | -1/+1 |
* | Whitelist <dfn> element | Aryeh Gregor | 2010-07-29 | 1 | -2/+2 |
* | Make escapenoentities work again, broken by r68801 | Aryeh Gregor | 2010-07-02 | 1 | -2/+1 |
* | When using escapenoentities, decode entities | Aryeh Gregor | 2010-06-30 | 1 | -1/+1 |
* | (bug 22784) Fix normalization of whitespace in autocomment links | Conrad Irwin | 2010-06-21 | 1 | -0/+12 |
* | let mode="grid" on a wiki table trigger output as div soup instead of a html ... | Daniel Kinzler | 2010-06-18 | 1 | -7/+94 |
* | Remove most named character references from output | Aryeh Gregor | 2010-05-30 | 1 | -1/+1 |
* | Normalise CSS escape sequences. | Tim Starling | 2010-05-28 | 1 | -19/+24 |