| Commit message (Expand) | Author | Age | Files | Lines |
* | Improve documentation of maintenance scripts. | Alexandre Emsenhuber | 2012-08-11 | 1 | -0/+6 |
* | Add a bit more slave waiting... | Reedy | 2012-06-09 | 1 | -0/+1 |
* | Use WikiPage::newFromID() instead of Title::newFromID() in refreshLinks.php. | Alexandre Emsenhuber | 2012-04-26 | 1 | -11/+11 |
* | Use $wgContLang and an anonymous user in refreshLinks.php to parse pages. | Alexandre Emsenhuber | 2012-04-23 | 1 | -2/+2 |
* | More __METHOD__ in our madness | Sam Reed | 2012-02-24 | 1 | -2/+2 |
* | Fixing up undefined types in maintenance documentation | Sam Reed | 2012-02-09 | 1 | -2/+2 |
* | * Use WikiPage instead of Article | Alexandre Emsenhuber | 2012-01-07 | 1 | -5/+3 |
* | * (bug 30451) Add page_props to RefreshLinks::deleteLinksFromNonexistent | Sam Reed | 2011-08-18 | 1 | -0/+1 |
* | Adding __METHOD__ to parameters passed to wfMkdirParents() | Sam Reed | 2011-07-25 | 1 | -3/+3 |
* | Fix whitespace, documentation | Sam Reed | 2011-07-09 | 1 | -1/+1 |
* | * (bug 28630) Add iwlinks, langlinks, redirect to RefreshLinks::deleteLinksFr... | Sam Reed | 2011-07-09 | 1 | -0/+2 |
* | Followup r86183 and per bug 28628 | Sam Reed | 2011-07-09 | 1 | -0/+1 |
* | Merge r86398 into the old wfWaitForSlaves. Update core calls. | Platonides | 2011-04-20 | 1 | -6/+6 |
* | Remove unused globals | Sam Reed | 2011-04-11 | 1 | -1/+1 |
* | Followup to r85706 and friends: now that Math messages have been moved to ext... | Brion Vibber | 2011-04-09 | 1 | -2/+2 |
* | Rebuild raw sql | Sam Reed | 2011-02-09 | 1 | -13/+23 |
* | Explicitally define $i = 0; | Sam Reed | 2011-02-09 | 1 | -0/+2 |
* | Fix concern raised by Brion in r74108 (but has really existed since the maint... | Chad Horohoe | 2011-01-13 | 1 | -1/+1 |
* | Part of bug 26280: added license headers to PHP files in maintenance | Alexandre Emsenhuber | 2010-12-16 | 1 | -0/+2 |
* | Changed global variables ($wgTitle and $wgArticle) to local ones | Alexandre Emsenhuber | 2010-12-13 | 1 | -14/+12 |
* | Whitespace fixup under tha maint directory. | Mark A. Hershberger | 2010-12-04 | 1 | -8/+8 |
* | Fix undefined $max when doing --dfn-only | Chad Horohoe | 2010-11-13 | 1 | -1/+1 |
* | Get rid of php4ism | Chad Horohoe | 2010-09-19 | 1 | -2/+1 |
* | Make fixLinksFromArticle public and static | Chad Horohoe | 2010-08-20 | 1 | -3/+3 |
* | Fixed a bunch of silly instances of [^!=]==\s*(true|false) | Chad Horohoe | 2010-06-09 | 1 | -1/+1 |
* | Stylize maintenance folder.. | Sam Reed | 2010-05-22 | 1 | -29/+29 |
* | Make 'start' not required. As requested by ^demon on IRC... | Happy-melon | 2010-01-13 | 1 | -1/+1 |
* | Make refreshLinks.php purge orphaned redirect table rows, i.e. rows whose rd_... | Roan Kattouw | 2009-12-29 | 1 | -5/+15 |
* | Followup r60051, with the rest of the callers and removing a useless subclass... | Chad Horohoe | 2009-12-14 | 1 | -1/+1 |
* | (bug 18762) both redirects and links fixed if redirects-only switch not present | Jure Kajzer | 2009-12-02 | 1 | -4/+15 |
* | Redo addArgs() as addArg() so we can actually do useful things with arguments... | Chad Horohoe | 2009-08-18 | 1 | -1/+1 |
* | * batch change for "while ( $row = $db->fetchObject( $res ) )" and similar to... | Alexandre Emsenhuber | 2009-08-17 | 1 | -2/+2 |
* | Revert r54244 which was stupid and fix this properly. Require commandLine.inc... | Chad Horohoe | 2009-08-03 | 1 | -1/+1 |
* | Merge maintenance-work branch (now with less errors!): | Chad Horohoe | 2009-08-02 | 1 | -43/+249 |
* | Fixes for r45514 and r45516: | Merlijn S. van Deen | 2009-01-13 | 1 | -0/+4 |
* | * Added batch-size parameter to optionsWithArgs | Merlijn S. van Deen | 2009-01-07 | 1 | -3/+3 |
* | Recommit of r45431 with these changes: | Merlijn S. van Deen | 2009-01-07 | 1 | -13/+12 |
* | Pull back r45431 for the moment "Updated deleteLinksFromNonexistent function:... | Brion Vibber | 2009-01-07 | 1 | -11/+11 |
* | Updated deleteLinksFromNonexistent function: | Merlijn S. van Deen | 2009-01-06 | 1 | -11/+11 |
* | WARNING: HUGE COMMIT | Alexandre Emsenhuber | 2008-05-20 | 1 | -1/+2 |
* | Add --old-redirects-only option to maintenance/refreshLinks.php, to add old r... | Aryeh Gregor | 2008-03-05 | 1 | -8/+15 |
* | Fix for bug 12705. Fixed refreshLinks.php documentation. | Tim Starling | 2008-01-22 | 1 | -15/+6 |
* | Add some stub docs to refreshLinks.php, so at least refreshLinks.php --help d... | Aryeh Gregor | 2007-11-26 | 1 | -0/+23 |
* | Add --redirects-only switch to refreshLinks.php, which refreshes the redirect... | Robert Stojnić | 2007-07-09 | 1 | -1/+1 |
* | Remove ?>'s from files. They're pointless, and just asking for people to mes... | Aryeh Gregor | 2007-06-29 | 1 | -1/+1 |
* | Use Doxygen @addtogroup instead of phpdoc @package && @subpackage | Antoine Musso | 2007-01-20 | 1 | -2/+1 |
* | Don't use tidy. Command line option to specify the end ID. Clear the link cac... | Tim Starling | 2006-01-26 | 1 | -3/+9 |
* | ported refreshLinks.php improvements (and associated change to commandLine.in... | Tim Starling | 2005-06-19 | 1 | -8/+9 |
* | Phpdoc comments and place holder. Part of the subpackage "maintenance", archi... | Antoine Musso | 2004-09-03 | 1 | -0/+6 |
* | * Moved content from liveCmdLine.inc into commandLine.inc, obsoleting the for... | Tim Starling | 2004-06-15 | 1 | -38/+3 |