From 957bf568c46fefc822965ba32886d6efb2c20e32 Mon Sep 17 00:00:00 2001 From: Paul Borchert Date: Tue, 12 Dec 2023 16:59:39 +0100 Subject: [PATCH 01/10] add classification fiv_subject --- .../resources/classifications/fiv_subject.xml | 30 +++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 src/main/resources/classifications/fiv_subject.xml diff --git a/src/main/resources/classifications/fiv_subject.xml b/src/main/resources/classifications/fiv_subject.xml new file mode 100644 index 0000000..2ec15ad --- /dev/null +++ b/src/main/resources/classifications/fiv_subject.xml @@ -0,0 +1,30 @@ + + + From 337caa8d15d5056f437adb812bc0c47722477970 Mon Sep 17 00:00:00 2001 From: Paul Borchert Date: Tue, 12 Dec 2023 17:03:26 +0100 Subject: [PATCH 02/10] add fiv_subject to admineditor --- .../resources/editor/editor-customization.xed | 21 ++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/src/main/resources/META-INF/resources/editor/editor-customization.xed b/src/main/resources/META-INF/resources/editor/editor-customization.xed index e60c507..303c9da 100644 --- a/src/main/resources/META-INF/resources/editor/editor-customization.xed +++ b/src/main/resources/META-INF/resources/editor/editor-customization.xed @@ -8,6 +8,7 @@ https://cmswiki.rrz.uni-hamburg.de/hummel/MyCoRe/Organisation/AnwenderWorkshop2018?action=AttachFile&do=view&target=MyCoRe+XEditor+Erweiterungen+2018-11-14.pdf https://cmswiki.rrz.uni-hamburg.de/hummel/MyCoRe/Organisation/AnwenderWorkshop2018?action=AttachFile&do=view&target=MCR-Workshop2018_Rochowski_XEditor_Erweiterungen_Praxis.pdf --> + @@ -17,7 +18,25 @@ - + + + +
+ +
+ +
+ +
+
+
From f2af067a5077b06a2b5b3e661d17df0beee8a022 Mon Sep 17 00:00:00 2001 From: Paul Borchert Date: Tue, 12 Dec 2023 17:09:52 +0100 Subject: [PATCH 03/10] add i18n for fiv_subject --- src/main/resources/config/reposis_dfi/messages_de.properties | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/resources/config/reposis_dfi/messages_de.properties b/src/main/resources/config/reposis_dfi/messages_de.properties index 4e7b67d..421b675 100644 --- a/src/main/resources/config/reposis_dfi/messages_de.properties +++ b/src/main/resources/config/reposis_dfi/messages_de.properties @@ -5,6 +5,8 @@ project.layout.footer.technical project.layout.footer.contact = Kontakt browse.documents = Dokumente project.complex.title = Erweiterte Suche +project.form.label.fiv_subject = FIV Notation +project.help.fiv_subject = Schlagwortvergabe nach dem Thesaurus des FIV project.simple.title = Einfache Suche editor.search.mir.language_classification = Sprache editor.search.mir.language_classification.tooltip = Dokumente in einer bestimmten Spache suchen. From 6888b8540c7ee2dcda727022410cbe32b261b664 Mon Sep 17 00:00:00 2001 From: Paul Borchert Date: Tue, 12 Dec 2023 17:52:56 +0100 Subject: [PATCH 04/10] fix templatename --- .../META-INF/resources/editor/editor-customization.xed | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/META-INF/resources/editor/editor-customization.xed b/src/main/resources/META-INF/resources/editor/editor-customization.xed index 303c9da..50d6e74 100644 --- a/src/main/resources/META-INF/resources/editor/editor-customization.xed +++ b/src/main/resources/META-INF/resources/editor/editor-customization.xed @@ -19,7 +19,7 @@ - +
From 6a3364d7088f5a797b53ae59466290765fb91904 Mon Sep 17 00:00:00 2001 From: Paul Borchert Date: Fri, 15 Dec 2023 12:15:06 +0100 Subject: [PATCH 07/10] fix mods:repeat --- .../META-INF/resources/editor/editor-customization.xed | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/META-INF/resources/editor/editor-customization.xed b/src/main/resources/META-INF/resources/editor/editor-customization.xed index 18311b2..64af583 100644 --- a/src/main/resources/META-INF/resources/editor/editor-customization.xed +++ b/src/main/resources/META-INF/resources/editor/editor-customization.xed @@ -35,7 +35,7 @@ - +
From e26bbf4947868694f1d5ef14f8028f926e6519fa Mon Sep 17 00:00:00 2001 From: Paul Borchert Date: Fri, 15 Dec 2023 15:59:20 +0100 Subject: [PATCH 08/10] fix xed:repeat --- .../resources/editor/editor-customization.xed | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/main/resources/META-INF/resources/editor/editor-customization.xed b/src/main/resources/META-INF/resources/editor/editor-customization.xed index 64af583..dcd4a1b 100644 --- a/src/main/resources/META-INF/resources/editor/editor-customization.xed +++ b/src/main/resources/META-INF/resources/editor/editor-customization.xed @@ -8,7 +8,7 @@ https://cmswiki.rrz.uni-hamburg.de/hummel/MyCoRe/Organisation/AnwenderWorkshop2018?action=AttachFile&do=view&target=MyCoRe+XEditor+Erweiterungen+2018-11-14.pdf https://cmswiki.rrz.uni-hamburg.de/hummel/MyCoRe/Organisation/AnwenderWorkshop2018?action=AttachFile&do=view&target=MCR-Workshop2018_Rochowski_XEditor_Erweiterungen_Praxis.pdf --> - + @@ -20,22 +20,22 @@ - +
- + + +
- +
From c4cb9b29b97967815c5ea0e2b21b0f3d93a6d00d Mon Sep 17 00:00:00 2001 From: Paul Borchert Date: Sun, 17 Dec 2023 23:22:56 +0100 Subject: [PATCH 09/10] fix naming of fiv_subject --- src/main/resources/config/reposis_dfi/messages_de.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/config/reposis_dfi/messages_de.properties b/src/main/resources/config/reposis_dfi/messages_de.properties index 421b675..409273a 100644 --- a/src/main/resources/config/reposis_dfi/messages_de.properties +++ b/src/main/resources/config/reposis_dfi/messages_de.properties @@ -5,7 +5,7 @@ project.layout.footer.technical project.layout.footer.contact = Kontakt browse.documents = Dokumente project.complex.title = Erweiterte Suche -project.form.label.fiv_subject = FIV Notation +project.form.label.fiv_subject = FIV Themen project.help.fiv_subject = Schlagwortvergabe nach dem Thesaurus des FIV project.simple.title = Einfache Suche editor.search.mir.language_classification = Sprache From 5265ba7240fa5a5aefd4f0e82b8ff72827b032ce Mon Sep 17 00:00:00 2001 From: Paul Borchert Date: Sun, 17 Dec 2023 23:48:36 +0100 Subject: [PATCH 10/10] add more categorys to fiv_subject --- .../resources/classifications/fiv_subject.xml | 141 ++++++++++++++++++ 1 file changed, 141 insertions(+) diff --git a/src/main/resources/classifications/fiv_subject.xml b/src/main/resources/classifications/fiv_subject.xml index 2ec15ad..ec78b3c 100644 --- a/src/main/resources/classifications/fiv_subject.xml +++ b/src/main/resources/classifications/fiv_subject.xml @@ -2,6 +2,147 @@