Skip to content

Commit

Permalink
submodule update
Browse files Browse the repository at this point in the history
  • Loading branch information
taslangraham authored and asmecher committed Jul 17, 2024
1 parent 660d2b6 commit ea7637b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pkp
Submodule pkp updated 36 files
+12 −6 api/v1/reviews/PKPReviewController.php
+6 −10 classes/context/SubEditorsDAO.php
+0 −1 classes/core/PKPApplication.php
+3 −7 classes/decision/types/traits/NotifyAuthors.php
+6 −0 classes/facades/Repo.php
+0 −284 classes/log/EmailLogDAO.php
+76 −175 classes/log/EmailLogEntry.php
+167 −0 classes/log/Repository.php
+0 −147 classes/log/SubmissionEmailLogDAO.php
+0 −137 classes/log/SubmissionEmailLogEntry.php
+75 −0 classes/log/SubmissionEmailLogEventType.php
+7 −0 classes/log/core/EmailLogEventType.php
+1 −1 classes/migration/install/LogMigration.php
+3 −6 classes/observers/listeners/AssignEditors.php
+5 −11 classes/observers/listeners/SendSubmissionAcknowledgement.php
+2 −2 classes/plugins/ImportExportPlugin.php
+4 −0 classes/plugins/importexport/PKPImportExportDeployment.php
+1 −3 classes/submission/DAO.php
+3 −6 classes/submission/reviewer/ReviewerAction.php
+10 −12 classes/submissionFile/Repository.php
+1 −3 classes/user/Repository.php
+1 −0 composer.json
+194 −2 composer.lock
+5 −4 controllers/grid/eventLog/EventLogGridCellProvider.php
+2 −2 controllers/grid/eventLog/EventLogGridRow.php
+15 −18 controllers/grid/eventLog/SubmissionEventLogGridHandler.php
+2 −4 controllers/grid/queries/QueriesGridHandler.php
+3 −6 controllers/grid/users/reviewer/form/EmailReviewerForm.php
+3 −6 controllers/grid/users/reviewer/form/ThankReviewerForm.php
+10 −11 controllers/grid/users/stageParticipant/form/PKPStageParticipantNotifyForm.php
+4 −6 controllers/tab/authorDashboard/AuthorDashboardReviewRoundTabHandler.php
+13 −5 controllers/tab/authorDashboard/AuthorDashboardTabHandler.php
+8 −6 pages/authorDashboard/PKPAuthorDashboardHandler.php
+3 −3 templates/authorDashboard/submissionEmail.tpl
+7 −7 templates/authorDashboard/submissionEmails.tpl
+1 −1 templates/submission/review-publication-field.tpl

0 comments on commit ea7637b

Please sign in to comment.