aboutsummaryrefslogtreecommitdiffstats
path: root/includes/watchlist
Commit message (Expand)AuthorAgeFilesLines
* Merge "Use User::isRegistered for readability instead of ::getId falsy check"jenkins-bot2022-05-231-6/+3
|\
| * Use User::isRegistered for readability instead of ::getId falsy checkUmherirrender2022-04-291-6/+3
* | Fix many typos in commentsMatěj Suchánek2022-05-101-1/+1
|/
* Use MainConfigNames instead of string literals, #4Aryeh Gregor2022-04-261-3/+4
* Propagate the RevisionRecord down from Article::view() to WatchlistManagerTim Starling2022-03-181-2/+10
* Fix core newtalk 304 suppression and update deferralTim Starling2022-03-181-46/+2
* build: Updating dependencieslibraryupgrader2021-07-221-9/+9
* Use null coalecing operators everywhere consistenctly.Petr Pchelko2021-06-031-3/+1
* WatchlistManager: remove unneeded conversion to full User objectDannyS7122021-05-271-1/+1
* WatchlistManager: reduce more uses of full user objectsDannyS7122021-04-231-2/+2
* WatchlistManager: reduce use of full user objectsDannyS7122021-04-231-2/+2
* Fix parameter order of setWatch to match add/removeWatchCindy Cicalese2021-04-211-5/+5
* Replace doWatch/doUnwatch with addWatch*/removeWatch*Cindy Cicalese2021-04-201-104/+61
* Move watchlist-related methods from WatchAction to WatchlistManagerCindy Cicalese2021-04-201-1/+137
* Move watchlist-related methods from User to WatchlistManagerCindy Cicalese2021-04-191-0/+144
* Remove Title from method signatures in Userdaniel2021-04-161-1/+27
* Convert WatchlistManager to use Authority and PageIdentityCindy Cicalese2021-04-141-26/+42
* Rename WatchlistNotificationManager to WatchlistManagerCindy Cicalese2021-04-071-0/+291