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
/
WikiImporter.php
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
import: Remove unused debug callback
Umherirrender
2021-08-13
1
-17
/
+0
*
Don't allow null values for services in WikiImporter
Alexander Vorwerk
2021-07-14
1
-18
/
+18
*
Remove fallback to global state in WikiImporter
Alexander Vorwerk
2021-07-12
1
-23
/
+9
*
Merge "Remove the fallback for create rights (covered in PM edit rights check...
jenkins-bot
2021-06-30
1
-7
/
+0
|
\
|
*
Remove the fallback for create rights (covered in PM edit rights check).
Roman Stolar
2021-06-30
1
-7
/
+0
*
|
Merge "Use IEC prefixes instead of SI prefixes for byte sizes (docs+backend)"
jenkins-bot
2021-06-29
1
-1
/
+1
|
\
\
|
*
|
Use IEC prefixes instead of SI prefixes for byte sizes (docs+backend)
Fomafix
2021-06-28
1
-1
/
+1
|
|
/
*
/
WikiImporter: Pass a user to WikiPage::prepareContentForEdit()
DannyS712
2021-06-27
1
-1
/
+3
|
/
*
WikiImporter: inject services
ZabeMath
2021-05-24
1
-34
/
+114
*
ImportReporter: replace Title in method signatures
daniel
2021-05-12
1
-8
/
+15
*
Inject dependencies into some ImportTitleFactory classes
DannyS712
2021-03-22
1
-12
/
+41
*
NaiveForeignTitleFactory: inject content language
DannyS712
2021-03-13
1
-1
/
+3
*
WikiImporter: Minor code style changes
Reedy
2021-02-08
1
-21
/
+33
*
Remove unused variable from WikiImporter::doImport()
Reedy
2021-02-08
1
-1
/
+0
*
Improve and add documentation to import/export related classes
Umherirrender
2021-02-01
1
-9
/
+41
*
Revert "Wrap libxml_disable_entity_loader() calls in version constraint"
Reedy
2021-01-27
1
-23
/
+11
*
Wrap libxml_disable_entity_loader() calls in version constraint
Reedy
2021-01-27
1
-11
/
+23
*
composer.json: Add ext-libxml and ext-xmlreader to requires
Reedy
2020-12-27
1
-5
/
+1
*
WikiImporter: Replace deprecated WikiRevision::setText
Ammar Abdulhamid
2020-11-30
1
-4
/
+6
*
Merge "Simplify try-block and exception rethrow"
jenkins-bot
2020-11-20
1
-10
/
+3
|
\
|
*
Simplify try-block and exception rethrow
Ammar Abdulhamid
2020-11-20
1
-10
/
+3
*
|
Hard deprecate WikiRevision::importUpload
Ammar Abdulhamid
2020-11-20
1
-1
/
+3
|
/
*
Replace deprecated WikiPage::factory in import/export related classes
Umherirrender
2020-11-15
1
-2
/
+2
*
Use strict (in)equality with namespaces constants when LHS is definitely an i...
Ed Sanders
2020-07-31
1
-1
/
+1
*
MCR import
daniel
2020-07-18
1
-45
/
+128
*
Use @internal instead of @private per policy
daniel
2020-06-26
1
-1
/
+1
*
Remove terminating line breaks from debug messages
Tim Starling
2020-06-03
1
-4
/
+4
*
Hooks::run() call site migration
Tim Starling
2020-05-30
1
-17
/
+13
*
Add missing visibility on methods related to import/export
Umherirrender
2020-05-09
1
-4
/
+4
*
Use array literals when calling Hooks::run()
Tim Starling
2020-03-04
1
-1
/
+2
*
Coding style: Auto-fix MediaWiki.Usage.IsNull.IsNull
James D. Forrester
2020-01-10
1
-4
/
+4
*
Set method visibility for various constructors
Umherirrender
2019-12-03
1
-1
/
+1
*
Improve param docs
Umherirrender
2019-11-28
1
-2
/
+2
*
Update docblocks for methods potentially returning null
Daimona Eaytoy
2019-09-15
1
-1
/
+2
*
Unsuppress phan issues part 6
Daimona Eaytoy
2019-09-01
1
-0
/
+3
*
Improve type hints in export related classes
Umherirrender
2019-07-05
1
-1
/
+1
*
Migrate remaining usages of Title::userCan() to PermissionManager
Máté Szabó
2019-06-03
1
-8
/
+17
*
Mass conversion to NamespaceInfo
Aryeh Gregor
2019-05-07
1
-2
/
+5
*
Get rid of unnecessary func_get_args() and friends
Aryeh Gregor
2019-04-12
1
-8
/
+3
*
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
*
build: Updating mediawiki/mediawiki-codesniffer to 24.0.0
Kunal Mehta
2019-02-07
1
-1
/
+1
*
Use PHP 7 '??' operator instead of if-then-else
Fomafix
2018-10-21
1
-5
/
+1
*
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
*
Use ::class to resolve class names in includes files
Umherirrender
2018-01-27
1
-1
/
+1
*
Move methods for handling external usernames to a dedicated class
Amir Sarabadani
2018-01-18
1
-40
/
+15
*
[WikiImporter::notice] use wfDebug instead of echo in notice()
Yifei He
2017-12-22
1
-1
/
+3
*
Require indentation of CASE statements in PHP code
Huji Lee
2017-12-10
1
-7
/
+7
*
Merge "Add missing @throws in Importers"
jenkins-bot
2017-12-06
1
-0
/
+2
|
\
[prev]
[next]