Skip to content

Commit

Permalink
Submodule update
Browse files Browse the repository at this point in the history
  • Loading branch information
taslangraham committed Jan 24, 2025
1 parent 6ffa5c4 commit ae894d2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/pkp
Submodule pkp updated 41 files
+10 −4 api/v1/_submissions/PKPBackendSubmissionsController.php
+15 −7 api/v1/submissions/PKPSubmissionController.php
+16 −4 classes/announcement/Announcement.php
+4 −0 classes/author/maps/Schema.php
+6 −8 classes/core/PKPRouter.php
+5 −4 classes/galley/DAO.php
+2 −1 classes/handler/PKPHandler.php
+13 −0 classes/identity/Identity.php
+2 −2 classes/metadata/MetadataDataObjectAdapter.php
+11 −0 classes/orcid/OrcidManager.php
+12 −14 classes/plugins/PKPPubIdPlugin.php
+10 −7 classes/publication/DAO.php
+5 −0 classes/services/PKPSchemaService.php
+0 −1 classes/stageAssignment/StageAssignment.php
+1 −1 classes/statistics/PKPStatisticsHelper.php
+1 −1 classes/submission/Repository.php
+1 −1 classes/submission/Representation.php
+318 −157 classes/submission/maps/Schema.php
+8 −9 classes/submissionFile/DAO.php
+20 −15 classes/user/Report.php
+2 −0 classes/user/form/IdentityForm.php
+5 −1 classes/user/maps/Schema.php
+4 −0 classes/userGroup/relationships/UserUserGroup.php
+2 −2 controllers/informationCenter/FileInformationCenterHandler.php
+2 −2 controllers/informationCenter/InformationCenterHandler.php
+2 −2 controllers/modals/documentLibrary/DocumentLibraryHandler.php
+2 −2 controllers/modals/publish/PublishHandler.php
+3 −3 controllers/tab/pubIds/form/PKPPublicIdentifiersForm.php
+2 −2 controllers/wizard/fileUpload/FileUploadWizardHandler.php
+3 −0 locale/en/user.po
+2 −2 pages/admin/AdminHandler.php
+2 −2 pages/management/ManagementHandler.php
+1 −1 pages/stats/PKPStatsHandler.php
+6 −4 pages/submission/PKPSubmissionHandler.php
+8 −0 schemas/author.json
+45 −40 schemas/submission.json
+8 −0 schemas/user.json
+13 −8 templates/form/orcidProfile.tpl
+3 −3 templates/frontend/pages/editorialHistory.tpl
+4 −4 templates/frontend/pages/editorialMasthead.tpl
+5 −0 templates/images/orcid_unauthenticated.svg
2 changes: 1 addition & 1 deletion templates/frontend/objects/preprint_details.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
{/if}
{if $author->getData('orcid')}
<span class="orcid">
{if $author->getData('orcidAccessToken') && $author->hasVerifiedOrcid()}
{if $author->hasVerifiedOrcid()}
{$orcidIcon}
{else}
{$orcidUnauthenticatedIcon}
Expand Down

0 comments on commit ae894d2

Please sign in to comment.