Add the other existing $skin.css/.js to the message files too to be consistent
[lhc/web/wiklou.git] / includes / CoreParserFunctions.php
2008-06-11 Brion VibberRevert r36093 (bug 14404).
2008-06-09 Alexandre EmsenhuberSome tweaks to the {{int:...}} parser function:
2008-05-20 Alexandre EmsenhuberWARNING: HUGE COMMIT
2008-04-18 Aryeh Gregor(bug 12698) Create PAGESIZE parser function, to return...
2008-04-18 Aryeh GregorRe-eliminate the fatal error I reintroduced in my last...
2008-04-18 Aryeh Gregor* Add Parser::incrementExpensiveFunctionCount() and...
2008-04-18 Aryeh GregorComments, code simplification
2008-04-18 Aryeh GregorFix fatal error on calling PAGESINCATEGORY with invalid...
2008-04-14 Siebrand Mazeland* remove end of line whitespace
2008-04-07 Brion Vibber* (6943) Added PAGESINCATEGORY: magic word
2008-03-21 Brion Vibber* (bug 12294) Namespace class renamed to MWNamespace...
2008-03-18 Brion VibberFix raw vs non-raw number formatting for {{PAGESINNS:}}
2008-03-15 Niklas Laxström* Magic word formatnum can now take raw suffix to undo...
2008-02-20 Tim Starling* Added __HIDDENCAT__ feature, to hide categories from...
2008-01-26 Tim StarlingFixed #tag support for PPNode
2008-01-24 Tim Starling* Make lc and uc parser functions skip strip markers
2008-01-19 Tim Starling* Eliminated message mode (OT_MSG), using OT_PREPROCESS...
2008-01-16 Tim Starling#tag changes as per #wikimedia-tech committee
2008-01-09 Tim StarlingAdded {{#tag:}}: generic adaptor from parser function...
2007-11-23 Aryeh Gregor* Also localize Special:Contributions in 'signature...
2007-11-18 Niklas Laxström* Reworked convertPlural so that it accepts variable...
2007-09-14 Brion Vibber* Add {{filepath:}} parser function to get full path...
2007-07-11 Aryeh GregorPHP typing strikes again! Padding parser functions...
2007-07-10 Aryeh Gregor(bug 10413) DISPLAYTITLE doesn't escape HTML entities...
2007-06-29 Aryeh GregorRemove ?>'s from files. They're pointless, and just...
2007-06-25 Rob ChurchDISPLAYTITLE: Fix comparison, damn fragments...check...
2007-06-25 Rob ChurchFix up DISPLAYTITLE and enable per default:
2007-04-20 Nick JenkinsYet more doc tweaks:
2007-04-17 Ivan LaninIntroduce magic word {{NUMBEROFEDITS}}
2007-03-29 Rob Church(bug 8914) Don't transform colons in {{anchorencode:}}
2007-01-13 Antoine Mussokill whitespaces
2006-12-29 Rob Church(bug 5908) Allow overriding the default category sort...
2006-12-23 Niklas Laxström* {{PLURAL:}} now handles formatted numbers correctly
2006-12-22 Rob Church(bug 8247) Minor tweaks to includes/CoreParserFunctions...
2006-11-29 Nick JenkinsPrevent the following strict-standards warnings - i...
2006-11-21 Tim Starling* Introduced StringUtils.php, populated it with some...
2006-11-03 Brion VibberRevert r17367 "(bug 7723) Add ic: parser function,...
2006-11-03 Andrew Garrett* (bug 7723) Add ic: parser function, with alias tc...
2006-10-31 Tim StarlingAdded {{#special:}} parser function, to give the local...
2006-09-30 Tim StarlingMade {{INT:}} a core parser function instead of a speci...
2006-09-27 Jimmy Collins(bug 7059) 'anchorencode' colon function needs one...
2006-08-30 Rob Church* (bug 7059) Introduce "anchorencode" colon function
2006-08-29 Rob Church(bug 7158) Regression in padding function behaviour...
2006-08-21 Rob ChurchPADLEFT/PADRIGHT:
2006-08-21 Rob Church(bug 7080) PHP notices on bad input to padleft/padright
2006-08-18 Rob Church* (bug 7044) Introduce "padleft" and "padright" colon...
2006-07-14 Tim StarlingGot rid of the MagicWord indexing constants (MAG_xxx...
2006-07-03 Tim Starlingfixed raw suffix
2006-07-03 Tim StarlingGot rid of about 20 regex calls in braceSubstitution...