aboutsummaryrefslogtreecommitdiffstats
path: root/includes/specials/SpecialMovepage.php
Commit message (Expand)AuthorAgeFilesLines
* Reorg: Move Title-related classes to title/Amir Sarabadani2022-11-261-0/+1
* Revert "Reorg: Move some of request related classes to MediaWiki/Request"Zabe2022-10-271-1/+1
* Reorg: Move some of request related classes to MediaWiki/RequestAmir Sarabadani2022-10-261-1/+1
* Remove usage of protection related deprecated Title functionUmherirrender2022-04-141-3/+10
* Use MainConfigNames instead of string literals, #2Aryeh Gregor2022-04-131-5/+8
* Fix uses of (error|warning|success)box in corestang2022-03-201-15/+22
* Don't re-check "Move subpages" on Special:MovePage after a warningKunal Mehta2022-03-161-2/+3
* MovePage: Propagate information about a new redirect using StatusMatěj Suchánek2022-03-091-6/+1
* SpecialMovepage: Use standard warning with log excerptBartosz Dziewoński2022-02-101-4/+1
* SpecialMovePage: stop falling back to global stateAlexander Vorwerk2021-10-011-36/+33
* jobs: Remove unused param from DoubleRedirectJob::fixRedirectsDaimona Eaytoy2021-09-011-2/+2
* Change trivial use of getVal('action') to getRawValTimo Tijhof2021-08-261-5/+4
* Merge "Same code style and formatting for exists-style SQL queries"jenkins-bot2021-08-241-1/+1
|\
| * Same code style and formatting for exists-style SQL queriesThiemo Kreuz2021-08-121-1/+1
* | Fix various typos in documentationFomafix2021-08-231-1/+1
|/
* Revert "Use CsrfTokenSet as CSRF token source"Kunal Mehta2021-08-051-6/+2
* Use CsrfTokenSet as CSRF token sourcePetr Pchelko2021-07-121-2/+6
* Fix parameter order of setWatch to match add/removeWatchCindy Cicalese2021-04-211-2/+2
* Use WatchlistManager in special classesCindy Cicalese2021-04-211-4/+11
* Move several legacy style rules to existing dedicated modulesmainframe982021-03-261-1/+4
* Convert MovePage to AuthorityPetr Pchelko2021-03-171-4/+4
* WatchAction:doWatchOrUnwarch - use AuthorityPetr Pchelko2021-03-031-2/+2
* Use static closures where safe to useUmherirrender2021-02-111-1/+1
* Swap out uses of User->isLoggedIn() with ->isRegistered()James D. Forrester2020-12-221-2/+2
* Inject SearchEngineFactory into special pagesUmherirrender2020-11-251-2/+8
* Inject services into SpecialMovepageUmherirrender2020-11-051-32/+76
* Replace deprecated User::getOption in SpecialMovepageUmherirrender2020-11-021-2/+9
* Use LinkBatchFactory in pagers, special pages and actionsUmherirrender2020-09-061-1/+2
* Add `delete-redirect` for deleting single-rev redirects during movesDannyS7122020-09-041-33/+59
* Use strict (in)equality with namespaces constants when LHS is definitely an i...Ed Sanders2020-07-311-4/+4
* Hooks::run() call site migrationTim Starling2020-05-301-3/+1
* Fix the rest of includes/specials/ Squiz.Scope.MethodScope.MissingReedy2020-05-181-5/+5
* Merge "Special:ChangeContentModel & Special:MovePage: Add a subtitle"jenkins-bot2020-03-261-0/+2
|\
| * Special:ChangeContentModel & Special:MovePage: Add a subtitleDannyS7122020-03-221-0/+2
* | DeleteBatch and SpecialMovepage: Use LocalFile::deleteFileDannyS7122020-03-211-1/+1
* | Pass a user to WikiPage::doDeleteArticleReal, use new signatureDannyS7122020-03-191-2/+5
* | Merge "Special pages: Remove use of Title::getUserPermissionsErrors (part 2)"jenkins-bot2020-02-191-15/+18
|\ \
| * | Special pages: Remove use of Title::getUserPermissionsErrors (part 2)DannyS7122020-02-141-15/+18
* | | Remove Title::moveSubpagesDannyS7122020-02-181-1/+1
|/ /
* / Introduce ContentHandlerFactoryArtBaltai2020-02-071-2/+6
|/
* Coding style: Auto-fix MediaWiki.Usage.IsNull.IsNullJames D. Forrester2020-01-101-1/+1
* Fix new phan errors, part 8Daimona Eaytoy2019-10-221-1/+1
* Fix new phan errors, part 7Daimona Eaytoy2019-10-211-0/+1
* Fix new phan errors, part 3Daimona Eaytoy2019-10-121-1/+1
* Add `.warningbox` to `.mw-warning-with-logexcerpt` container to standardizeVolker E2019-10-031-1/+1
* Replace usages of deprecated User::isAllowed. Step 2.Petr Pchelko2019-09-111-6/+11
* Avoid multiply calls to MediaWikiServices::getInstance() in one functionUmherirrender2019-09-011-7/+10
* Unsuppress more phan issues (part 5)Daimona Eaytoy2019-09-011-2/+0
* Fix method/function names case mismatch in core filesDerick Alangi2019-08-311-1/+1
* Remove usages of Title::quickUserCanPetr Pchelko2019-08-291-1/+2