aboutsummaryrefslogtreecommitdiffstats
path: root/includes/MessageBlobStore.php
Commit message (Expand)AuthorAgeFilesLines
* Moved MessageBlobStore to /cacheAaron Schulz2015-04-151-390/+0
* Don't trigger MessageBlobStore during testsKunal Mehta2015-03-281-6/+3
* Revert "Made insertMessageBlob use (start|end)Atomic in case DBO_TRX is off"Krinkle2015-03-031-2/+0
* Made insertMessageBlob use (start|end)Atomic in case DBO_TRX is offAaron Schulz2015-03-031-0/+2
* Made insertMessageBlob only catch DBError for sanityAaron Schulz2015-02-261-1/+1
* Remove obvious function-level profilingChad Horohoe2015-01-071-3/+0
* MessageBlobStore: Use Config instead of globalsKunal Mehta2014-08-251-4/+3
* Turn MessageBlobStore into a singleton instead of static functionsKunal Mehta2014-08-251-16/+31
* Make phpcs-strict pass on includes/ (2/~10)Siebrand Mazeland2014-05-111-4/+9
* Fixed some @params documentation (includes/*)umherirrender2014-04-201-22/+22
* Remove TODO for use of TRUNCATE and replace with commentumherirrender2014-01-221-1/+2
* Revert "Commit of various live hacks"Reedy2013-04-291-3/+0
* Commit of various live hacksReedy2013-04-291-0/+3
* Spellchecked /includes directoryYuri Astrakhan2013-03-131-1/+1
* Fixed @param tags to conform with Doxygen format.Tyler Anthony Romeo2013-03-111-15/+15
* Revert "Commit of various live hacks"Reedy2013-03-041-3/+0
* Commit of various live hacksReedy2013-03-041-0/+3
* (bug 31044) Make ResourceLoader behave in read-only modeCatrope2013-01-161-102/+116
* Revert "Commit of various live hacks"Chad Horohoe2012-12-101-3/+0
* Commit of various live hacksReedy2012-12-101-0/+3
* Remove a bunch of trailing spaces and unneeded newlinesumherirrender2012-10-101-1/+1
* Update docs for return and exception infoSiebrand Mazeland2012-10-091-0/+1
* (bug 39771) Regression in Ie349afa5 broke plurals in JavaScriptNiklas Laxström2012-08-291-2/+2
* 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