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
/
fetchText.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
add `use MediaWiki\Maintenance\Maintenance` to some maintenance classes
Novem Linguae
2024-11-12
1
-0
/
+1
*
Exclude boilerplate maintenance code from code coverage reports
Dreamy Jazz
2024-08-27
1
-0
/
+4
*
Make Maintenance::finalSetup require a SettingsBuilder
daniel
2024-01-08
1
-1
/
+1
*
maintenance: Begin using `Maintenance::getServiceContainer()`
Derick Alangi
2023-09-04
1
-2
/
+1
*
Use MainConfigNames instead of string literals, #5
Aryeh Gregor
2022-04-27
1
-1
/
+2
*
Allow config merge strategies to be bypassed.
daniel
2022-02-22
1
-1
/
+1
*
Reapply "SettingsBuilder: allow maintenance scripts to manipulate config"
Ppchelko
2022-01-26
1
-5
/
+5
*
Revert "SettingsBuilder: allow maintenance scripts to manipulate config"
Ppchelko
2022-01-26
1
-5
/
+5
*
SettingsBuilder: allow maintenance scripts to manipulate config
daniel
2022-01-26
1
-5
/
+5
*
try to use 'dump' group for db connections for dumps of page content
Ariel T. Glenn
2022-01-14
1
-1
/
+13
*
docs: Use interface instead of real types in documentation
Umherirrender
2021-08-26
1
-1
/
+2
*
Use multi-catch block in fetchText.php
Umherirrender
2020-07-31
1
-5
/
+1
*
Make BackupDumper MCR compatible (main slot only)
daniel
2019-03-14
1
-30
/
+34
*
Use ::class to resolve class names in maintenance scripts
Umherirrender
2018-01-23
1
-1
/
+1
*
Use IDatabase type hints in /maintenance
Aaron Schulz
2017-04-07
1
-1
/
+3
*
Replace DatabaseBase => Database in more places
Aaron Schulz
2016-09-28
1
-1
/
+1
*
Rename DB_SLAVE constant to DB_REPLICA
Aaron Schulz
2016-09-05
1
-1
/
+1
*
Convert all array() syntax to []
Kunal Mehta
2016-02-17
1
-2
/
+2
*
Use addDescription() instead of accessing mDescription directly
Max Semenik
2016-01-30
1
-2
/
+3
*
Update wfGetDB calls in Maintenance scripts to use getDB()
Reedy
2016-01-02
1
-1
/
+1
*
Make lines short to pass phpcs in files under maintenance/
Amir E. Aharoni
2015-09-27
1
-2
/
+3
*
Fix some stuttering in comments and documentation
Ricordisamoa
2014-12-17
1
-1
/
+1
*
Apply exportTransform in backupTextPass.inc
daniel
2014-11-23
1
-1
/
+2
*
Update formatting in maintenance/ (2/4)
Siebrand Mazeland
2014-04-23
1
-7
/
+7
*
Fixed some @params documentation (maintenance)
umherirrender
2014-04-17
1
-3
/
+3
*
phpcs: More require/include is not a function
Timo Tijhof
2013-05-21
1
-1
/
+1
*
phpcs: Fix WhiteSpace.LanguageConstructSpacing warnings
Timo Tijhof
2013-05-09
1
-1
/
+1
*
Fixed spacing around parenthesis in languages/tests/maintenance
umherirrender
2013-04-28
1
-2
/
+2
*
Fixed some spacing in maintenance folder
umherirrender
2013-04-18
1
-1
/
+1
*
Use __DIR__ instead of dirname( __FILE__ )
jeroendedauw
2012-08-27
1
-1
/
+1
*
Improve documentation of maintenance scripts.
Alexandre Emsenhuber
2012-07-10
1
-1
/
+7
*
Add, update, tweak documentation
Sam Reed
2011-10-26
1
-1
/
+1
*
Added a note when this script is used
Alexandre Emsenhuber
2011-06-04
1
-0
/
+1
*
Fixup/add documentation
Sam Reed
2011-03-30
1
-1
/
+1
*
Fix concern raised by Brion in r74108 (but has really existed since the maint...
Chad Horohoe
2011-01-13
1
-1
/
+1
*
Use __METHOD__; name was false
Alexandre Emsenhuber
2010-10-09
1
-1
/
+1
*
clean up space/tab stuff
Ariel Glenn
2010-07-19
1
-9
/
+9
*
distinguish failed text retrieval from empty text, consolidate text retrieval...
Ariel Glenn
2010-06-16
1
-2
/
+19
*
XML snapshots: when retrieving revision text, send the text id back to reques...
Ariel Glenn
2010-06-04
1
-1
/
+1
*
Stylize maintenance folder..
Sam Reed
2010-05-22
1
-5
/
+5
*
Revert r54244 which was stupid and fix this properly. Require commandLine.inc...
Chad Horohoe
2009-08-03
1
-1
/
+1
*
Merge maintenance-work branch (now with less errors!):
Chad Horohoe
2009-08-02
1
-27
/
+55
*
Revert r52336 "Merge maintenance-work branch:"
Brion Vibber
2009-06-24
1
-40
/
+26
*
Merge maintenance-work branch:
Chad Horohoe
2009-06-24
1
-26
/
+40
*
WARNING: HUGE COMMIT
Alexandre Emsenhuber
2008-05-20
1
-1
/
+3
*
Don't fall into an infinite loop o' death if the pipes get broken.
Brion Vibber
2008-05-19
1
-3
/
+4
*
Do text normalization in dumpTextPass rather than fetchText, to ensure that t...
Brion Vibber
2007-11-20
1
-3
/
+1
*
Initial implementation of restartable subprocess for text fetching in dumpTex...
Brion Vibber
2007-11-20
1
-0
/
+38