aboutsummaryrefslogtreecommitdiffstats
path: root/includes/specials/SpecialEditWatchlist.php
Commit message (Expand)AuthorAgeFilesLines
* Namespace all remaining files in includes/exceptionJames D. Forrester2025-03-251-1/+1
* [OutputPage] replace ParserOutput::getText() options with ParserOptions, v2C. Scott Ananian2025-03-211-8/+1
* specials: Remove constructor PHPdoc blockUmherirrender2025-02-201-9/+0
* Use $string === '' instead of strlen( $string ) === 0Fomafix2025-01-301-1/+1
* Use explicit nullable type on parameter argumentsUmherirrender2024-10-161-8/+8
* WebRequest: Deprecate parameter $default in getRawValFomafix2024-10-031-1/+1
* specials: Add missing documentation to class propertiesUmherirrender2024-09-131-0/+2
* Add MediaWiki\Watchlist namespace to the related classesEbrahim Byagowi2024-05-221-1/+1
* Add namespace and deprecation alias to WatchedItemStoreEbrahim Byagowi2024-05-201-1/+1
* specials: Improve docs and `@ingroup` tags, fix file headersTimo Tijhof2024-05-151-10/+1
* Standardise all our class alias deprecation comments for ease of greppingJames D. Forrester2024-03-191-3/+1
* Merge "Namespace includes/cache"jenkins-bot2024-02-281-1/+1
|\
| * Namespace includes/cacheJames D. Forrester2024-02-201-1/+1
* | Merge "[ParserOutput] Rename $mText to $mRawText and ::setText() to ::setRawT...jenkins-bot2024-02-211-1/+1
|\ \ | |/ |/|
| * [ParserOutput] Rename $mText to $mRawText and ::setText() to ::setRawText()C. Scott Ananian2024-02-201-1/+1
* | Move Parser to Mediawiki\Parser namespaceSubramanya Sastry2024-02-161-1/+1
|/
* Namespace HTMLForm and friendsJames D. Forrester2024-02-141-2/+2
* Namespace ParserOutputJames D. Forrester2023-12-141-1/+1
* Namespace remaining files under includes/deferredJames D. Forrester2023-11-221-1/+1
* Merge "Use OutputPage::setPageTitleMsg() instead of ::setPageTitle()"jenkins-bot2023-09-191-3/+3
|\
| * Use OutputPage::setPageTitleMsg() instead of ::setPageTitle()C. Scott Ananian2023-09-181-3/+3
* | Namespace remaining Title-related classes under \MediaWiki\TitleJames D. Forrester2023-09-191-1/+1
* | Namespace TitleParser under \MediaWiki\TitleJames D. Forrester2023-09-191-1/+1
* | Namespace NamespaceInfo under \MediaWiki\TitleJames D. Forrester2023-09-191-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/+0
* Reorg: Move WebRequest to includes\RequestAmir Sarabadani2023-09-111-1/+1
* Use real type hints for services etc. in specials/ (A-M)Bartosz Dziewoński2023-08-291-20/+7
* Reorg: Move Status to MediaWiki\Status\Amir Sarabadani2023-08-251-1/+1
* Allow watchlist UI for temp users with sufficient rightsTim Starling2023-08-231-2/+7
* Make SpecialEditWatchlist do less when there is nothing to dothiemowmde2023-06-161-30/+23
* Namespace SpecialE* under \MediaWiki\SpecialsJames D. Forrester2023-05-031-0/+29
* SpecialEditWatchlist: Don't add duplicate TOC section dataAmmarpad2023-04-161-1/+5
* editwatchlist.js: Update state of check-all checkboxesThalia2023-04-071-1/+1
* Add a check-all checkbox per namespace in Special:EditWatchlistJulia Kieserman2023-04-061-2/+15
* Reorg: Namespace the Title classJames D. Forrester2023-03-021-0/+1
* specials: Documented used message keys on Special:EditWatchlistUmherirrender2023-02-231-0/+2
* Add table of contents to Special:SpecialPagesBartosz Dziewoński2023-02-231-0/+2
* Reorg: Move HTML-related classes out of includes/ to Html/Amir Sarabadani2023-02-161-0/+1
* SpecialEditWatchlist: Register table of contents in way that respects skinBartosz Dziewoński2023-01-191-17/+36
* Merge "Watchlist: Register existing sub menu as associated pages"jenkins-bot2022-12-211-6/+31
|\
| * Watchlist: Register existing sub menu as associated pagesJon Robson2022-12-151-6/+31
* | specials: Replace deprecated HTMLForm::addPreText/addHeaderTextUmherirrender2022-12-181-3/+3
|/
* Reorg: Move DummyLinker and Linker to linker/Amir Sarabadani2022-12-081-0/+1
* Revert "Reorg: Move some of request related classes to MediaWiki/Request"Zabe2022-10-271-1/+0
* Reorg: Move some of request related classes to MediaWiki/RequestAmir Sarabadani2022-10-261-0/+1
* specials: Remove unused $wgLang from SpecialEditWatchlistUmherirrender2022-09-211-8/+3
* SpecialEditWatchlist: Prevent passing null to strtolower()Reedy2022-06-301-1/+1
* Start `catch` blocks on the same line as the preceding }DannyS7122022-06-231-2/+1