Add support for Number grouping(commafy) based on CLDR number grouping patterns like...
[lhc/web/wiklou.git] / includes / Sanitizer.php
2011-09-15 Tim StarlingReverted r85922 and related: new doTableStuff(). I...
2011-08-14 Daniel FriesenAdd code to the sanitizer to convert presontational...
2011-08-14 Daniel FriesenThis Sanitizer::EVIL_URI_PATTERN is completely inadequa...
2011-07-25 Jeroen De Dauwadded since tag
2011-06-07 Brion VibberFollowup to r86061: add parser test case to confirm...
2011-05-21 Sam ReedMore documentation updates and additions
2011-05-19 Sam ReedAdd/remove/tweak method documentation
2011-05-17 Siebrand MazelandUse consistent notation for "@todo FIXME". Should updat...
2011-04-18 Happy-melonMove User::isValidEmailAddr() to Sanitizer.
2011-04-14 Brian WolffAllow people to use ' entity (sinqle quote charact...
2011-04-12 Leo Koppelkamm(no commit message)
2011-04-12 Tim StarlingFix for bug 28450: escaped CSS comments
2011-04-05 Tim StarlingHipHop fixes:
2011-04-04 Tim StarlingThe beginnings of HipHop compiled mode support. It...
2011-03-11 Aryeh GregorNormalize named entities to numeric
2011-03-11 Aryeh GregorAllow all itemtypes for microdata
2011-02-19 Platonides(Bug 27539) Allow attributes beginning with a digit...
2011-02-19 Sean ColomboRelaxed the allowed format of parser tag attributes...
2011-02-01 Tim Starling(bug 27093, CVE-2011-0047): Fixed CSS injection vulnera...
2010-12-27 Brion Vibber* bug 26437: fix for Sanitizer::decodeCharReferences...
2010-12-10 Chad HorohoeRevert r68230, r68231 (mode="grid" on tables) per CR...
2010-11-13 Roan KattouwRemove duplicate occurrence of 'u' from $htmlpairsStati...
2010-10-03 Sean ColomboTweak variable name to be camel case (as per feedback...
2010-09-28 Chad HorohoeFollowup r73880, forgot to give kbd and samp their...
2010-09-28 Chad HorohoeMore bug 671: whitelist <kbd> and <samp> for user input...
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...
next