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
/
import
Commit message (
Expand
)
Author
Age
Files
Lines
*
Hooks::run() call site migration
Tim Starling
2020-05-30
1
-17
/
+13
*
ImportableOldRevisionImporter: Remove use of Revision::insertOn
DannyS712
2020-05-16
1
-18
/
+36
*
Add missing visibility on methods related to import/export
Umherirrender
2020-05-09
5
-20
/
+20
*
Hook interface type fixes, to fix Phan errors
Tim Starling
2020-05-05
5
-10
/
+10
*
docs: Hook interface doc comment review
apaskulin
2020-04-21
6
-31
/
+44
*
Automatically generated hook interfaces
Tim Starling
2020-04-20
6
-0
/
+132
*
Use MediaWikiServices::getRepoGroup
Umherirrender
2020-03-14
1
-4
/
+4
*
Use array literals when calling Hooks::run()
Tim Starling
2020-03-04
1
-1
/
+2
*
Introduce ContentHandlerFactory
ArtBaltai
2020-02-07
1
-1
/
+4
*
Coding style: Auto-fix MediaWiki.Usage.IsNull.IsNull
James D. Forrester
2020-01-10
2
-9
/
+9
*
Merge "Set method visibility for various constructors"
jenkins-bot
2019-12-05
3
-3
/
+3
|
\
|
*
Set method visibility for various constructors
Umherirrender
2019-12-03
3
-3
/
+3
*
|
Remove duplicate variable name from class property PHPDocs
Thiemo Kreuz
2019-12-02
1
-1
/
+1
|
/
*
Improve param docs
Umherirrender
2019-11-28
1
-2
/
+2
*
import: Update docs about WikiRevision requiring a Config
Thiemo Kreuz
2019-09-17
1
-1
/
+8
*
Update docblocks for methods potentially returning null
Daimona Eaytoy
2019-09-15
1
-1
/
+2
*
Declare dynamic properties
Daimona Eaytoy
2019-09-14
1
-0
/
+3
*
Declare dynamic properties
Daimona Eaytoy
2019-09-13
1
-0
/
+6
*
Add docblocks to a bunch of methods
Daimona Eaytoy
2019-09-08
2
-0
/
+6
*
filerepo: Use @method LocalRepo::newFile() to document the return type
Aaron Schulz
2019-09-04
1
-1
/
+0
*
Merge "Include change tags in revision import structure"
jenkins-bot
2019-09-04
3
-0
/
+33
|
\
|
*
Include change tags in revision import structure
Adam Wight
2019-09-03
3
-0
/
+33
*
|
Unsuppress another phan issue (part 7)
Daimona Eaytoy
2019-09-03
1
-0
/
+1
|
/
*
Unsuppress phan issues part 6
Daimona Eaytoy
2019-09-01
1
-0
/
+3
*
Merge "import: Fix wrong/unspecific type hints in UploadSourceAdapter"
jenkins-bot
2019-07-27
1
-5
/
+5
|
\
|
*
import: Fix wrong/unspecific type hints in UploadSourceAdapter
Thiemo Kreuz
2019-03-27
1
-6
/
+6
*
|
Merge "Improve type hints in export related classes"
jenkins-bot
2019-07-25
2
-2
/
+2
|
\
\
|
*
|
Improve type hints in export related classes
Umherirrender
2019-07-05
2
-2
/
+2
*
|
|
Merge "Clarify WikiRevision::downloadSource() and related code"
jenkins-bot
2019-07-19
2
-5
/
+5
|
\
\
\
|
*
|
|
Clarify WikiRevision::downloadSource() and related code
Lucas Werkmeister
2019-06-12
2
-5
/
+5
*
|
|
|
Type hint using interface
WMDE-Fisch
2019-07-02
1
-4
/
+4
|
|
/
/
|
/
|
|
*
|
|
Merge "Migrate remaining usages of Title::userCan() to PermissionManager"
jenkins-bot
2019-06-14
1
-8
/
+17
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Migrate remaining usages of Title::userCan() to PermissionManager
Máté Szabó
2019-06-03
1
-8
/
+17
*
|
|
Replace some uses of deprecated wfFindFile() and wfLocalFile()
Derick Alangi
2019-06-11
1
-1
/
+2
|
/
/
*
|
Removed 'public $user' as it is deprecated in 1.29
zoranzoki21
2019-05-21
1
-8
/
+0
*
|
Mass conversion to NamespaceInfo
Aryeh Gregor
2019-05-07
1
-2
/
+5
*
|
Deprecate the Http class
Aryeh Gregor
2019-05-06
2
-2
/
+4
*
|
Get rid of unnecessary func_get_args() and friends
Aryeh Gregor
2019-04-12
1
-8
/
+3
*
|
Fix/suppress misc phan errors (#2)
Kunal Mehta
2019-04-05
1
-1
/
+1
*
|
Collapse some nested if statements
Reedy
2019-04-04
1
-11
/
+9
|
/
*
Make the XML dump schema version configurable.
daniel
2019-03-21
1
-0
/
+1
*
import: Remove deprecated WikiRevision::$importer property
Derick Alangi
2019-02-15
1
-7
/
+0
*
build: Updating mediawiki/mediawiki-codesniffer to 24.0.0
Kunal Mehta
2019-02-07
1
-1
/
+1
*
Do not pass $archiveName two times to OldLocalFile
Thiemo Kreuz
2019-01-03
1
-3
/
+7
*
Use PHP 7 '??' operator instead of if-then-else
Fomafix
2018-10-21
1
-5
/
+1
*
Update ImportableUploadRevisionImporter for interwiki usernames
Brad Jorsch
2018-10-16
1
-1
/
+2
*
Mass conversion of $wgContLang to service
Aryeh Gregor
2018-08-11
1
-3
/
+4
*
Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenient
Bartosz Dziewoński
2018-05-30
1
-2
/
+2
*
Add setting to control the creation of NullRevision on upload
WMDE-Fisch
2018-05-09
1
-1
/
+18
*
import: Don't try duplicate detection when the sha1 is unavailable
Brad Jorsch
2018-04-23
1
-10
/
+12
[next]