Go to the source code of this file.
Enumerations | |
enum | MW_CMDLINE_CALLBACK |
Functions | |
wfSetupUpdateScript () | |
Variables | |
$wgUseMasterForMaintenance = true | |
$wgTitle = Title::newFromText( "MediaWiki database updater" ) | |
print Depending on the size of your database this may take a while | n |
if(!isset($options['quick'])) | $shared = isset( $options['doshared'] ) |
$purge = !isset( $options['nopurge'] ) |
This is used when the database schema is modified and we need to apply patches.
Definition in file update.php.
enum MW_CMDLINE_CALLBACK |
Definition at line 13 of file update.php.
wfSetupUpdateScript | ( | ) |
$purge = !isset( $options['nopurge'] ) |
Definition at line 42 of file update.php.
Referenced by FeedUtils::checkPurge(), do_all_updates(), and Article::showDiffPage().
if (!isset($options['quick'])) $shared = isset( $options['doshared'] ) |
Definition at line 41 of file update.php.
Referenced by WikiDiff3::diff(), do_all_updates(), UploadDumper::fetchLocal(), UploadDumper::fetchUsed(), UploadDumper::filterItem(), and UploadDumper::outputItem().
$wgTitle = Title::newFromText( "MediaWiki database updater" ) |
Definition at line 18 of file update.php.
$wgUseMasterForMaintenance = true |
Definition at line 14 of file update.php.
Definition at line 34 of file update.php.