aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/refreshLinks.php
Commit message (Expand)AuthorAgeFilesLines
...
* phan: Disable enable_class_alias_supportUmherirrender2019-09-151-1/+1
* maintenance: Avoid usage of deprecated Revision::* constantsDerick Alangi2019-07-211-1/+2
* [MCR] Move getSecondaryDataUpdates to the page levelGergő Tisza2018-09-041-11/+8
* Avoid deprecated LinkCache::singleton()Kunal Mehta2018-06-101-1/+2
* Pass '' instead of false for the $conds parameter in select calls.daniel2018-03-021-2/+2
* Use ::class to resolve class names in maintenance scriptsUmherirrender2018-01-231-1/+1
* Maintenance: add fatalError() methodBryan Davis2017-11-211-2/+2
* Finish migration to Maintenance::getBatchSize()Max Semenik2017-11-071-4/+4
* update mediawiki-codesniffer to 0.11.0 and fix issuesWMDE-Fisch2017-08-111-1/+1
* refreshLinks.php: Fix fatal when using --category parameterJesús Martínez Novo2017-07-301-1/+1
* maintenance: Consistently use hasOption() for boolean optionsTimo Tijhof2017-07-191-3/+3
* Remove empty lines at begin of function, if, foreach, switchUmherirrender2017-07-011-2/+0
* Add missing doUpdates() call to refreshLinks.phpAaron Schulz2017-05-191-0/+1
* Use IDatabase type hints in /maintenanceAaron Schulz2017-04-071-1/+1
* Move IDatabase/IMaintainableDatabase to Rdbms namespaceAaron Schulz2017-03-281-0/+2
* refreshLinks: Queue non-recursive updatesKunal Mehta2017-02-131-1/+3
* refreshLinks.php: allow refreshing by categories, tracking or notMax Semenik2017-01-231-6/+99
* refreshLinks: Use vslow group for DB_REPLICA connectionsKunal Mehta2016-09-151-3/+3
* refreshLinks: Add --namespace optionKunal Mehta2016-09-141-6/+31
* Rename DB_SLAVE constant to DB_REPLICAAaron Schulz2016-09-051-3/+3
* Replace DataUpdate::doUpdates() callers in maintenance/Aaron Schulz2016-09-011-2/+3
* Convert all array() syntax to []Kunal Mehta2016-02-171-20/+20
* Use addDescription() instead of accessing mDescription directlyMax Semenik2016-01-301-1/+1
* In refreshLinks.php don't clear tag hooksTim Starling2016-01-191-5/+0
* Update wfGetDB calls in Maintenance scripts to use getDB()Reedy2016-01-021-5/+5
* Remove begin/commit transaction calls in refreshLinks.phpaude2015-10-271-5/+0
* Abstract and refactor Tidy supportTim Starling2015-09-101-4/+1
* refreshLinks.php: Don't wait for slaves if nothing found in a chunkKevin Israel2015-08-021-3/+1
* refreshLinks.php: Fix deletion of link entries from nonexistent pagesKevin Israel2015-07-311-3/+4
* wfRunHooks() -> Hooks::run() in maintenance scriptsChad Horohoe2015-04-271-1/+1
* refreshLinks.php: Limit rows scanned per query in deleteLinksFromNonexistent()Kevin Israel2015-03-261-31/+100
* refreshLinks.php: Tweak exit condition in deleteLinksFromNonexistent()Kevin Israel2015-02-281-6/+7
* refreshLinks.php: Get IDs in batches in deleteLinksFromNonexistent()Kevin Israel2015-02-271-27/+21
* Update formatting in maintenance/ (4/4)Siebrand Mazeland2014-04-231-1/+3
* Fixed some @params documentation (maintenance)umherirrender2014-04-171-10/+10
* bug 23839: "Refreshing links table" -> "Refreshing links tables"Brion Vibber2013-09-251-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
* Fixed some spacing in maintenance folderumherirrender2013-04-181-6/+7
* Make redirect update in refreshLinks.php bypass the redirect tableAlexandre Emsenhuber2013-01-171-5/+24
* Fix erroneous check in refreshLinks.phpAlexandre Emsenhuber2013-01-131-1/+1
* Use ResultWrapper::numRows() instead of DatabaseBase::numRows()Alexandre Emsenhuber2013-01-061-2/+2
* The class is named Revision, no need to shout its name :)Platonides2012-10-261-3/+1
* merged masterdaniel2012-08-291-1/+1
* Revert "merged master"Daniel Kinzler2012-08-291-1/+1
* merged masterdaniel2012-08-291-1/+1
* merging latest masterdaniel2012-08-201-0/+6
* Moved getParserOutput to Content interface.daniel2012-07-231-2/+1
* Merge branch 'master' of ssh://gerrit.wikimedia.org:29418/mediawiki/core into...daniel2012-06-111-0/+1
|\
| * Add a bit more slave waiting...Reedy2012-06-091-0/+1