Bump to 1.5alpha2
[lhc/web/wiklou.git] / includes / Sanitizer.php
2005-06-03 Brion VibberBump to 1.5alpha2 1.5.0alpha2
2005-06-03 Brion Vibber* (bug 684) Accept an attribute parameter array on...
2005-05-31 Brion Vibber* Replace wfMungeToUtf8 and do_html_entity_decode with...
2005-05-31 Brion Vibber* Only build the HTML attribute whitelist tree once.
2005-05-12 Brion Vibber* (bug 2152) Add missing bgcolor to attribute whitelist...
2005-05-04 Brion Vibber* (bug 2067) Fixed crash on empty quoted HTML attribute
2005-05-01 Tim StarlingChanged input attribute syntax to be more user-friendly...
2005-04-21 Brion VibberFix handling of valueless attributes
2005-04-12 Ævar Arnfjörð Bjar... Adding cache related stuff to a new 'Cache' subpackage
2005-04-01 Ævar Arnfjörð Bjar... * Documented
2005-02-07 Brion Vibber* Fix link in image alt text, using replaceLinkHolders...
2005-02-06 Brion VibberUse the new character entity reference sanitizer on...
2005-02-06 Brion Vibberremove typo extra line
2005-02-06 Brion VibberRewrote fixTagAttributes() for robustness and correctness:
2005-02-06 Brion VibberSplit the HTML sanitizer functions from the Parser...