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
*
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
|
\
|
*
[FileBackend] Changed copy script to use batches for concurrency.
Aaron Schulz
2012-05-06
1
-35
/
+81
*
|
Improve documentation of maintenance scripts.
Alexandre Emsenhuber
2012-06-16
1
-6
/
+12
|
/
*
[FileBackend] Added a script to copy files from one backend to another. Usefu...
Aaron
2012-04-26
1
-0
/
+93