(bug 15543) fix for r38139: don't include $wgUser->mTouched and smaxage=0 in query...
[lhc/web/wiklou.git] / includes / MagicWord.php
2008-08-28 Roan Kattouw(bug 13471) Added NUMBERINGROUP magic word. Patch by...
2008-07-27 Tim StarlingMagic word __STATICREDIRECT__ to suppress the redirect...
2008-07-23 Aryeh Gregor(bug 8068) New __INDEX__ and __NOINDEX__ magic words...
2008-07-23 Aryeh GregorRevert last commit for a moment, committed lots of...
2008-07-23 Aryeh GregorFollow-up to r37968: forgot to commit the change setRob...
2008-05-20 Alexandre EmsenhuberWARNING: HUGE COMMIT
2008-04-14 Siebrand Mazeland* remove end of line whitespace
2008-04-07 Brion Vibber* (6943) Added PAGESINCATEGORY: magic word
2008-03-12 Alexandre EmsenhuberLink to docs/magicword.txt
2008-02-20 Tim Starling* Added __HIDDENCAT__ feature, to hide categories from...
2008-02-04 Brion VibberReverting r30413 for now.
2008-02-02 Misza13Adding {{ROOTPAGENAME}} (and {{ROOTPAGENAMEE}}) variabl...
2008-01-20 Victor VasilievAdd profiling to MagicWord.php
2008-01-09 Domas Mituzasset OutputPage::mContainsOldMagic only for specific...
2007-08-21 Nick JenkinsStatic code analysis housekeeping time... things that...
2007-08-15 Tim StarlingBasic integrated audio/video support, with Ogg implemen...
2007-07-10 Rob Church(bug 6965) Cannot include "Template:R" with {{R}} ...
2007-06-29 Aryeh GregorRemove ?>'s from files. They're pointless, and just...
2007-04-27 Brion VibberReverting r21560 as discussed; there are severe problem...
2007-04-25 Daniel Kinzlerintroducing magic word {{USERLANG}}; This should fix...
2007-04-17 Ivan LaninIntroduce magic word {{NUMBEROFEDITS}}
2007-01-20 Antoine MussoUse Doxygen @addtogroup instead of phpdoc @package...
2007-01-20 Antoine MussoRename constructors to __constructor
2006-12-29 Rob Church(bug 5908) Allow overriding the default category sort...
2006-11-29 Nick JenkinsCompleting code housekeeping stuff for rest of includes...
2006-11-21 Tim Starling* Introduced StringUtils.php, populated it with some...
2006-10-08 Niklas Laxström* (bug 7459) Magic word variables are always case sensitive
2006-10-02 Brion VibberCommitted a bunch of live hacks from Wikimedia servers
2006-09-26 Jimmy Collins* (bug 6092) Introduce magic words {{REVISIONDAY}}...
2006-08-23 Rotem Liss(bug 366) Time-Variables like CURRENTTIME and CURRENTDA...
2006-08-14 Tim StarlingAdded {{CURRENTHOUR}}
2006-07-14 Tim StarlingMagicWord initialisation deferred.
2006-07-14 Tim StarlingGot rid of the MagicWord indexing constants (MAG_xxx...
2006-07-11 Antoine MussoFix #6526: Undefined offset notice in MagicWord.php...
2006-07-10 Antoine MussoA lot more of static issues when using E_STRICT from...
2006-07-05 Antoine Mussocomments end at column 80
2006-07-03 Tim StarlingRevert addToArray() change, add isCaseSensitive()
2006-07-03 Tim StarlingMade MagicWord::addToArray() support case-insensitive...
2006-07-02 Tim StarlinggetSynonyms()
2006-06-29 Niklas Laxström* Added formatnum magic word
2006-06-16 Rob ChurchIntroduce {{NUMBEROFADMINS}} magic word
2006-06-13 Magnus ManskeBug 6031 (feature request for __NOGALLERY__ on category...
2006-06-12 Rob Church(bug 5932) Introduce {{PAGESINNAMESPACE}} magic word
2006-06-10 Antoine Mussohaving some fun with doxygen error log
2006-06-08 Rob Church(bug 5945) Introduce {{CONTENTLANGUAGE}} magic word
2006-06-07 Tim StarlingRemoved most exit() calls from the MediaWiki core,...
2006-05-31 Rob Church(bug 3926) Introduce {{#language:}} magic word
2006-05-28 Rob Church(bug 6099) Introduce {{DIRECTIONMARK}} magic word ...
2006-05-24 Rob ChurchAdd {{CURRENTTIMESTAMP}} magic word
2006-05-23 Brion Vibber* Reordered wiki table handling and __TOC__ extraction...
2006-05-17 Rob Church(bug 839) Add URLENCODE magic word
2006-05-14 Rob Church(bug 5845) Introduce BASEPAGENAME and BASEPAGENAMEE...
2006-05-13 Rob Church* Introduce NUMBEROFPAGES magic word
2006-05-11 Antoine MussoRevert to r14165 . Did too many changes, didnt even...
2006-05-11 Antoine Mussoa round of static statements
2006-05-11 Antoine MussoReplacing var keyword with private / public as we...
2006-05-01 Rob Church(bug 4876) Add __NEWSECTIONLINK__ magic word to force...
2006-04-30 Rob ChurchAdd "raw suffix" magic word for some magic words, e...
2006-04-29 Rob Church(bug 5741) Introduce {{NUMBEROFUSERS}} magic word
2006-04-12 Rob ChurchAdd TALKSPACE, SUBJECTSPACE, TALKPAGENAME, SUBJECTPAGEN...
2006-04-11 Magnus ManskeNew DISPLAYTITLE magic template; decativated by default...
2006-04-02 Rob Church(bug 5167) Add SUBPAGENAMEE
2006-03-04 Rob Church(bug 5167) Add {{SUBPAGENAME}} variable
2006-02-01 Tim StarlingVarious improvements to interwiki transclusion. Introdu...
2006-01-08 Ævar Arnfjörð Bjar... * Add a getRegexCase() accessor for getting i or nothin...
2006-01-08 Ævar Arnfjörð Bjar... * Fixed bug, $this->mBaseRegex would contain an invalid...
2006-01-07 Magnus ManskeFix for bug 2522
2006-01-07 Ævar Arnfjörð Bjar... * s~\t+$~~
2006-01-07 Ævar Arnfjörð Bjar... * s~ +$~~
2006-01-07 Ævar Arnfjörð Bjar... * Documentation: @private => @access private
2006-01-04 Brion Vibber* (bug 4453) fix for __TOC__ dollar-number breakage
2005-12-04 Antoine Mussosome useless calls / unitialized $matches arrays
2005-11-25 Ævar Arnfjörð Bjar... * Avoid fatal errors during installation by not calling...
2005-11-25 Ævar Arnfjörð Bjar... * (bug 3420) Allow extensions to specify new parser...
2005-11-21 Ævar Arnfjörð Bjar... * (bug 3831) {{NAMESPACEE}} variable
2005-10-22 Ævar Arnfjörð Bjar... * {{lc:}} magic word
2005-10-22 Ævar Arnfjörð Bjar... * {{lcfirst:}} magic word
2005-09-23 Tim Starlingadded {{fullurl:}} and {{fullurle:}} functions
2005-09-06 Ævar Arnfjörð Bjar... * Pluralform => Plural
2005-09-05 Alexander SigachovNew magic word: PLURALFORM (like GRAMMAR)
2005-08-20 Rowan CollinsFix manual thumbnail syntax to use a proper "MagicWord...
2005-06-26 Ævar Arnfjörð Bjar... * A new magic word, {{NUMBEROFFILES}}, returns the...
2005-06-24 Ævar Arnfjörð Bjar... * Added a new magic word, {{SERVERNAME}}, that returns...
2005-06-20 Ævar Arnfjörð Bjar... * MAG_PATH renamed to MAG_SCRIPTPATH
2005-06-19 Ævar Arnfjörð Bjar... * A new magic word, {{PATH}}, returns $wgScriptPath
2005-05-23 Ævar Arnfjörð Bjar... * Restored the {{msg:}} magic word, except now it's...
2005-05-15 Brion VibberRevert __LCFIRST__ patch. Title objects should be treat...
2005-05-15 Ævar Arnfjörð Bjar... * (bug 2118) Added a __LCFIRST__ magic word for forcing...
2005-05-13 Ævar Arnfjörð Bjar... * Deprecated the {{msg:}} syntax for inclusion from...
2005-05-04 Brion Vibber* (bug 688) MagicWord.php uses incorrect regex and...
2005-04-28 Ævar Arnfjörð Bjar... * Documented
2005-03-26 Antoine MussoImplement #1739 : new magickeyword REVISIONID. Give...
2005-03-24 Ævar Arnfjörð Bjar... * (bug 1662) Implemented a new magic word, {{CURRENTMON...
2005-01-22 Zheng ZhuMerged in my changes from REL1_4
2005-01-11 Antoine MussoImplement #1206
2004-12-29 Zheng ZhuAdded magic word MAG_NOTITLECONVERT to indicate that...
2004-10-11 Jens FrankFix bounding box feature of thumbnails (e.g. |200x200px|)
2004-09-24 Zheng ZhuFirst batch of files modified to switch wgLang to wgCon...
2004-09-06 Jens FrankParentheses needed for this regex for correct treatment...
2004-09-03 Antoine MussoSplit files and classes in different packages for phpdo...
next