| Commit message (Expand) | Author | Age | Files | Lines |
* | * Fix Special:Allmessages under PHP 5 | Brion Vibber | 2005-07-31 | 1 | -1/+1 |
* | * Using addMessage() inside addMessages() instead of modifying | Ævar Arnfjörð Bjarmason | 2005-07-22 | 1 | -1/+1 |
* | try a different way of handling the message cache | River Tarnell | 2005-07-07 | 1 | -11/+13 |
* | * Documented | Ævar Arnfjörð Bjarmason | 2005-06-26 | 1 | -1/+12 |
* | less debug log spam | Tim Starling | 2005-05-28 | 1 | -1/+5 |
* | fixed potential XSS vulnerability | Tim Starling | 2005-05-14 | 1 | -2/+2 |
* | revert my cruft regarding incremental message cache building, it targetted wr... | Domas Mituzas | 2005-05-04 | 1 | -10/+0 |
* | Adding cache related stuff to a new 'Cache' subpackage | Ævar Arnfjörð Bjarmason | 2005-04-12 | 1 | -0/+1 |
* | Decouple revision.rev_id from text.old_id | Brion Vibber | 2005-03-28 | 1 | -2/+2 |
* | Use Revision for individual message loads; not using it for bulk load just no... | Brion Vibber | 2005-03-19 | 1 | -9/+17 |
* | For custom messages, fall back to the default language's db messages | Brion Vibber | 2005-03-13 | 1 | -33/+47 |
* | * Reduce message cache outage recovery delay from 1 day to 5 minutes | Brion Vibber | 2005-03-08 | 1 | -1/+1 |
* | fix phpdoc comment | Antoine Musso | 2005-01-27 | 1 | -0/+1 |
* | Allower zh: users to customize the Traditional/Simplified conversion tables. ... | Zheng Zhu | 2004-12-29 | 1 | -2/+2 |
* | Merge capitallinks message fixes from REL1_4 | Brion Vibber | 2004-12-22 | 1 | -4/+2 |
* | Start splitting back-end functions from the Article user-interface class. | Brion Vibber | 2004-12-19 | 1 | -2/+4 |
* | Merge SCHEMA_WORK into HEAD. Lots of changes, some things are probably broken: | Brion Vibber | 2004-12-19 | 1 | -18/+20 |
* | * Fix message page caching behavior when $wgCapitalLinks is turned off | Brion Vibber | 2004-12-18 | 1 | -2/+5 |
* | * Defer message cache initialization, shaving a few ms off file cache hits | Brion Vibber | 2004-12-09 | 1 | -1/+12 |
* | (bug 1039) mCache may not be an array if cache failures are happening, so che... | Brion Vibber | 2004-12-08 | 1 | -1/+1 |
* | Code style | Brion Vibber | 2004-11-21 | 1 | -21/+21 |
* | Correcting bugs due to double-prefixing table names. Removing obsolete Databa... | Tim Starling | 2004-10-24 | 1 | -1/+1 |
* | fix from live site, set->add for "loading". | Domas Mituzas | 2004-10-11 | 1 | -1/+1 |
* | For content language, removed language code suffix from the message keys in t... | Zheng Zhu | 2004-10-11 | 1 | -3/+5 |
* | * cache standalone messages fetched from DB on memcached | Domas Mituzas | 2004-10-05 | 1 | -0/+14 |
* | initial support for partial message cache, the way to have separated message | Domas Mituzas | 2004-10-04 | 1 | -6/+14 |
* | first attempt to support multiple language variants in the MediaWiki: namespace. | Zheng Zhu | 2004-09-25 | 1 | -5/+14 |
* | removed caching of UI messages; it does not make sense, after all. | Zheng Zhu | 2004-09-25 | 1 | -10/+9 |
* | Sorry I forgot to commit the fix... | Zheng Zhu | 2004-09-24 | 1 | -5/+5 |
* | hotfix for undefined variable | Magnus Manske | 2004-09-24 | 1 | -1/+1 |
* | passing the language object in as parameter when initializing the message cache | Zheng Zhu | 2004-09-24 | 1 | -27/+9 |
* | Adding a wgContLang object to handle message translation for the content of t... | Zheng Zhu | 2004-09-22 | 1 | -9/+28 |
* | no real change. (rm trailing whitespace, convert leading spaces to tabs) | Arne Heizmann | 2004-09-20 | 1 | -31/+31 |
* | suppress warnings before calling $wgLang->getMessage(), because many language... | Tim Starling | 2004-09-20 | 1 | -0/+4 |
* | Re-enable message transformations when we're done building the message list. | Brion Vibber | 2004-09-09 | 1 | -0/+1 |
* | Split files and classes in different packages for phpdocumentor. I probably c... | Antoine Musso | 2004-09-03 | 1 | -0/+3 |
* | Changing comments layout preparing for generated documentation with Phpdocume... | Antoine Musso | 2004-09-02 | 1 | -14/+32 |
* | When using wfMsgNoDB(), *don't use the cached messsages!* | Brion Vibber | 2004-08-30 | 1 | -2/+2 |
* | massive double to single quotes conversion. I have not noticed any bug after ... | Antoine Musso | 2004-08-22 | 1 | -25/+25 |
* | Fixed profiling | Tim Starling | 2004-08-20 | 1 | -2/+2 |
* | Add some more profiling points | Brion Vibber | 2004-08-19 | 1 | -1/+16 |
* | Add MessageCache::clear and use it on initialise/rebuild of messages | Brion Vibber | 2004-08-11 | 1 | -0/+7 |
* | * Support for table name prefixes throughout the code. No support yet for con... | Tim Starling | 2004-07-18 | 1 | -12/+14 |
* | OOP calling convention for database functions. DBMS abstraction implemented b... | Tim Starling | 2004-07-10 | 1 | -8/+14 |
* | trying to work around memcached problems on the live site | Tim Starling | 2004-07-10 | 1 | -6/+14 |
* | don't cache redirects created by the conversion script | Tim Starling | 2004-06-04 | 1 | -1/+1 |
* | Introducing special page modular extensions, making the board vote special pa... | Tim Starling | 2004-05-15 | 1 | -18/+31 |
* | Add an objectcache table for limited caching when memcached isn't | Brion Vibber | 2004-05-09 | 1 | -15/+11 |
* | added way to swich off message expansion | Gabriel Wicke | 2004-05-03 | 1 | -3/+6 |
* | fixed notices | Tim Starling | 2004-04-07 | 1 | -1/+1 |