aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/storage
Commit message (Expand)AuthorAgeFilesLines
* Many more function case mismatchesReedy2016-03-191-1/+1
* Try to fix some other broken-looking legacy maintenance script optionsAlex Monk2016-03-122-0/+2
* maintenance: Remove odd use of $wgLangTimo Tijhof2016-03-031-2/+3
* Convert all array() syntax to []Kunal Mehta2016-02-1711-223/+223
* Fix a bunch of call-time pass-by-reference errorsMax Semenik2016-02-101-1/+1
* Use addDescription() instead of accessing mDescription directlyMax Semenik2016-01-303-4/+4
* Update wfGetDB calls in Maintenance scripts to use getDB()Reedy2016-01-026-11/+11
* Fix numerious errors in RecompressTrackedAaron Schulz2015-12-301-11/+15
* Clean up transactions in maintenance scriptsAaron Schulz2015-12-303-8/+8
* Remove various double empty newlinesumherirrender2015-12-271-1/+0
* Change some line comments to multi line commentsumherirrender2015-10-141-7/+8
* Modernized slave wait checks in recompressTracked.phpAaron Schulz2015-10-021-19/+5
* Fix issues identified by SpaceBeforeSingleLineComment sniffVivek Ghaisas2015-09-261-4/+4
* Use mediawiki/at-ease library for suppressing warningsKunal Mehta2015-06-112-4/+4
* Move MWLogger classes to MediaWiki\Logger namespaceBryan Davis2015-04-031-1/+3
* Documentation of compressOld.phpayush_garg2015-02-061-3/+13
* Merge "Remove explicit require of ExternalStoreDB.php"jenkins-bot2015-02-031-1/+0
|\
| * Remove explicit require of ExternalStoreDB.phpReedy2015-02-031-1/+0
* | Remove unused REPORTING_INTERVAL from resolveStubs.phpReedy2015-02-031-2/+0
|/
* Deprecate wfErrorLogBryan Davis2014-12-151-1/+1
* Fix case of various newFromID/newFromId functionsumherirrender2014-12-101-1/+1
* Merge "Import.php: Use Config instead of globals"jenkins-bot2014-10-301-1/+5
|\
| * Import.php: Use Config instead of globalsKunal Mehta2014-10-221-1/+5
* | chmod 755 bash & Perl files, chmod 644 .css fileSouthparkfan2014-10-301-0/+0
|/
* Add missing @param to function docsumherirrender2014-08-183-1/+15
* Update formatting in maintenance/ (4/4)Siebrand Mazeland2014-04-236-15/+35
* Pass phpcs-strict on maintenance/storage/Siebrand Mazeland2014-04-227-40/+144
* Fixed some @params documentation (maintenance)umherirrender2014-04-173-13/+22
* Remove version check for mysql 4.1 from Maintenance scriptstonythomas012013-12-311-6/+1
* Move closing parenthesis from multi line if and function to own lineumherirrender2013-12-012-4/+4
* Fixed spacingumherirrender2013-11-213-4/+0
* phpcs: More require/include is not a functionTimo Tijhof2013-05-2111-12/+12
* phpcs: Fix WhiteSpace.LanguageConstructSpacing warningsTimo Tijhof2013-05-096-6/+6
* Fixed spacing around parenthesis in languages/tests/maintenanceumherirrender2013-04-282-6/+6
* (Bug 44357) Update checkStorage.php to not use deprecated Revision::getText()Platonides2013-04-251-2/+10
* Fixed some spacing in maintenance folderumherirrender2013-04-184-7/+8
* Added spaces before and removed spaces after 'array'umherirrender2013-04-141-5/+5
* Added/Removed spaces around string concatenationumherirrender2013-04-131-2/+2
* Use American English spelling for behaviorSiebrand Mazeland2013-03-041-1/+1
* Changed blob table to use InnoDB.Aaron Schulz2013-02-211-2/+1
* style: normalize end of filesAntoine Musso2013-02-036-7/+0
* Use ResultWrapper::numRows() instead of DatabaseBase::numRows()Alexandre Emsenhuber2013-01-061-2/+2
* ExternalStoreDB.php was moved to externalstore folder in c37937Platonides2012-12-101-1/+1
* Remove a bunch of trailing spaces and unneeded newlinesumherirrender2012-10-201-3/+1
* merge latest master into Wikidata branchdaniel2012-10-089-35/+70
|\
| * Merge "Clean up: Declare variables with public instead of var"awjrichards2012-09-284-29/+29
| |\
| | * Clean up: Declare variables with public instead of varMarius Hoch2012-09-144-29/+29
| * | Improve documentation of maintenance scripts.Alexandre Emsenhuber2012-09-218-6/+41
| |/
| * Use __DIR__ instead of dirname( __FILE__ )jeroendedauw2012-08-2711-13/+13
| * Make OrphanStats::getDB()'s signature compatible with parent.Alexandre Emsenhuber2012-08-181-1/+1