Fix grammar in 'mimesearch-summary'
[lhc/web/wiklou.git] / includes / Sanitizer.php
2010-08-25 Aryeh GregorBlacklist % in HTML id's
2010-08-13 Sam ReedRemove some unused variables
2010-08-12 Aryeh GregorAllow HTML5 custom data attributes
2010-08-11 Sean ColomboAs per feedback on r70849, fixed bad indenting (spaces...
2010-08-11 Sean ColomboFix to #17031. See bug ticket for test code & test...
2010-08-08 Alexandre Emsenhuber* Standardised file description headers
2010-07-29 Aryeh GregorWhitelist <dfn> element
2010-07-02 Aryeh GregorMake escapenoentities work again, broken by r68801
2010-06-30 Aryeh GregorWhen using escapenoentities, decode entities
2010-06-21 Conrad Irwin(bug 22784) Fix normalization of whitespace in autocomm...
2010-06-18 Daniel Kinzlerlet mode="grid" on a wiki table trigger output as div...
2010-05-30 Aryeh GregorRemove most named character references from output
2010-05-28 Tim StarlingNormalise CSS escape sequences.
2010-05-05 PlatonidesThe pipe | character in urls is now escaped. This solve...
2010-04-20 PlatonidesFollow up r65286. If we are going to support <img we...
2010-04-19 Aryeh GregorCreate $wgAllowImageTag to whitelist <img>
2010-03-28 Conrad IrwinRe-normalize titles after html entity decoding when...
2010-03-28 Aryeh GregorRemove a use of xml:lang that I missed in r62312
2010-03-08 Tim StarlingFixed CSS validation issue (no handling for line contin...
2010-02-08 Aryeh GregorStrip # from IDs, IE doesn't seem to like them
2010-02-08 Aryeh GregorUnescape entities for prettier/more consistent IDs
2010-02-01 Aryeh GregorRequire $wgHtml5 for $wgExperimentalHtmlIds
2010-01-29 Aryeh GregorRefactor $wgEnforceHtmlIds code
2010-01-18 Aryeh GregorStrip some microdata attributes when invalid
2010-01-18 Aryeh GregorStyle fixes to Sanitizer and Parser
2010-01-18 Aryeh GregorCode clarity tweak
2009-12-15 Alexandre EmsenhuberReplaced all @fixme with "@todo Fixme" since doxygen...
2009-12-11 Chad HorohoeMass convert NULL -> null. Left strings and comments...
2009-11-13 Daniel Kinzleruse newer spec for html5 metadata
2009-11-13 Daniel Kinzleronly allow xmlns:* if RDFa is enabled
2009-11-13 Daniel Kinzlerrm debug echo (oops)
2009-11-13 Daniel KinzlerRDFa/microdata follow-up
2009-11-07 Daniel Kinzleradding support for <a> tags as a parser tag hook, in...
2009-11-07 Daniel Kinzlerbetter pattern for detecting evil scripts in rdfa attri...
2009-11-07 Daniel Kinzlerallow RDFa attributes; missing support for <a>, will...
2009-11-07 Daniel Kinzlerreverting r58694, needs to be done as parser tag hook...
2009-11-07 Daniel Kinzlerallow <a> tags and RDFa attributes to support RDFa...
2009-08-02 Aryeh GregorAllow <abbr> in wikitext
2009-05-23 Ryan Schmidt* Follow-up to r49720: Fix array logic in Sanitizer...
2009-04-22 Alexandre EmsenhuberUpdate documentation:
2009-04-21 Ryan Schmidt* Follow up r49654: move the $extratags and $removetags...
2009-04-19 Ryan SchmidtFollow-up on r49330
2009-01-07 Brion VibberRevert r45387 "Add special case handling of the XHTML...
2009-01-05 Aryeh GregorRefactor somewhat so that escapeId() works right
2009-01-04 Ilmari KaronenAdd special case handling of the XHTML character entity...
2009-01-01 Brion VibberPartial revert of r45109, r45116 -- removing the forced...
2008-12-30 Aryeh GregorFix PHP notice
2008-12-30 Aryeh GregorOptionally allow non-HTML4-compatible ids
2008-12-30 Aryeh GregorImprove ugly interface for Sanitizer::escapeId()
2008-12-28 Aryeh GregorPolish up r45109 (changes to header id generation)
2008-10-06 Chad Horohoe+a few docs
2008-08-18 Aryeh GregorRe-committing 37663 for the new release, per old Wikite...
2008-08-05 Aryeh GregorRe-commit turning makeKnownLinkObj(), makeBrokenLinkObj...
2008-07-30 Aryeh GregorUse Sanitizer::mergeAttributes() for Linker::linkAttrib...
2008-07-30 Aryeh GregorNew Linker::link() function, intended to replace Linker...
2008-07-15 Brion VibberRevert r37663 for now:
2008-07-14 Aryeh Gregor* (bug 13815) In the comment for page moves, use the...
2008-05-20 Alexandre EmsenhuberWARNING: HUGE COMMIT
2008-04-22 Brion VibberRevert r33725, r33726 (hook in Sanitizer::fixTagAttribu...
2008-04-22 Andrew GarrettCommit the whole fix, not just the documentation from...
2008-04-14 Siebrand Mazeland* remove end of line whitespace
2008-02-26 Aryeh GregorFix up RELEASE-NOTES a bit (move config stuff to config...
2007-09-24 Aryeh GregorActually, Sanitizer::encodeAttribute() was broken,...
2007-08-31 Aryeh GregorDebug code, gah.
2007-08-31 Aryeh GregorAdded the possibility for Sanitizer::escapeId to valida...
2007-07-15 Jens FrankNew Parser::setTransparentTagHook for parser extension...
2007-07-13 Brion Vibber* (bug 10508) Allow HTML attributes on <gallery>
2007-06-29 Aryeh GregorRemove ?>'s from files. They're pointless, and just...
2007-04-29 Tim StarlingAdded character entity aliases &רלמ; and &رلم; as per...
2007-04-20 Brion VibberChange Sanitzer::stripAllTags() to return plaintext...
2007-04-20 Nick JenkinsYet more doc tweaks:
2007-04-18 Nick JenkinsSome small doc tweaks to reduce Doxygen warnings, namely:
2007-04-16 Antoine MussoFix 8590 : remove support for $wgUserHtml . Our specifi...
2007-04-13 Antoine MussoIn regex, do not capture stuff when you dont need it...
2007-04-04 Nick JenkinsDocumentation tweaks to help documentation systems...
2007-03-28 Brion VibberRevert r20769: we don't use PHPDocumentor anymore,...
2007-03-28 Nick JenkinsPHPDocumentor [en.wikipedia.org/wiki/PhpDocumentor...
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...
next