From 54e60f09a1181c55b19584355fef543c7c2c725a Mon Sep 17 00:00:00 2001 From: taslangraham Date: Thu, 22 May 2025 11:23:55 -0500 Subject: [PATCH 1/2] pkp/pkp-lib#11326 Implement backend infrastructure for managing and moderating public comments --- api/v1/comments/index.php | 20 ++++++++++++++++++++ dbscripts/xml/upgrade.xml | 5 +++-- 2 files changed, 23 insertions(+), 2 deletions(-) create mode 100644 api/v1/comments/index.php diff --git a/api/v1/comments/index.php b/api/v1/comments/index.php new file mode 100644 index 0000000000..f0b38587fd --- /dev/null +++ b/api/v1/comments/index.php @@ -0,0 +1,20 @@ + - + - + + From c1ad51f5363b8b798328b849edbe560b1cc2ea7e Mon Sep 17 00:00:00 2001 From: taslangraham Date: Thu, 22 May 2025 11:24:15 -0500 Subject: [PATCH 2/2] Submodule update --- lib/pkp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pkp b/lib/pkp index e65b230a3c..d08e2a2acd 160000 --- a/lib/pkp +++ b/lib/pkp @@ -1 +1 @@ -Subproject commit e65b230a3c742ee684e1f6da92aa721d62e31116 +Subproject commit d08e2a2acd9313ba3270c81b17dd5b8f048f9c03