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
/
maintenance
/
includes
/
TextPassDumper.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use $string === '' instead of strlen( $string ) === 0
Fomafix
2025-01-30
1
-2
/
+2
*
dumps: Use proc_close() to close proc_open() subprocess
Máté Szabó
2025-01-16
1
-1
/
+1
*
Replace isset() with falsy checks
Umherirrender
2024-12-19
1
-1
/
+1
*
TextPassDumper: refresh content address on failure
Erik Bernhardson
2024-11-05
1
-7
/
+40
*
Cleanup connection handling in BackupDumper/TextPassDumper
Aaron Schulz
2024-10-23
1
-71
/
+0
*
Add namespace to maintenance/includes classes
James D. Forrester
2024-10-09
1
-0
/
+13
*
Exclude boilerplate maintenance code from code coverage reports
Dreamy Jazz
2024-08-27
1
-0
/
+2
*
Make use of the ??= and ?? operators where it makes sense
thiemowmde
2024-08-26
1
-5
/
+1
*
Add namespace and deprecation alias to Xml and XmlSelect
Ebrahim Byagowi
2024-05-16
1
-0
/
+1
*
Update name & email for bvibber
Brooke Vibber
2024-02-08
1
-1
/
+1
*
Replace more instances of unchecked MWException
Daimona Eaytoy
2024-01-23
1
-1
/
+1
*
Make Maintenance::finalSetup require a SettingsBuilder
daniel
2024-01-08
1
-1
/
+1
*
Use thousands separators in selected integer literals
Tim Starling
2023-12-12
1
-1
/
+1
*
maintenance: Begin using `Maintenance::getServiceContainer()`
Derick Alangi
2023-09-04
1
-6
/
+5
*
Replace more usages of deprecated MWException
Daimona Eaytoy
2023-06-08
1
-16
/
+15
*
Reorg: Migrate WikiMap to WikiMap/ out of includes
Amir Sarabadani
2023-02-27
1
-0
/
+1
*
Various doc fixes about false on method arguments/return types
Umherirrender
2022-11-10
1
-1
/
+1
*
build: Update mediawiki/mediawiki-phan-config to 0.12.0
Daimona Eaytoy
2022-10-08
1
-0
/
+1
*
Start `catch` blocks on the same line as the preceding }
DannyS712
2022-06-23
1
-2
/
+1
*
Fix many typos in comments
Matěj Suchánek
2022-05-10
1
-1
/
+1
*
phan: Remove PhanPossiblyUndeclaredVariable suppression
Umherirrender
2022-03-30
1
-0
/
+1
*
snapshot: Add @var documentation for class properties
Umherirrender
2022-03-09
1
-16
/
+31
*
Fix type of value directly passed to php internal functions
Umherirrender
2022-03-07
1
-3
/
+3
*
Replace some more usages of Wikimedia\(suppress|restore)Warnings()
Reedy
2022-02-24
1
-2
/
+2
*
maintenance: Replace some usages of Wikimedia\(suppress|restore)Warnings()
Reedy
2022-02-24
1
-2
/
+3
*
Merge "PHP 8.1: add ENT_COMPAT to some htmlspecialchars() calls"
jenkins-bot
2022-01-27
1
-1
/
+1
|
\
|
*
PHP 8.1: add ENT_COMPAT to some htmlspecialchars() calls
Tim Starling
2022-01-25
1
-1
/
+1
*
|
Reapply "SettingsBuilder: allow maintenance scripts to manipulate config"
Ppchelko
2022-01-26
1
-2
/
+3
*
|
Revert "SettingsBuilder: allow maintenance scripts to manipulate config"
Ppchelko
2022-01-26
1
-3
/
+2
*
|
SettingsBuilder: allow maintenance scripts to manipulate config
daniel
2022-01-26
1
-2
/
+3
|
/
*
Remove or replace usages of "sanity"
Reedy
2021-11-19
1
-1
/
+1
*
docs: Fix nullable documentation for class properties
Umherirrender
2021-09-24
1
-2
/
+2
*
Merge "docs: Use interface instead of real types in documentation"
jenkins-bot
2021-08-28
1
-1
/
+2
|
\
|
*
docs: Use interface instead of real types in documentation
Umherirrender
2021-08-26
1
-1
/
+2
*
|
export: Fix false/null handling for fread in TextPassDumper
Umherirrender
2021-08-27
1
-1
/
+1
|
/
*
Use IEC prefixes instead of SI prefixes for byte sizes (docs+backend)
Fomafix
2021-06-28
1
-1
/
+1
*
move the registration of SevenZipStream in dump module
Ariel T. Glenn
2021-01-14
1
-0
/
+4
*
Safer autoloading with respect to file-scope code
Tim Starling
2021-01-11
1
-1
/
+2
*
Improve class property documentation
Umherirrender
2020-10-30
1
-3
/
+5
*
phan: Enable redundant_condition_detection
Umherirrender
2020-07-01
1
-0
/
+1
*
Pass function name to database functions (maintenance scripts)
Umherirrender
2020-06-07
1
-1
/
+1
*
Remove terminating line breaks from debug messages
Tim Starling
2020-06-03
1
-1
/
+1
*
TextPassDumper: implement prefetch for non-main slots.
daniel
2020-03-24
1
-46
/
+70
*
WikiMap: Add WikiMap::getCurrentWikiId() to make common use case easier
Timo Tijhof
2020-03-03
1
-1
/
+1
*
Introduce ContentHandlerFactory
ArtBaltai
2020-02-07
1
-2
/
+4
*
Coding style: Auto-fix MediaWiki.Usage.IsNull.IsNull
James D. Forrester
2020-01-10
1
-1
/
+1
*
Set method visibility on maintenance scripts
Umherirrender
2019-11-16
1
-16
/
+16
*
Set public for override of Maintenance functions
Umherirrender
2019-10-09
1
-2
/
+2
*
Unsuppress phan issues part 6
Daimona Eaytoy
2019-09-01
1
-0
/
+1
*
Unsuppress more phan issues (part 5)
Daimona Eaytoy
2019-09-01
1
-0
/
+1
[next]