aboutsummaryrefslogtreecommitdiffstats
path: root/includes/MessageCache.php
Commit message (Expand)AuthorAgeFilesLines
* * Fix Special:Allmessages under PHP 5Brion Vibber2005-07-311-1/+1
* * Using addMessage() inside addMessages() instead of modifyingÆvar Arnfjörð Bjarmason2005-07-221-1/+1
* try a different way of handling the message cacheRiver Tarnell2005-07-071-11/+13
* * DocumentedÆvar Arnfjörð Bjarmason2005-06-261-1/+12
* less debug log spamTim Starling2005-05-281-1/+5
* fixed potential XSS vulnerabilityTim Starling2005-05-141-2/+2
* revert my cruft regarding incremental message cache building, it targetted wr...Domas Mituzas2005-05-041-10/+0
* Adding cache related stuff to a new 'Cache' subpackageÆvar Arnfjörð Bjarmason2005-04-121-0/+1
* Decouple revision.rev_id from text.old_idBrion Vibber2005-03-281-2/+2
* Use Revision for individual message loads; not using it for bulk load just no...Brion Vibber2005-03-191-9/+17
* For custom messages, fall back to the default language's db messagesBrion Vibber2005-03-131-33/+47
* * Reduce message cache outage recovery delay from 1 day to 5 minutesBrion Vibber2005-03-081-1/+1
* fix phpdoc commentAntoine Musso2005-01-271-0/+1
* Allower zh: users to customize the Traditional/Simplified conversion tables. ...Zheng Zhu2004-12-291-2/+2
* Merge capitallinks message fixes from REL1_4Brion Vibber2004-12-221-4/+2
* Start splitting back-end functions from the Article user-interface class.Brion Vibber2004-12-191-2/+4
* Merge SCHEMA_WORK into HEAD. Lots of changes, some things are probably broken:Brion Vibber2004-12-191-18/+20
* * Fix message page caching behavior when $wgCapitalLinks is turned offBrion Vibber2004-12-181-2/+5
* * Defer message cache initialization, shaving a few ms off file cache hitsBrion Vibber2004-12-091-1/+12
* (bug 1039) mCache may not be an array if cache failures are happening, so che...Brion Vibber2004-12-081-1/+1
* Code styleBrion Vibber2004-11-211-21/+21
* Correcting bugs due to double-prefixing table names. Removing obsolete Databa...Tim Starling2004-10-241-1/+1
* fix from live site, set->add for "loading".Domas Mituzas2004-10-111-1/+1
* For content language, removed language code suffix from the message keys in t...Zheng Zhu2004-10-111-3/+5
* * cache standalone messages fetched from DB on memcachedDomas Mituzas2004-10-051-0/+14
* initial support for partial message cache, the way to have separated messageDomas Mituzas2004-10-041-6/+14
* first attempt to support multiple language variants in the MediaWiki: namespace.Zheng Zhu2004-09-251-5/+14
* removed caching of UI messages; it does not make sense, after all.Zheng Zhu2004-09-251-10/+9
* Sorry I forgot to commit the fix...Zheng Zhu2004-09-241-5/+5
* hotfix for undefined variableMagnus Manske2004-09-241-1/+1
* passing the language object in as parameter when initializing the message cacheZheng Zhu2004-09-241-27/+9
* Adding a wgContLang object to handle message translation for the content of t...Zheng Zhu2004-09-221-9/+28
* no real change. (rm trailing whitespace, convert leading spaces to tabs)Arne Heizmann2004-09-201-31/+31
* suppress warnings before calling $wgLang->getMessage(), because many language...Tim Starling2004-09-201-0/+4
* Re-enable message transformations when we're done building the message list.Brion Vibber2004-09-091-0/+1
* Split files and classes in different packages for phpdocumentor. I probably c...Antoine Musso2004-09-031-0/+3
* Changing comments layout preparing for generated documentation with Phpdocume...Antoine Musso2004-09-021-14/+32
* When using wfMsgNoDB(), *don't use the cached messsages!*Brion Vibber2004-08-301-2/+2
* massive double to single quotes conversion. I have not noticed any bug after ...Antoine Musso2004-08-221-25/+25
* Fixed profilingTim Starling2004-08-201-2/+2
* Add some more profiling pointsBrion Vibber2004-08-191-1/+16
* Add MessageCache::clear and use it on initialise/rebuild of messagesBrion Vibber2004-08-111-0/+7
* * Support for table name prefixes throughout the code. No support yet for con...Tim Starling2004-07-181-12/+14
* OOP calling convention for database functions. DBMS abstraction implemented b...Tim Starling2004-07-101-8/+14
* trying to work around memcached problems on the live siteTim Starling2004-07-101-6/+14
* don't cache redirects created by the conversion scriptTim Starling2004-06-041-1/+1
* Introducing special page modular extensions, making the board vote special pa...Tim Starling2004-05-151-18/+31
* Add an objectcache table for limited caching when memcached isn'tBrion Vibber2004-05-091-15/+11
* added way to swich off message expansionGabriel Wicke2004-05-031-3/+6
* fixed noticesTim Starling2004-04-071-1/+1