aboutsummaryrefslogtreecommitdiffstats
path: root/includes/watchlist
Commit message (Expand)AuthorAgeFilesLines
* Merge "Use type declaration on undocumented private functions"jenkins-bot2025-04-021-12/+12
|\
| * Use type declaration on undocumented private functionsUmherirrender2025-04-021-12/+12
* | Merge "enotif: Handle Talk notifications via new Notifications system"jenkins-bot2025-04-011-2/+8
|\ \ | |/ |/|
| * enotif: Handle Talk notifications via new Notifications systemPiotr Miazga2025-03-311-2/+8
* | Localize duration number in Watchlist editorHuji2025-03-281-2/+2
|/
* Trigger $wgUsersNotifiedOnAllChanges emails via NotificationsPiotr Miazga2025-03-211-0/+69
* Namespace all remaining files in includes/jobqueueJames D. Forrester2025-03-205-7/+7
* Namespace all remaining files in includes/recentchangesJames D. Forrester2025-03-202-2/+2
* Namespace all remaining files in includes/loggingJames D. Forrester2025-03-191-1/+1
* Replace call_user_func with dynamic function callUmherirrender2025-02-131-4/+2
* Remove 2-line PHPDocs that just repeat the types from the codethiemowmde2025-01-172-9/+0
* Remove trivial 1-line PHPDocs that just repeat the codethiemowmde2025-01-161-9/+0
* Replace isset() with null check on variables or globalsUmherirrender2024-12-191-1/+1
* Merge "Use explicit nullable type on parameter arguments"jenkins-bot2024-10-161-2/+2
|\
| * Use explicit nullable type on parameter argumentsUmherirrender2024-10-161-2/+2
* | Replace uses of deprecated ChangeTags static methodsJames D. Forrester2024-10-161-2/+3
|/
* Add namespace to includes/api classesJames D. Forrester2024-09-251-1/+1
* Make use of the ??= and ?? operators where it makes sensethiemowmde2024-08-261-4/+1
* deferred: pass $fname to MWCallableUpdate callbacks and improve commentsAaron Schulz2024-08-081-4/+4
* WatchlistManager::setWatch: Exit if the user is a temp accountJames D. Forrester2024-07-261-2/+4
* watchlist: Use expression builder to avoid IDatabase::addQuotesUmherirrender2024-07-181-13/+10
* Add namespace to the root classes of ObjectCacheEbrahim Byagowi2024-07-101-2/+2
* [temp accounts] Make use of isKnown config flagKosta Harlan2024-06-141-2/+2
* Add MediaWiki\Watchlist namespace to the related classesEbrahim Byagowi2024-05-227-6/+21
* Add namespace and deprecation alias to WatchedItemStoreEbrahim Byagowi2024-05-201-5/+16
* Add namespace and deprecation alias to ActivityUpdateJobEbrahim Byagowi2024-05-192-0/+7
* Add namespace and deprecation alias to WatchedItemQueryServiceExtensionEbrahim Byagowi2024-05-192-1/+4
* Add namespace and deprecation alias to WatchedItemQueryServiceEbrahim Byagowi2024-05-182-3/+12
* Add namespace and deprecation alias to WatchedItemEbrahim Byagowi2024-05-174-0/+9
* Add namespace and deprecation alias to WatchlistExpiryJobEbrahim Byagowi2024-05-172-0/+6
* watchlist: Move un-namespaced watcheditem classes to /includes/watchlist/Timo Tijhof2024-05-107-0/+3593
* Move various job classes to relevant component directoriesTimo Tijhof2024-05-104-0/+341
* 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