aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/deleteOrphanedRevisions.php
Commit message (Expand)AuthorAgeFilesLines
* add `use MediaWiki\Maintenance\Maintenance` to some maintenance classesNovem Linguae2024-11-121-0/+1
* Exclude boilerplate maintenance code from code coverage reportsDreamy Jazz2024-08-271-0/+4
* maintenance: Introduce getReplicaDB() and getPrimaryDB()Amir Sarabadani2024-01-181-1/+1
* maintenance: Migrate to DeleteQueryBuilderAmir Sarabadani2024-01-021-2/+8
* maintenance: Use SelectQueryBuilder to construct queriesDerick Alangi2022-07-221-4/+7
* maintenance: Cleanup use of exit in Maintenance::execute implementationUmherirrender2021-08-301-1/+1
* More master -> primary documentation and internal var renamingJames D. Forrester2021-07-151-1/+1
* deleteOrphanedRevisions: remove unneeded pass by referenceDannyS7122021-07-151-2/+2
* Replace uses of DB_MASTER with DB_PRIMARYJames D. Forrester2021-04-291-1/+1
* Improve param docsUmherirrender2019-11-281-1/+1
* Update PHPDoc types in several maintenance scripts and relatedThiemo Kreuz2019-03-071-5/+2
* Use ::class to resolve class names in maintenance scriptsUmherirrender2018-01-231-1/+1
* Add basic IP range support to Special:ContributionsMusikAnimal2017-09-051-0/+3
* Use IDatabase type hints in /maintenanceAaron Schulz2017-04-071-1/+3
* Replace DatabaseBase => Database in more placesAaron Schulz2016-09-281-1/+1
* Convert all array() syntax to []Kunal Mehta2016-02-171-3/+3
* Use addDescription() instead of accessing mDescription directlyMax Semenik2016-01-301-1/+2
* Update wfGetDB calls in Maintenance scripts to use getDB()Reedy2016-01-021-1/+1
* Clean up transactions in maintenance scriptsAaron Schulz2015-12-301-3/+3
* Pass phpcs-strict on maintenance/ (6/8)Siebrand Mazeland2014-04-231-1/+2
* Fixed some @params documentation (maintenance)umherirrender2014-04-171-2/+2
* phpcs: More require/include is not a functionTimo Tijhof2013-05-211-1/+1
* phpcs: Fix WhiteSpace.LanguageConstructSpacing warningsTimo Tijhof2013-05-091-1/+1
* Fixed some spacing in maintenance folderumherirrender2013-04-181-2/+4
* style: normalize end of filesAntoine Musso2013-02-031-1/+0
* Add some __METHOD__ to begin/commit/rollback callsumherirrender2012-12-011-1/+1
* Use __DIR__ instead of dirname( __FILE__ )jeroendedauw2012-08-271-1/+1
* Improve documentation of maintenance scripts.Alexandre Emsenhuber2012-07-081-3/+8
* More __METHOD__ in our madnessSam Reed2012-02-241-2/+2
* Fixup/add documentationSam Reed2011-03-301-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-5/+5
* Big commit: kill almost every freeResult() call as uselessChad Horohoe2010-08-081-1/+0
* Fixed some doxygen warningsAlexandre Emsenhuber2010-07-101-1/+1
* Stylize maintenance folder..Sam Reed2010-05-221-6/+6
* Followup r60051, with the rest of the callers and removing a useless subclass...Chad Horohoe2009-12-141-3/+3
* * batch change for "while ( $row = $db->fetchObject( $res ) )" and similar to...Alexandre Emsenhuber2009-08-171-1/+1
* Revert r54244 which was stupid and fix this properly. Require commandLine.inc...Chad Horohoe2009-08-031-1/+1
* tableNamesN() and make init $revisions before trying to use itChad Horohoe2009-08-021-1/+2
* Merge maintenance-work branch (now with less errors!):Chad Horohoe2009-08-021-38/+71
* * (bug 18698) Renaming non entry point maintenance scripts from .inc.php to .incShinjiman2009-05-231-1/+1
* (bug 17948) Maintenance scripts now exit(0) or exit(1) as appropriateChad Horohoe2009-04-061-2/+4
* WARNING: HUGE COMMITAlexandre Emsenhuber2008-05-201-1/+2
* Remove ?>'s from files. They're pointless, and just asking for people to mes...Aryeh Gregor2007-06-291-1/+0
* The war on redundant ampersand usage!Nick Jenkins2007-01-221-1/+1
* Use Doxygen @addtogroup instead of phpdoc @package && @subpackageAntoine Musso2007-01-201-2/+1
* Maintenance script to remove orphaned revisions from the databaseRob Church2006-05-171-0/+55