-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
21ba689
commit 8aaadbb
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule pkp
updated
24 files
+41 −0 | api/v1/reviews/PKPReviewController.php | |
+4 −0 | classes/controllers/grid/users/reviewer/PKPReviewerGridHandler.php | |
+0 −115 | classes/form/validation/FormValidatorAltcha.php | |
+2 −2 | classes/orcid/PKPOrcidWork.php | |
+28 −14 | classes/orcid/actions/PKPSendSubmissionToOrcid.php | |
+2 −1 | classes/submission/maps/Schema.php | |
+6 −23 | classes/user/form/RegistrationForm.php | |
+0 −1 | composer.json | |
+43 −86 | composer.lock | |
+0 −2 | controllers/grid/users/reviewer/form/ThankReviewerForm.php | |
+2 −2 | locale/da/common.po | |
+7 −1 | locale/en/submission.po | |
+36 −118 | locale/fa/submission.po | |
+1 −4 | locale/fr/api.po | |
+1 −4 | locale/fr/manager.po | |
+1 −15 | locale/se/admin.po | |
+0 −98 | locale/se/common.po | |
+0 −16 | locale/se/manager.po | |
+0 −127 | locale/se/submission.po | |
+12 −57 | pages/login/LoginHandler.php | |
+4 −0 | schemas/submission.json | |
+0 −9 | templates/frontend/pages/userLogin.tpl | |
+0 −10 | templates/frontend/pages/userLostPassword.tpl | |
+0 −9 | templates/frontend/pages/userRegister.tpl |
Submodule ui-library
updated
2 files
+5 −0 | src/managers/ReviewerManager/reviewerManagerStore.js | |
+57 −0 | src/managers/ReviewerManager/useReviewerManagerActions.js |