aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/SanitizerTest.php
Commit message (Expand)AuthorAgeFilesLines
* Move Sanitizer.php to includes/parser/Roan Kattouw2017-11-151-569/+0
* SanitizerTest: Add tests for stripAllTagsRoan Kattouw2017-11-151-0/+28
* Sanitizer: hard deprecate passing $options to escapeIdReferenceList()Kunal Mehta2017-09-291-1/+1
* Merge "Do not double decode HTML entities for IDs"jenkins-bot2017-09-131-5/+6
|\
| * Do not double decode HTML entities for IDsFomafix2017-09-121-5/+6
* | Remove @covers from private Sanitizer methodReedy2017-09-121-1/+0
|/
* Don't percent-encode HTML5 IDsMax Semenik2017-09-111-6/+5
* Human-readable section ID supportMax Semenik2017-08-011-3/+120
* Add tests for Sanitizer::escapeIdFomafix2017-07-251-0/+35
* Sanitizer: Allow attribute names to use any Unicode "Letter" or "Number"Ed Sanders2017-06-251-0/+4
* ChangesList: Expose basic properties of lines as data attributesGergő Tisza2017-06-081-0/+21
* tests: Replace implicit Bugzilla bug numbers with Phab onesJames D. Forrester2017-02-211-2/+2
* Update weblinks in comments from HTTP to HTTPSFomafix2016-11-071-3/+3
* Disallow css attr() with url typecsteipp2016-09-201-0/+2
* Use more short array syntax in comments (/tests/)umherirrender2016-07-101-3/+3
* Convert all array() syntax to []Kunal Mehta2016-02-171-107/+107
* Whitelist additional WAI-ARIA attributes, and all role valuesMatt Fitzpatrick2016-01-281-27/+24
* Abstract and refactor Tidy supportTim Starling2015-09-101-5/+7
* Use wikimedia/utfnormal library, add backwards-compatability layerKunal Mehta2015-03-241-1/+1
* Add tests for Sanitizer::escapeHtmlAllowEntitiesMarius Hoch2015-01-151-0/+21
* Remove explict autoload from phpunit testsumherirrender2014-09-271-6/+0
* Pass phpcs-strict on some test files (3/x)Siebrand Mazeland2014-04-241-12/+59
* Fixed some @params documentation (tests)umherirrender2014-04-171-2/+2
* Merge "Put the HTML attribute whitelist closer to HTML5"jenkins-bot2013-11-021-1/+1
|\
| * Put the HTML attribute whitelist closer to HTML5entlinkt2013-10-121-1/+1
* | Add more @covers tags and test cleanupaddshore2013-10-221-13/+40
|/
* displaytitle: reject some CSS if $wgRestrictDisplayTitle setMatmaRex2013-05-241-3/+7
* Drop support for XHTML 1.0Daniel Friesen2013-05-151-2/+0
* (bug 41545) Allow kbd, samp, and var to be nested.Daniel Friesen2013-05-131-9/+34
* Update code formattingSiebrand Mazeland2013-04-261-2/+0
* Tests: Make phpunit providers "public static".Timo Tijhof2013-03-221-3/+3
* Lots of spelling mistakes and phpdoc attributesYuri Astrakhan2013-03-101-4/+4
* Merge "Support WAI-ARIA's role="presentation" inside of WikiText."jenkins-bot2013-02-151-0/+22
|\
| * Support WAI-ARIA's role="presentation" inside of WikiText.Daniel Friesen2013-02-121-0/+22
* | Update formattingSiebrand Mazeland2013-02-141-16/+16
|/
* pass codesniffer on tests/Antoine Musso2013-01-281-1/+0
* testDecodeTagAttributes now use a data providerAntoine Musso2013-01-181-40/+49
* normalize sanitizerTest and add coverage tipsAntoine Musso2013-01-181-5/+9
* Fix SanitizerTest for wikis with wgUseTidy = true;umherirrender2012-12-091-7/+9
* Fix $wgHtml5 case. Follow-up c35304 (0473c33)Platonides2012-11-271-1/+1
* $wgHTML5 is a different variable than $wgHtml5 and the right name is the later.Platonides2012-11-261-3/+3
* (bug 40632) Remove CleanupPresentationalAttributes featureTimo Tijhof2012-11-191-42/+13
* (bug 39067) Add support for HTML5 <mark> element.Daniel Friesen2012-11-191-0/+40
* Preemptively add image-set to our sanitizer.Daniel Friesen2012-10-291-0/+3
* Clean and repair many phpunit tests (+ fix implied configuration)Timo Tijhof2012-10-091-9/+15
* Preemptively add css3's image() to our css sanitizer.Daniel Friesen2012-09-261-0/+6
* (bug 40306) Only convert align to float for table.Antoine Musso2012-09-181-4/+20
* (bug 36495) Sanitizer: Convert align to margin/float outside tables.Max Semenik2012-07-031-14/+30
* Test handling of escaped CSS commentsAntoine Musso2011-10-241-0/+26
* Followup r94465 and r94465; Add phpunit tests for Sanitizer::fixDeprecatedAtt...Daniel Friesen2011-09-251-0/+17