index
:
mediawikicore.git
REL1_39
REL1_40
REL1_41
REL1_42
REL1_43
development
fundraising/REL1_39
fundraising/REL1_43
master
wmf/1.44.0-wmf.21
wmf/1.44.0-wmf.22
wmf/1.44.0-wmf.23
wmf/branch_cut_pretest
wmf/next
The collaborative editing software that runs Wikipedia.
Tyler Davis
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
includes
/
MergeHistory.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove unneeded use of TitleValue::newFromPage
Umherirrender
2022-07-31
1
-1
/
+1
*
Start clean up of revision_actor_temp table
Amir Sarabadani
2022-05-23
1
-19
/
+0
*
Use name constants to access config settings.
daniel
2022-04-07
1
-1
/
+2
*
phan: Disable null_casts_as_any_type setting
Umherirrender
2022-03-21
1
-0
/
+2
*
Add various fallback values for null return values
Umherirrender
2022-03-09
1
-1
/
+1
*
Convert various callers to LoadBalancer::getConnectionRef()
Aaron Schulz
2022-01-27
1
-1
/
+1
*
Refactor global variables to use MediaWikiServices instead
TChin
2022-01-10
1
-2
/
+4
*
Fix typos in comments (M)
Siddharth VP
2022-01-09
1
-1
/
+1
*
Remove or replace usages of "sanity"
Reedy
2021-11-19
1
-1
/
+1
*
Support fluent interface for StatusValue
TChin
2021-08-02
1
-3
/
+1
*
Schema migration for revison_actor_temp table removal
Tim Starling
2021-07-14
1
-10
/
+14
*
Clean up MergeHistory
Petr Pchelko
2021-07-13
1
-128
/
+146
*
MergeHistory: Avoid potential DB query for trivial message variation
Ammarpad
2021-06-08
1
-0
/
+2
*
Convert MergeHistory to PageIdentity
Petr Pchelko
2021-05-13
1
-33
/
+52
*
build: Upgrade mediawiki-codesniffer from v35.0.0 to v36.0.0
James D. Forrester
2021-04-29
1
-3
/
+3
*
Replace uses of DB_MASTER with DB_PRIMARY
James D. Forrester
2021-04-29
1
-1
/
+1
*
Remove unneeded conversions to User objects
DannyS712
2021-04-23
1
-11
/
+2
*
Convert MergeHistory to Authority
Petr Pchelko
2021-03-23
1
-36
/
+95
*
Chain MutableRevisionRecord method calls
Ammar Abdulhamid
2021-01-20
1
-8
/
+8
*
Inject WikiPageFactory into MergeHistory/MovePage
Umherirrender
2020-11-11
1
-2
/
+10
*
Improve handling of content models that do not support redirect.
Ammar Abdulhamid
2020-11-03
1
-47
/
+107
*
Use HookContainer to get the HookRunner in MergeHistory
Umherirrender
2020-08-26
1
-2
/
+11
*
Introduce wfDeprecatedMsg()
Tim Starling
2020-06-22
1
-1
/
+2
*
Hooks::run() call site migration
Tim Starling
2020-05-30
1
-1
/
+1
*
Inject SpamChecker where needed, hard deprecate EditPage static methods
DannyS712
2020-05-26
1
-3
/
+10
*
Add MergeHistoryFactory interface, implemented by PageCommandFactory
DannyS712
2020-05-13
1
-12
/
+59
*
Fix numerous PSR12.Properties.ConstantVisibility.NotFound
Reedy
2020-05-12
1
-1
/
+1
*
MergeHistory: Remove all uses of Revision objects
DannyS712
2020-04-23
1
-10
/
+22
*
MergeHistory: Remove use of Title::getUserPermissionsErrors (part 4)
DannyS712
2020-02-18
1
-3
/
+3
*
Introduce ContentHandlerFactory
ArtBaltai
2020-02-07
1
-5
/
+7
*
Coding style: Auto-fix MediaWiki.Classes.UnsortedUseStatements.UnsortedUse
James D. Forrester
2020-01-10
1
-1
/
+1
*
MergeHistory: Update revactor_page too
Brad Jorsch
2019-09-17
1
-0
/
+12
*
Replace User::isAllowed with PermissionManager.
Petr Pchelko
2019-08-20
1
-1
/
+2
*
Improve documentation of constants throughout the codebase
Thiemo Kreuz
2019-02-26
1
-1
/
+1
*
rdbms: add IDatabase::lockForUpdate() convenience method
Aaron Schulz
2018-07-10
1
-4
/
+8
*
Replace call_user_func_array(), part 2
Max Semenik
2018-06-07
1
-1
/
+1
*
Remove "Created on" from file header comments
Umherirrender
2018-01-26
1
-4
/
+0
*
MergeHistory: Duplicate watchers on history merge
Fomafix
2017-12-16
1
-0
/
+5
*
Use short type bool/int in param documentation
Umherirrender
2017-08-20
1
-1
/
+1
*
Remove auto-generated "Constructor" documentation on constructors
Thiemo Mättig
2017-07-10
1
-1
/
+0
*
Move IDatabase/IMaintainableDatabase to Rdbms namespace
Aaron Schulz
2017-03-28
1
-0
/
+1
*
Use wikimedia/timestamp
Kunal Mehta
2017-02-28
1
-0
/
+1
*
Add missing Database::timestamp() calls
Aaron Schulz
2016-10-29
1
-2
/
+4
*
Replace DatabaseBase:: with Database:: and update type hints
Aaron Schulz
2016-09-27
1
-1
/
+1
*
Change "slave" => "replica DB" in /includes
Aaron Schulz
2016-09-05
1
-1
/
+1
*
Always use 'bool' instead of 'boolean' in Doxygen tags
Ricordisamoa
2016-03-24
1
-2
/
+2
*
Convert all array() syntax to []
Kunal Mehta
2016-02-17
1
-21
/
+21
*
Implement action=mergehistory
Geoffrey Mon
2016-02-06
1
-0
/
+351