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
/
copyFileBackend.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
Maintenance: Print errors from StatusValue objects in a consistent way
Bartosz Dziewoński
2024-06-12
1
-4
/
+3
*
Add namespace and deprecation alias to FileBackend
Ebrahim Byagowi
2024-05-19
1
-0
/
+1
*
maintenance: Begin using `Maintenance::getServiceContainer()`
Derick Alangi
2023-09-04
1
-2
/
+1
*
Reorg: Move Status to MediaWiki\Status\
Amir Sarabadani
2023-08-25
1
-0
/
+1
*
scripts: Use real bool in options for FileBackend::doOperations
Umherirrender
2022-03-08
1
-6
/
+6
*
Remove or replace usages of "sanity"
Reedy
2021-11-19
1
-1
/
+1
*
Convert FileBackendGroup to service
Aryeh Gregor
2019-10-25
1
-2
/
+5
*
Do not output wikitext in maintenance script
Umherirrender
2019-09-20
1
-3
/
+3
*
Unsuppress other phan issues (part 4)
Daimona Eaytoy
2019-08-31
1
-0
/
+1
*
Fix various fatals and IDEA warnings in CopyFileBackend
Aaron Schulz
2019-07-04
1
-14
/
+12
*
Update PHPDoc types in several maintenance scripts and related
Thiemo Kreuz
2019-03-07
1
-3
/
+3
*
Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenient
Bartosz Dziewoński
2018-05-30
1
-3
/
+1
*
Use ::class to resolve class names in maintenance scripts
Umherirrender
2018-01-23
1
-1
/
+1
*
Maintenance: add fatalError() method
Bryan Davis
2017-11-21
1
-7
/
+7
*
Introduce Maintenance::getBatchSize()
Max Semenik
2017-11-05
1
-4
/
+4
*
Use Maintenance::setBatchSize() everywhere
Max Semenik
2017-11-04
1
-2
/
+2
*
Drop check for mbstring in copyFileBackend maintenance script
Ori Livneh
2016-06-30
1
-4
/
+0
*
Convert all array() syntax to []
Kunal Mehta
2016-02-17
1
-40
/
+40
*
Use addDescription() instead of accessing mDescription directly
Max Semenik
2016-01-30
1
-1
/
+1
*
ellapsed => elapsed
Ori Livneh
2015-06-23
1
-6
/
+6
*
Update formatting in maintenance/ (2/4)
Siebrand Mazeland
2014-04-23
1
-0
/
+1
*
Fixed some @params documentation (maintenance)
umherirrender
2014-04-17
1
-1
/
+1
*
Optimized copyFileBackend to use MD5 from listing if given (e.g. Swift)
Aaron Schulz
2014-01-10
1
-5
/
+23
*
Move closing parenthesis from multi line if and function to own line
umherirrender
2013-12-01
1
-2
/
+2
*
Avoid HEAD requests for files missing from the destination
Aaron Schulz
2013-11-12
1
-5
/
+11
*
Added a "syncviadelete" param to copyFileBackend script
Aaron Schulz
2013-10-16
1
-38
/
+139
*
Fixed trailing slash removal code.
Aaron Schulz
2013-05-31
1
-1
/
+1
*
phpcs: More require/include is not a function
Timo Tijhof
2013-05-21
1
-1
/
+1
*
Clear stat cache before determining local copy error message.
Aaron Schulz
2013-05-13
1
-2
/
+2
*
Added wiki ID to backend copy script errors.
Aaron Schulz
2013-05-13
1
-6
/
+7
*
Added missing continue to avoid fatal error.
Aaron Schulz
2013-05-12
1
-1
/
+2
*
Made copyFileBackend.php skip files that cannot be copied instead of stopping.
Aaron Schulz
2013-05-12
1
-1
/
+2
*
Fixed spacing
umherirrender
2013-05-09
1
-1
/
+1
*
[FileBackend] Added "adviseStat" option for the "listing followed by stat" case.
Aaron Schulz
2013-05-09
1
-10
/
+41
*
phpcs: Fix WhiteSpace.LanguageConstructSpacing warnings
Timo Tijhof
2013-05-09
1
-1
/
+1
*
Reduced memory usage a bit for copyFileBackend.php with --missingonly.
Aaron Schulz
2013-04-30
1
-9
/
+13
*
Mention the batch-download time in copyFileBackend.php.
Aaron Schulz
2013-02-26
1
-0
/
+4
*
Improved concurrency of copyFileBackend.php with pipelined downloads.
Aaron Schulz
2013-01-22
1
-2
/
+15
*
Use __DIR__ instead of dirname( __FILE__ )
jeroendedauw
2012-08-27
1
-1
/
+1
*
[FileBackend] Added option for copy script to skip non-UTF8 filenames.
Aaron Schulz
2012-08-10
1
-1
/
+9
*
[FileBackend] Skip over some illegal paths and output the error.
Aaron Schulz
2012-08-01
1
-0
/
+6
*
Free up some memory by unsetting large arrays in backend copy script.
Aaron Schulz
2012-07-17
1
-0
/
+2
*
[FileBackend] Added "bypassReadOnly" flag.
Aaron Schulz
2012-07-17
1
-3
/
+3
*
[FileBackend] Made copy script retry on batch copy failure.
Aaron Schulz
2012-07-12
1
-0
/
+4
*
[FileBackend] Tweaks to speed up backend copy script.
Aaron Schulz
2012-07-12
1
-3
/
+24
*
[FileBackend] Added hash skipping option to speed up script.
Aaron
2012-07-11
1
-3
/
+5
*
[FileBackend] Only show "copied file(s)" for files the script had to copy.
Aaron
2012-07-10
1
-2
/
+4
*
[FileBackend] Improved copy/sync script output.
Aaron
2012-07-10
1
-1
/
+4
*
[FileBackend] Added "ratefile" option for backend copy script.
Aaron
2012-07-10
1
-0
/
+8
*
Merge "[FileBackend] Changed copy script to use batches for concurrency."
Tim Starling
2012-06-26
1
-35
/
+81
|
\
[next]