aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/rebuildFileCache.php
Commit message (Expand)AuthorAgeFilesLines
* Improve documentation of maintenance scripts.Alexandre Emsenhuber2012-08-091-1/+7
* More __METHOD__ in our madnessSam Reed2012-02-241-2/+2
* rebuildFileCache now really disable debugToolbarAntoine Musso2012-02-071-3/+9
* disable wgDebugToolbar when rebuilding file cacheAntoine Musso2012-02-061-0/+4
* * Reordered code to not create a RequestContext if the title is invalidAlexandre Emsenhuber2012-01-171-4/+9
* * Added end parameter and redid arguments as parameters.Aaron Schulz2011-10-021-12/+28
* HTMLFileCache refactoring:Aaron Schulz2011-09-291-3/+3
* Bunch of error suppression operator fixes (bug Chad Horohoe2011-07-061-1/+3
* More unpicking of r85288. I think this is all of the magic method calls, but...Happy-melon2011-06-031-1/+1
* $wgArticle ain't needed here either ;) (followup r88588)Chad Horohoe2011-05-221-10/+5
* $wgArticle is deprecated! Possible removal in 1.20 or 1.21!Chad Horohoe2011-05-221-0/+3
* Merge r86398 into the old wfWaitForSlaves. Update core calls.Platonides2011-04-201-1/+1
* Remove unused globalsSam Reed2011-04-111-1/+1
* Follow-up r85403: rm debugging code and a defunct method call.Happy-melon2011-04-051-1/+0
* Follow-up r85302: update OutputPage constructors in core.Happy-melon2011-04-051-2/+3
* Fix concern raised by Brion in r74108 (but has really existed since the maint...Chad Horohoe2011-01-131-1/+1
* Removed OutputPage::setEncodings(); its current implementation just converts ...Alexandre Emsenhuber2010-12-081-1/+0
* Whitespace fixup under tha maint directory.Mark A. Hershberger2010-12-041-2/+2
* Stylize maintenance folder..Sam Reed2010-05-221-20/+20
* * (bug 22852) "Served in" comment is now the time used to cache a single page...Alexandre Emsenhuber2010-04-031-2/+3
* Redo addArgs() as addArg() so we can actually do useful things with arguments...Chad Horohoe2009-08-181-2/+2
* Quick hack workaround for lack of optional argument lists in Maintenance class:Brion Vibber2009-08-181-2/+2
* * batch change for "while ( $row = $db->fetchObject( $res ) )" and similar to...Alexandre Emsenhuber2009-08-171-1/+1
* fixed missing title bugAaron Schulz2009-08-171-2/+5
* Argument cleanupAaron Schulz2009-08-131-2/+7
* fix more breakage from r54255Aaron Schulz2009-08-061-1/+1
* Revert r54244 which was stupid and fix this properly. Require commandLine.inc...Chad Horohoe2009-08-031-1/+1
* Don't put \n on the end of every error() call, just do it in error() itself. ...Chad Horohoe2009-08-021-2/+2
* Merge maintenance-work branch (now with less errors!):Chad Horohoe2009-08-021-73/+98
* Revert r52336 "Merge maintenance-work branch:"Brion Vibber2009-06-241-84/+75
* Merge maintenance-work branch:Chad Horohoe2009-06-241-75/+84
* rm useless output msgAaron Schulz2009-03-121-2/+0
* Add commit statements after each blockAaron Schulz2009-01-191-0/+2
* Add command use blurbAaron Schulz2009-01-191-0/+1
* *Disabled hit counterAaron Schulz2008-12-111-3/+13
* Some more verbose output and fix infinite loop if you make the block size sma...Brion Vibber2008-12-111-4/+14
* Add a script to filecache content pages on the wikiAaron Schulz2008-12-111-0/+71