aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/refreshLinks.php
Commit message (Expand)AuthorAgeFilesLines
* Improve documentation of maintenance scripts.Alexandre Emsenhuber2012-08-111-0/+6
* Add a bit more slave waiting...Reedy2012-06-091-0/+1
* Use WikiPage::newFromID() instead of Title::newFromID() in refreshLinks.php.Alexandre Emsenhuber2012-04-261-11/+11
* Use $wgContLang and an anonymous user in refreshLinks.php to parse pages.Alexandre Emsenhuber2012-04-231-2/+2
* More __METHOD__ in our madnessSam Reed2012-02-241-2/+2
* Fixing up undefined types in maintenance documentationSam Reed2012-02-091-2/+2
* * Use WikiPage instead of ArticleAlexandre Emsenhuber2012-01-071-5/+3
* * (bug 30451) Add page_props to RefreshLinks::deleteLinksFromNonexistentSam Reed2011-08-181-0/+1
* Adding __METHOD__ to parameters passed to wfMkdirParents()Sam Reed2011-07-251-3/+3
* Fix whitespace, documentationSam Reed2011-07-091-1/+1
* * (bug 28630) Add iwlinks, langlinks, redirect to RefreshLinks::deleteLinksFr...Sam Reed2011-07-091-0/+2
* Followup r86183 and per bug 28628Sam Reed2011-07-091-0/+1
* Merge r86398 into the old wfWaitForSlaves. Update core calls.Platonides2011-04-201-6/+6
* Remove unused globalsSam Reed2011-04-111-1/+1
* Followup to r85706 and friends: now that Math messages have been moved to ext...Brion Vibber2011-04-091-2/+2
* Rebuild raw sqlSam Reed2011-02-091-13/+23
* Explicitally define $i = 0;Sam Reed2011-02-091-0/+2
* Fix concern raised by Brion in r74108 (but has really existed since the maint...Chad Horohoe2011-01-131-1/+1
* Part of bug 26280: added license headers to PHP files in maintenanceAlexandre Emsenhuber2010-12-161-0/+2
* Changed global variables ($wgTitle and $wgArticle) to local onesAlexandre Emsenhuber2010-12-131-14/+12
* Whitespace fixup under tha maint directory.Mark A. Hershberger2010-12-041-8/+8
* Fix undefined $max when doing --dfn-onlyChad Horohoe2010-11-131-1/+1
* Get rid of php4ismChad Horohoe2010-09-191-2/+1
* Make fixLinksFromArticle public and staticChad Horohoe2010-08-201-3/+3
* Fixed a bunch of silly instances of [^!=]==\s*(true|false)Chad Horohoe2010-06-091-1/+1
* Stylize maintenance folder..Sam Reed2010-05-221-29/+29
* Make 'start' not required. As requested by ^demon on IRC...Happy-melon2010-01-131-1/+1
* Make refreshLinks.php purge orphaned redirect table rows, i.e. rows whose rd_...Roan Kattouw2009-12-291-5/+15
* Followup r60051, with the rest of the callers and removing a useless subclass...Chad Horohoe2009-12-141-1/+1
* (bug 18762) both redirects and links fixed if redirects-only switch not presentJure Kajzer2009-12-021-4/+15
* Redo addArgs() as addArg() so we can actually do useful things with arguments...Chad Horohoe2009-08-181-1/+1
* * batch change for "while ( $row = $db->fetchObject( $res ) )" and similar to...Alexandre Emsenhuber2009-08-171-2/+2
* 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-43/+249
* Fixes for r45514 and r45516:Merlijn S. van Deen2009-01-131-0/+4
* * Added batch-size parameter to optionsWithArgsMerlijn S. van Deen2009-01-071-3/+3
* Recommit of r45431 with these changes:Merlijn S. van Deen2009-01-071-13/+12
* Pull back r45431 for the moment "Updated deleteLinksFromNonexistent function:...Brion Vibber2009-01-071-11/+11
* Updated deleteLinksFromNonexistent function:Merlijn S. van Deen2009-01-061-11/+11
* WARNING: HUGE COMMITAlexandre Emsenhuber2008-05-201-1/+2
* Add --old-redirects-only option to maintenance/refreshLinks.php, to add old r...Aryeh Gregor2008-03-051-8/+15
* Fix for bug 12705. Fixed refreshLinks.php documentation.Tim Starling2008-01-221-15/+6
* Add some stub docs to refreshLinks.php, so at least refreshLinks.php --help d...Aryeh Gregor2007-11-261-0/+23
* Add --redirects-only switch to refreshLinks.php, which refreshes the redirect...Robert Stojnić2007-07-091-1/+1
* Remove ?>'s from files. They're pointless, and just asking for people to mes...Aryeh Gregor2007-06-291-1/+1
* Use Doxygen @addtogroup instead of phpdoc @package && @subpackageAntoine Musso2007-01-201-2/+1
* Don't use tidy. Command line option to specify the end ID. Clear the link cac...Tim Starling2006-01-261-3/+9
* ported refreshLinks.php improvements (and associated change to commandLine.in...Tim Starling2005-06-191-8/+9
* Phpdoc comments and place holder. Part of the subpackage "maintenance", archi...Antoine Musso2004-09-031-0/+6
* * Moved content from liveCmdLine.inc into commandLine.inc, obsoleting the for...Tim Starling2004-06-151-38/+3