aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/syncFileBackend.php
Commit message (Expand)AuthorAgeFilesLines
* Drop experimental FileJournal system without deprecationJames D. Forrester2021-11-011-314/+0
* Avoid Status/StatusValue mismatch in syncFileBackend maintenance scriptUmherirrender2021-08-271-1/+1
* Use static closures where safe to useUmherirrender2021-02-111-1/+1
* Convert FileBackendGroup to serviceAryeh Gregor2019-10-251-2/+5
* Migrate various callers away from wfWikiId() to WikiMapAaron Schulz2019-07-121-1/+5
* Remove comments literally repeating the next line of codeThiemo Kreuz2019-02-271-1/+1
* Use ::class to resolve class names in maintenance scriptsUmherirrender2018-01-231-1/+1
* Maintenance: add fatalError() methodBryan Davis2017-11-211-3/+3
* Introduce Maintenance::getBatchSize()Max Semenik2017-11-051-1/+1
* syncFileBackend.php: ellapsed => elapsedKevin Israel2016-07-251-2/+2
* Convert all array() syntax to []Kunal Mehta2016-02-171-18/+18
* Use addDescription() instead of accessing mDescription directlyMax Semenik2016-01-301-1/+1
* Fixed small IDE error in –syncFileBackend.phpAaron Schulz2015-09-191-0/+1
* Add missing @param to function docsumherirrender2014-08-181-0/+1
* Update formatting in maintenance/ (4/4)Siebrand Mazeland2014-04-231-1/+4
* Fixed some @params documentation (maintenance)umherirrender2014-04-171-11/+11
* Use preloadFileStat() to speed up syncFileBackendAaron Schulz2014-03-141-0/+3
* phpcs: More require/include is not a functionTimo Tijhof2013-05-211-1/+1
* phpcs: Fix WhiteSpace.LanguageConstructSpacing warningsTimo Tijhof2013-05-091-1/+1
* Added a --backoff option for syncFileBackend.phpAaron Schulz2013-04-301-1/+8
* Made backend sync script update the pos file periorically.Aaron Schulz2013-03-091-2/+13
* Made syncFileBackend.php clearer with handling --postime.Aaron Schulz2013-03-061-1/+2
* Added --postime option syncFileBackend.Aaron Schulz2013-03-031-1/+6
* Added "posdump" option to syncFileBackend to dump the current position.Aaron Schulz2012-10-041-2/+25
* Made backend sync script handle random errors better.Aaron2012-09-101-1/+5
* Improve documentation of maintenance scripts.Alexandre Emsenhuber2012-09-021-0/+7
* Use __DIR__ instead of dirname( __FILE__ )jeroendedauw2012-08-271-1/+1
* [FileBackend] Made copy script use error() for status dump.Aaron Schulz2012-07-251-1/+1
* [FileBackend] Added "bypassReadOnly" flag.Aaron Schulz2012-07-171-3/+3
* [FileBackend] Improved copy/sync script output.Aaron2012-07-101-7/+12
* [FileBackend] Syncing from journal support.Aaron Schulz2012-05-061-0/+236