* Fixed unclosed <p> tag
[lhc/web/wiklou.git] / includes / MessageCache.php
2005-07-07 River Tarnelltry a different way of handling the message cache
2005-06-26 Ævar Arnfjörð Bjar... * Documented
2005-05-28 Tim Starlingless debug log spam
2005-05-14 Tim Starlingfixed potential XSS vulnerability
2005-05-04 Domas Mituzasrevert my cruft regarding incremental message cache...
2005-04-12 Ævar Arnfjörð Bjar... Adding cache related stuff to a new 'Cache' subpackage
2005-03-28 Brion VibberDecouple revision.rev_id from text.old_id
2005-03-19 Brion VibberUse Revision for individual message loads; not using...
2005-03-13 Brion VibberFor custom messages, fall back to the default language...
2005-03-08 Brion Vibber* Reduce message cache outage recovery delay from 1...
2005-01-27 Antoine Mussofix phpdoc comment
2004-12-29 Zheng ZhuAllower zh: users to customize the Traditional/Simplifi...
2004-12-22 Brion VibberMerge capitallinks message fixes from REL1_4
2004-12-19 Brion VibberStart splitting back-end functions from the Article...
2004-12-19 Brion VibberMerge SCHEMA_WORK into HEAD. Lots of changes, some...
2004-12-18 Brion Vibber* Fix message page caching behavior when $wgCapitalLink...
2004-12-09 Brion Vibber* Defer message cache initialization, shaving a few...
2004-12-08 Brion Vibber(bug 1039) mCache may not be an array if cache failures...
2004-11-21 Brion VibberCode style
2004-10-24 Tim StarlingCorrecting bugs due to double-prefixing table names...
2004-10-11 Domas Mituzasfix from live site, set->add for "loading".
2004-10-11 Zheng ZhuFor content language, removed language code suffix...
2004-10-05 Domas Mituzas* cache standalone messages fetched from DB on memcached
2004-10-04 Domas Mituzasinitial support for partial message cache, the way...
2004-09-25 Zheng Zhufirst attempt to support multiple language variants...
2004-09-25 Zheng Zhuremoved caching of UI messages; it does not make sense...
2004-09-24 Zheng ZhuSorry I forgot to commit the fix...
2004-09-24 Magnus Manskehotfix for undefined variable
2004-09-24 Zheng Zhupassing the language object in as parameter when initia...
2004-09-22 Zheng ZhuAdding a wgContLang object to handle message translatio...
2004-09-20 Arne Heizmannno real change. (rm trailing whitespace, convert leadin...
2004-09-20 Tim Starlingsuppress warnings before calling $wgLang->getMessage...
2004-09-09 Brion VibberRe-enable message transformations when we're done build...
2004-09-03 Antoine MussoSplit files and classes in different packages for phpdo...
2004-09-02 Antoine MussoChanging comments layout preparing for generated docume...
2004-08-30 Brion VibberWhen using wfMsgNoDB(), *don't use the cached messsages!*
2004-08-22 Antoine Mussomassive double to single quotes conversion. I have...
2004-08-20 Tim StarlingFixed profiling
2004-08-19 Brion VibberAdd some more profiling points
2004-08-11 Brion VibberAdd MessageCache::clear and use it on initialise/rebuil...
2004-07-18 Tim Starling* Support for table name prefixes throughout the code...
2004-07-10 Tim StarlingOOP calling convention for database functions. DBMS...
2004-07-10 Tim Starlingtrying to work around memcached problems on the live...
2004-06-04 Tim Starlingdon't cache redirects created by the conversion script
2004-05-15 Tim StarlingIntroducing special page modular extensions, making...
2004-05-09 Brion VibberAdd an objectcache table for limited caching when memca...
2004-05-03 Gabriel Wickeadded way to swich off message expansion
2004-04-07 Tim Starlingfixed notices
2004-04-05 Tim StarlingAdded transformation to wfMsg output, allowing tags...
2004-03-20 Tim Starling* Changed inclusion syntax to allow e.g. {{stub}}
2004-03-08 Brion VibberImported the register_globals hack from REL1_2. Also...
2004-03-01 Brion VibberClear message cache on rebuild
2004-02-18 Brion VibberFix for compatibility with short_open_tag = Off
2004-01-25 Tim Starlingbug fix
2004-01-25 Tim StarlingUsing UTF-8 compatible ucfirst/lcfirst -- bug fix
2004-01-25 Tim StarlingUsing UTF-8 compatible ucfirst/lcfirst
2004-01-07 Tim StarlingFixed initialisation order to make it slightly more...
2003-12-14 Tim StarlingMediaWiki namespace handling, mostly consolidated from...