aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/storage/resolveStubs.php
Commit message (Expand)AuthorAgeFilesLines
* Replace a number of uses of class aliases with the real thingsJames D. Forrester2025-03-261-0/+1
* Remove trivial 1-line PHPDocs that just repeat the codethiemowmde2025-01-161-3/+0
* Exclude boilerplate maintenance code from code coverage reportsDreamy Jazz2024-08-271-0/+4
* maintenance: Replace unnecessary uses of LBFactory and LoadBalancerBartosz Dziewoński2024-01-231-2/+1
* maintenance: Introduce getReplicaDB() and getPrimaryDB()Amir Sarabadani2024-01-181-3/+3
* maintenance: Begin using `Maintenance::getServiceContainer()`Derick Alangi2023-09-041-2/+1
* Migrate more calls of Database::select* to SelectQueryBuilderAmir Sarabadani2023-07-261-6/+10
* maintenance: Switch simple calls of Database::select to SQBAmir Sarabadani2023-07-191-7/+9
* Remove unused local variable assignmentUmherirrender2023-02-041-1/+0
* Update moveToExternal and resolveStubsTim Starling2022-12-201-82/+141
* HistoryBlobStub: add getLocation() to get $mOldIdUniversal Omega2021-10-191-2/+2
* Replace uses of DB_MASTER with DB_PRIMARYJames D. Forrester2021-04-291-1/+1
* maintenance: Move commandLine from .inc to .phpJames D. Forrester2020-09-281-1/+1
* Replace wfWaitForSlaves() with LBFactory::waitForReplication()Reedy2020-05-021-1/+4
* Pass '' instead of false for the $conds parameter in select calls.daniel2018-03-021-1/+1
* Rename DB_SLAVE constant to DB_REPLICAAaron Schulz2016-09-051-2/+2
* Convert all array() syntax to []Kunal Mehta2016-02-171-9/+9
* Remove unused REPORTING_INTERVAL from resolveStubs.phpReedy2015-02-031-2/+0
* Add missing @param to function docsumherirrender2014-08-181-0/+3
* Update formatting in maintenance/ (4/4)Siebrand Mazeland2014-04-231-0/+1
* Pass phpcs-strict on maintenance/storage/Siebrand Mazeland2014-04-221-2/+7
* phpcs: More require/include is not a functionTimo Tijhof2013-05-211-1/+1
* style: normalize end of filesAntoine Musso2013-02-031-1/+0
* Improve documentation of maintenance scripts.Alexandre Emsenhuber2012-09-211-2/+2
* Use __DIR__ instead of dirname( __FILE__ )jeroendedauw2012-08-271-1/+1
* Merge r86398 into the old wfWaitForSlaves. Update core calls.Platonides2011-04-201-1/+1
* Part of bug 26280: added license headers to PHP files in maintenanceAlexandre Emsenhuber2010-12-161-0/+18
* Whitespace fixup under tha maint directory.Mark A. Hershberger2010-12-041-3/+3
* Assignment in loop conditions suckSam Reed2010-10-131-1/+1
* Big commit: kill almost every freeResult() call as uselessChad Horohoe2010-08-081-4/+1
* Stylize maintenance folder..Sam Reed2010-05-221-6/+6
* In fixBug20757.php:Tim Starling2010-02-221-5/+3
* (bug 20275) Fixed LIKE queries on SQLite backendMax Semenik2009-10-211-1/+1
* WARNING: HUGE COMMITAlexandre Emsenhuber2008-05-201-0/+4
* don't use unspecific paths in require_once()'s ... they break with default in...Brion Vibber2007-08-131-1/+0
* Remove ?>'s from files. They're pointless, and just asking for people to mes...Aryeh Gregor2007-06-291-1/+1
* Fix up paths so you can call these scripts from base dirBrion Vibber2007-01-241-1/+1
* The war on redundant ampersand usage!Nick Jenkins2007-01-221-3/+3
* Apply most of the code tweaks from the live site:Brion Vibber2007-01-171-2/+3
* For the maintenance/ directory files:Nick Jenkins2007-01-121-4/+0
* Live fixes: lots of scary magic runes; php 5 fixes; reporting; etcBrion Vibber2006-04-021-33/+25
* * s~\t+$~~Ævar Arnfjörð Bjarmason2006-01-071-1/+1
* * s~ +$~~Ævar Arnfjörð Bjarmason2006-01-071-7/+7
* External storage handlingTim Starling2005-08-141-32/+44
* scripts for external storageTim Starling2005-08-141-0/+96