Use Doxygen @addtogroup instead of phpdoc @package && @subpackage
[lhc/web/wiklou.git] / includes / Sanitizer.php
2007-01-20 Antoine MussoUse Doxygen @addtogroup instead of phpdoc @package...
2007-01-17 Antoine MussoIgnore self closing on closing tags ( '</div />' now...
2007-01-17 Antoine MussoSanitizer now correctly escapes lonely '>' occuring...
2007-01-17 Antoine MussoFix #6171 : magically close tags in tables when not...
2007-01-17 Antoine Mussowhitespaces killing
2007-01-15 Aryeh Gregor* (bug 8643) Correctly escape the page-specific CSS...
2006-11-29 Nick JenkinsPrevent the following strict-standards warnings - i...
2006-11-23 Nick JenkinsCode housekeeping stuff (and barring any stuff-ups...
2006-11-22 Tim StarlingImplementation of delimiterReplace() with a behaviour...
2006-11-21 Tim Starling* Introduced StringUtils.php, populated it with some...
2006-10-20 Aryeh GregorAdded escapeClass static function to Sanitizer and...
2006-08-06 Tim StarlingOptimised Sanitizer::removeHTMLtags, Parser::unstrip...
2006-07-11 Brion Vibber* Pre-strip characters ignored in IDNs from URLs so...
2006-07-11 Antoine MussoDefintly fix #6561 patch by Nick Jenkins
2006-07-10 Antoine MussoA lot more of static issues when using E_STRICT from...
2006-07-10 Antoine Mussostatic E_STRICT warnings
2006-07-10 Antoine MussoFix #6561: "frame" and "border" and "rules" listed...
2006-07-02 Brion VibberMove 'style' attribute check to Sanitizer::checkCss...
2006-06-09 Brion Vibber* Whitespace now normalized more or less properly in...
2006-06-07 Tim StarlingRemoved most exit() calls from the MediaWiki core,...
2006-06-06 Brion Vibber* (bug 3202) Attributes now allowed on <pre> tags
2006-06-03 Anders Wegge JakobsenBug 6171: Sanitizing of HTML-elements with optional...
2006-06-01 Brion Vibber* Fix oddity with open tag parameters getting stuck...
2006-05-23 Brion Vibber* Reordered wiki table handling and __TOC__ extraction...
2006-05-23 Brion Vibber* Fix for HTML/JS injection bug in variable handler...
2006-05-11 Antoine MussoRevert to r14165 . Did too many changes, didnt even...
2006-05-11 Antoine MussoSome more PHP5 stuff
2006-05-11 Antoine Mussoa round of static statements
2006-05-02 Antoine MussoHandle nested li in ol or ul. That happens when someone...
2006-05-01 Antoine Mussounused variables as per #3692
2006-04-30 Antoine MussoFix 5487: escape self-closed HTML pair tags + parsertest.
2006-04-24 Antoine MussoFix bug 5497: Regression in HTML normalization in 1...
2006-04-24 Antoine Mussosome more doxygen fixes
2006-04-05 Brion VibberUpdate the FSF's address in all these GPL stub headers
2006-04-02 Brion VibberLive fix: escape <, >, and " chars that sneak into...
2006-03-26 Ævar Arnfjörð Bjar... * Reverting changes made in revision 1.33 by gwicke...
2006-03-24 Gabriel WickeValidate html ids properly, prefix if necessary
2006-01-14 Brion Vibber* Move PHP 5-friendly XHTML doctype hack to Sanitizer...
2006-01-07 Ævar Arnfjörð Bjar... * s~\t+$~~
2006-01-07 Ævar Arnfjörð Bjar... * s~ +$~~
2006-01-07 Ævar Arnfjörð Bjar... * (bug 4461) Encode characters specified in the id...
2006-01-07 Ævar Arnfjörð Bjar... * (bug 4373) Escape < and > in input like "foo</td...
2005-12-04 Antoine Mussoinitialize array before preg_match*
2005-10-30 Ævar Arnfjörð Bjar... * Rewrote the url protocol thing to not suck
2005-10-26 Brion Vibber* Sanitizer CSS comment processing order fix
2005-10-06 Brion Vibber* Blacklist additional MSIE CSS safety tricks
2005-08-23 Brion Vibber* (bug 3244) Fix remote image loading hack, JavaScript...
2005-08-16 Brion VibberCode cleanup: normalize case for intval(), strval(...
2005-07-25 Brion Vibber* Spelling fix: $wgUrlProtcols -> $wgUrlProtocols
2005-07-21 Ævar Arnfjörð Bjar... * (bug 431) Make external URL protocols configurable...
2005-07-05 Antoine Mussofix some issues with phpdoc
2005-06-29 Brion Vibber* HTML sanitizer: correct multiple attributes by keepin...
2005-06-06 Brion Vibber* Disallow close tags and enforce empty tags for <hr...
2005-06-06 Brion Vibber* (bug 2309) Allow templates and template parameters...
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...