aboutsummaryrefslogtreecommitdiffstats
path: root/includes/WatchedItemStore.php
Commit message (Expand)AuthorAgeFilesLines
* WatchedItemStore::setNotificationTimestampsForUser(): Allow clearing timestampBrad Jorsch2016-12-161-2/+6
* WatchedItemStore: Update process cache when adding itemsTimo Tijhof2016-11-021-2/+14
* use Wikimedia\ScopedCallback in WatchedItemStoreaddshore2016-10-061-0/+1
* Use getConnectionRef in WatchedItemStoreaddshore2016-09-281-47/+18
* Replace DatabaseBase:: with Database:: and update type hintsAaron Schulz2016-09-271-1/+1
* Renamed some variables from "slave" to "replica"Aaron Schulz2016-09-051-3/+3
* Rename DB_SLAVE constant to DB_REPLICAAaron Schulz2016-09-051-10/+10
* Add convenience commitAndWaitForReplication() methodAaron Schulz2016-08-161-2/+4
* Merge "Database transaction flushing cleanups"jenkins-bot2016-08-161-2/+3
|\
| * Database transaction flushing cleanupsAaron Schulz2016-08-161-2/+3
* | Make various MWCallableUpdate usages rollback-safeAaron Schulz2016-08-151-1/+3
|/
* Move updateNotificationTimestamp callback to DeferredUpdatesAaron Schulz2016-07-191-12/+13
* WatchedItemStore: Use callable type hint instead of Assert libraryKunal Mehta2016-05-271-7/+2
* Batch updateNotificationTimestamp() UPDATE queries (without wl_id)umherirrender2016-05-231-9/+18
* add setNotificationTimestampsForUser to WatchedItemStoreaddshore2016-05-181-1/+48
* Remove WatchedItemStore::getDefaultInstanceaddshore2016-05-061-8/+0
* Make WatchedItemStore use MediaWikiServicesaddshore2016-05-061-39/+3
* Merge "Remove un-needed cast for array key in WatchedItemStore"jenkins-bot2016-04-261-1/+1
|\
| * Remove un-needed cast for array key in WatchedItemStoreaddshore2016-03-241-1/+1
* | Namespace LinkTarget under MediaWiki\LinkerKunal Mehta2016-04-211-0/+1
* | Specially handle Title objects in Title::newFromLinkTarget()Kunal Mehta2016-04-191-6/+2
* | Revert "Make WatchedItemStore use MediaWikiServices"Catrope2016-04-111-3/+39
* | Make WatchedItemStore use MediaWikiServicesaddshore2016-04-111-39/+3
* | Introduce StatsdAwareInterfaceaddshore2016-04-021-1/+1
* | Introduce NullStatsdDataFactoryaddshore2016-04-021-6/+8
* | Track the use of the WatchedItemStore Cacheaddshore2016-04-011-2/+18
* | Switch Signature of WatchedItemStore::addWatchBatchaddshore2016-03-241-17/+13
* | Use WIS::getWatchedItemsForUser in SpecialEditWatchlistaddshore2016-03-241-1/+20
|/
* Merge "Add WatchedItemStore::getWatchedItemsForUser"jenkins-bot2016-03-231-0/+32
|\
| * Add WatchedItemStore::getWatchedItemsForUseraddshore2016-03-231-0/+32
* | Use WatchedItemStore in ApiQueryInfo::getWatchedInfoLeszek Manicki2016-03-211-0/+55
* | Add WatchedItemStore::countVisitingWatchersMultipleLeszek Manicki2016-03-171-0/+94
|/
* Add WatchedItemStore::countWatchedItemsaddshore2016-03-151-0/+23
* WatchedItemStore add db connection helper methodsaddshore2016-03-151-18/+37
* Reset WatchedItemStore default instance after testsaddshore2016-03-151-2/+24
* Add countUnreadNotifications to WatchedItemStoreaddshore2016-03-141-0/+38
* Move countVisitingWatchers to WatchedItemStoreaddshore2016-03-141-0/+29
* Move counting of watchers to WatchedItemStoreaddshore2016-03-141-1/+70
* Improve cache assertions in WatchedItemStoreUnitTestaddshore2016-03-141-0/+4
* Uncache things in WatchedItemStore::updateNotificationTimestampaddshore2016-03-141-6/+26
* Move EmailNotification::updateWatchlistTimestamp to WatchedItemStoreaddshore2016-03-081-0/+48
* Move WatchedItem logic to WatchedItemStoreaddshore2016-03-081-6/+406
* Move WatchedItem::duplicateEntries to WatchedItemStoreaddshore2016-02-171-0/+86