* Introduced a new system for localisation caching. The system is based around fast...
[lhc/web/wiklou.git] / includes / MessageCache.php
2009-06-28 Tim Starling* Introduced a new system for localisation caching...
2009-06-04 Tim StarlingGeneral fix for trailing whitespace in messages, so...
2009-05-16 Alexandre Emsenhuber* fix MessageCache::get()'s $isFullKey param: full...
2009-05-14 Tom MaaswinkelAdded a new hook to handle messages that aren't found...
2009-05-07 Chad HorohoeAdd $this as a parameter to LoadAllMessages.
2009-04-08 Emil PodlaszewskiAdded new hook 'MessageCacheReplace' into MessageCache...
2009-02-17 Aaron SchulzTweak for bug 11852. Made handling of message cache...
2009-02-17 Tim StarlingAdded some profiling sections for expensive functions
2008-11-13 Brion VibberRun parsemag stuff through the proper language when...
2008-10-10 Tim StarlingFixed regression from r35821: the status key is meant...
2008-10-07 Alexandre Emsenhuber* Display default extensions messages for language...
2008-08-26 Tim Starling* Revert back to my parser pseudo-branch again. Note...
2008-08-16 Fran RogersFix for problems with r39414; LinkHolderArray::replaceI...
2008-08-16 Siebrand MazelandRevert r39414. Breaks processing links like [[:wikipedi...
2008-08-15 Tim Starling* In the parser: do link existence tests in batches...
2008-08-08 Chad HorohoeShould be the last of the 0777's :)
2008-07-26 Alexandre Emsenhuber* factorize common code
2008-07-05 Shinjiman* Re-implement the message caches for r35821
2008-07-02 Brion VibberRevert the rest of r36804 -- ExtendJSGlobalVars and...
2008-06-30 Jack PhoenixTwo new hooks and one new global function from Wikia...
2008-06-30 ShinjimanRevert r35821, the change brokes the message cache...
2008-06-03 Niklas Laxström* Second try of split message caches with changes sugge...
2008-06-01 Tim StarlingRevert r35478, r35264, r35262: $wgPerLanguageCaching...
2008-05-28 Alexandre EmsenhuberE_NOTICE: undefined variable $code in MessageCache...
2008-05-23 Niklas Laxström* New option $wgPerLanguageCaching, for wikies with...
2008-05-20 Alexandre EmsenhuberWARNING: HUGE COMMIT
2008-05-05 Robert Leverington* $name instead of $file.
2008-05-05 Robert Leverington* Use wfLoadExtensionMessages() in MessageCache::loadAl...
2008-05-05 Robert Leverington* wfLoadExtensionMessages() now accepts a language...
2008-04-27 Robert LeveringtonRevert r33918, no longer works given new fallback cachi...
2008-04-26 Robert Leverington* Add parameter to MessageCache::get() to allow prevent...
2008-04-24 Alexandre Emsenhuber* Simplify a bit MessageCache::get(), don't load all...
2008-04-24 Robert Leverington* MessageCache::get $forContent parameter replaced...
2008-04-20 Siebrand MazelandRemove getKeys(). Unused in core and extensions in...
2008-04-14 Siebrand Mazeland* remove end of line whitespace
2008-04-02 Alexandre Emsenhuber* (bug 13431) Show true message source in Special:Allme...
2008-03-16 Alexandre Emsenhuberper r32027, use wfDeprecated() instead of trigger_error()
2008-02-13 Tim Starling* Fix bug 13002
2008-02-10 Tim StarlingFixed total breakage of the local message cache since...
2008-02-09 Tim StarlingReset the message cache on action=purge of a MediaWiki...
2008-02-02 Niklas Laxström* (bug 12880) wfLoadExtensionMessages does not use...
2008-02-02 Niklas Laxström* Refactor a little to reduce code duplication
2008-01-29 Brion VibberApply a live hack from Wikimedia codebase: throw except...
2008-01-19 Tim Starling* Eliminated message mode (OT_MSG), using OT_PREPROCESS...
2007-10-22 Niklas Laxström* (bug 11452) wfMsgExt uses sometimes wrong language...
2007-09-10 Rotem LissIf no messages are specified in the extension file...
2007-09-04 Tim StarlingAllow extensions to define magic words by simply includ...
2007-08-15 Tim StarlingBasic integrated audio/video support, with Ogg implemen...
2007-07-11 Rotem LissThis function is now not completely new, thus new exten...
2007-06-29 Aryeh GregorRemove ?>'s from files. They're pointless, and just...
2007-04-27 Tim Starling2nd attempt
2007-04-27 Tim StarlingFix MessageCache issue which caused the MediaWiki names...
2007-01-22 Nick JenkinsThe war on redundant ampersand usage!
2007-01-20 Antoine MussoUse Doxygen @addtogroup instead of phpdoc @package...
2007-01-12 Nick JenkinsFor the "includes/" directory:
2007-01-09 Brion VibberFix regression in pulling *non*-default messages with...
2007-01-09 Brion VibberFix regression in use of messages with underscores...
2007-01-07 Tim Starlingfix breakage of wfEmptyMsg
2007-01-07 Tim StarlingCorrect behaviour for title-case key input.
2007-01-06 Rotem LissAdding MessageCache::addMessagesByLang for localised...
2007-01-05 Tim Starling* The MediaWiki namespace is no longer pre-filled with...
2006-11-25 Tim StarlingFixed inefficient use of array_keys() introduced by...
2006-11-23 Nick JenkinsCode housekeeping stuff (and barring any stuff-ups...
2006-11-16 Tim StarlingRemoved broken redundant fallback to the Language messa...
2006-10-08 Tim StarlingSome message caches are over 1MB
2006-10-04 Tim StarlingAbolished $wgDBname as a unique wiki identifier, it...
2006-09-03 Rotem LissCreating the function MessageCache::getExtensionMessage...
2006-08-24 Tim StarlingIntroduced hook function for requesting that extension...
2006-08-10 Tim StarlingIt broke things
2006-08-07 Rotem Liss* Correctly get messages which use the form "mainpage...
2006-08-05 Tim StarlingImproved negative caching
2006-07-26 Tim Starling$wgLanguageCode no longer indicates the user language...
2006-07-26 Tim StarlingMerged localisation-work branch:
2006-07-04 Tim StarlingCall firstCallInit() before cloning $wgParser.
2006-07-03 Tim StarlingBetter to clone $wgParser rather than use it, otherwise...
2006-07-03 Tim StarlingUse $wgParser instead of constructing a new parser...
2006-07-02 Tim StarlingVarious performance and initialisation issues:
2006-06-30 Rotem LissExtension messages translation is now possible.
2006-06-25 Tim StarlingDefer initialisation of the special page list, allow...
2006-06-07 Tim StarlingRemoved most exit() calls from the MediaWiki core,...
2006-06-06 Domas MituzasAutoLoad Revision
2006-06-01 Brion VibberRevert to r14512; domas introduced massive breakage...
2006-06-01 Domas MituzasUse AutoLoader to load classes:
2006-05-31 Brion Vibber* (bug 6126) Allow fallback to customized primary langu...
2006-05-29 Domas MituzasMessageCachePHP: throw out stupid RE, use simple str_re...
2006-05-28 Domas MituzasAllow storing local message cache as PHP source instead...
2006-05-11 Antoine MussoRevert to r14165 . Did too many changes, didnt even...
2006-05-11 Antoine MussoReplacing var keyword with private / public as we...
2006-04-04 Brion VibberRemove yet more stray executable bits. The last, I...
2006-02-11 Tim Starlingpreload hook
2006-01-14 Domas MituzasSIDEBAR CACHE WILL SURVIVE!!!!!!11111oneoneone
2006-01-14 Brion VibberQuick fix: revert cached sidebar
2006-01-13 Domas Mituzasthe revert at will style commit: cached sidebar :-)
2006-01-07 Ævar Arnfjörð Bjar... * s~\t+$~~
2006-01-07 Ævar Arnfjörð Bjar... * s~ +$~~
2006-01-04 Tim StarlingYes, really world writeable
2005-12-30 Tim Starlingsuppress warnings from local message cache fopen()
2005-12-04 Antoine MussoClean up unused globals!
2005-11-28 Ævar Arnfjörð Bjar... * Accessor/Mutator for $mDisableTransform, should all...
2005-11-08 Tim StarlingAdded local message cache feature ($wgLocalMessageCache...
next