aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/copyFileBackend.php
Commit message (Expand)AuthorAgeFilesLines
* Maintenance: Print errors from StatusValue objects in a consistent wayBartosz Dziewoński2024-06-121-4/+3
* Add namespace and deprecation alias to FileBackendEbrahim Byagowi2024-05-191-0/+1
* maintenance: Begin using `Maintenance::getServiceContainer()`Derick Alangi2023-09-041-2/+1
* Reorg: Move Status to MediaWiki\Status\Amir Sarabadani2023-08-251-0/+1
* scripts: Use real bool in options for FileBackend::doOperationsUmherirrender2022-03-081-6/+6
* Remove or replace usages of "sanity"Reedy2021-11-191-1/+1
* Convert FileBackendGroup to serviceAryeh Gregor2019-10-251-2/+5
* Do not output wikitext in maintenance scriptUmherirrender2019-09-201-3/+3
* Unsuppress other phan issues (part 4)Daimona Eaytoy2019-08-311-0/+1
* Fix various fatals and IDEA warnings in CopyFileBackendAaron Schulz2019-07-041-14/+12
* Update PHPDoc types in several maintenance scripts and relatedThiemo Kreuz2019-03-071-3/+3
* Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenientBartosz Dziewoński2018-05-301-3/+1
* Use ::class to resolve class names in maintenance scriptsUmherirrender2018-01-231-1/+1
* Maintenance: add fatalError() methodBryan Davis2017-11-211-7/+7
* Introduce Maintenance::getBatchSize()Max Semenik2017-11-051-4/+4
* Use Maintenance::setBatchSize() everywhereMax Semenik2017-11-041-2/+2
* Drop check for mbstring in copyFileBackend maintenance scriptOri Livneh2016-06-301-4/+0
* Convert all array() syntax to []Kunal Mehta2016-02-171-40/+40
* Use addDescription() instead of accessing mDescription directlyMax Semenik2016-01-301-1/+1
* ellapsed => elapsedOri Livneh2015-06-231-6/+6
* Update formatting in maintenance/ (2/4)Siebrand Mazeland2014-04-231-0/+1
* Fixed some @params documentation (maintenance)umherirrender2014-04-171-1/+1
* Optimized copyFileBackend to use MD5 from listing if given (e.g. Swift)Aaron Schulz2014-01-101-5/+23
* Move closing parenthesis from multi line if and function to own lineumherirrender2013-12-011-2/+2
* Avoid HEAD requests for files missing from the destinationAaron Schulz2013-11-121-5/+11
* Added a "syncviadelete" param to copyFileBackend scriptAaron Schulz2013-10-161-38/+139
* Fixed trailing slash removal code.Aaron Schulz2013-05-311-1/+1
* phpcs: More require/include is not a functionTimo Tijhof2013-05-211-1/+1
* Clear stat cache before determining local copy error message.Aaron Schulz2013-05-131-2/+2
* Added wiki ID to backend copy script errors.Aaron Schulz2013-05-131-6/+7
* Added missing continue to avoid fatal error.Aaron Schulz2013-05-121-1/+2
* Made copyFileBackend.php skip files that cannot be copied instead of stopping.Aaron Schulz2013-05-121-1/+2
* Fixed spacingumherirrender2013-05-091-1/+1
* [FileBackend] Added "adviseStat" option for the "listing followed by stat" case.Aaron Schulz2013-05-091-10/+41
* phpcs: Fix WhiteSpace.LanguageConstructSpacing warningsTimo Tijhof2013-05-091-1/+1
* Reduced memory usage a bit for copyFileBackend.php with --missingonly.Aaron Schulz2013-04-301-9/+13
* Mention the batch-download time in copyFileBackend.php.Aaron Schulz2013-02-261-0/+4
* Improved concurrency of copyFileBackend.php with pipelined downloads.Aaron Schulz2013-01-221-2/+15
* Use __DIR__ instead of dirname( __FILE__ )jeroendedauw2012-08-271-1/+1
* [FileBackend] Added option for copy script to skip non-UTF8 filenames.Aaron Schulz2012-08-101-1/+9
* [FileBackend] Skip over some illegal paths and output the error.Aaron Schulz2012-08-011-0/+6
* Free up some memory by unsetting large arrays in backend copy script.Aaron Schulz2012-07-171-0/+2
* [FileBackend] Added "bypassReadOnly" flag.Aaron Schulz2012-07-171-3/+3
* [FileBackend] Made copy script retry on batch copy failure.Aaron Schulz2012-07-121-0/+4
* [FileBackend] Tweaks to speed up backend copy script.Aaron Schulz2012-07-121-3/+24
* [FileBackend] Added hash skipping option to speed up script.Aaron2012-07-111-3/+5
* [FileBackend] Only show "copied file(s)" for files the script had to copy.Aaron2012-07-101-2/+4
* [FileBackend] Improved copy/sync script output.Aaron2012-07-101-1/+4
* [FileBackend] Added "ratefile" option for backend copy script.Aaron2012-07-101-0/+8
* Merge "[FileBackend] Changed copy script to use batches for concurrency."Tim Starling2012-06-261-35/+81
|\