aboutsummaryrefslogtreecommitdiffstats
path: root/includes/Sanitizer.php
Commit message (Expand)AuthorAgeFilesLines
* * Spelling fix: $wgUrlProtcols -> $wgUrlProtocolsBrion Vibber2005-07-251-2/+2
* * (bug 431) Make external URL protocols configurable in DefaultSettingsÆvar Arnfjörð Bjarmason2005-07-211-1/+2
* fix some issues with phpdocAntoine Musso2005-07-051-1/+1
* * HTML sanitizer: correct multiple attributes by keeping last, not firstBrion Vibber2005-06-291-3/+3
* * Disallow close tags and enforce empty tags for <hr> and <br>Brion Vibber2005-06-061-4/+13
* * (bug 2309) Allow templates and template parameters in HTML attribute zone,Brion Vibber2005-06-061-1/+13
* Bump to 1.5alpha21.5.0alpha2Brion Vibber2005-06-031-0/+14
* * (bug 684) Accept an attribute parameter array on parser hook tagsBrion Vibber2005-06-031-36/+91
* * Replace wfMungeToUtf8 and do_html_entity_decode with a single functionBrion Vibber2005-05-311-263/+340
* * Only build the HTML attribute whitelist tree once.Brion Vibber2005-05-311-1/+4
* * (bug 2152) Add missing bgcolor to attribute whitelist for <td> and <th>Brion Vibber2005-05-121-2/+3
* * (bug 2067) Fixed crash on empty quoted HTML attributeBrion Vibber2005-05-041-15/+14
* Changed input attribute syntax to be more user-friendly and less standards-co...Tim Starling2005-05-011-2/+5
* Fix handling of valueless attributesBrion Vibber2005-04-211-1/+1
* Adding cache related stuff to a new 'Cache' subpackageÆvar Arnfjörð Bjarmason2005-04-121-0/+1
* * DocumentedÆvar Arnfjörð Bjarmason2005-04-011-2/+10
* * Fix link in image alt text, using replaceLinkHolders with the global parser...Brion Vibber2005-02-071-0/+25
* Use the new character entity reference sanitizer on wikitext as well asBrion Vibber2005-02-061-2/+6
* remove typo extra lineBrion Vibber2005-02-061-1/+0
* Rewrote fixTagAttributes() for robustness and correctness:Brion Vibber2005-02-061-45/+598
* Split the HTML sanitizer functions from the Parser monolithBrion Vibber2005-02-061-0/+245