aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/storage
Commit message (Expand)AuthorAgeFilesLines
* Merge "Replace wfWiki() usage with WikiMap in some additional places"jenkins-bot2019-07-231-1/+3
|\
| * Replace wfWiki() usage with WikiMap in some additional placesAaron Schulz2019-07-041-1/+3
* | maintenance: Avoid usage of deprecated Revision::* constantsDerick Alangi2019-07-211-1/+2
* | Merge "Migrate various callers away from wfWikiId() to WikiMap"jenkins-bot2019-07-121-1/+1
|\ \
| * | Migrate various callers away from wfWikiId() to WikiMapAaron Schulz2019-07-121-1/+1
| |/
* / Normalize the code style of some ResultWrapper iteration loopsAaron Schulz2019-07-101-3/+3
|/
* Make ExternalStore wrap ExternalStoreFactory and create access classAaron Schulz2019-06-284-12/+26
* Remove references to field rev_text_idBill Pirkle2019-04-223-53/+95
* Remove usages of 'text' flag in revision-related getQueryInfo() callsBill Pirkle2019-04-161-2/+2
* Get rid of unnecessary func_get_args() and friendsAryeh Gregor2019-04-121-2/+1
* Merge "Fix order of @var parameter in PHP"jenkins-bot2019-04-121-1/+1
|\
| * Fix order of @var parameter in PHPFomafix2019-04-081-1/+1
* | Use https://www.php.net/ instead of https://secure.php.net/Fomafix2019-04-121-1/+1
|/
* Replace deprecated function wfEscapeShellArg with Shell::escape()Derick Alangi2019-04-072-5/+7
* Fix/suppress misc phan errors (#5)Kunal Mehta2019-04-051-1/+3
* maintenance: Deprecate Maintenance::hasArg/getArg with no paramThiemo Kreuz2019-03-291-1/+1
* Avoid using calls to freeResults() and allow object go out of scopeDerick Alangi2019-03-231-7/+0
* build: Updating mediawiki/mediawiki-codesniffer to 24.0.0Kunal Mehta2019-02-071-1/+0
* No yoda conditionsFomafix2018-11-211-2/+2
* Use PHP 7 '??' operator instead of if-then-elseFomafix2018-10-273-15/+3
* Use "break" instead of "continue" inside a switchRazeSoldier2018-10-151-2/+2
* Re-namespace RevisionStore and RevisionRecord classesBrad Jorsch2018-10-091-1/+1
* Add constant for the name of the 'main' slot for MCRGergő Tisza2018-09-241-2/+3
* Add missing use statementsUmherirrender2018-06-271-1/+2
* PHP: Use short ternary operator (?:) where possibleFomafix2018-06-111-1/+1
* Replace call_user_func_array(), part 2Max Semenik2018-06-071-3/+3
* Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenientBartosz Dziewoński2018-05-303-3/+3
* Use PHP 5.6 '**' operator instead of 'pow()' functionBartosz Dziewoński2018-05-301-1/+1
* Replace HTTP by HTTPSFomafix2018-05-221-1/+1
* Rewrite DumpRev to not always fatal outAaron Schulz2018-04-271-40/+16
* Drop archive.ar_text and ar_flagsBrad Jorsch2018-04-031-19/+0
* Merge "Replace wfGetLBFactory"jenkins-bot2018-03-093-3/+9
|\
| * Replace wfGetLBFactoryUmherirrender2018-02-273-3/+9
* | Pass '' instead of false for the $conds parameter in select calls.daniel2018-03-027-9/+9
|/
* Remove wfWaitForSlaves when using Maintenance::commitTransactionUmherirrender2018-02-262-11/+0
* Update suppressWarning()/restoreWarning() callsReedy2018-02-102-4/+4
* Use ::class to resolve class names in maintenance scriptsUmherirrender2018-01-237-8/+8
* build: Updating mediawiki/mediawiki-codesniffer to 15.0.0Umherirrender2018-01-011-2/+1
* [WikiImporter::notice] use wfDebug instead of echo in notice()Yifei He2017-12-221-0/+3
* Fix manual IN queries in checkStorage.phpPppery2017-12-131-2/+6
* maintenance: Replace manual IN query with select wrapperYifei He2017-12-121-6/+14
* Maintenance: add fatalError() methodBryan Davis2017-11-214-22/+28
* Replace selectFields() methods with getQueryInfo()Brad Jorsch2017-10-301-9/+7
* Replace more uses of "SELECT *"Brad Jorsch2017-10-131-1/+5
* Move DB errors to Rdbms namespaceAaron Schulz2017-04-151-0/+2
* maintenance: Replace implicit Bugzilla bug numbers with Phab onesJames D. Forrester2017-02-212-7/+7
* Remove empty lines from PHP and JavaScript comment blocksThiemo Mättig2016-12-091-2/+0
* Get ConfigFactory & MainConfig from MediaWikiServicesaddshore2016-11-231-1/+3
* Replace DatabaseBase => Database in more placesAaron Schulz2016-09-281-1/+1
* Clean up array() syntax in docs, part VIIAmir Sarabadani2016-09-271-1/+1