aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/refreshLinks.php
Commit message (Expand)AuthorAgeFilesLines
* 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
* include_once -> require_onceTim Starling2004-05-071-1/+1
* Seems to be working nowTim Starling2004-02-241-5/+13
* more types of corruption fixedTim Starling2004-02-241-1/+4
* minor changesTim Starling2004-02-231-4/+7
* new link rebuilder, capable of operating in the backgroundTim Starling2004-02-231-0/+40