Skip to content

Commit

Permalink
pkp/pkp-lib#9425 Submodule update ##jyhein/f5000_7431##
Browse files Browse the repository at this point in the history
  • Loading branch information
jyhein committed Oct 27, 2023
1 parent 6c57d82 commit af5f191
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pkp
Submodule pkp updated 51 files
+8 −8 api/v1/submissions/PKPSubmissionFileController.php
+3 −1 api/v1/vocabs/PKPVocabController.php
+4 −2 classes/announcement/Collector.php
+2 −1 classes/author/Repository.php
+3 −1 classes/author/maps/Schema.php
+1 −1 classes/components/listPanels/ContributorsListPanel.php
+55 −0 classes/context/Context.php
+1 −0 classes/core/PKPApplication.php
+35 −0 classes/dev/ComposerScript.php
+3 −1 classes/galley/maps/Schema.php
+66 −13 classes/i18n/LocaleConversion.php
+1 −1 classes/i18n/LocaleMetadata.php
+2 −2 classes/mail/Mailable.php
+5 −2 classes/mail/mailables/StatisticsReportNotify.php
+3 −3 classes/mail/mailables/SubmissionAcknowledgement.php
+12 −8 classes/migration/upgrade/v3_4_0/MergeLocalesMigration.php
+58 −0 classes/migration/upgrade/v3_5_0/I9425_SeparateUIAndSubmissionLocales.php
+38 −0 classes/publication/PKPPublication.php
+5 −5 classes/publication/Repository.php
+25 −7 classes/security/Validation.php
+12 −1 classes/services/PKPContextService.php
+9 −1 classes/services/PKPFileService.php
+6 −2 classes/submission/Repository.php
+5 −5 classes/submissionFile/Repository.php
+5 −1 classes/submissionFile/maps/Schema.php
+7 −2 classes/template/PKPTemplateManager.php
+12 −0 classes/user/form/BaseProfileForm.php
+1 −0 classes/user/form/ContactForm.php
+6 −1 composer.json
+3 −2 controllers/grid/admin/languages/AdminLanguageGridHandler.php
+21 −0 controllers/grid/languages/LanguageGridCellProvider.php
+85 −41 controllers/grid/languages/LanguageGridHandler.php
+145 −0 controllers/grid/languages/form/AddLanguageForm.php
+4 −1 controllers/grid/settings/languages/ManageLanguageGridHandler.php
+155 −0 controllers/grid/settings/languages/SubmissionLanguageGridHandler.php
+26 −0 controllers/grid/settings/user/UserGridHandler.php
+2 −1 controllers/wizard/fileUpload/FileUploadWizardHandler.php
+8 −2 controllers/wizard/fileUpload/form/SubmissionFilesMetadataForm.php
+24 −0 locale/en/manager.po
+37 −8 pages/authorDashboard/PKPAuthorDashboardHandler.php
+1 −1 pages/login/LoginHandler.php
+9 −8 pages/submission/PKPSubmissionHandler.php
+38 −9 pages/workflow/PKPWorkflowHandler.php
+22 −1 plugins/importexport/native/filter/PKPNativeFilterHelper.php
+24 −0 schemas/context.json
+2 −0 templates/admin/contextSettings.tpl
+35 −0 templates/controllers/grid/languages/addLanguageForm.tpl
+1 −1 templates/frontend/pages/userLogin.tpl
+2 −0 templates/management/website.tpl
+3 −0 tests/classes/i18n/LocaleTest.php
+1 −1 tools/i18nExtractKeys.vite.js

0 comments on commit af5f191

Please sign in to comment.