index
:
mediawikicore.git
REL1_39
REL1_40
REL1_41
REL1_42
REL1_43
development
fundraising/REL1_39
fundraising/REL1_43
master
wmf/1.44.0-wmf.21
wmf/1.44.0-wmf.22
wmf/1.44.0-wmf.23
wmf/branch_cut_pretest
wmf/next
The collaborative editing software that runs Wikipedia.
Tyler Davis
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
maintenance
/
deleteOrphanedRevisions.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
add `use MediaWiki\Maintenance\Maintenance` to some maintenance classes
Novem Linguae
2024-11-12
1
-0
/
+1
*
Exclude boilerplate maintenance code from code coverage reports
Dreamy Jazz
2024-08-27
1
-0
/
+4
*
maintenance: Introduce getReplicaDB() and getPrimaryDB()
Amir Sarabadani
2024-01-18
1
-1
/
+1
*
maintenance: Migrate to DeleteQueryBuilder
Amir Sarabadani
2024-01-02
1
-2
/
+8
*
maintenance: Use SelectQueryBuilder to construct queries
Derick Alangi
2022-07-22
1
-4
/
+7
*
maintenance: Cleanup use of exit in Maintenance::execute implementation
Umherirrender
2021-08-30
1
-1
/
+1
*
More master -> primary documentation and internal var renaming
James D. Forrester
2021-07-15
1
-1
/
+1
*
deleteOrphanedRevisions: remove unneeded pass by reference
DannyS712
2021-07-15
1
-2
/
+2
*
Replace uses of DB_MASTER with DB_PRIMARY
James D. Forrester
2021-04-29
1
-1
/
+1
*
Improve param docs
Umherirrender
2019-11-28
1
-1
/
+1
*
Update PHPDoc types in several maintenance scripts and related
Thiemo Kreuz
2019-03-07
1
-5
/
+2
*
Use ::class to resolve class names in maintenance scripts
Umherirrender
2018-01-23
1
-1
/
+1
*
Add basic IP range support to Special:Contributions
MusikAnimal
2017-09-05
1
-0
/
+3
*
Use IDatabase type hints in /maintenance
Aaron Schulz
2017-04-07
1
-1
/
+3
*
Replace DatabaseBase => Database in more places
Aaron Schulz
2016-09-28
1
-1
/
+1
*
Convert all array() syntax to []
Kunal Mehta
2016-02-17
1
-3
/
+3
*
Use addDescription() instead of accessing mDescription directly
Max Semenik
2016-01-30
1
-1
/
+2
*
Update wfGetDB calls in Maintenance scripts to use getDB()
Reedy
2016-01-02
1
-1
/
+1
*
Clean up transactions in maintenance scripts
Aaron Schulz
2015-12-30
1
-3
/
+3
*
Pass phpcs-strict on maintenance/ (6/8)
Siebrand Mazeland
2014-04-23
1
-1
/
+2
*
Fixed some @params documentation (maintenance)
umherirrender
2014-04-17
1
-2
/
+2
*
phpcs: More require/include is not a function
Timo Tijhof
2013-05-21
1
-1
/
+1
*
phpcs: Fix WhiteSpace.LanguageConstructSpacing warnings
Timo Tijhof
2013-05-09
1
-1
/
+1
*
Fixed some spacing in maintenance folder
umherirrender
2013-04-18
1
-2
/
+4
*
style: normalize end of files
Antoine Musso
2013-02-03
1
-1
/
+0
*
Add some __METHOD__ to begin/commit/rollback calls
umherirrender
2012-12-01
1
-1
/
+1
*
Use __DIR__ instead of dirname( __FILE__ )
jeroendedauw
2012-08-27
1
-1
/
+1
*
Improve documentation of maintenance scripts.
Alexandre Emsenhuber
2012-07-08
1
-3
/
+8
*
More __METHOD__ in our madness
Sam Reed
2012-02-24
1
-2
/
+2
*
Fixup/add documentation
Sam Reed
2011-03-30
1
-1
/
+1
*
Fix concern raised by Brion in r74108 (but has really existed since the maint...
Chad Horohoe
2011-01-13
1
-1
/
+1
*
Whitespace fixup under tha maint directory.
Mark A. Hershberger
2010-12-04
1
-5
/
+5
*
Big commit: kill almost every freeResult() call as useless
Chad Horohoe
2010-08-08
1
-1
/
+0
*
Fixed some doxygen warnings
Alexandre Emsenhuber
2010-07-10
1
-1
/
+1
*
Stylize maintenance folder..
Sam Reed
2010-05-22
1
-6
/
+6
*
Followup r60051, with the rest of the callers and removing a useless subclass...
Chad Horohoe
2009-12-14
1
-3
/
+3
*
* batch change for "while ( $row = $db->fetchObject( $res ) )" and similar to...
Alexandre Emsenhuber
2009-08-17
1
-1
/
+1
*
Revert r54244 which was stupid and fix this properly. Require commandLine.inc...
Chad Horohoe
2009-08-03
1
-1
/
+1
*
tableNamesN() and make init $revisions before trying to use it
Chad Horohoe
2009-08-02
1
-1
/
+2
*
Merge maintenance-work branch (now with less errors!):
Chad Horohoe
2009-08-02
1
-38
/
+71
*
* (bug 18698) Renaming non entry point maintenance scripts from .inc.php to .inc
Shinjiman
2009-05-23
1
-1
/
+1
*
(bug 17948) Maintenance scripts now exit(0) or exit(1) as appropriate
Chad Horohoe
2009-04-06
1
-2
/
+4
*
WARNING: HUGE COMMIT
Alexandre Emsenhuber
2008-05-20
1
-1
/
+2
*
Remove ?>'s from files. They're pointless, and just asking for people to mes...
Aryeh Gregor
2007-06-29
1
-1
/
+0
*
The war on redundant ampersand usage!
Nick Jenkins
2007-01-22
1
-1
/
+1
*
Use Doxygen @addtogroup instead of phpdoc @package && @subpackage
Antoine Musso
2007-01-20
1
-2
/
+1
*
Maintenance script to remove orphaned revisions from the database
Rob Church
2006-05-17
1
-0
/
+55