aboutsummaryrefslogtreecommitdiffstats
path: root/includes/watcheditem
Commit message (Expand)AuthorAgeFilesLines
* Fix many typos in commentsMatěj Suchánek2022-05-102-3/+3
* Use MainConfigNames instead of string literals, #4Aryeh Gregor2022-04-261-8/+9
* phan: Disable null_casts_as_any_type settingUmherirrender2022-03-211-0/+1
* Fix various real types related to scalar typesUmherirrender2022-03-101-1/+1
* Fix various documentation related to scalar typesUmherirrender2022-03-092-4/+4
* Merge "watcheditem: Try getting the cached version in resetNotificationTimest...jenkins-bot2022-01-171-1/+1
|\
| * watcheditem: Try getting the cached version in resetNotificationTimestampAmir Sarabadani2022-01-131-1/+1
* | Explicit cast TS_UNIX to int for arithmetic operations and int argsUmherirrender2022-01-111-2/+2
|/
* Fix typos in comments (N-R)Siddharth VP2022-01-091-1/+1
* Allow setting max execution time to several special pagesAmir Sarabadani2021-12-151-2/+14
* Change WatchedItemStore to cache an array instead of MapCacheLRUdrynok2021-10-181-14/+17
* WatchedItemStore: forwards compatibility for stash value changeTim Starling2021-10-051-2/+14
* watcheditem: Use lazy push for WatchlistExpiryJobAmir Sarabadani2021-10-011-1/+1
* ActivityUpdateJob: accept PageReferenceDannyS7122021-09-211-19/+3
* Drop deprecated BeforeResetNotificationTimestamp hookDannyS7122021-09-212-69/+11
* Merge "Using @return never documentation on always-throw-function"jenkins-bot2021-09-081-0/+1
|\
| * Using @return never documentation on always-throw-functionUmherirrender2021-09-071-0/+1
* | Merge "Simplify WatchedItemQueryService::getRecentChangeFieldsFromRow"jenkins-bot2021-09-071-7/+4
|\ \ | |/ |/|
| * Simplify WatchedItemQueryService::getRecentChangeFieldsFromRowMatěj Suchánek2021-06-151-7/+4
* | docs: Change wording master to primary in comments and log textUmherirrender2021-09-011-1/+1
* | Add typehints to several methodsDaimona Eaytoy2021-08-311-1/+1
* | Merge "WatchedItemStore: clean up, simplify, and misc tweaks"jenkins-bot2021-07-261-98/+113
|\ \
| * | WatchedItemStore: clean up, simplify, and misc tweaksDannyS7122021-07-231-98/+113
* | | Remove WatchedItemStoreInterface::enqueueWatchlistExpiryJobDannyS7122021-07-233-29/+0
|/ /
* | build: Updating dependencieslibraryupgrader2021-07-221-1/+1
* | WatchedItemStore: use UserFactory::newFromUserIdentity()DannyS7122021-07-201-1/+1
* | Don't pass unneeded variables into anonymous functionsDannyS7122021-07-131-1/+1
* | Remove WatchedItem::getUser, deprecated and unusedPetr Pchelko2021-06-171-10/+0
|/
* Use array_fill_keys() instead of array_flip() if that reflects the developer'...Tim Starling2021-06-151-1/+1
* Hard deprecate BeforeResetNotificationTimestamp hookDannyS7122021-06-061-1/+1
* Migrate WatchedItemQueryService to AuthorityDannyS7122021-05-261-16/+7
* Replace uses of DB_MASTER with DB_PRIMARY in documentation and local variablesJames D. Forrester2021-05-141-1/+1
* build: Upgrade mediawiki-codesniffer from v35.0.0 to v36.0.0James D. Forrester2021-04-291-1/+1
* Replace uses of DB_MASTER with DB_PRIMARYJames D. Forrester2021-04-291-9/+9
* Stop using legacy ActorMigration field "rc_user"Tim Starling2021-04-281-31/+8
* Fix NoWriteWatchedItemStore::countWatchersMultipleDannyS7122021-04-231-2/+2
* Merge "Convert WatchedItem et al to PageIdentity"jenkins-bot2021-03-264-117/+307
|\
| * Convert WatchedItem et al to PageIdentityCindy Cicalese2021-03-264-117/+307
* | Add WatchedItemStore::maybeEnqueueWatchlistExpiryJobDannyS7122021-03-253-0/+38
|/
* Convert WatchedItemStoreUnitTest to pure unit testsDannyS7122021-03-211-1/+5
* WatchedItemStore: inject a TitleFactoryDannyS7122021-03-171-2/+8
* Hard deprecate WatchedItem::getUser in favor of ::getUserIdentityVadim Kovalenko2021-02-261-0/+2
* Use static closures where safe to useUmherirrender2021-02-112-3/+3
* Make UserIdentity objects aware of which wiki they belong to.Cindy Cicalese2021-02-021-1/+1
* WatchedItemStore: Use REPLACE when inserting expiries after page moveMusikAnimal2021-01-141-1/+2
* WatchedItemStore: use UserFactoryDannyS7122021-01-101-2/+9
* ApiQueryInfo: Return watchlist expiry when applicable for inprop=watchedMusikAnimal2021-01-063-15/+61
* WatchedItemQueryService: Add expiry to itemsDannyS7122020-12-011-2/+4
* Merge "Use LinkBatchFactory in WatchedItemStore"jenkins-bot2020-11-061-4/+13
|\
| * Use LinkBatchFactory in WatchedItemStoreUmherirrender2020-11-021-4/+13