aboutsummaryrefslogtreecommitdiffstats
path: root/includes/MessageBlobStore.php
Commit message (Expand)AuthorAgeFilesLines
* Replace deprecated wfMsg* calls with Message class calls.Siebrand Mazeland2012-08-221-2/+2
* Added missing GPLv2 headers in some places.Alexandre Emsenhuber2012-05-121-0/+3
* Revert "Commit of various live hacks"Catrope2012-04-301-3/+0
* Commit of various live hacksReedy2012-04-301-0/+3
* Revert r110045: well-meaning but broken attempt to apply preemptive XSS prote...Brion Vibber2012-02-271-6/+1
* sanitize outgoing messagesNeil Kandalgaonkar2012-01-261-1/+6
* Refactor MessageBlobStore::updateModule() to remove the multi-language update...Roan Kattouw2011-05-271-33/+21
* Fix issue on the live site causing RL requests for ext.uploadWizard to consis...Roan Kattouw2011-05-271-1/+1
* (bug 26535) Variable naming collision in MessageBlobStore::updateMessage() ca...Roan Kattouw2011-01-061-2/+2
* * Introduced Xml::encodeJsCall(), to replace the awkward repetitive code that...Tim Starling2010-11-041-2/+2
* Fixed some doxygen warnings and consistency in documentationAlexandre Emsenhuber2010-10-231-17/+30
* (bug 25474) Fix wrong parameters in updateModule() call. r74525 tried to fix ...Roan Kattouw2010-10-111-1/+1
* * Improved on r73971 by removing the $name parameter from MessageBlobStore::g...Trevor Parscal2010-10-081-4/+4
* (bug 25201) Respect $wgCacheEpoch in the resource loaderRoan Kattouw2010-10-071-1/+5
* Remove obsolete TODO commentRoan Kattouw2010-10-071-1/+0
* Fixed a use of ResourceLoader::getModule as a static method when converting t...Trevor Parscal2010-09-291-4/+4
* Made ResourceLoader an instantiable object, rather than a static one, making ...Trevor Parscal2010-09-291-22/+20
* Revert r72816 and do it properly: the SELECT should be executed on the masterRoan Kattouw2010-09-271-2/+1
* Minor resource loader changes:Tim Starling2010-09-171-1/+5
* Canonical case for function and whitespace fixesNiklas Laxström2010-09-111-15/+18
* $dbr was undefinedNiklas Laxström2010-09-111-0/+1
* Stylize files added in r72349Siebrand Mazeland2010-09-041-21/+41
* Merging resourceloader branch into trunk. Full documentation is at http://www...Roan Kattouw2010-09-041-0/+329