aboutsummaryrefslogtreecommitdiffstats
path: root/includes/MergeHistory.php
Commit message (Expand)AuthorAgeFilesLines
* Chain MutableRevisionRecord method callsAmmar Abdulhamid2021-01-201-8/+8
* Inject WikiPageFactory into MergeHistory/MovePageUmherirrender2020-11-111-2/+10
* Improve handling of content models that do not support redirect.Ammar Abdulhamid2020-11-031-47/+107
* Use HookContainer to get the HookRunner in MergeHistoryUmherirrender2020-08-261-2/+11
* Introduce wfDeprecatedMsg()Tim Starling2020-06-221-1/+2
* Hooks::run() call site migrationTim Starling2020-05-301-1/+1
* Inject SpamChecker where needed, hard deprecate EditPage static methodsDannyS7122020-05-261-3/+10
* Add MergeHistoryFactory interface, implemented by PageCommandFactoryDannyS7122020-05-131-12/+59
* Fix numerous PSR12.Properties.ConstantVisibility.NotFoundReedy2020-05-121-1/+1
* MergeHistory: Remove all uses of Revision objectsDannyS7122020-04-231-10/+22
* MergeHistory: Remove use of Title::getUserPermissionsErrors (part 4)DannyS7122020-02-181-3/+3
* Introduce ContentHandlerFactoryArtBaltai2020-02-071-5/+7
* Coding style: Auto-fix MediaWiki.Classes.UnsortedUseStatements.UnsortedUseJames D. Forrester2020-01-101-1/+1
* MergeHistory: Update revactor_page tooBrad Jorsch2019-09-171-0/+12
* Replace User::isAllowed with PermissionManager.Petr Pchelko2019-08-201-1/+2
* Improve documentation of constants throughout the codebaseThiemo Kreuz2019-02-261-1/+1
* rdbms: add IDatabase::lockForUpdate() convenience methodAaron Schulz2018-07-101-4/+8
* Replace call_user_func_array(), part 2Max Semenik2018-06-071-1/+1
* Remove "Created on" from file header commentsUmherirrender2018-01-261-4/+0
* MergeHistory: Duplicate watchers on history mergeFomafix2017-12-161-0/+5
* Use short type bool/int in param documentationUmherirrender2017-08-201-1/+1
* Remove auto-generated "Constructor" documentation on constructorsThiemo Mättig2017-07-101-1/+0
* Move IDatabase/IMaintainableDatabase to Rdbms namespaceAaron Schulz2017-03-281-0/+1
* Use wikimedia/timestampKunal Mehta2017-02-281-0/+1
* Add missing Database::timestamp() callsAaron Schulz2016-10-291-2/+4
* Replace DatabaseBase:: with Database:: and update type hintsAaron Schulz2016-09-271-1/+1
* Change "slave" => "replica DB" in /includesAaron Schulz2016-09-051-1/+1
* Always use 'bool' instead of 'boolean' in Doxygen tagsRicordisamoa2016-03-241-2/+2
* Convert all array() syntax to []Kunal Mehta2016-02-171-21/+21
* Implement action=mergehistoryGeoffrey Mon2016-02-061-0/+351