aboutsummaryrefslogtreecommitdiffstats
path: root/includes/specials/SpecialWatchlist.php
Commit message (Expand)AuthorAgeFilesLines
* specials: Use type declaration on undocumented private functionsUmherirrender2025-04-041-1/+1
* Namespace all remaining files in includes/exceptionJames D. Forrester2025-03-251-1/+1
* Namespace all remaining files in includes/recentchangesJames D. Forrester2025-03-201-5/+5
* Namespace all remaining files in includes/loggingJames D. Forrester2025-03-191-1/+1
* specials: Remove constructor PHPdoc blockUmherirrender2025-02-201-5/+0
* Remove trivial 1-line PHPDocs that just repeat the codethiemowmde2025-01-161-12/+0
* Fix some more bool/null message paramsBartosz Dziewoński2024-11-031-3/+4
* Remove meaningless @var documentation from constantsthiemowmde2024-10-091-1/+1
* specials: Replace ISQLPlatform::makeList on ChangesListSpecialPagesUmherirrender2024-07-041-19/+10
* Add MediaWiki\Watchlist namespace to the related classesEbrahim Byagowi2024-05-221-1/+1
* Add namespace and deprecation alias to WatchedItemEbrahim Byagowi2024-05-171-1/+1
* Merge "Add namespace and deprecation alias to Xml and XmlSelect"jenkins-bot2024-05-161-2/+2
|\
| * Add namespace and deprecation alias to Xml and XmlSelectEbrahim Byagowi2024-05-161-2/+2
* | specials: Improve docs and `@ingroup` tags, fix file headersTimo Tijhof2024-05-151-3/+5
|/
* Avoid deprecated Xml::checkLabelTimo Tijhof2024-03-261-15/+11
* Namespace includes/contextJames D. Forrester2024-02-081-1/+1
* Move user options related classes into its own namespaceMartin Urbanec2023-11-291-1/+1
* RC Filters: Treat unnamed accounts as unregisteredMartin Urbanec2023-11-081-2/+11
* Mass migrate simple cases to use expression builderAmir Sarabadani2023-10-261-1/+1
* Namespace TitleValue under \MediaWiki\TitleJames D. Forrester2023-09-181-1/+1
* Namespace remaining 'specialpage' files under \MediaWiki\SpecialPageJames D. Forrester2023-09-181-2/+2
* Namespace SpecialW* under \MediaWiki\SpecialsJames D. Forrester2023-09-151-1/+23
* Use real type hints for services etc. in specials/ (N-Z)Bartosz Dziewoński2023-08-291-8/+3
* Allow watchlist UI for temp users with sufficient rightsTim Starling2023-08-231-3/+9
* Simplify WHERE conditions with field IS NULLUmherirrender2023-07-241-1/+1
* specials: Migrate off some calls to method ChangeTags::modifyDisplayQueryAmir Sarabadani2023-06-161-3/+7
* Replace IDatabase with IReadableDatabase where possiblethiemowmde2023-05-231-3/+3
* Namespace SpecialE* under \MediaWiki\SpecialsJames D. Forrester2023-05-031-0/+1
* Remove left-over complexity in SpecialPage classes for query groupsTimo Tijhof2023-05-021-16/+0
* Specials: Mass switch everything to IConnectionProvider from LBAmir Sarabadani2023-04-191-7/+7
* Reorg: Move HTML-related classes out of includes/ to Html/Amir Sarabadani2023-02-161-0/+2
* Watchlist: Register existing sub menu as associated pagesJon Robson2022-12-151-7/+52
* RecentChanges/Watchlist: Expose 'inverttags' param in form and APIJames D. Forrester2022-12-131-1/+2
* Respond to some messages from Phan on PHP 8.1Tim Starling2022-11-031-1/+1
* Reorg: Move some of request related classes to MediaWiki/RequestAmir Sarabadani2022-10-281-0/+1
* Revert "Reorg: Move some of request related classes to MediaWiki/Request"Zabe2022-10-271-2/+1
* Reorg: Move some of request related classes to MediaWiki/RequestAmir Sarabadani2022-10-261-1/+2
* specials: Remove unused $wgLang from SpecialEditWatchlistUmherirrender2022-09-211-1/+1
* Remove references to removed 'watchlist' query groupBartosz Dziewoński2022-08-161-1/+1
* Watchlist: Migrate calling from $dbr->select() to SelectQueryBuilderAmir Sarabadani2022-07-011-9/+9
* Clean up ChangesListSpecialPage::checkStructuredFilterUiEnabledMatěj Suchánek2022-06-171-5/+2
* SpecialRecentChanges: Drop old rcfilters-container and rcfilters-head classesJames D. Forrester2022-06-131-5/+3
* Remove hiding of extra namespace checkboxes on legacy watchlist and RCBartosz Dziewoński2022-05-131-7/+3
* Fix many typos in commentsMatěj Suchánek2022-05-101-1/+1
* TempUser UI tweaksTim Starling2022-04-261-1/+1
* Use MainConfigNames instead of string literals, #2Aryeh Gregor2022-04-131-9/+12
* Merge "Use word-separator for message chaining in watchlist header"jenkins-bot2022-04-061-3/+5
|\
| * Use word-separator for message chaining in watchlist headerxiplus2022-02-051-3/+5
* | changetags: Fix management of a '0' tagMatěj Suchánek2022-03-031-1/+1
* | Add explicit casts between scalar typesUmherirrender2022-03-011-2/+2
|/