|
MediaWiki REL1_39
|
Maintenance script to do various checks on external storage. More...

Public Member Functions | |
| check ( $fix=false, $xml='') | |
| importRevision ( $revision) | |
Public Attributes | |
| ExternalStoreDB | $dbStore = null |
| $errorDescriptions | |
| $errors | |
| $oldIdMap | |
Maintenance script to do various checks on external storage.
@fixme this should extend the base Maintenance class
Definition at line 45 of file checkStorage.php.
| CheckStorage::check | ( | $fix = false, | |
| $xml = '' ) |
Definition at line 59 of file checkStorage.php.
References $dbr, $errors, $matches, $oldIdMap, $path, $res, DB_PRIMARY, DB_REPLICA, print, unserialize(), and wfGetDB().
| CheckStorage::importRevision | ( | $revision | ) |
| WikiRevision | $revision |
Definition at line 514 of file checkStorage.php.
References $content, $dbr, $res, DB_PRIMARY, DB_REPLICA, and wfGetDB().
| ExternalStoreDB CheckStorage::$dbStore = null |
Definition at line 49 of file checkStorage.php.
| CheckStorage::$errorDescriptions |
Definition at line 51 of file checkStorage.php.
| CheckStorage::$errors |
Definition at line 47 of file checkStorage.php.
Referenced by check().
| CheckStorage::$oldIdMap |
Definition at line 47 of file checkStorage.php.
Referenced by check().