mediawiki-extensions-Echo/tests/includes
bsitu 1270da19e8 [2] Add title local cache holder objects
Core titleCache doesn't do what I expect it to do, issuing
Title::newFromId( 1 ) mulitple times would issue multiple
idential queries to the database. It doesn't return what's
already in the cache.

The goal of this patch is to batch load titles via newFromIDs,
and save the number of mysql queries

Change-Id: I8fe767ac2669e67bdf7d17eecccfc0dcb6b5fc7d
2014-08-18 13:52:40 -07:00
..
cache [2] Add title local cache holder objects 2014-08-18 13:52:40 -07:00
gateway Introduce AttributeManager class 2014-07-31 11:41:00 -07:00
mapper Merge "Auto mark notification as read if it doesn't have target page" 2014-08-15 18:35:27 +00:00
AttributeManagerTest.php Add support for splitting notifications into alert & message 2014-08-05 14:50:54 -07:00
EchoDbFactoryTest.php