aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/syncFileBackend.php
Commit message (Expand)AuthorAgeFilesLines
* 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