Skip to content

Commit

Permalink
pkp/pkp-lib#7105 Submodule Update ##touhidurabir/i7105_main##
Browse files Browse the repository at this point in the history
  • Loading branch information
touhidurabir committed Sep 13, 2022
1 parent bcffe63 commit 02bfde2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pkp
Submodule pkp updated 36 files
+3 −0 api/v1/_dois/PKPBackendDoiHandler.php
+3 −1 api/v1/_email/PKPEmailHandler.php
+3 −0 api/v1/_library/PKPLibraryHandler.php
+3 −0 api/v1/_payments/PKPBackendPaymentsSettingsHandler.php
+4 −1 api/v1/_submissions/PKPBackendSubmissionsHandler.php
+3 −0 api/v1/_uploadPublicFile/PKPUploadPublicFileHandler.php
+3 −0 api/v1/announcements/PKPAnnouncementHandler.php
+3 −0 api/v1/contexts/PKPContextHandler.php
+3 −0 api/v1/dois/PKPDoiHandler.php
+3 −0 api/v1/emailTemplates/PKPEmailTemplateHandler.php
+3 −0 api/v1/institutions/PKPInstitutionHandler.php
+3 −0 api/v1/mailables/MailableHandler.php
+3 −0 api/v1/site/PKPSiteHandler.php
+2 −0 api/v1/stats/contexts/PKPStatsContextHandler.php
+3 −0 api/v1/stats/editorial/PKPStatsEditorialHandler.php
+3 −0 api/v1/stats/publications/PKPStatsPublicationHandler.php
+26 −3 api/v1/stats/sushi/PKPStatsSushiHandler.php
+3 −0 api/v1/stats/users/PKPStatsUserHandler.php
+3 −0 api/v1/submissions/PKPSubmissionFileHandler.php
+4 −1 api/v1/submissions/PKPSubmissionHandler.php
+3 −0 api/v1/temporaryFiles/PKPTemporaryFilesHandler.php
+2 −0 api/v1/users/PKPUserHandler.php
+3 −0 api/v1/vocabs/PKPVocabHandler.php
+13 −1 classes/components/forms/context/PKPContextStatisticsForm.php
+14 −1 classes/components/forms/site/PKPSiteStatisticsForm.php
+2 −3 classes/handler/PKPHandler.php
+2 −0 classes/install/PKPInstall.php
+2 −0 classes/plugins/PluginHelper.php
+42 −37 classes/userGroup/Collector.php
+3 −5 classes/userGroup/DAO.php
+31 −31 classes/userGroup/Repository.php
+1 −1 cypress/support/commands.js
+9 −0 locale/en_US/manager.po
+3 −2 pages/management/ManagementHandler.php
+5 −0 schemas/context.json
+5 −0 schemas/site.json

0 comments on commit 02bfde2

Please sign in to comment.