aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/dumpUploads.php
Commit message (Expand)AuthorAgeFilesLines
* Exclude boilerplate maintenance code from code coverage reportsDreamy Jazz2024-08-271-0/+4
* maintenance: Introduce getReplicaDB() and getPrimaryDB()Amir Sarabadani2024-01-181-2/+2
* maintenance: Begin using `Maintenance::getServiceContainer()`Derick Alangi2023-09-041-3/+1
* maintenance: Use SelectQueryBuilder to construct queriesDerick Alangi2022-07-221-11/+12
* Pass function name to database functions (maintenance scripts)Umherirrender2020-06-071-1/+1
* Remove terminating line breaks from debug messagesTim Starling2020-06-031-1/+1
* Set method visibility on maintenance scriptsUmherirrender2019-11-161-4/+4
* Simplify maintenance/dumpUploadsDaimona Eaytoy2019-09-071-15/+17
* Replace some uses of deprecated wfFindFile() and wfLocalFile()Derick Alangi2019-06-111-1/+3
* Normalize "LEFT OUTER JOIN" to "LEFT JOIN" in SQL queriesAaron Schulz2019-03-061-1/+1
* Have class match filename in some maintenance scriptsKunal Mehta2018-05-231-2/+2
* Use ::class to resolve class names in maintenance scriptsUmherirrender2018-01-231-1/+1
* Rename DB_SLAVE constant to DB_REPLICAAaron Schulz2016-09-051-2/+2
* Merge "DumpUploads: output local path instead of mwstore path"jenkins-bot2016-06-171-1/+1
|\
| * DumpUploads: output local path instead of mwstore pathSouthparkfan2016-02-041-1/+1
* | Convert all array() syntax to []Kunal Mehta2016-02-171-1/+1
|/
* Use addDescription() instead of accessing mDescription directlyMax Semenik2016-01-301-2/+2
* Update wfGetDB calls in Maintenance scripts to use getDB()Reedy2016-01-021-2/+2
* Update formatting in maintenance/ (2/4)Siebrand Mazeland2014-04-231-1/+1
* Fixed some @params documentation (maintenance)umherirrender2014-04-171-2/+2
* Fixed spacingumherirrender2013-11-211-1/+1
* phpcs: More require/include is not a functionTimo Tijhof2013-05-211-1/+1
* phpcs: Fix WhiteSpace.LanguageConstructSpacing warningsTimo Tijhof2013-05-091-1/+1
* Use __DIR__ instead of dirname( __FILE__ )jeroendedauw2012-08-271-1/+1
* Improve documentation of maintenance scripts.Alexandre Emsenhuber2012-07-101-1/+8
* No current need for an alias to getPath()Russ Nelson2011-05-041-1/+1
* Fix concern raised by Brion in r74108 (but has really existed since the maint...Chad Horohoe2011-01-131-1/+1
* Whitespace fixup under tha maint directory.Mark A. Hershberger2010-12-041-6/+6
* Big commit: kill almost every freeResult() call as uselessChad Horohoe2010-08-081-2/+0
* Fix typo in deleteArchivedFiles.incSam Reed2010-07-241-1/+1
* Stylize maintenance folder..Sam Reed2010-05-221-10/+10
* Fixed some doxygen warnings and documented a little bitAlexandre Emsenhuber2010-03-211-4/+8
* Revert r54244 which was stupid and fix this properly. Require commandLine.inc...Chad Horohoe2009-08-031-1/+1
* Merge maintenance-work branch (now with less errors!):Chad Horohoe2009-08-021-46/+41
* WARNING: HUGE COMMITAlexandre Emsenhuber2008-05-201-0/+4
* * regression fix: make dumpUploads.php work againBrion Vibber2008-03-061-45/+50
* Remove ?>'s from files. They're pointless, and just asking for people to mes...Aryeh Gregor2007-06-291-1/+0
* forgot to make the base path settableBrion Vibber2006-08-151-2/+8
* Quickie script to dump out list of filenames of used images.Brion Vibber2006-08-151-0/+110