Fix log type and name in revdeleted messages: suppressions are stored in the suppress...
[lhc/web/wiklou.git] / includes / parser /
2009-06-18 Andrew GarrettDocumentation I added while trying to figure out doBloc...
2009-06-15 Niklas LaxströmRegression in r51797, anon signature links where prefix...
2009-06-13 Siebrand Mazeland* replace deprecated makeBrokenLinkObj() by LinkHolderA...
2009-06-08 Ryan Schmidt* DISPLAYTITLE fixes:
2009-06-07 Siebrand Mazeland* replace some use of deprecated makeKnownLinkObj(...
2009-06-06 Siebrand Mazeland* replace use of deprecated makeLinkObj() by link(...
2009-06-06 Tim StarlingRevert r51200, r51253, r51254, addition of {{NUMBEROFCO...
2009-06-03 Tim StarlingReverted r49575, {{revisionid:...}} due to unresolved...
2009-06-03 Tim StarlingReverted r48984. Fragile, doesn't work if memcached...
2009-06-03 Tim StarlingProfiling for CPF::gender()
2009-06-02 Rotem LissMultiple whitespace in TOC anchors is now stripped...
2009-06-02 Andrew GarrettFix up r49794, make new groups noncapturing, fixing...
2009-06-01 Siebrand Mazeland(bug 19017) TOC level calculation error in an odd case...
2009-05-31 Alex ZOn second thought, use idFromName and edits() instead...
2009-05-31 Alex ZSome followup to r51200:
2009-05-30 X!(bug 19012) Added {{NUMBEROFCONTRIBS}} variable
2009-05-24 Siebrand MazelandProper casing for getDBkey()
2009-05-20 Shinjiman* (bug 5755) Introduce {{CURRENTMONTH1}} and {{LOCALMON...
2009-05-19 Arash BoostaniReverting the code that encloses article sections in...
2009-05-06 Arash BoostaniFixed a minor problem with $wgSectionContainers that...
2009-05-06 Arash BoostaniFixed problem with call to closeSectionContainers that...
2009-05-05 Arash BoostaniAdded an extension, called EditSectionHiliteLink, that...
2009-04-28 Brion VibberRevert r49653 "Make the link regex non-greedy so that...
2009-04-24 Andrew GarrettFix spacing issues with autoformatted dates. Includes...
2009-04-19 Ryan SchmidtFollow-up on r49330
2009-04-19 Remember the dotMake the link regex non-greedy so that it is possible...
2009-04-16 Roan Kattouw(bug 6092) Add parser function equivalents of {{REVISIO...
2009-04-09 Remember the dot(bug 12998) Allow <sup>, <sub>, etc. in DISPLAYTITLE
2009-04-05 Tim StarlingMove the circular reference check to *after* redirect...
2009-04-05 Aaron Schulzprofiling fix
2009-04-02 Alexandre Emsenhuber* (bug 18170) Fixed a PHP warning in Parser::preSaveTra...
2009-03-29 Philip TzouAdd group convertsion support for LanguageConverter...
2009-03-25 Andrew GarrettConvert formatdate to a hashed parserfunction
2009-03-24 Brion VibberFix up r48728 "Allow User: prefix in parameter to GENDE...
2009-03-24 Andrew GarrettAllow User: prefix in parameter to GENDER parser function
2009-03-20 Victor VasilievMake ParserCache::getKey backward-compatible, so it...
2009-03-18 Arash BoostaniFixed bug #11213 - [edit] section links in printable...
2009-03-18 Chad HorohoeDocumenting this, because it makes no sense.
2009-03-11 Chad Horohoe(bug 17897) Uninitialized string offset in <pre> tags...
2009-03-10 Andrew GarrettTweak r48249 -- allow specification of the default...
2009-03-10 Andrew Garrett* (bug 4582) Provide preference-based autoformatting...
2009-03-09 Andrew GarrettSurround dynamic dates with a <span>. Bug 17785.
2009-03-09 Aaron SchulzDon't show deleted user names
2009-03-07 Nathaniel Herman(bug 10336) Added new magic word {{REVISIONUSER}},...
2009-03-06 Aaron Schulzstyle/profiling tweaks
2009-03-06 Aaron Schulzfix profiling
2009-03-04 Alexandre EmsenhuberRenamed CoreParserFunctions::namespace() to CoreParserF...
2009-03-02 Aaron Schulzshort-circuit replaceVariables() for all the empty...
2009-02-27 Aaron SchulzAdd profile calls to replaceInternalLinks2. Changed...
2009-02-27 Aaron SchulzRemoved strval calls from magicLinkCallback(); items...
2009-02-25 Chad HorohoeMore unused globals.
2009-02-19 Brion Vibber* (bug 16335) __NONEWSECTIONLINK__ magic word to suppre...
2009-02-18 Brion VibberRevert r46628, r46639 for now "Don't allow padding...
2009-02-17 Aaron SchulzRename new ACTIVEUSERS word to NUMBEROFACTIVEUSERS
2009-02-09 Andrew GarrettApply changes made live on Wikimedia cluster related...
2009-02-06 Andrew GarrettCache preprocessor output in memcached.
2009-02-04 Andrew GarrettAdd ACTIVEUSERS magic-word, complement to NUMBEROFUSERS.
2009-02-04 Tim StarlingAdded basic support for Wietse Venema's taint feature...
2009-02-03 Andrew GarrettRe-implementation of r46725 (caching of Cite <reference...
2009-02-01 Siebrand Mazeland(bug 14938) Removing a section no longer leaves excess...
2009-01-31 Alex Z(bug 8249) Followup to r46630, add parser function...
2009-01-31 Niklas Laxström* (bug 7556) Time zone names in signatures lack i18n
2009-01-31 Andrew GarrettFix r46628 -- I'd misunderstood the nature of the hack...
2009-01-31 Alex ZAllow the {{NAMESPACE}}, {{TALKSPACE}}, and {{SUBJECTSP...
2009-01-31 Andrew GarrettDon't allow padding parser functions to be used to...
2009-01-27 Brion VibberRoll back r46196, 46202 for now "__IGNOREUNUSED__ exclu...
2009-01-27 Siebrand MazelandRe-revert r46344 because of crossing commits (r46346)
2009-01-27 Siebrand MazelandRevert r46344. PHP Fatal error: Class 'MWTidy' not...
2009-01-27 Alexandre EmsenhuberPer Brion's comment on mediawiki.org/wiki/Special:Code...
2009-01-26 Alex Zadd mIsPreview and mIsSectionPreview to parserOptions...
2009-01-26 Niklas Laxström* (bug 13040) {{GENDER:}} magic word for interface...
2009-01-25 Aryeh Gregor__IGNOREUNUSED__ excludes cats from UnusedCategories
2009-01-23 Alexandre Emsenhuber* Fix E_STRICT
2009-01-23 Aryeh GregorAllow exempting domain names from rel="nofollow"
2009-01-23 Aryeh GregorRemove unused code
2009-01-17 Shinjiman* Fixing the caching issue by using -{T|xxx}- syntax...
2009-01-14 Brion VibberRevert r45671 "Added "__\" magic word to eat up all...
2009-01-14 Brion VibberRevert r45642 "* Fixing the caching issue by using...
2009-01-14 Aryeh Gregor(bug 16852) padleft and padright now handle multibyte...
2009-01-12 Fran Rogers(no commit message)
2009-01-11 Alex Z(bug 16965) Follow-up to r45266, also don't record...
2009-01-10 Niklas Laxström* Reverting r45588, causes fatal errors when saving...
2009-01-10 Shinjiman* Fixing the caching issue by using -{T|xxx}- syntax...
2009-01-08 Aryeh GregorReduce code duplication correctly this time, again
2009-01-08 Alex Z(bug 9947) Add PROTECTIONLEVEL parser function to retur...
2009-01-07 Brion VibberPulling r45473 back for now "Reduce code duplication...
2009-01-07 Aryeh GregorReduce code duplication correctly this time
2009-01-07 Brion VibberReverting r45341 " Use Sanitizer::escapeId() in another...
2009-01-05 Aryeh GregorWhen $wgEnforceHtmlIds=false, add legacy anchors
2009-01-05 Aryeh GregorRefactor somewhat so that escapeId() works right
2009-01-02 Aryeh GregorUse Sanitizer::escapeId() in another place
2009-01-01 Brion VibberFollow-up to r45174: (bug 16806) Fix regression from...
2008-12-31 Brion VibberPull back r45181 "(Bug 12998) Weaken DISPLAYTITLE resti...
2008-12-30 Aaron Schulz(Bug 12998) Weaken DISPLAYTITLE restictions (patch...
2008-12-30 Alex Z(bug 16806) Fix regression from r44524 that caused...
2008-12-30 Aryeh GregorOptionally allow non-HTML4-compatible ids
2008-12-30 Aryeh GregorImprove ugly interface for Sanitizer::escapeId()
2008-12-28 Aryeh GregorPrepend x to section ids not starting with [a-z]
2008-12-23 Aaron Schulz(Bug 16678) localurl/fullurl for Media: titles should...
2008-12-23 Raimond Spekking* (bug 13835) Fix rendering of {{filepath:Wiki.png...
next