* Replaced $wgMessageCache by MessageCache::singleton(); since we only use one instan...
[lhc/web/wiklou.git] / includes / parser / CoreParserFunctions.php
2011-01-26 Alexandre Emsenhuber* Replaced $wgMessageCache by MessageCache::singleton...
2011-01-23 KrinkleFollow-up per r80813 CR
2011-01-23 KrinkleBug 26870 - add width/height param to {{filepath:}}
2011-01-18 Ilmari Karonenfollowup r80511: make {{PAGENAMEE}} and friends also...
2010-12-10 Alexandre Emsenhuber* (bug 19006) {{REVISIONUSER}} no longer acts like...
2010-10-23 Chad HorohoeRevert r73976 (Implements bug 24343 "localurl discards...
2010-10-15 PlatonidesUse the accessor for getting mOptions.
2010-09-29 Antoine MussoImplements bug 24343 "localurl discards section id".
2010-09-29 Ryan Kaldarifixing per comments at r70517
2010-08-22 Alexandre Emsenhuber* Added file description headers
2010-08-13 Sam ReedRemove some unused variables
2010-08-12 PlatonidesParser should only use content messages.
2010-08-05 PlatonidesMake intfunction go accross the ParserOptions.
2010-06-20 Conrad Irwin(bug 17857) Make {{anchorencode}} work in a manner...
2010-06-09 Alexandre EmsenhuberFixed some doxygen warnings
2010-06-09 Chad HorohoePartial revert r67707, included half-baked patch
2010-06-09 Chad HorohoeFixed a bunch of silly instances of [^!=]==\s*(true...
2010-04-08 Conrad IrwinBug 22474, urlencode now takes a parameter to change...
2010-03-18 Alexandre EmsenhuberTypo in comment
2010-03-16 Alexandre Emsenhuber* (bug 22772) {{#special:}} parser function now works...
2010-02-19 Tim StarlingMoving Conrad's recent parser work out to a branch...
2010-02-14 Alexandre EmsenhuberFixed some doxygen warnings
2010-02-13 PlatonidesFollow up r62436 comments.
2010-02-11 Alexandre EmsenhuberWhitespaces fixes
2010-02-08 Chad HorohoeCleanup r62111, don't pass by reference
2010-02-08 Conrad Irwinpartial revert for r62081. Make {{PIPETRICK}} like...
2010-02-07 Conrad IrwinFixes for r62077
2010-02-07 Conrad IrwinBug 7264 - Magic word to give Page Title as if pipe...
2009-08-02 Tobiasintroducing new CoreParserFunction nse as an url-friend...
2009-06-08 Ryan Schmidt* DISPLAYTITLE fixes:
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-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-04-19 Ryan SchmidtFollow-up on r49330
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-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-18 Chad HorohoeDocumenting this, because it makes no sense.
2009-03-10 Andrew GarrettTweak r48249 -- allow specification of the default...
2009-03-10 Andrew Garrett* (bug 4582) Provide preference-based autoformatting...
2009-03-04 Alexandre EmsenhuberRenamed CoreParserFunctions::namespace() to CoreParserF...
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-04 Andrew GarrettAdd ACTIVEUSERS magic-word, complement to NUMBEROFUSERS.
2009-01-31 Alex Z(bug 8249) Followup to r46630, add parser function...
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-26 Niklas Laxström* (bug 13040) {{GENDER:}} magic word for interface...
2009-01-14 Aryeh Gregor(bug 16852) padleft and padright now handle multibyte...
2009-01-08 Alex Z(bug 9947) Add PROTECTIONLEVEL parser function to retur...
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-23 Aaron Schulz(Bug 16678) localurl/fullurl for Media: titles should...
2008-12-23 Raimond Spekking* (bug 13835) Fix rendering of {{filepath:Wiki.png...
2008-12-11 Aaron SchulzReduce queries for pagesize thingy
2008-12-11 Aaron SchulzFix this broken crap some more
2008-12-10 Aaron Schulz(bug 16589) CoreParserFunctions error causes 500
2008-12-10 Brion VibberRevert r44271 "(bug 12998) Weaken DISPLAYTITLE resticti...
2008-12-06 Aaron Schulz(bug 12998) Weaken DISPLAYTITLE restictions (patch...
2008-11-02 Raimond SpekkingFix for r43077:
2008-11-02 Ilmari KaronenEmit a warning message if a single page has multiple...
2008-10-28 Nicolas DumazetAdding function hook for numberofviews
2008-10-19 Nicolas Dumazet(bug 13701) {{NUMBEROFVIEWS}} magic word to show number...
2008-10-09 Ilmari KaronenMake the {{ns:}} core parser function accept localized...
2008-10-06 Tim Starling(bug 14229) Trim attribute name in #tag
2008-08-28 Alexandre EmsenhuberReplace arguments before replacing variables in {{int...
2008-08-28 Roan Kattouw(bug 13471) Added NUMBERINGROUP magic word. Patch by...
2008-08-17 Daniel Kinzleradd new option $wgRestrictDisplayTitle
2008-08-15 Tim StarlingDon't use $wgParser when {{int:}} is called, use $parse...
2008-07-30 Brion VibberRevert r38221, 38238 -- "Add new parser function {...
2008-07-30 Chad HorohoeI love case-sensitivity. Don't you?
2008-07-30 Chad HorohoeAdd new parser function {{apiurl}}. Also, add new globa...
2008-07-28 Chad HorohoeDeprecate SiteStats::admins() in favor of SiteStats...
2008-07-12 Brion VibberRevert r37567 for nwo ("(bug 8604) padright: and simila...
2008-07-11 Niklas Laxström* (bug 8604) padright: and similar functions fail with...
2008-06-16 Tim Starling* Reorganised the includes directory, creating subdirec...