Skip to content

Commit

Permalink
submodule update
Browse files Browse the repository at this point in the history
  • Loading branch information
taslangraham committed Sep 12, 2024
1 parent fb003ab commit c8f7f6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/pkp
Submodule pkp updated 35 files
+64 −73 api/v1/orcid/OrcidController.php
+12 −0 classes/context/Context.php
+4 −0 classes/context/ContextDAO.php
+4 −0 classes/core/DataObject.php
+65 −40 classes/core/PKPApplication.php
+6 −0 classes/db/DAO.php
+4 −0 classes/db/SchemaDAO.php
+2 −2 classes/mail/mailables/OrcidCollectAuthorId.php
+2 −3 classes/mail/mailables/OrcidRequestAuthorAuthorization.php
+7 −2 classes/mail/traits/OrcidVariables.php
+1 −1 classes/mail/variables/QueuedPaymentEmailVariable.php
+1 −1 classes/notification/PKPNotificationManager.php
+4 −4 classes/orcid/OrcidManager.php
+1 −1 classes/orcid/actions/AuthorizeUserData.php
+4 −0 classes/payment/PaymentManager.php
+4 −0 classes/search/SubmissionSearchDAO.php
+7 −0 classes/search/SubmissionSearchIndex.php
+1 −1 controllers/grid/notifications/NotificationsGridCellProvider.php
+10 −10 cypress/tests/integration/Jobs.cy.js
+1 −1 jobs/orcid/DepositOrcidSubmission.php
+1 −1 jobs/orcid/RevokeOrcidToken.php
+6 −6 js/load.js
+7 −1 locale/en/emails.po
+7 −1 locale/en/user.po
+1 −0 pages/orcid/OrcidHandler.php
+3 −0 styles/index.less
+1 −1 styles/orcid.less
+60 −54 templates/admin/systemInfo.tpl
+12 −15 templates/controllers/modals/submission/viewSubmissionMetadata.tpl
+11 −17 templates/form/orcidProfile.tpl
+17 −0 templates/frontend/pages/orcidVerify.tpl
+14 −12 templates/stats/users.tpl
+15 −7 templates/user/identityForm.tpl
+5 −5 tests/classes/core/PKPComponentRouterTest.php
+2 −2 tests/classes/core/PKPRouterTestCase.php
2 changes: 1 addition & 1 deletion lib/ui-library

0 comments on commit c8f7f6e

Please sign in to comment.