aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/fixDoubleRedirects.php
Commit message (Expand)AuthorAgeFilesLines
* Use ::class to resolve class names in maintenance scriptsUmherirrender2018-01-231-1/+1
* Maintenance: add fatalError() methodBryan Davis2017-11-211-1/+1
* maintenance: Consistently use hasOption() for boolean optionsTimo Tijhof2017-07-191-2/+2
* maintenance: Replace implicit Bugzilla bug numbers with Phab onesJames D. Forrester2017-02-211-1/+1
* Rename DB_SLAVE constant to DB_REPLICAAaron Schulz2016-09-051-1/+1
* Convert all array() syntax to []Kunal Mehta2016-02-171-11/+11
* 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
* Remove RequestContext from edit.php and fixDoubleRedirects.phpwithoutaname2014-07-231-1/+0
* Don't use isset() to check for nullAlexandre Emsenhuber2014-05-101-4/+5
* Update formatting in maintenance/ (2/4)Siebrand Mazeland2014-04-231-0/+1
* Pass phpcs-strict on maintenance/ (5/8)Siebrand Mazeland2014-04-231-1/+2
* Merge "Provide RequestContext from fixDoubleRedirects"jenkins-bot2014-03-311-0/+1
|\
| * Provide RequestContext from fixDoubleRedirectsMark A. Hershberger2014-03-221-0/+1
* | Change URLs to mediawiki.org in comments to HTTPSLadsgroup2014-03-201-1/+1
|/
* Remove extra parenthesis on where conditionsumherirrender2014-01-041-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
* Use JobQueueGroup::singleton()Platonides2012-12-071-1/+1
* (bug 40352) fixDoubleRedirects.php: Support interwiki redirectsTimo Tijhof2012-09-261-3/+15
* Use __DIR__ instead of dirname( __FILE__ )jeroendedauw2012-08-271-1/+1
* Improve documentation of maintenance scripts.Alexandre Emsenhuber2012-07-101-3/+8
* Use consistent notation for "@todo FIXME". Should update http://svn.wikimedia...Siebrand Mazeland2011-05-171-1/+1
* followup r81408: fix option desc and year in copyright statementIlmari Karonen2011-02-021-2/+2
* followup r81408: fix class name in commentIlmari Karonen2011-02-021-1/+1
* Add a maintenance script to fix double redirects (and corresponding edit summ...Ilmari Karonen2011-02-021-0/+120