|
Open Preprint Systems
3.3.0
|
Additional Inherited Members | |
Data Fields inherited from Installer | |
| $actions | |
| $configContents | |
| $currentVersion | |
| $dataXMLParser | |
| $dbconn | |
| $descriptor | |
| $errorMsg | |
| $errorType | |
| $installedLocales | |
| $isPlugin | |
| $locale | |
| $logger | |
| $migrations = [] | |
| $newVersion | |
| $notes | |
| $params | |
| $sql | |
| $wroteConfig | |
Perform system upgrade.
Definition at line 18 of file Upgrade.inc.php.
| Upgrade::__construct | ( | $params, | |
$installFile = 'upgrade.xml', |
|||
$isPlugin = false |
|||
| ) |
Constructor.
| $params | array upgrade parameters |
Reimplemented from Installer.
Definition at line 23 of file Upgrade.inc.php.
References Installer\$isPlugin, and Installer\$params.
| Upgrade::changeSubmissionStageToProduction | ( | ) |
Submissions with stage_id=WORKFLOW_STAGE_ID_SUBMISSION should be changed to stage_id=WORKFLOW_STAGE_ID_PRODUCTION, which is the only stage in OPS
Definition at line 65 of file Upgrade.inc.php.
References DAORegistry\getDAO().
| Upgrade::clearCssCache | ( | ) |
Clear the CSS cache files (needed when changing LESS files)
Definition at line 54 of file Upgrade.inc.php.
References PKPApplication\get(), and PKPTemplateManager\getManager().
| Upgrade::isUpgrade | ( | ) |
Returns true iff this is an upgrade process.
Reimplemented from Installer.
Definition at line 32 of file Upgrade.inc.php.
| Upgrade::rebuildSearchIndex | ( | ) |
Rebuild the search index.
Definition at line 44 of file Upgrade.inc.php.
References Application\getSubmissionSearchIndex().