Commit 2a3ab94
Submodule core-geonetwork updated 5 files
- common/src/main/java/org/fao/geonet/utils/Xml.java+3-1
- core/src/main/java/org/fao/geonet/kernel/datamanager/base/BaseMetadataIndexer.java+1
- core/src/test/java/org/fao/geonet/kernel/LocalXLinksUpdateDeleteTest.java+3-3
- csw-server/src/main/java/org/fao/geonet/component/csw/GetRecords.java+10-27
- web/src/main/webapp/WEB-INF/classes/setup/sql/migrate/v447/migrate-default.sql-3
Submodule iso19115-3.2018.che updated 96 files
- .github/workflows/test.yml+4-1
- src/main/java/org/fao/geonet/schema/iso19115_3_2018_che/ISO19115_3_2018SchemaPlugin.java+1
- src/main/plugin/iso19115-3.2018.che/convert/ISO19139/mapping/CI_ResponsibleParty.xsl+4
- src/main/plugin/iso19115-3.2018.che/convert/ISO19139/mapping/core.xsl+17-37
- src/main/plugin/iso19115-3.2018.che/convert/ISO19139/utility/multiLingualCharacterStrings.xsl+1
- src/main/plugin/iso19115-3.2018.che/formatter/dcat/dcat-core-catalogrecord.xsl+2-1
- src/main/plugin/iso19115-3.2018.che/formatter/dcat/dcat-core-contact.xsl+6-5
- src/main/plugin/iso19115-3.2018.che/formatter/dcat/dcat-core-distribution.xsl+16-7
- src/main/plugin/iso19115-3.2018.che/formatter/dcat/dcat-core-resource.xsl+2-1
- src/main/plugin/iso19115-3.2018.che/formatter/dcat/dcat-core.xsl+5-3
- src/main/plugin/iso19115-3.2018.che/formatter/dcat/dcat-utils.xsl+2-1
- src/main/plugin/iso19115-3.2018.che/formatter/dcat/dcat-variables.xsl+19-18
- src/main/plugin/iso19115-3.2018.che/formatter/dcat/view.xsl+2-1
- src/main/plugin/iso19115-3.2018.che/formatter/eu-dcat-ap-hvd/eu-dcat-ap-hvd-core.xsl+15-4
- src/main/plugin/iso19115-3.2018.che/formatter/eu-dcat-ap-hvd/view.xsl+2-1
- src/main/plugin/iso19115-3.2018.che/formatter/eu-dcat-ap-mobility/mobility-dcat-ap-core.xsl+2-1
- src/main/plugin/iso19115-3.2018.che/formatter/eu-dcat-ap-mobility/view.xsl+2-1
- src/main/plugin/iso19115-3.2018.che/formatter/eu-dcat-ap/eu-dcat-ap-core-dataset.xsl+3-2
- src/main/plugin/iso19115-3.2018.che/formatter/eu-dcat-ap/eu-dcat-ap-core.xsl+6-5
- src/main/plugin/iso19115-3.2018.che/formatter/eu-dcat-ap/view.xsl+2-1
- src/main/plugin/iso19115-3.2018.che/formatter/eu-geodcat-ap-semiceu/view.xsl+2-1
- src/main/plugin/iso19115-3.2018.che/formatter/eu-geodcat-ap/eu-geodcat-ap-core.xsl+4-3
- src/main/plugin/iso19115-3.2018.che/formatter/eu-geodcat-ap/view.xsl+2-1
- src/main/plugin/iso19115-3.2018.che/index-fields/index-subtemplate.xsl+8-4
- src/main/plugin/iso19115-3.2018.che/index-fields/index.xsl+1-1
- src/main/plugin/iso19115-3.2018.che/layout/config-editor.xml+20
- src/main/plugin/iso19115-3.2018.che/layout/utility-tpl-multilingual.xsl+2-2
- src/main/plugin/iso19115-3.2018.che/loc/eng/labels.xml+138-134
- src/main/plugin/iso19115-3.2018.che/loc/fre/labels.xml+164-9
- src/main/plugin/iso19115-3.2018.che/loc/ger/codelists.xml+2.7k
- src/main/plugin/iso19115-3.2018.che/loc/ger/labels.xml+9.4k
- src/main/plugin/iso19115-3.2018.che/loc/ger/strings.xml+76
- src/main/plugin/iso19115-3.2018.che/loc/ita/codelists.xml+3.0k
- src/main/plugin/iso19115-3.2018.che/loc/ita/labels.xml+5.9k
- src/main/plugin/iso19115-3.2018.che/loc/ita/schematron-rules-datacite.xml+51
- src/main/plugin/iso19115-3.2018.che/loc/ita/schematron-rules-url-check.xml+6
- src/main/plugin/iso19115-3.2018.che/loc/ita/strings.xml+84
- src/main/plugin/iso19115-3.2018.che/present/csw/ech-0271-brief.xsl+82
- src/main/plugin/iso19115-3.2018.che/present/csw/ech-0271-full.xsl+13
- src/main/plugin/iso19115-3.2018.che/present/csw/ech-0271-summary.xsl+41
- src/main/plugin/iso19115-3.2018.che/schematron/schematron-rules-iso.sch+25-24
- src/main/resources/config-spring-geonetwork.xml+2-2
- src/test/java/org/fao/geonet/api/records/formatters/SchemaLocalizations.java+16
- src/test/java/org/fao/geonet/schema/BuildEditorFormTest.java+32-2
- src/test/java/org/fao/geonet/schema/CswTest.java+60
- src/test/java/org/fao/geonet/schema/DCatFormatterTest.java+79
- src/test/java/org/fao/geonet/schema/IndexationTest.java+3-3
- src/test/java/org/fao/geonet/schema/Iso19139cheToIso19115cheConversionTest.java+6-1
- src/test/java/org/fao/geonet/schema/LoadSchemaBeanTest.java+13-1
- src/test/java/org/fao/geonet/schema/SchematronTest.java+127
- src/test/java/org/fao/geonet/util/XslUtil.java+16-1
- src/test/resources/VALTRALOC-19115-3.che.xml+22
- src/test/resources/amphibians-19115-3.che-brief.xml+67
- src/test/resources/amphibians-19115-3.che-editor-form.xml+64-64
- src/test/resources/amphibians-19115-3.che-raw-french-inflated-for-edition-schematron-rules-iso-report.xml+527
- src/test/resources/amphibians-19115-3.che-summary.xml+97
- src/test/resources/amphibians-19115-3.che.xml+120-2
- src/test/resources/amphibians-19139.che.xml+10
- src/test/resources/amphibians-dcat.xml+231
- src/test/resources/amphibians-eu-dcat-ap-hvd.xml+257
- src/test/resources/amphibians-eu-dcat-ap-mobility.xml+257
- src/test/resources/amphibians-eu-dcat-ap.xml+257
- src/test/resources/amphibians-eu-geodcat-ap-semiceu.xml+169
- src/test/resources/amphibians-eu-geodcat-ap.xml+277
- src/test/resources/amphibians-schematron-rules-iso-report.xml+482
- src/test/resources/asiatischeHornisse-19115-3.che-editor-form.xml+958
- src/test/resources/asiatischeHornisse-19115-3.che-raw-french-inflated-for-edition.xml+263
- src/test/resources/conventionDesAlpesTousLesChamps-19115-3.che.xml+217-7
- src/test/resources/fiktiverDarstellungskatalogMitURL-19115-3.che.xml+40
- src/test/resources/fiktiverDarstellungskatalogMitURL-schematron-rules-iso-report.xml+388
- src/test/resources/grundwasserschutzzonen-19115-3.che.xml+51
- src/test/resources/grundwasservorkommen-19115-3.che-brief.xml+69
- src/test/resources/grundwasservorkommen-19115-3.che.xml+139-2
- src/test/resources/grundwasservorkommen-eu-dcat-ap.xml+128
- src/test/resources/grundwasservorkommen-index.xml+18
- src/test/resources/grundwasservorkommen-schematron-rules-iso-report.xml+193
- src/test/resources/hoheitsgrenzpunkteLV-19115-3.che.xml+60
- src/test/resources/hoheitsgrenzpunkteLV-eu-dcat-ap-hvd.xml+355
- src/test/resources/modellDokumentationSwissTLM3D-19115-3.che.xml+34
- src/test/resources/organischenBodenInDerSchweiz-19115-3.che.xml+25
- src/test/resources/schuetzenswerte-19115-3.che.xml+60
- src/test/resources/subtemplates/interlis-index.xml+1-1
- src/test/resources/subtemplates/liechtenstein-index.xml+17-6
- src/test/resources/subtemplates/responsiblePartyAgroscope-19115-3.che.xml+17
- src/test/resources/subtemplates/responsiblePartyAgroscope-index.xml+16-8
- src/test/resources/subtemplates/secretariat-ibat-19115-3.che-editor-form.xml+941
- src/test/resources/subtemplates/secretariat-ibat-19115-3.che-raw-inflated-for-edition.xml+263
- src/test/resources/swissTLM3D-19115-3.che.xml+34
- src/test/resources/trees-19115-3.che.xml+11
- src/test/resources/veterinarians-19115-3.che.xml+22
- src/test/resources/veterinarians-19139.che.xml+1
- src/test/resources/veterinarians-schematron-rules-iso-report.xml+307
- src/test/resources/wanderWege-19115-3.che.xml+2.0k
- src/test/resources/wanderWege-19139.che.xml+1.9k
- src/test/resources/weatherStations-19115-3.che.xml+80
- src/test/resources/zonesDeTranquillite-19115-3.che.xml+40
0 commit comments