
Public Member Functions | |
| authorProofreadingUnderway (&$submission) | |
| downloadProofreaderFile ($submission, $fileId, $revision=null) | |
| layoutEditorProofreadingUnderway (&$submission) | |
| postLayoutComment ($article, $emailComment) | |
| postProofreadComment ($article, $emailComment) | |
| proofreadEmail ($articleId, $mailType, $actionPath= '') | |
| proofreaderProofreadingUnderway (&$submission) | |
| selectProofreader ($userId, $article) | |
| viewLayoutComments ($article) | |
| viewProofreadComments ($article) | |
Definition at line 24 of file ProofreaderAction.inc.php.
| ProofreaderAction.authorProofreadingUnderway | ( | &$ | submission | ) |
Set date for author proofreading underway
| $articleId | int |
Definition at line 354 of file ProofreaderAction.inc.php.
References HookRegistry.call(), Core.getCurrentDate(), and DAORegistry.getDAO().
Referenced by TrackSubmissionHandler.submissionEditing().
| ProofreaderAction.downloadProofreaderFile | ( | $ | submission, | |
| $ | fileId, | |||
| $ | revision = null | |||
| ) |
Download a file a proofreader has access to.
| $submission | object | |
| $fileId | int | |
| $revision | int |
Definition at line 414 of file ProofreaderAction.inc.php.
References HookRegistry.call(), and Action.downloadFile().
Referenced by SubmissionProofreadHandler.downloadFile().
| ProofreaderAction.layoutEditorProofreadingUnderway | ( | &$ | submission | ) |
Set date for layout editor proofreading underway
| $articleId | int |
Definition at line 390 of file ProofreaderAction.inc.php.
References HookRegistry.call(), Core.getCurrentDate(), and DAORegistry.getDAO().
Referenced by SubmissionLayoutHandler.submission().
| ProofreaderAction.postLayoutComment | ( | $ | article, | |
| $ | emailComment | |||
| ) |
Post layout comment.
| $article | object | |
| $emailComment | boolean |
Definition at line 506 of file ProofreaderAction.inc.php.
References HookRegistry.call().
Referenced by SubmissionCommentsHandler.postLayoutComment().
| ProofreaderAction.postProofreadComment | ( | $ | article, | |
| $ | emailComment | |||
| ) |
Post proofread comment.
| $article | object | |
| $emailComment | boolean |
Definition at line 465 of file ProofreaderAction.inc.php.
References HookRegistry.call().
Referenced by SubmissionCommentsHandler.postProofreadComment().
| ProofreaderAction.proofreadEmail | ( | $ | articleId, | |
| $ | mailType, | |||
| $ | actionPath = '' | |||
| ) |
Proofread Emails
| $articleId | int | |
| $mailType | defined string - type of proofread mail being sent | |
| $actionPath | string - form action |
Definition at line 55 of file ProofreaderAction.inc.php.
References HookRegistry.call(), Core.getCurrentDate(), DAORegistry.getDAO(), Request.getJournal(), Request.getUser(), Request.getUserVar(), Request.redirect(), and Request.url().
Referenced by SubmissionCopyeditHandler.authorProofreadingComplete(), TrackSubmissionHandler.authorProofreadingComplete(), SubmissionProofreadHandler.completeProofreader(), SubmissionLayoutHandler.layoutEditorProofreadingComplete(), SubmissionEditHandler.notifyAuthorProofreader(), SubmissionEditHandler.notifyLayoutEditorProofreader(), SubmissionEditHandler.notifyProofreader(), SubmissionEditHandler.thankAuthorProofreader(), SubmissionEditHandler.thankLayoutEditorProofreader(), and SubmissionEditHandler.thankProofreader().
| ProofreaderAction.proofreaderProofreadingUnderway | ( | &$ | submission | ) |
Set date for proofreader proofreading underway
| $articleId | int |
Definition at line 372 of file ProofreaderAction.inc.php.
References HookRegistry.call(), Core.getCurrentDate(), and DAORegistry.getDAO().
Referenced by SubmissionProofreadHandler.submission().
| ProofreaderAction.selectProofreader | ( | $ | userId, | |
| $ | article | |||
| ) |
Select a proofreader for submission
Definition at line 29 of file ProofreaderAction.inc.php.
References HookRegistry.call(), DAORegistry.getDAO(), Request.getUser(), and ArticleLog.logEvent().
Referenced by SubmissionEditHandler.selectProofreader().
| ProofreaderAction.viewLayoutComments | ( | $ | article | ) |
View layout comments.
| $article | object |
Definition at line 491 of file ProofreaderAction.inc.php.
References HookRegistry.call().
Referenced by SubmissionCommentsHandler.postLayoutComment(), and SubmissionCommentsHandler.viewLayoutComments().
| ProofreaderAction.viewProofreadComments | ( | $ | article | ) |
View proofread comments.
| $article | object |
Definition at line 450 of file ProofreaderAction.inc.php.
References HookRegistry.call().
Referenced by SubmissionCommentsHandler.postProofreadComment(), and SubmissionCommentsHandler.viewProofreadComments().
1.5.6