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
*
Use type declaration on undocumented private functions
Umherirrender
2025-04-02
1
-1
/
+1
*
Namespace all remaining files in includes/exception
James D. Forrester
2025-03-25
1
-0
/
+1
*
Merge "Replace call_user_func with dynamic function call"
jenkins-bot
2025-02-13
1
-3
/
+3
|
\
|
*
Replace call_user_func with dynamic function call
Umherirrender
2025-02-13
1
-3
/
+3
*
|
Replace call_user_func_array with dynamic function call
Umherirrender
2025-02-03
1
-13
/
+4
|
/
*
Replace isset() with falsy checks
Umherirrender
2024-12-19
1
-6
/
+6
*
Add type hints to detect bool/null message params
Bartosz Dziewoński
2024-11-14
1
-1
/
+5
*
Use namespaced classes
Umherirrender
2024-10-21
1
-0
/
+1
*
Add namespace to maintenance/includes classes
James D. Forrester
2024-10-09
1
-0
/
+1
*
Add namespace to IDBAccessObject and DBAccessObjectUtils
James D. Forrester
2024-09-27
1
-0
/
+1
*
Replace User, Title, and WikiPage in more signatures
Daimona Eaytoy
2024-07-10
1
-3
/
+3
*
Update name & email for bvibber
Brooke Vibber
2024-02-08
1
-1
/
+1
*
Remove more indirect calls to IDBAccessObject::READ_* constants
Amir Sarabadani
2024-01-23
1
-1
/
+1
*
Replace more instances of deprecated MWException
Daimona Eaytoy
2024-01-19
1
-9
/
+6
*
Inline once-called short private methods to its caller, part 1
Amir Sarabadani
2023-12-18
1
-22
/
+4
*
WikiImporter: Pass Authority for permissions instead of global context
Bartosz Dziewoński
2023-12-11
1
-16
/
+16
*
WikiImporter: Fix an access to global config
Bartosz Dziewoński
2023-12-08
1
-3
/
+1
*
Use real type hints for services etc. in import/
Bartosz Dziewoński
2023-12-08
1
-45
/
+12
*
Namespace remaining files under includes/deferred
James D. Forrester
2023-11-22
1
-0
/
+2
*
Use the expression assignment operator to simplify code
Umherirrender
2023-10-14
1
-1
/
+1
*
Namespace Config-related classes under \MediaWiki\Config
James D. Forrester
2023-09-21
1
-0
/
+1
*
Namespace remaining User-related classes under \MediaWiki\User
James D. Forrester
2023-09-20
1
-0
/
+1
*
Namespace remaining Title-related classes under \MediaWiki\Title
James D. Forrester
2023-09-19
1
-0
/
+7
*
Namespace NamespaceInfo under \MediaWiki\Title
James D. Forrester
2023-09-19
1
-0
/
+1
*
Reorg: Move Status to MediaWiki\Status\
Amir Sarabadani
2023-08-25
1
-0
/
+1
*
WikiImporter: Improve error message output
Reedy
2023-07-09
1
-2
/
+3
*
Work around argument corruption bug in XMLReader::open
Tim Starling
2023-06-29
1
-5
/
+17
*
Replace some more usages of deprecated MWException
Daimona Eaytoy
2023-06-09
1
-1
/
+0
*
Fix Phan suppressions related to Title::castFrom*() and friends
Bartosz Dziewoński
2023-04-22
1
-2
/
+1
*
import: Check for seekable streams before doing syntax check
Umherirrender
2023-03-17
1
-0
/
+3
*
Reorg: Namespace the Title class
James D. Forrester
2023-03-02
1
-0
/
+1
*
Merge "import: Add a syntax check for xml imports"
jenkins-bot
2023-02-21
1
-19
/
+58
|
\
|
*
import: Add a syntax check for xml imports
Umherirrender
2023-01-19
1
-19
/
+58
*
|
Merge "WikiImporter: do not fail if upload entry in dump lacks 'text' tag"
jenkins-bot
2023-02-20
1
-0
/
+2
|
\
\
|
|
/
|
/
|
|
*
WikiImporter: do not fail if upload entry in dump lacks 'text' tag
Ferran Tufan
2022-07-10
1
-0
/
+2
*
|
Reorg: Move Title-related classes to title/
Amir Sarabadani
2022-11-26
1
-0
/
+1
*
|
Remove WikiRevision::downloadSource
Matěj Suchánek
2022-11-04
1
-3
/
+3
*
|
Use short array destructuring instead of list()
Tim Starling
2022-10-21
1
-1
/
+1
*
|
Fix broken user name vs. IP import logic in WikiImporter
Thiemo Kreuz
2022-08-05
1
-13
/
+10
|
/
*
Use MainConfigNames instead of string literals
Aryeh Gregor
2022-04-11
1
-1
/
+3
*
phan: Remove PhanPossiblyUndeclaredVariable suppression
Umherirrender
2022-03-30
1
-0
/
+1
*
phan: Disable null_casts_as_any_type setting
Umherirrender
2022-03-21
1
-0
/
+1
*
Add various fallback values for null return values
Umherirrender
2022-03-09
1
-1
/
+1
*
Suppress deprecation warnings from libxml_disable_entity_loader()
Tim Starling
2022-01-21
1
-6
/
+12
*
Refactor global variables to use MediaWikiServices instead
TChin
2022-01-10
1
-3
/
+4
*
Introduced PreparedUpdate to replace PreparedEdit
daniel
2021-12-20
1
-6
/
+6
*
Merge "import/export: Add documentation for nullable arguments"
jenkins-bot
2021-10-20
1
-9
/
+9
|
\
|
*
import/export: Add documentation for nullable arguments
Umherirrender
2021-10-16
1
-9
/
+9
*
|
WikiImporter: improve error handling
Gergő Tisza
2021-10-16
1
-2
/
+11
|
/
*
Change 'fromdbmaster' to WikiPage::READ_LATEST
Umherirrender
2021-09-26
1
-1
/
+1
[next]