aboutsummaryrefslogtreecommitdiffstats
path: root/includes/MovePage.php
Commit message (Expand)AuthorAgeFilesLines
* Hooks::run() call site migrationTim Starling2020-05-301-28/+34
* Merge "immobile-source-namespace: use `blanknamespace` for main namespace"jenkins-bot2020-05-281-2/+10
|\
| * immobile-source-namespace: use `blanknamespace` for main namespaceDannyS7122020-04-111-2/+10
* | Inject SpamChecker where needed, hard deprecate EditPage static methodsDannyS7122020-05-261-16/+26
* | Merge "Replace `NewRevisionFromEditComplete` with `RevisionFromEditComplete`"jenkins-bot2020-05-141-2/+15
|\ \
| * | Replace `NewRevisionFromEditComplete` with `RevisionFromEditComplete`DannyS7122020-05-111-2/+15
* | | Add MergeHistoryFactory interface, implemented by PageCommandFactoryDannyS7122020-05-131-2/+5
|/ /
* | MovePage::moveToInternal - remove use of Revision::insertOnDannyS7122020-05-051-15/+24
* | WikiPage::updateRevisionOn - replace uses, hard deprecate Revision useDannyS7122020-05-011-3/+8
* | Convert MovePageFactory to interface, implement in PageHandlerFactoryDannyS7122020-04-271-2/+2
|/
* MovePage: Don't fail to delete a nonexistent fileBrad Jorsch2020-04-071-5/+2
* MovePage: Use correct Title when creating the null revisionBrad Jorsch2020-04-021-2/+5
* MovePage: Remove pre-MCR codeBrad Jorsch2020-03-261-17/+0
* Remove compat code for pre-MCR schema.daniel2020-03-241-12/+3
* Merge "Pass a user to WikiPage::doDeleteArticleReal, use new signature"jenkins-bot2020-03-191-3/+3
|\
| * Pass a user to WikiPage::doDeleteArticleReal, use new signatureDannyS7122020-03-191-3/+3
* | Remove usages of deprecated Revision from MovePagePetr Pchelko2020-03-181-13/+36
|/
* Reconcile differences between arguments in hooks.txt and at the call siteTim Starling2020-03-061-2/+4
* Use array literals when calling Hooks::run()Tim Starling2020-03-041-11/+10
* Introduce ContentHandlerFactoryArtBaltai2020-02-071-5/+21
* Merge "Add target page as a parameter to `articleexists` message"jenkins-bot2020-01-021-1/+1
|\
| * Add target page as a parameter to `articleexists` messageDannyS7122019-12-201-1/+1
* | Improve param docsUmherirrender2019-11-281-1/+1
* | Add missing @param and @return to documentationUmherirrender2019-11-101-0/+1
|/
* MovePageFactory: make $constructorOptions a constantMax Semenik2019-10-051-1/+1
* HHVM removal: Drop HHVM support for MovePage execution of TimeMoveCompleteJames D. Forrester2019-10-031-3/+1
* phan: Enable PhanTypeMismatchArgument issueUmherirrender2019-09-191-1/+1
* Move callers away from Title::GAID_FOR_UPDATEAaron Schulz2019-09-091-1/+2
* Fix PhpStorm IDE warnings in ServiceWiring.phpAaron Schulz2019-09-031-6/+6
* Merge "Avoid usage of deprecated setTags() method, use addTags() instead"jenkins-bot2019-09-011-2/+2
|\
| * Avoid usage of deprecated setTags() method, use addTags() insteadDerick Alangi2019-09-011-2/+2
* | Fix method/function names case mismatch in core filesDerick Alangi2019-08-311-2/+2
|/
* Merge "Replace User::isAllowed with PermissionManager."jenkins-bot2019-08-211-3/+5
|\
| * Replace User::isAllowed with PermissionManager.Petr Pchelko2019-08-201-3/+5
* | Return better errors from MovePage::isValidMove()Aryeh Gregor2019-08-191-26/+27
* | Use RepoGroup service in MovePageAryeh Gregor2019-08-191-6/+13
* | Introduce MovePageFactoryAryeh Gregor2019-08-191-21/+70
|/
* Hard-deprecate Title::moveTo and friendsAryeh Gregor2019-05-281-1/+9
* Introduce MovePage::moveSubpages(IfAllowed)Aryeh Gregor2019-05-221-0/+126
* Mass conversion to NamespaceInfoAryeh Gregor2019-05-071-5/+8
* MovePage methods need to run safety checksAryeh Gregor2019-05-061-3/+58
* NamespaceInfo service to replace MWNamespaceAryeh Gregor2019-04-101-1/+2
* Fix PhanUnextractableAnnotation* errors (#7)Kunal Mehta2019-04-051-2/+2
* Replace strlen() calls with strict string comparisonsThiemo Kreuz2019-03-281-1/+1
* build: Updating mediawiki/mediawiki-codesniffer to 24.0.0Kunal Mehta2019-02-071-1/+1
* Fix exception language in MovePageGergő Tisza2019-01-171-1/+2
* Fix error reporting in MovePageGergő Tisza2019-01-161-1/+1
* Fix missing ATOMIC_CANCELABLE in MovePage::move()Gergő Tisza2019-01-081-1/+2
* Can't call escaped() on a string.Alexia E. Smith2018-12-101-1/+1
* Cancel the transaction if the file fails to move. This preventsAlexia E. Smith2018-12-101-16/+37