aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/checkBadRedirects.php
Commit message (Expand)AuthorAgeFilesLines
* maintenance: Introduce getReplicaDB() and getPrimaryDB()Amir Sarabadani2024-01-181-1/+1
* maintenance: Begin using `Maintenance::getServiceContainer()`Derick Alangi2023-09-041-2/+1
* Reorg: Namespace the Title classJames D. Forrester2023-03-021-0/+1
* maintenance: Use SelectQueryBuilder to construct queriesDerick Alangi2022-07-191-6/+6
* Pass function name to database functions (maintenance scripts)Umherirrender2020-06-071-1/+3
* checkBadRedirects: Remove use of Revision objectsDannyS7122020-06-031-3/+7
* Use ::class to resolve class names in maintenance scriptsUmherirrender2018-01-231-1/+1
* Rename DB_SLAVE constant to DB_REPLICAAaron Schulz2016-09-051-1/+1
* Convert all array() syntax to []Kunal Mehta2016-02-171-3/+3
* Use addDescription() instead of accessing mDescription directlyMax Semenik2016-01-301-1/+1
* Update wfGetDB calls in Maintenance scripts to use getDB()Reedy2016-01-021-1/+1
* Update formatting in maintenance/ (2/4)Siebrand Mazeland2014-04-231-1/+1
* phpcs: More require/include is not a functionTimo Tijhof2013-05-211-1/+1
* phpcs: Fix WhiteSpace.LanguageConstructSpacing warningsTimo Tijhof2013-05-091-1/+1
* merged masterdaniel2012-08-291-1/+1
* Revert "merged master"Daniel Kinzler2012-08-291-1/+1
* merged masterdaniel2012-08-291-1/+1
* merged masterdaniel2012-06-201-2/+6
|\
| * Improve documentation of maintenance scripts.Alexandre Emsenhuber2012-06-161-2/+6
* | Moved redirect extraction from Title to WikitextContent.daniel2012-06-111-1/+1
|/
* Update output language.Siebrand Mazeland2011-03-171-4/+4
* 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-3/+3
* * Standardised file description headersAlexandre Emsenhuber2010-10-031-0/+1
* Stylize maintenance folder..Sam Reed2010-05-221-5/+5
* Revert r54244 which was stupid and fix this properly. Require commandLine.inc...Chad Horohoe2009-08-031-1/+1
* Merge maintenance-work branch (now with less errors!):Chad Horohoe2009-08-021-23/+52
* Revert r52336 "Merge maintenance-work branch:"Brion Vibber2009-06-241-35/+23
* Merge maintenance-work branch:Chad Horohoe2009-06-241-23/+35
* quickie script to look for bad marked redirectsBrion Vibber2008-08-091-0/+30