Script to check the consistency of the databases of the page translation feature and fix problems. More...
Public Member Functions | |
__construct () | |
execute () | |
Protected Member Functions | |
checkSectionTable () | |
checkRevTagTable () | |
idToName ($id) | |
getSectionNames ($result) | |
findDeletedPage ($id) | |
checkTransrevRevision ($revId) |
Script to check the consistency of the databases of the page translation feature and fix problems.
Definition at line 25 of file pagetranslation-check-database.php.
PTCheckDB::__construct | ( | ) |
Reimplemented from Maintenance.
Definition at line 26 of file pagetranslation-check-database.php.
PTCheckDB::checkRevTagTable | ( | ) | [protected] |
Definition at line 102 of file pagetranslation-check-database.php.
Referenced by execute().
PTCheckDB::checkSectionTable | ( | ) | [protected] |
Definition at line 55 of file pagetranslation-check-database.php.
Referenced by execute().
PTCheckDB::checkTransrevRevision | ( | $ | revId | ) | [protected] |
Definition at line 192 of file pagetranslation-check-database.php.
Referenced by checkRevTagTable().
PTCheckDB::execute | ( | ) |
Reimplemented from Maintenance.
Definition at line 32 of file pagetranslation-check-database.php.
PTCheckDB::findDeletedPage | ( | $ | id | ) | [protected] |
Definition at line 177 of file pagetranslation-check-database.php.
Referenced by checkRevTagTable(), checkSectionTable(), and idToName().
PTCheckDB::getSectionNames | ( | $ | result | ) | [protected] |
Definition at line 167 of file pagetranslation-check-database.php.
Referenced by checkSectionTable().
PTCheckDB::idToName | ( | $ | id | ) | [protected] |
Definition at line 156 of file pagetranslation-check-database.php.
Referenced by checkRevTagTable().