aboutsummaryrefslogtreecommitdiffstats
path: root/includes/MovePage.php
Commit message (Expand)AuthorAgeFilesLines
* Remove empty lines at begin of function, if, foreach, switchUmherirrender2017-07-011-2/+2
* Use delete_and_move_reason in content language on move over redirectUmherirrender2017-04-081-1/+1
* includes: Replace implicit Bugzilla bug numbers with Phab onesJames D. Forrester2017-02-211-4/+4
* Add parameter to API modules to apply change tags to log entriesThis, that and the other2017-01-121-8/+20
* Introduce separate log action for deleting pages on moveMGChecker2016-11-131-1/+3
* Add caching to ResourceLoaderWikiModule::preloadTitleInfo()Aaron Schulz2016-10-201-1/+1
* MovePage: Check ContentHandler::canBeUsedOn()Kunal Mehta2016-09-291-0/+8
* Fix function name caseMax Semenik2016-09-261-1/+1
* Avoid INSERT..SELECT in MovePageAaron Schulz2016-08-191-10/+16
* MovePage: Fix old, old bug with moving over redirectsJames D. Forrester2016-07-301-18/+26
* Convert onTransactionIdle() callers to DeferredUpdate subclassesAaron Schulz2016-07-251-5/+10
* Remove WatchedItemStore::getDefaultInstanceaddshore2016-05-061-1/+3
* Many more function case mismatchesReedy2016-03-191-1/+1
* Move WatchedItem logic to WatchedItemStoreaddshore2016-03-081-1/+2
* Add TitleMoveStarting, mirroring TitleMoveCompletingMatthew Flaschen2016-02-251-0/+3
* Convert all array() syntax to []Kunal Mehta2016-02-171-43/+43
* Add $revision to TitleMoveCompleting for completenessAaron Schulz2015-12-161-1/+2
* Pass created revision to TitleMoveComplete hookEric Evans2015-12-161-2/+13
* Make TitleMoveComplete hook events apply in transactionsAaron Schulz2015-12-091-1/+8
* Restore TitleMoveComplete by-reference flags to avoid errorsAaron Schulz2015-10-271-1/+1
* Convert MovePage to startAtomic()/endAtomic()Aaron Schulz2015-10-211-6/+7
* Merge "Migrate move protect log to new log system"jenkins-bot2015-08-181-11/+14
|\
| * Migrate move protect log to new log systemumherirrender2015-08-181-11/+14
* | Populate rev_content_model when a move causes default content model to changeKunal Mehta2015-07-241-0/+17
|/
* MovePage: Move target existence check into isValidMove()Kunal Mehta2015-04-291-15/+10
* Made wfFindFile/wfLocalFile callers use explicit "latest" flagsAaron Schulz2015-03-061-0/+3
* Shorten long lines in MovePage.php to make phpcs passAmir E. Aharoni2015-03-031-1/+4
* Replace wfRunHooks calls with direct Hooks::run callsAaron Schulz2014-12-101-6/+6
* Merge "Fix fatal error in I0349cfe0e322"jenkins-bot2014-11-041-1/+1
|\
| * Fix fatal error in I0349cfe0e322This, that and the other2014-11-041-1/+1
* | Merge "Update article count when pages are moved"jenkins-bot2014-11-041-1/+5
|\|
| * Update article count when pages are movedThis, that and the other2014-11-041-1/+5
* | Fully replace Title::moveTo() with MovePageKunal Mehta2014-10-281-1/+98
|/
* MovePage: Properly return errorsKunal Mehta2014-10-101-2/+2
* Fixed spacingumherirrender2014-09-291-2/+1
* Move non-user specific things from Title::isValidMoveOperation() to MovePageKunal Mehta2014-09-191-0/+84
* MovePage::move(): Return a Status objectKunal Mehta2014-09-141-3/+3
* Start moving page move logic out of TitleKunal Mehta2014-09-141-0/+343