Skip to content

Commit

Permalink
submodule update
Browse files Browse the repository at this point in the history
  • Loading branch information
taslangraham authored Oct 2, 2024
2 parents f94b5a8 + 27c9727 commit 72995eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pkp
Submodule pkp updated 29 files
+38 −31 api/v1/announcements/PKPAnnouncementController.php
+13 −5 api/v1/submissions/PKPSubmissionController.php
+210 −289 classes/announcement/Announcement.php
+3 −1 classes/announcement/AnnouncementTypeDAO.php
+242 −0 classes/announcement/Collector.php
+265 −20 classes/announcement/Repository.php
+3 −6 classes/announcement/maps/Schema.php
+0 −1 classes/core/PKPApplication.php
+0 −340 classes/core/SettingsBuilder.php
+2 −15 classes/core/exceptions/StoreTemporaryFileException.php
+0 −13 classes/core/maps/Schema.php
+0 −186 classes/core/traits/ModelWithSettings.php
+3 −3 classes/mail/mailables/AnnouncementNotify.php
+2 −3 classes/notification/PKPNotificationManager.php
+5 −5 classes/notification/managerDelegate/AnnouncementNotificationManager.php
+5 −3 classes/services/PKPContextService.php
+1 −62 classes/services/PKPSchemaService.php
+2 −3 controllers/grid/notifications/NotificationsGridCellProvider.php
+4 −4 jobs/notifications/NewAnnouncementNotifyUsers.php
+8 −7 pages/admin/AdminHandler.php
+18 −13 pages/announcement/AnnouncementHandler.php
+14 −7 pages/index/PKPIndexHandler.php
+5 −4 pages/management/ManagementHandler.php
+5 −2 pages/sitemap/PKPSitemapHandler.php
+0 −12 schemas/announcement.json
+8 −8 templates/frontend/objects/announcement_full.tpl
+10 −10 templates/frontend/objects/announcement_summary.tpl
+3 −3 templates/frontend/objects/announcements_list.tpl
+2 −2 templates/frontend/pages/announcement.tpl

0 comments on commit 72995eb

Please sign in to comment.