aboutsummaryrefslogtreecommitdiffstats
path: root/includes/specials/SpecialRedirect.php
Commit message (Expand)AuthorAgeFilesLines
* Namespace all remaining files in includes/exceptionJames D. Forrester2025-03-251-1/+1
* Namespace all remaining files in includes/filerepoJames D. Forrester2025-03-191-1/+1
* Remove 2-line PHPDocs that just repeat the types from the codethiemowmde2025-01-171-4/+0
* specials: Improve docs and `@ingroup` tags, fix file headersTimo Tijhof2024-05-151-5/+7
* SpecialRedirect: Simplify form constructionBartosz Dziewoński2024-04-011-26/+19
* SpecialRedirect: Mark the value field as requiredDringsim2024-02-241-9/+4
* 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-1/+1
* Namespace SpecialR* under \MediaWiki\SpecialsJames D. Forrester2023-09-141-0/+13
* Bump phan to 0.13.0Amir Sarabadani2023-09-111-2/+2
* Use real type hints for services etc. in specials/ (N-Z)Bartosz Dziewoński2023-08-291-5/+2
* Reorg: Move Status to MediaWiki\Status\Amir Sarabadani2023-08-251-0/+1
* SpecialRedirect: Avoid using dynamic message keysFunc2023-06-021-30/+17
* Reorg: Namespace the Title classJames D. Forrester2023-03-021-0/+1
* Make the FormSpecialPage easier to use as a GET formFunc2023-01-111-12/+1
* Use short array destructuring instead of list()Tim Starling2022-10-211-1/+1
* SpecialRedirect: Don't pass null to explodeReedy2022-07-081-3/+3
* phan: Disable null_casts_as_any_type settingUmherirrender2022-03-211-0/+2
* Improve nullable documentation in special page class about argsUmherirrender2021-10-221-2/+2
* Replace deprecated User::newFromId on Special:RedirectUmherirrender2021-03-191-2/+12
* Introduce SpecialPage::getAuthority shortcut to contextPetr Pchelko2021-03-021-1/+1
* Convert first batch of special pages to AuthorityPetr Pchelko2021-03-011-11/+2
* Simplify user page handling in SpecialRedirectUmherirrender2020-10-071-3/+2
* Inject some services to special pagesDannyS7122020-08-011-5/+18
* Fix the rest of includes/specials/ Squiz.Scope.MethodScope.MissingReedy2020-05-181-7/+7
* Fix some includes/specials/ Squiz.Scope.MethodScope.MissingReedy2020-05-181-1/+1
* Coding style: Auto-fix MediaWiki.Usage.IsNull.IsNullJames D. Forrester2020-01-101-1/+1
* Remove duplicate variable name from class property PHPDocsThiemo Kreuz2019-12-021-2/+2
* dispatchUser() should use a 302 http status codesbassett2019-09-101-1/+3
* SECURITY: Add permission check for suppressed accountrxy2019-08-151-0/+5
* Replace some uses of deprecated wfFindFile() and wfLocalFile()Derick Alangi2019-06-111-1/+3
* Simplify a few list() that only care about the first elementThiemo Kreuz2019-05-171-2/+2
* Cache redirects from Special:RedirectBrian Wolff2019-02-171-2/+18
* Give more specific error messages on Special:RedirectUmherirrender2018-09-161-37/+48
* Add 'logid' parameter to Special:LogSam Wilson2018-05-041-75/+3
* Add `actor` table and code to start using itBrad Jorsch2018-02-231-9/+14
* doc: Fix a few Example docs for PHP classesTimo Tijhof2017-07-171-2/+4
* Rename DB_SLAVE constant to DB_REPLICAAaron Schulz2016-09-051-1/+1
* Convert Special:Redirect to OOUIutkarsh952016-04-041-0/+4
* Don't emit 404 status code on Special:RedirectFlorian2016-03-311-1/+0
* Fix numerous class/function casingReedy2016-03-181-2/+2
* Convert all array() syntax to []Kunal Mehta2016-02-171-25/+25
* Make Special:Redirect page redirect to log events by IDPranavK2016-01-171-1/+93
* Make Special:Redirect work for blocked users and in read-only modeGlaisher2015-10-151-4/+18
* Support offsets in prefix searchingChad Horohoe2014-12-021-14/+8
* Merge "Remove '@section LICENSE'"jenkins-bot2014-11-261-1/+0
|\
| * Remove '@section LICENSE'Timo Tijhof2014-11-261-1/+0
* | Add autocomplete for Special:Redirect subpagesPiRSquared172014-11-231-0/+20
|/
* Add missing @param to function docsumherirrender2014-08-141-0/+1