aboutsummaryrefslogtreecommitdiffstats
path: root/includes/MergeHistory.php
Commit message (Expand)AuthorAgeFilesLines
* Remove unneeded use of TitleValue::newFromPageUmherirrender2022-07-311-1/+1
* Start clean up of revision_actor_temp tableAmir Sarabadani2022-05-231-19/+0
* Use name constants to access config settings.daniel2022-04-071-1/+2
* phan: Disable null_casts_as_any_type settingUmherirrender2022-03-211-0/+2
* Add various fallback values for null return valuesUmherirrender2022-03-091-1/+1
* Convert various callers to LoadBalancer::getConnectionRef()Aaron Schulz2022-01-271-1/+1
* Refactor global variables to use MediaWikiServices insteadTChin2022-01-101-2/+4
* Fix typos in comments (M)Siddharth VP2022-01-091-1/+1
* Remove or replace usages of "sanity"Reedy2021-11-191-1/+1
* Support fluent interface for StatusValueTChin2021-08-021-3/+1
* Schema migration for revison_actor_temp table removalTim Starling2021-07-141-10/+14
* Clean up MergeHistoryPetr Pchelko2021-07-131-128/+146
* MergeHistory: Avoid potential DB query for trivial message variationAmmarpad2021-06-081-0/+2
* Convert MergeHistory to PageIdentityPetr Pchelko2021-05-131-33/+52
* build: Upgrade mediawiki-codesniffer from v35.0.0 to v36.0.0James D. Forrester2021-04-291-3/+3
* Replace uses of DB_MASTER with DB_PRIMARYJames D. Forrester2021-04-291-1/+1
* Remove unneeded conversions to User objectsDannyS7122021-04-231-11/+2
* Convert MergeHistory to AuthorityPetr Pchelko2021-03-231-36/+95
* 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