aboutsummaryrefslogtreecommitdiffstats
path: root/includes/specialpage/SpecialRedirectWithAction.php
Commit message (Expand)AuthorAgeFilesLines
* Use explicit nullable type on parameter argumentsUmherirrender2024-10-161-1/+1
* Standardise all our class alias deprecation comments for ease of greppingJames D. Forrester2024-03-191-4/+1
* Namespace HTMLForm and friendsJames D. Forrester2024-02-141-1/+1
* Namespace remaining Title-related classes under \MediaWiki\TitleJames D. Forrester2023-09-191-1/+1
* Namespace remaining 'specialpage' files under \MediaWiki\SpecialPageJames D. Forrester2023-09-181-0/+11
* Reorg: Move Status to MediaWiki\Status\Amir Sarabadani2023-08-251-0/+1
* Reorg: Namespace the Title classJames D. Forrester2023-03-021-0/+1
* Suggest pages when searching subpages for Special:EditPage and friendsUmherirrender2022-04-121-2/+37
* Merge "Replace "@stable for subclassing" with "@stable to extend""jenkins-bot2020-07-131-1/+1
|\
| * Replace "@stable for subclassing" with "@stable to extend"daniel2020-07-131-1/+1
* | Merge "Replace "@stable for calling" by "@stable to call""jenkins-bot2020-07-131-1/+1
|\ \
| * | Replace "@stable for calling" by "@stable to call"daniel2020-07-131-1/+1
| |/
* / Replace "@stable for overriding" with "@stable to override"daniel2020-07-131-4/+4
|/
* Mark special page base classes as stable for subclassingdaniel2020-07-101-0/+27
* Fix some Squiz.Scope.MethodScope.MissingReedy2020-05-161-1/+1
* Add @author tags I forgot to includeDannyS7122020-04-111-0/+1
* Create abstract special page SpecialRedirectWithAction, and use it.DannyS7122019-11-281-0/+87