aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/rebuildall.php
Commit message (Expand)AuthorAgeFilesLines
* add `use MediaWiki\Maintenance\Maintenance` to some maintenance classesNovem Linguae2024-12-051-0/+2
* Exclude boilerplate maintenance code from code coverage reportsDreamy Jazz2024-08-271-0/+4
* maintenance: Introduce getReplicaDB() and getPrimaryDB()Amir Sarabadani2024-01-181-1/+1
* Use ::class to resolve class names in maintenance scriptsUmherirrender2018-01-231-4/+4
* Rename DB_SLAVE constant to DB_REPLICAAaron Schulz2016-09-051-1/+1
* Use addDescription() instead of accessing mDescription directlyMax Semenik2016-01-301-1/+1
* Update wfGetDB calls in Maintenance scripts to use getDB()Reedy2016-01-021-1/+1
* Pass phpcs-strict on maintenance/ (3/8)Siebrand Mazeland2014-04-221-2/+4
* (bug 50025) rebuildall.php script needs database admin rightsAlexandre Emsenhuber2013-06-251-0/+4
* phpcs: More require/include is not a functionTimo Tijhof2013-05-211-1/+1
* phpcs: Fix WhiteSpace.LanguageConstructSpacing warningsTimo Tijhof2013-05-091-1/+1
* Use __DIR__ instead of dirname( __FILE__ )jeroendedauw2012-08-271-1/+1
* Improve documentation of maintenance scripts.Alexandre Emsenhuber2012-08-091-0/+6
* Fix concern raised by Brion in r74108 (but has really existed since the maint...Chad Horohoe2011-01-131-1/+1
* Get rid of a bunch of $wgDBtypes in maintenance/Chad Horohoe2010-12-101-2/+1
* Whitespace fixup under tha maint directory.Mark A. Hershberger2010-12-041-1/+1
* Stylize maintenance folder..Sam Reed2010-05-221-1/+1
* Now that rebuildtextindex.php is not MySQL-only, rebuildall.php should also t...Max Semenik2009-11-071-1/+1
* * Rewrote commandLine.inc to be a simple wrapper around Maintenance.phpTim Starling2009-09-041-3/+3
* 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-32/+46
* (bug 17948) Maintenance scripts now exit(0) or exit(1) as appropriateChad Horohoe2009-04-061-1/+1
* WARNING: HUGE COMMITAlexandre Emsenhuber2008-05-201-1/+3
* Fix for bug 13251, allows some rebuld scripts to work with Postgres.Greg Sabino Mullane2008-03-141-6/+9
* Cleanup from r28400: avoid duplication between manually calling multiple pass...Brion Vibber2007-12-201-3/+1
* There is a pass three now (may be a four in the future)...don't really like t...Aaron Schulz2007-12-111-0/+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
* Revert to r15092; massive breakage, unable to connect to MySQL at allBrion Vibber2006-06-271-1/+1
* Add concept of a distinct port separate from a server.Greg Sabino Mullane2006-06-271-1/+1
* typoBrion Vibber2005-09-171-1/+1
* Phpdoc comments and place holder. Part of the subpackage "maintenance", archi...Antoine Musso2004-09-031-4/+9
* Fix rebuildall on case-sensitive unix filesystems.Brion Vibber2004-08-141-1/+1
* Fix some of the rebuild scriptsBrion Vibber2004-08-111-10/+12
* * Moved content from liveCmdLine.inc into commandLine.inc, obsoleting the for...Tim Starling2004-06-151-21/+11
* include_once -> require_onceTim Starling2004-05-071-6/+6
* Fix for compatibility with short_open_tag = OffBrion Vibber2004-02-181-1/+1
* Changed function call to use new function rebuildLinkTables(), replacing the ...Mr. E232003-11-281-2/+1
* Maintenance script fixesBrion Vibber2003-11-171-1/+5
* Completed several maintenance scripts for index rebuilding.Lee Daniel Crocker2003-05-021-0/+39