aboutsummaryrefslogtreecommitdiffstats
path: root/includes/MovePage.php
Commit message (Expand)AuthorAgeFilesLines
* Reorg: Move five page-related classes to page/ out of includes/Amir Sarabadani2023-02-231-1012/+0
* Include missing message parameter in messagewangombe2023-01-041-1/+1
* Split a base class out of CommentStoreAlexander Vorwerk2023-01-011-0/+1
* Fix casing of class and function name usagesReedy2022-12-041-1/+1
* Track reason for rendering in more detail.daniel2022-11-151-1/+1
* Use SelectQueryBuilder instead of IDatabase::select()Derick Alangi2022-08-011-7/+7
* Use MainConfigNames instead of string literals, #4Aryeh Gregor2022-04-261-2/+2
* Remove fallback to MediaWikiServices in MovePage::__constructDaimona Eaytoy2022-04-201-74/+55
* Remove usage of protection related deprecated Title functionUmherirrender2022-04-141-2/+9
* page: Improve class documentation briefsTimo Tijhof2022-04-121-1/+0
* Merge "Reduce delete attempts on redirect table for move and page creation"jenkins-bot2022-04-071-1/+3
|\
| * Reduce delete attempts on redirect table for move and page creationUmherirrender2021-12-011-1/+3
* | Use name constants to access config settings.daniel2022-04-071-1/+2
* | Merge "MovePage: Propagate information about a new redirect using Status"jenkins-bot2022-03-111-4/+7
|\ \
| * | MovePage: Propagate information about a new redirect using StatusMatěj Suchánek2022-03-091-4/+7
* | | Merge "Fix various documentation related to null types (part II)"jenkins-bot2022-03-091-1/+1
|\ \ \ | |/ / |/| |
| * | Fix various documentation related to null types (part II)Umherirrender2022-03-081-1/+1
* | | Merge "MovePage: Simplify data retrieval using selectFieldValues"jenkins-bot2022-03-061-5/+1
|\ \ \
| * | | MovePage: Simplify data retrieval using selectFieldValuesMatěj Suchánek2022-03-061-5/+1
| |/ /
* / / MovePage: Only return Status from moveToInternalMatěj Suchánek2022-03-061-5/+11
|/ /
* | Convert various callers to LoadBalancer::getConnectionRef()Aaron Schulz2022-01-271-2/+2
* | Move the link updates from moveUnsafe() to LinksUpdateTim Starling2022-01-041-48/+1
* | Drop pr_user from page_restrictionsAmir Sarabadani2021-12-061-2/+1
|/
* Remove or replace usages of "sanity"Reedy2021-11-191-3/+3
* Migrate `WikiPage::doEditUpdates()` to using `PageUpdaterFactory`Derick Alangi2021-10-071-3/+21
* MovePage: don't create a recent change for a redirectPetr Pchelko2021-09-231-0/+1
* MovePage - use PageUpdater to create redirect pagePetr Pchelko2021-09-171-47/+6
* collation: Create CollationFactory serviceUmherirrender2021-09-041-2/+10
* Merge "Use MovePageFactory and hard deprecate constructing MovePage objects d...jenkins-bot2021-08-111-7/+20
|\
| * Use MovePageFactory and hard deprecate constructing MovePage objects directlyTChin2021-08-111-7/+20
* | Support fluent interface for StatusValueTChin2021-08-021-2/+1
|/
* Post Revision-removal cleanupDannyS7122021-06-241-1/+1
* Accept UserIdentity in code to manage edit countsDannyS7122021-06-081-3/+9
* Remove some unneeded uses of full User objectsDannyS7122021-05-221-5/+5
* MovePage: clear title cache before parsing new redirect.daniel2021-05-041-0/+7
* Remove hooks that use Revision objectsDannyS7122021-04-301-64/+1
* build: Upgrade mediawiki-codesniffer from v35.0.0 to v36.0.0James D. Forrester2021-04-291-5/+5
* Replace uses of DB_MASTER with DB_PRIMARYJames D. Forrester2021-04-291-2/+2
* Factor out rollback logic from WikiPagePetr Pchelko2021-04-141-1/+1
* SECURITY: Non-admin deleted enwiki page in fast double moveTim Starling2021-04-081-1/+3
* MovePage: fetch $wgMaximumMovedPages from configDannyS7122021-03-291-6/+6
* Convert MovePage to AuthorityPetr Pchelko2021-03-171-85/+155
* Use static closures where safe to useUmherirrender2021-02-111-1/+1
* Chain MutableRevisionRecord method callsAmmar Abdulhamid2021-01-201-7/+7
* Document list of change tags as string[]Umherirrender2020-11-201-1/+1
* phpunit: Use a closure for services to enable unit testingKosta Harlan2020-11-191-12/+15
* Inject WikiPageFactory into MergeHistory/MovePageUmherirrender2020-11-111-5/+14
* Merge "MovePage: Handle target page deletion failure gracefully."jenkins-bot2020-10-221-6/+12
|\
| * MovePage: Handle target page deletion failure gracefully.Ammar Abdulhamid2020-10-211-6/+12
* | Use READ_LATEST when checking for exists on page moveUmherirrender2020-10-181-1/+1