
Public Member Functions | |
| index ($args) | |
| instructions ($args) | |
| setupTemplate ($subclass=false, $articleId=0, $parentPage=null) | |
| validate () | |
Definition at line 20 of file CopyeditorHandler.inc.php.
| CopyeditorHandler.index | ( | $ | args | ) |
Display copyeditor index page.
Definition at line 25 of file CopyeditorHandler.inc.php.
References DAORegistry.getDAO(), Request.getJournal(), TemplateManager.getManager(), Handler.getRangeInfo(), Request.getUser(), Request.getUserDateVar(), Request.getUserVar(), setupTemplate(), and validate().
| CopyeditorHandler.instructions | ( | $ | args | ) |
Display submission management instructions.
| $args | (type) |
Definition at line 126 of file CopyeditorHandler.inc.php.
References Request.getRequestedPage(), Action.instructions(), and Request.redirect().
| CopyeditorHandler.setupTemplate | ( | $ | subclass = false, |
|
| $ | articleId = 0, |
|||
| $ | parentPage = null | |||
| ) |
Setup common template variables.
| $subclass | boolean set to true if caller is below this handler in the hierarchy |
Definition at line 109 of file CopyeditorHandler.inc.php.
References TemplateManager.getManager(), SectionEditorAction.submissionBreadcrumb(), and Request.url().
Referenced by SubmissionCommentsHandler.deleteComment(), SubmissionCommentsHandler.editComment(), index(), SubmissionCommentsHandler.postCopyeditComment(), SubmissionCommentsHandler.postLayoutComment(), SubmissionCommentsHandler.saveComment(), SubmissionCommentsHandler.viewCopyeditComments(), and SubmissionCommentsHandler.viewLayoutComments().
| CopyeditorHandler.validate | ( | ) |
Validate that user is a copyeditor in the selected journal. Redirects to user index page if not properly authenticated.
Definition at line 97 of file CopyeditorHandler.inc.php.
References Request.getJournal(), Validation.isCopyeditor(), and Validation.redirectLogin().
Referenced by SubmissionCopyeditHandler.authorProofreadingComplete(), SubmissionCommentsHandler.deleteComment(), SubmissionCopyeditHandler.downloadFile(), SubmissionCommentsHandler.editComment(), index(), SubmissionCommentsHandler.postCopyeditComment(), SubmissionCommentsHandler.postLayoutComment(), SubmissionCopyeditHandler.proofGalley(), SubmissionCopyeditHandler.proofGalleyFile(), SubmissionCopyeditHandler.proofGalleyTop(), SubmissionCopyeditHandler.removeCoverPage(), SubmissionCommentsHandler.saveComment(), SubmissionCommentsHandler.viewCopyeditComments(), SubmissionCopyeditHandler.viewFile(), SubmissionCommentsHandler.viewLayoutComments(), and SubmissionCopyeditHandler.viewMetadata().
1.5.6