mediawiki-extensions-Echo/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
exception Hygiene: Update method documentation & split exception to a file 2014-08-04 17:43:57 -07:00
gateway Add support to mark all as read for "sections" 2014-08-13 17:16:19 -07:00
mapper Merge "Auto mark notification as read if it doesn't have target page" 2014-08-15 18:35:27 +00:00
AttributeManager.php Add support for splitting notifications into alert & message 2014-08-05 14:50:54 -07:00
BatchRowUpdate.php Remove unused code and fix missing/broken documentation 2014-06-04 04:54:00 +00:00
ContainmentSet.php Remove unused code and fix missing/broken documentation 2014-06-04 04:54:00 +00:00
DataOutputFormatter.php Auto mark notification as read if it doesn't have target page 2014-08-15 00:11:57 +00:00
DbEmailBatch.php Remove unused code and fix missing/broken documentation 2014-06-04 04:54:00 +00:00
DbEmailBundler.php Add email bundling function to Echo notification 2013-04-11 11:25:14 -07:00
DiffParser.php Remove unused code and fix missing/broken documentation 2014-06-04 04:54:00 +00:00
DiscussionParser.php Remove unused code and fix missing/broken documentation 2014-06-04 04:54:00 +00:00
EchoDbFactory.php Replace EchoBackend with mappers and gateway 2014-07-31 10:29:52 -07:00
EmailBatch.php Fix Echo breaking 2014-08-08 21:35:58 +01:00
EmailBundler.php Fix Echo breaking 2014-08-08 21:35:58 +01:00
EmailFormatter.php Remove unused code and fix missing/broken documentation 2014-06-04 04:54:00 +00:00
EventLogging.php Fatal error: Cannot use object of type EchoEvent as array at EventLogging.php 2013-11-04 20:36:34 +00:00
NotifUser.php Mark notification as read upon visiting a page 2014-08-14 14:10:55 -07:00
schemaUpdate.php Remove unused code and fix missing/broken documentation 2014-06-04 04:54:00 +00:00
UserLocator.php Convert existing notifications to use user-locators 2014-08-04 11:16:34 -07:00