aboutsummaryrefslogtreecommitdiffstats
path: root/includes/watcheditem
Commit message (Expand)AuthorAgeFilesLines
* Filter out expired items from watcher countshmonroy2020-05-191-21/+68
* Fix more PSR12.Properties.ConstantVisibility.NotFoundReedy2020-05-152-3/+3
* Add methods to check if a page is temporarily watchedMusikAnimal2020-05-133-0/+29
* Filter out expired items from Special:Watchlist pagehmonroy2020-04-271-5/+15
* docs: Hook interface doc comment reviewapaskulin2020-04-212-9/+14
* Automatically generated hook interfacesTim Starling2020-04-202-0/+48
* Merge "Add expiry type to ParamValidator"jenkins-bot2020-04-092-27/+2
|\
| * Add expiry type to ParamValidatorMusikAnimal2020-04-082-27/+2
* | Remove expired items in WatchedItemStore::clearUserWatchedItemshmonroy2020-04-081-5/+31
|/
* Add check to api that filters out expired watchlist itemshmonroy2020-04-031-1/+19
* Merge "Purge expired watchlist items"jenkins-bot2020-03-263-0/+121
|\
| * Purge expired watchlist itemsSam Wilson2020-03-263-0/+121
* | ApiWatch: Add support for expiriesMusikAnimal2020-03-242-12/+30
|/
* Add support for watchlist expiries to WatchedItemQueryService::getWatchedItem...Sam Wilson2020-03-131-3/+22
* Fixes for batch watchlist deletion and relative expiriesMusikAnimal2020-03-051-2/+2
* Introduce an expiry to WatchedItemMusikAnimal2020-03-044-56/+291
* When clearing don't load the watchlist if we must clear through a jobaddshore2020-01-293-1/+20
* Fix WatchedItemStoreInterface::clearUserWatchedItems commentsReedy2020-01-241-1/+1
* Coding style: Auto-fix MediaWiki.Classes.UnsortedUseStatements.UnsortedUseJames D. Forrester2020-01-101-1/+1
* Set constant visibility, part 1Max Semenik2019-10-181-29/+29
* Fix new phan errors, part 4Daimona Eaytoy2019-10-121-1/+2
* Fix some phan warnings for too many params (part 1)Daimona Eaytoy2019-10-102-2/+3
* Make WatchedItemQueryService depend on PermissionManagerPetr Pchelko2019-09-161-7/+17
* phan: Disable enable_class_alias_supportUmherirrender2019-09-151-1/+1
* watcheditem: Fix bad $options param in NoWriteWatchedItemStore::countWatchers...Umherirrender2019-09-081-1/+4
* watchlist: cleanup WatchedItemStore PhpStorm warningsAaron Schulz2019-08-051-9/+4
* Merge "Type hint against LinkTarget in WatchedItemStore"jenkins-bot2019-07-251-1/+1
|\
| * Type hint against LinkTarget in WatchedItemStoreUmherirrender2019-06-111-1/+1
* | Avoid usage of deprecated Revision::* constants, use RevisionRecordDerick Alangi2019-07-211-2/+3
* | WatchedItemStore: Fix fatal when revision is deletedRoan Kattouw2019-07-101-0/+5
* | Fix types around ILoadBalancer and IResultWrapperUmherirrender2019-07-041-3/+3
|/
* Merge "watcheditem: Do not create the same TitleValue object twice"jenkins-bot2019-06-101-1/+1
|\
| * watcheditem: Do not create the same TitleValue object twiceUmherirrender2019-06-101-1/+1
* | Pass options as array to IDatabase::insertUmherirrender2019-06-071-1/+1
|/
* WatchedItemStore::getWatchedItem returns a WatchedItemUmherirrender2019-06-061-2/+2
* Merge "WatchedItemStore: Remove deprecated Title param to getNextRevision()"jenkins-bot2019-05-291-1/+1
|\
| * WatchedItemStore: Remove deprecated Title param to getNextRevision()Roan Kattouw2019-05-191-1/+1
* | Make some array type hints more specificThiemo Kreuz2019-05-221-1/+1
|/
* watchlist: cleanup various method/variable names and comments in watchlist/st...Aaron Schulz2019-05-092-3/+14
* Merge "Consolidate duplicated unseen change logic and fix inconsistent code"jenkins-bot2019-05-061-1/+1
|\
| * Consolidate duplicated unseen change logic and fix inconsistent codeAaron Schulz2019-05-031-1/+1
* | Convert WatchedItem and friends to LinkTargetAryeh Gregor2019-05-063-56/+55
* | Convert WatchedItem and friends to UserIdentityAryeh Gregor2019-05-056-139/+183
|/
* Merge "Improve documentation of constants throughout the codebase"jenkins-bot2019-04-121-3/+0
|\
| * Improve documentation of constants throughout the codebaseThiemo Kreuz2019-02-261-3/+0
* | jobqueue: add GenericParameterJob and RunnableJob interfaceAaron Schulz2019-04-081-4/+3
* | Collapse some nested if statementsReedy2019-04-041-5/+3
* | WatchedItemStore: Use batching in setNotificationTimestampsForUserRoan Kattouw2019-03-211-18/+56
* | Fix WatchedItemStore last-seen stashing logicAaron Schulz2019-03-141-5/+22
* | Merge "Stash WatchedItem changes so that the jobs run from the queue"jenkins-bot2019-03-065-35/+150
|\ \