Skip to content

Commit

Permalink
pkp/pkp-lib#4789 Submodule Update ##touhidurabir/i4789_main_update##
Browse files Browse the repository at this point in the history
  • Loading branch information
touhidurabir committed Sep 20, 2024
1 parent 8bb2444 commit 8169939
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pkp
Submodule pkp updated 73 files
+73 −64 api/v1/orcid/OrcidController.php
+284 −4 api/v1/submissions/PKPSubmissionController.php
+1 −1 classes/components/forms/context/PKPAppearanceMastheadForm.php
+2 −2 classes/components/forms/publication/ContributorForm.php
+0 −12 classes/context/Context.php
+0 −4 classes/context/ContextDAO.php
+2 −1 classes/controllers/grid/DateGridCellProvider.php
+0 −4 classes/core/DataObject.php
+40 −65 classes/core/PKPApplication.php
+0 −6 classes/db/DAO.php
+0 −4 classes/db/SchemaDAO.php
+1 −1 classes/mail/mailables/StatisticsReportNotify.php
+1 −1 classes/mail/variables/QueuedPaymentEmailVariable.php
+1 −1 classes/mail/variables/ReviewAssignmentEmailVariable.php
+6 −5 classes/middleware/traits/HasRequiredMiddleware.php
+1 −1 classes/migration/upgrade/PKPv3_3_0UpgradeMigration.php
+1 −2 classes/migration/upgrade/v3_4_0/I10249_FixProfileImageDataLoss.php
+1 −1 classes/notification/PKPNotificationManager.php
+4 −4 classes/orcid/OrcidManager.php
+1 −3 classes/orcid/actions/PKPSendReviewToOrcid.php
+0 −4 classes/payment/PaymentManager.php
+4 −5 classes/query/QueryDAO.php
+0 −4 classes/search/SubmissionSearchDAO.php
+0 −7 classes/search/SubmissionSearchIndex.php
+2 −1 classes/services/PKPStatsServiceTrait.php
+2 −2 classes/stageAssignment/StageAssignment.php
+1 −27 classes/submission/action/EditorAction.php
+5 −0 classes/submission/maps/Schema.php
+24 −0 classes/template/PKPTemplateManager.php
+7 −3 classes/user/InterestDAO.php
+57 −3 classes/user/maps/Schema.php
+4 −1 controllers/grid/files/FileDateGridColumn.php
+3 −4 controllers/grid/files/submissionDocuments/form/NewLibraryFileForm.php
+1 −1 controllers/grid/notifications/NotificationsGridCellProvider.php
+5 −5 controllers/grid/queries/QueriesGridCellProvider.php
+1 −1 controllers/grid/queries/QueriesGridHandler.php
+2 −1 controllers/grid/queries/QueryNotesGridCellProvider.php
+6 −3 controllers/grid/queries/QueryNotesGridHandler.php
+14 −9 controllers/grid/users/reviewer/ReviewerGridRow.php
+2 −2 controllers/grid/users/reviewer/form/traits/HasReviewDueDate.php
+5 −3 cypress/support/commands.js
+2 −2 cypress/tests/integration/Announcements.cy.js
+21 −21 cypress/tests/integration/Jobs.cy.js
+2 −2 cypress/tests/integration/NativeXmlImportExportSubmission.cy.js
+1 −1 jobs/orcid/DepositOrcidSubmission.php
+1 −1 jobs/orcid/RevokeOrcidToken.php
+0 −4 jobs/orcid/SendAuthorMail.php
+12 −2 js/load.js
+3 −0 locale/en/api.po
+3 −0 locale/en/common.po
+34 −18 locale/en/dashboard.po
+2 −2 pages/about/AboutContextHandler.php
+25 −21 pages/admin/AdminHandler.php
+51 −1 pages/dashboard/DashboardHandlerNext.php
+2 −0 pages/management/ManagementHandler.php
+1 −1 pages/workflow/PKPWorkflowHandler.php
+8 −0 schemas/submission.json
+39 −0 schemas/user.json
+2 −22 templates/admin/failedJobDetails.tpl
+1 −50 templates/admin/failedJobs.tpl
+1 −13 templates/admin/jobs.tpl
+54 −60 templates/admin/systemInfo.tpl
+3 −1 templates/controllers/grid/settings/category/form/categoryForm.tpl
+15 −12 templates/controllers/modals/submission/viewSubmissionMetadata.tpl
+2 −26 templates/layouts/backend.tpl
+34 −40 templates/stats/context.tpl
+17 −15 templates/stats/editorial.tpl
+59 −50 templates/stats/publications.tpl
+12 −14 templates/stats/users.tpl
+5 −5 tests/classes/core/PKPComponentRouterTest.php
+2 −2 tests/classes/core/PKPRouterTestCase.php
+4 −8 tests/classes/security/authorization/AuthorizationDecisionManagerTest.php
+1 −1 tests/classes/security/authorization/PolicyTestCase.php

0 comments on commit 8169939

Please sign in to comment.