
Public Member Functions | |
| authorProofreadingComplete ($args) | |
| downloadFile ($args) | |
| proofGalley ($args) | |
| proofGalleyFile ($args) | |
| proofGalleyTop ($args) | |
| removeCoverPage ($args) | |
| validate ($articleId) | |
| viewFile ($args) | |
| viewMetadata ($args) | |
Definition at line 18 of file SubmissionCopyeditHandler.inc.php.
| SubmissionCopyeditHandler.authorProofreadingComplete | ( | $ | args | ) |
Set the author proofreading date completion
Reimplemented from CopyeditorHandler.
Definition at line 150 of file SubmissionCopyeditHandler.inc.php.
References Request.getUserVar(), ProofreaderAction.proofreadEmail(), Request.redirect(), Request.url(), and CopyeditorHandler.validate().
| SubmissionCopyeditHandler.downloadFile | ( | $ | args | ) |
Download a file.
| $args | array ($articleId, $fileId, [$revision]) |
Reimplemented from CopyeditorHandler.
Definition at line 80 of file SubmissionCopyeditHandler.inc.php.
References CopyeditorAction.downloadCopyeditorFile(), Request.redirect(), and CopyeditorHandler.validate().
| SubmissionCopyeditHandler.proofGalley | ( | $ | args | ) |
Proof / "preview" a galley.
| $args | array ($articleId, $galleyId) |
Reimplemented from CopyeditorHandler.
Definition at line 168 of file SubmissionCopyeditHandler.inc.php.
References TemplateManager.getManager(), and CopyeditorHandler.validate().
| SubmissionCopyeditHandler.proofGalleyFile | ( | $ | args | ) |
Proof galley (outputs file contents).
| $args | array ($articleId, $galleyId) |
Reimplemented from CopyeditorHandler.
Definition at line 199 of file SubmissionCopyeditHandler.inc.php.
References DAORegistry.getDAO(), TemplateManager.getManager(), Request.url(), CopyeditorHandler.validate(), and viewFile().
| SubmissionCopyeditHandler.proofGalleyTop | ( | $ | args | ) |
Proof galley (shows frame header).
| $args | array ($articleId, $galleyId) |
Reimplemented from CopyeditorHandler.
Definition at line 183 of file SubmissionCopyeditHandler.inc.php.
References TemplateManager.getManager(), and CopyeditorHandler.validate().
| SubmissionCopyeditHandler.removeCoverPage | ( | $ | args | ) |
Remove cover page from article
Definition at line 251 of file SubmissionCopyeditHandler.inc.php.
References DAORegistry.getDAO(), Request.redirect(), and CopyeditorHandler.validate().
| SubmissionCopyeditHandler.validate | ( | $ | articleId | ) |
Validate that the user is the assigned copyeditor for the article. Redirects to copyeditor index page if validation fails.
Reimplemented from Handler.
Definition at line 115 of file SubmissionCopyeditHandler.inc.php.
References DAORegistry.getDAO(), Request.getJournal(), Request.getRequestedPage(), Request.getUser(), and Request.redirect().
| SubmissionCopyeditHandler.viewFile | ( | $ | args | ) |
View a file (inlines file).
| $args | array ($articleId, $fileId, [$revision]) |
Reimplemented from CopyeditorHandler.
Definition at line 95 of file SubmissionCopyeditHandler.inc.php.
References Request.redirect(), CopyeditorHandler.validate(), and Action.viewFile().
Referenced by proofGalleyFile().
| SubmissionCopyeditHandler.viewMetadata | ( | $ | args | ) |
Metadata functions.
Reimplemented from CopyeditorHandler.
Definition at line 230 of file SubmissionCopyeditHandler.inc.php.
References CopyeditorHandler.validate(), and Action.viewMetadata().
1.5.6