From 2beae2a84d101fd95b660d7d9e03adf0d8c33937 Mon Sep 17 00:00:00 2001 From: Marcel Riedel Date: Fri, 16 Aug 2024 16:32:37 +0200 Subject: [PATCH] add dai-specific and external plugins to .submodules --- .gitmodules | 59 ++++++++++++++++++++++--- plugins/generic/acron | 2 +- plugins/generic/lensGalley | 2 +- plugins/generic/tinymce | 2 +- plugins/reports/counter/classes/COUNTER | 2 +- plugins/reports/reviewReport | 2 +- 6 files changed, 57 insertions(+), 12 deletions(-) diff --git a/.gitmodules b/.gitmodules index 851e4a195d7..666a22d5262 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,55 +1,100 @@ +# pkp plugins: + [submodule "lib/pkp"] path = lib/pkp url = https://github.com/pkp/pkp-lib.git + [submodule "plugins/generic/customBlockManager"] path = plugins/generic/customBlockManager url = https://github.com/pkp/customBlockManager.git + [submodule "plugins/generic/staticPages"] path = plugins/generic/staticPages url = https://github.com/pkp/staticPages.git + [submodule "plugins/generic/tinymce"] path = plugins/generic/tinymce url = https://github.com/pkp/tinymce.git + [submodule "plugins/generic/pdfJsViewer"] path = plugins/generic/pdfJsViewer url = https://github.com/pkp/pdfJsViewer.git + [submodule "docs/manual"] path = docs/manual url = https://github.com/pkp/ojs-user-guide -[submodule "plugins/generic/lensGalley"] - path = plugins/generic/lensGalley - url = https://github.com/asmecher/lensGalley - branch = i1472-fix + [submodule "plugins/generic/googleAnalytics"] path = plugins/generic/googleAnalytics url = https://github.com/pkp/googleAnalytics.git + [submodule "plugins/generic/orcidProfile"] path = plugins/generic/orcidProfile url = https://github.com/pkp/orcidProfile.git + [submodule "plugins/blocks/makeSubmission"] path = plugins/blocks/makeSubmission url = https://github.com/pkp/makeSubmission.git + [submodule "plugins/reports/reviewReport"] path = plugins/reports/reviewReport url = https://github.com/pkp/reviewReport + [submodule "lib/ui-library"] path = lib/ui-library url = https://github.com/pkp/ui-library + [submodule "plugins/generic/citationStyleLanguage"] path = plugins/generic/citationStyleLanguage url = https://github.com/pkp/citationStyleLanguage.git + [submodule "plugins/reports/counter/classes/COUNTER"] path = plugins/reports/counter/classes/COUNTER url = https://github.com/pkp/COUNTER.git + [submodule "plugins/blocks/browse"] path = plugins/blocks/browse url = https://github.com/pkp/browse + +[submodule "plugins/generic/googleScholar"] + path = plugins/generic/googleScholar + url = https://github.com/pkp/googleScholar + [submodule "plugins/generic/crossref"] path = plugins/generic/crossref url = https://github.com/pkp/crossref-ojs -[submodule "plugins/generic/acron"] - path = plugins/generic/acron - url = https://github.com/pkp/acron + [submodule "plugins/generic/webFeed"] path = plugins/generic/webFeed url = https://github.com/pkp/webFeed.git + +[submodule "plugins/generic/acron"] + path = plugins/generic/acron + url = https://github.com/pkp/acron + +# external plugins: + +[submodule "plugins/importexport/dnb"] + path = plugins/importexport/dnb + url = https://github.com/ojsde/dnb.git + branch = ojs-stable-3_4_0 + +# dai-plugins + +[submodule "plugins/themes/publicationstheme"] + path = plugins/themes/publicationstheme + url = https://github.com/dainst/publicationstheme.git + branch = update-to-3-4 + +[submodule "plugins/pubIds/publications-zenon-plugin"] + path = plugins/pubIds/publications-zenon-plugin + url = https://github.com/dainst/publications-zenon-plugin + +[submodule "plugins/generic/cilantro"] + path = plugins/generic/cilantro + url = https://github.com/dainst/ojs-cilantro-plugin + branch = ojs3 + +[submodule "plugins/pubIds/zenon"] + path = plugins/pubIds/zenon + url = https://github.com/dainst/publications-zenon-plugin.git \ No newline at end of file diff --git a/plugins/generic/acron b/plugins/generic/acron index e21bde89186..5bd8190a39e 160000 --- a/plugins/generic/acron +++ b/plugins/generic/acron @@ -1 +1 @@ -Subproject commit e21bde891868a254999cefe9cd7ef984868bcb46 +Subproject commit 5bd8190a39ed4d12dfd7645ddfc73f5560e7fd15 diff --git a/plugins/generic/lensGalley b/plugins/generic/lensGalley index 25cd726423a..ec8920cb8fd 160000 --- a/plugins/generic/lensGalley +++ b/plugins/generic/lensGalley @@ -1 +1 @@ -Subproject commit 25cd726423a49d32920a0d9b8724319e9d38ffaf +Subproject commit ec8920cb8fdf7ed1431d84b8c476a0aabe3d18d5 diff --git a/plugins/generic/tinymce b/plugins/generic/tinymce index 7416fa784a3..c65fdc0ed50 160000 --- a/plugins/generic/tinymce +++ b/plugins/generic/tinymce @@ -1 +1 @@ -Subproject commit 7416fa784a3d45b2a13fa308b302ac099a729114 +Subproject commit c65fdc0ed50386a6fcadefcf97c90460efc91390 diff --git a/plugins/reports/counter/classes/COUNTER b/plugins/reports/counter/classes/COUNTER index 8e9add985ce..b906f11dc64 160000 --- a/plugins/reports/counter/classes/COUNTER +++ b/plugins/reports/counter/classes/COUNTER @@ -1 +1 @@ -Subproject commit 8e9add985ce380c72f7b255501e5474fb2554476 +Subproject commit b906f11dc647705c2d22445e79fa2c36ac01b717 diff --git a/plugins/reports/reviewReport b/plugins/reports/reviewReport index 7848795362d..707aa66df00 160000 --- a/plugins/reports/reviewReport +++ b/plugins/reports/reviewReport @@ -1 +1 @@ -Subproject commit 7848795362d5fb51a25be73512bba0424da3eb0d +Subproject commit 707aa66df004500b12c21989f615fecd42118ee4