aboutsummaryrefslogtreecommitdiffstats
path: root/includes/watchlist
Commit message (Expand)AuthorAgeFilesLines
* Namespace User under \MediaWiki\UserJames D. Forrester2023-09-191-1/+1
* Namespace NamespaceInfo under \MediaWiki\TitleJames D. Forrester2023-09-191-1/+1
* WatchlistManager: Do not require watchlist rights for clearing talk page noti...Martin Urbanec2023-08-311-10/+18
* Reorg: Move Status to MediaWiki\Status\Amir Sarabadani2023-08-251-1/+1
* Remove deprecated WatchlistNotificationManager class aliasUmherirrender2023-05-131-6/+0
* rdbms: Move ReadOnlyMode and ConfiguredReadOnlyMode to rdbms libraryAmir Sarabadani2023-05-041-1/+1
* Reorg: Move ReadOnlyMode classes to db/Amir Sarabadani2023-04-281-1/+1
* Fix more PHPStorm inspections (#2)Tim Starling2023-03-251-2/+2
* watchlist: Re-centralise former wgUseEnotif conditionTimo Tijhof2023-02-021-21/+8
* Setup: Remove internal short-cut config $wgUseEnotifUmherirrender2022-08-171-3/+6
* Remove unneeded use of TitleValue::newFromPageUmherirrender2022-07-311-3/+1
* 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