diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 000000000..151573f9b --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,98 @@ +# CollectionSpace Application Changelog + +## 8.3.0 + +### Authorities + +#### Chronology + +* Remove `ui-type="enum"` from identifierCitation + +### Procedures + +#### Acquisition + +* Add free text field `acquisitionDescription` +* Add parties involved group `partiesInvovledGroupList/partiesInvolvedGroup` + +#### Consultation + +* Add repeatable field `consultationOutcomes/consultationOutcome` + +#### Deaccession + +* Add parties involved group `partiesInvovledGroupList/partiesInvolvedGroup` + +### CollectionObject + +* **Anthro** Add material/technique description free text field +* Add repeating autocomplete field `controlledContentPlaces/controlledContentPlace` + +### Media + +* Add `mini="list"` to alt text + +### Term Lists + +#### Annotation Type + +**All Profiles** + +* Update default terms to catalog note, legacy data note, and staff note + +#### Inventory Status + +**Core, Anthro, Bonsai, BotGarden, FCART, Herbarium, LHMC, Materials** + +* Update default terms to deaccessions, in storage, missing, off site, on loan, and on display + +#### NAGPRA Involved Role + +**FCART, Materials, PublicArt** + +* Added existing default terms to profile + +#### Organization Types + +**Core, Anthro, Bonsai, BotGarden, FCART, Herbarium, LHMC, Materials** + +* Add federally-recognized tribe and non-federally-recognized tribe to default terms + +### Misc + +* Added SMTP environment variables +* Added displayName to tenant binding output for authority records + +## 8.2.0 + +### Procedures + +### CollectionObject + +* Add repeating field `objectProductionAgents/objectProductionAgent` + +### Object Exit + +* Add field `note` + +### Held-in-Trust + +* Add field `note` + +### Summary Documentation + +* Add field `note` + +### NAGPRA Inventory + +* Add field `note` + +### Profiles + +#### Anthro + +* Remove `anthroOwnershipAccess` from `CollectionObject` + +#### FCART + +* Add `deaccessionreason` term list to fcart profile instance vocabularies diff --git a/cspi-installation/src/main/java/org/collectionspace/chain/installation/ServiceBindingsGeneration.java b/cspi-installation/src/main/java/org/collectionspace/chain/installation/ServiceBindingsGeneration.java index e8d94edf6..c5d53e2a1 100644 --- a/cspi-installation/src/main/java/org/collectionspace/chain/installation/ServiceBindingsGeneration.java +++ b/cspi-installation/src/main/java/org/collectionspace/chain/installation/ServiceBindingsGeneration.java @@ -716,7 +716,6 @@ private void doRefnameDisplayNameField(Record record, Element ele, Namespace thi * @param thisns * @param isAuthority */ - private void doDocHandlerParams(Record r, Element el, Namespace nsservices2, Boolean isAuthority) { // Element dhele = el.addElement(new QName("DocHandlerParams", nsservices2)); @@ -902,6 +901,7 @@ private void addAuthorities(Record r, Element el, String serviceBindingVersion) bindingsForAuthority.addAttribute("id", r.getServicesTenantAuthPl()); bindingsForAuthority.addAttribute("type", RECORD_TYPE_UTILITY); bindingsForAuthority.addAttribute("version", serviceBindingVersion); + bindingsForAuthority.addAttribute("displayName", r.getServicesTenantAuthDisplayName()); bindingsForAuthority.addAttribute(Record.SUPPORTS_REPLICATING, Boolean.toString(r.supportsReplicating())); bindingsForAuthority.addAttribute(Record.REQUIRES_UNIQUE_SHORTID, Boolean.TRUE.toString()); String remoteClientConfigName = r.getRemoteClientConfigName(); @@ -952,7 +952,7 @@ private void addServiceBinding(Record r, Element el, Namespace nameSpace, Boolea doDocHandlerParams(r, el, this.nsservices, isAuthority); // - if (isAuthority == true || r.isType(RECORD_TYPE_VOCABULARY) == true) { + if (isAuthority || r.isType(RECORD_TYPE_VOCABULARY)) { doAuthorityInstanceList(r, el, this.nsservices); } diff --git a/cspi-schema/src/main/java/org/collectionspace/chain/csp/schema/Record.java b/cspi-schema/src/main/java/org/collectionspace/chain/csp/schema/Record.java index 1f91c87cd..1c9442336 100644 --- a/cspi-schema/src/main/java/org/collectionspace/chain/csp/schema/Record.java +++ b/cspi-schema/src/main/java/org/collectionspace/chain/csp/schema/Record.java @@ -38,6 +38,8 @@ public class Record implements FieldParent { private static final String TYPE_AUTHORITY = "Authority"; private static final String TYPE_AUTHORITY_LOWERCASE = TYPE_AUTHORITY.toLowerCase(); + public static final String AUTH_DISPLAY_NAME = "services-tenant-auth-display-name"; + public static final String ELASTICSEARCH_INDEXED = "elasticsearchIndexed"; public static final String SUPPORTS_LOCKING = "supportslocking"; public static final String SUPPORTS_REPLICATING = "supportsReplicating"; @@ -257,6 +259,7 @@ public void setLastAuthorityProxy(Record lastAuthoriyProxy) { utils.initStrings(section, "services-tenant-plural", utils.getString("services-tenant-singular") + "s"); utils.initStrings(section, "services-tenant-auth-singular", utils.getString("services-url")); utils.initStrings(section, "services-tenant-auth-plural", utils.getString("services-tenant-singular") + "s"); + utils.initStrings(section, AUTH_DISPLAY_NAME, utils.getString("services-tenant-singular")); utils.initStrings(section, "services-schema-location", "http://services.collectionspace.org"); @@ -827,6 +830,10 @@ public String getServicesTenantAuthSg() { return utils.getString("services-tenant-auth-singular"); } + public String getServicesTenantAuthDisplayName() { + return utils.getString(AUTH_DISPLAY_NAME); + } + /* * By convention, the value from getServicesTenantSg() is the Nuxeo doctype * name. However, if the record explicitly declares a doctype using the @@ -1442,4 +1449,5 @@ public void setSortKey(String fieldId, String sortFieldId) { public String getSortKey(String fieldId) { return sortKeys.get(fieldId); } + } diff --git a/pom.xml b/pom.xml index ff6be464d..21cc16b55 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ Root - 8.1.0 + 8.3.0 ${revision} ${basedir}/tmp csmake diff --git a/tomcat-main/src/main/resources/defaults/base-authority-chronology.xml b/tomcat-main/src/main/resources/defaults/base-authority-chronology.xml index ee1d0f958..815745b91 100644 --- a/tomcat-main/src/main/resources/defaults/base-authority-chronology.xml +++ b/tomcat-main/src/main/resources/defaults/base-authority-chronology.xml @@ -4,6 +4,7 @@ Chronologyauthorities Chronologyauthority + Chronology Chronology Chronologies @@ -31,12 +32,12 @@ era era - Era Chronologies + Era event event - Event Chronologies + Event @@ -57,7 +58,7 @@ - + @@ -91,4 +92,4 @@ - \ No newline at end of file + diff --git a/tomcat-main/src/main/resources/defaults/base-authority-citation.xml b/tomcat-main/src/main/resources/defaults/base-authority-citation.xml index e9f61f71f..cc6e54295 100644 --- a/tomcat-main/src/main/resources/defaults/base-authority-citation.xml +++ b/tomcat-main/src/main/resources/defaults/base-authority-citation.xml @@ -5,6 +5,7 @@ Citationauthority Citationauthorities + Citation Citation citationauthorities_common:http://collectionspace.org/services/citation,abstract-common-list/list-item @@ -30,12 +31,12 @@ citation citation - Local Citations + Local worldcat worldcat - WorldCat Citations + WorldCat diff --git a/tomcat-main/src/main/resources/defaults/base-authority-concept.xml b/tomcat-main/src/main/resources/defaults/base-authority-concept.xml index 9dcd42f57..49faf00d1 100644 --- a/tomcat-main/src/main/resources/defaults/base-authority-concept.xml +++ b/tomcat-main/src/main/resources/defaults/base-authority-concept.xml @@ -4,6 +4,7 @@ Conceptauthority Conceptauthorities + Concept Concept Conceptitem @@ -33,17 +34,17 @@ concept concept - Associated Concepts + Associated material_ca material_ca - Material Concepts + Material activity activity - Activity Concepts + Activity nomenclature @@ -65,18 +66,18 @@ occasion occasion - Occasion Concepts + Occasion ethculture ethculture - Ethnographic Cultures + Cultural Group archculture archculture - Archaeological Cultures + Archaeological Culture diff --git a/tomcat-main/src/main/resources/defaults/base-authority-location.xml b/tomcat-main/src/main/resources/defaults/base-authority-location.xml index 57aace77d..29b839227 100644 --- a/tomcat-main/src/main/resources/defaults/base-authority-location.xml +++ b/tomcat-main/src/main/resources/defaults/base-authority-location.xml @@ -4,6 +4,7 @@ Locationauthority Locationauthorities + Storage Location Location Locationitem @@ -30,12 +31,12 @@ location location - Local Storage Locations + Local offsite_sla offsite_sla - Offsite Storage Locations + Offsite diff --git a/tomcat-main/src/main/resources/defaults/base-authority-material.xml b/tomcat-main/src/main/resources/defaults/base-authority-material.xml index 3e546d973..790efdb96 100644 --- a/tomcat-main/src/main/resources/defaults/base-authority-material.xml +++ b/tomcat-main/src/main/resources/defaults/base-authority-material.xml @@ -4,6 +4,7 @@ Materialauthority Materialauthorities + Material Material Materialitem diff --git a/tomcat-main/src/main/resources/defaults/base-authority-organization.xml b/tomcat-main/src/main/resources/defaults/base-authority-organization.xml index d1944f447..de2701156 100644 --- a/tomcat-main/src/main/resources/defaults/base-authority-organization.xml +++ b/tomcat-main/src/main/resources/defaults/base-authority-organization.xml @@ -4,6 +4,7 @@ Orgauthorities Orgauthority + Organization Organization orgauthorities_common:http://collectionspace.org/services/organization,abstract-common-list/list-item @@ -31,12 +32,12 @@ organization organization - Local Organizations + Local ulan_oa ulan_oa - ULAN Organizations + ULAN diff --git a/tomcat-main/src/main/resources/defaults/base-authority-person.xml b/tomcat-main/src/main/resources/defaults/base-authority-person.xml index 4a8d050b3..1b375e8ed 100644 --- a/tomcat-main/src/main/resources/defaults/base-authority-person.xml +++ b/tomcat-main/src/main/resources/defaults/base-authority-person.xml @@ -4,6 +4,7 @@ Personauthority Personauthorities + Person Person personauthorities_common:http://collectionspace.org/services/person,abstract-common-list/list-item @@ -32,12 +33,12 @@ person person - Local Persons + Local ulan_pa ulan_pa - ULAN Persons + ULAN diff --git a/tomcat-main/src/main/resources/defaults/base-authority-place.xml b/tomcat-main/src/main/resources/defaults/base-authority-place.xml index ecf34ccaa..02d95b125 100644 --- a/tomcat-main/src/main/resources/defaults/base-authority-place.xml +++ b/tomcat-main/src/main/resources/defaults/base-authority-place.xml @@ -4,6 +4,7 @@ Placeauthority Placeauthorities + Place Place Placeitem @@ -33,17 +34,17 @@ place place - Local Places + Local tgn_place tgn_place - Thesaurus of Geographic Names + TGN archaeological archaeological - Archaeological Site + Archaeological diff --git a/tomcat-main/src/main/resources/defaults/base-authority-taxon.xml b/tomcat-main/src/main/resources/defaults/base-authority-taxon.xml index e428e1aee..85f2fe052 100644 --- a/tomcat-main/src/main/resources/defaults/base-authority-taxon.xml +++ b/tomcat-main/src/main/resources/defaults/base-authority-taxon.xml @@ -4,6 +4,7 @@ Taxonomyauthority Taxonomyauthority + Taxon Taxon Taxon @@ -31,12 +32,12 @@ taxon taxon - Local Taxa + Local common_ta common_ta - Common Taxa + Common diff --git a/tomcat-main/src/main/resources/defaults/base-authority-work.xml b/tomcat-main/src/main/resources/defaults/base-authority-work.xml index 44312fb70..2719f0a4b 100644 --- a/tomcat-main/src/main/resources/defaults/base-authority-work.xml +++ b/tomcat-main/src/main/resources/defaults/base-authority-work.xml @@ -7,6 +7,7 @@ Workauthority Workauthorities + Work Work Workitem @@ -33,12 +34,12 @@ work work - Local Works + Local cona_work cona_work - CONA Works + CONA diff --git a/tomcat-main/src/main/resources/defaults/base-collectionobject.xml b/tomcat-main/src/main/resources/defaults/base-collectionobject.xml index fd39153bf..76d210d6a 100644 --- a/tomcat-main/src/main/resources/defaults/base-collectionobject.xml +++ b/tomcat-main/src/main/resources/defaults/base-collectionobject.xml @@ -254,6 +254,9 @@ + + + @@ -346,6 +349,9 @@ + + +
diff --git a/tomcat-main/src/main/resources/defaults/base-instance-vocabularies.xml b/tomcat-main/src/main/resources/defaults/base-instance-vocabularies.xml index eb5073324..41ae6fd13 100644 --- a/tomcat-main/src/main/resources/defaults/base-instance-vocabularies.xml +++ b/tomcat-main/src/main/resources/defaults/base-instance-vocabularies.xml @@ -5,33 +5,12 @@ inventorystatus Inventory Status - - - - - - - - - + - - - - - - + - - - - - - - - - + @@ -508,6 +487,8 @@ + + @@ -1326,15 +1307,9 @@ annotationtype Annotation Type - - - - - - - - - + + + diff --git a/tomcat-main/src/main/resources/defaults/base-procedure-acquisition.xml b/tomcat-main/src/main/resources/defaults/base-procedure-acquisition.xml index 8b3780eb7..bc9f5c763 100644 --- a/tomcat-main/src/main/resources/defaults/base-procedure-acquisition.xml +++ b/tomcat-main/src/main/resources/defaults/base-procedure-acquisition.xml @@ -50,6 +50,7 @@ + @@ -59,6 +60,11 @@ + + + + +
diff --git a/tomcat-main/src/main/resources/defaults/base-procedure-consultation.xml b/tomcat-main/src/main/resources/defaults/base-procedure-consultation.xml index d41e6f7b3..7d81d00f3 100644 --- a/tomcat-main/src/main/resources/defaults/base-procedure-consultation.xml +++ b/tomcat-main/src/main/resources/defaults/base-procedure-consultation.xml @@ -35,6 +35,10 @@ + + + +
diff --git a/tomcat-main/src/main/resources/defaults/base-procedure-deaccession.xml b/tomcat-main/src/main/resources/defaults/base-procedure-deaccession.xml index 461ab122f..1d815e82c 100644 --- a/tomcat-main/src/main/resources/defaults/base-procedure-deaccession.xml +++ b/tomcat-main/src/main/resources/defaults/base-procedure-deaccession.xml @@ -36,6 +36,12 @@ + + + + + + diff --git a/tomcat-main/src/main/resources/defaults/base-procedure-exit.xml b/tomcat-main/src/main/resources/defaults/base-procedure-exit.xml index 92630b6f0..be0a82a65 100644 --- a/tomcat-main/src/main/resources/defaults/base-procedure-exit.xml +++ b/tomcat-main/src/main/resources/defaults/base-procedure-exit.xml @@ -40,6 +40,8 @@ + +
diff --git a/tomcat-main/src/main/resources/defaults/base-procedure-heldintrust.xml b/tomcat-main/src/main/resources/defaults/base-procedure-heldintrust.xml index 8f3d95bda..5e8cbde9c 100644 --- a/tomcat-main/src/main/resources/defaults/base-procedure-heldintrust.xml +++ b/tomcat-main/src/main/resources/defaults/base-procedure-heldintrust.xml @@ -45,6 +45,8 @@ + +
diff --git a/tomcat-main/src/main/resources/defaults/base-procedure-media.xml b/tomcat-main/src/main/resources/defaults/base-procedure-media.xml index aac0155d8..bbfc7e11b 100644 --- a/tomcat-main/src/main/resources/defaults/base-procedure-media.xml +++ b/tomcat-main/src/main/resources/defaults/base-procedure-media.xml @@ -55,7 +55,7 @@ - + diff --git a/tomcat-main/src/main/resources/defaults/base-procedure-nagprainventory.xml b/tomcat-main/src/main/resources/defaults/base-procedure-nagprainventory.xml index e6d7f1335..6aa5cb92d 100644 --- a/tomcat-main/src/main/resources/defaults/base-procedure-nagprainventory.xml +++ b/tomcat-main/src/main/resources/defaults/base-procedure-nagprainventory.xml @@ -51,6 +51,8 @@ + +
diff --git a/tomcat-main/src/main/resources/defaults/base-procedure-summarydocumentation.xml b/tomcat-main/src/main/resources/defaults/base-procedure-summarydocumentation.xml index d706a50b9..979b0f15b 100644 --- a/tomcat-main/src/main/resources/defaults/base-procedure-summarydocumentation.xml +++ b/tomcat-main/src/main/resources/defaults/base-procedure-summarydocumentation.xml @@ -55,6 +55,8 @@ + +
diff --git a/tomcat-main/src/main/resources/defaults/extensions/fcart-profile-instance-vocabularies.xml b/tomcat-main/src/main/resources/defaults/extensions/fcart-profile-instance-vocabularies.xml index c888069a4..594aa7ff6 100644 --- a/tomcat-main/src/main/resources/defaults/extensions/fcart-profile-instance-vocabularies.xml +++ b/tomcat-main/src/main/resources/defaults/extensions/fcart-profile-instance-vocabularies.xml @@ -5,33 +5,12 @@ inventorystatus Inventory Status - - - - - - - - - + - - - - - - + - - - - - - - - - + @@ -58,7 +37,7 @@ - + uocuserroles uocuserroles Use of Collections User Roles @@ -518,6 +497,8 @@ + + @@ -782,15 +763,9 @@ annotationtype Annotation Type - - - - - - - - - + + + @@ -1524,6 +1499,19 @@ + + deaccessionreason + deaccessionreason + Deaccession Reason + + + + + + + + + objexitmethod objexitmethod @@ -1562,4 +1550,15 @@ + + nagprainvolvedrole + nagprainvolvedrole + NAGPRA Involved Role + + + + + + + diff --git a/tomcat-main/src/main/resources/defaults/extensions/fineart-authority-concept.xml b/tomcat-main/src/main/resources/defaults/extensions/fineart-authority-concept.xml index 86fdfa4ef..7cfa84fca 100644 --- a/tomcat-main/src/main/resources/defaults/extensions/fineart-authority-concept.xml +++ b/tomcat-main/src/main/resources/defaults/extensions/fineart-authority-concept.xml @@ -7,17 +7,17 @@ concept concept - Associated Concepts + Associated material_ca material_ca - Material Concepts + Material activity activity - Activity Concepts + Activity @@ -34,7 +34,7 @@ occasion occasion - Occasion Concepts + Occasion diff --git a/tomcat-main/src/main/resources/tenants/anthro/anthro-authority-chronology.xml b/tomcat-main/src/main/resources/tenants/anthro/anthro-authority-chronology.xml index 6f84c25dd..ea88d7f8d 100644 --- a/tomcat-main/src/main/resources/tenants/anthro/anthro-authority-chronology.xml +++ b/tomcat-main/src/main/resources/tenants/anthro/anthro-authority-chronology.xml @@ -3,17 +3,17 @@ era era - Era Chronologies + Era event event - Event Chronologies + Event field_collection field_collection - Field Collection Chronologies + Field Collection diff --git a/tomcat-main/src/main/resources/tenants/anthro/anthro-authority-concept.xml b/tomcat-main/src/main/resources/tenants/anthro/anthro-authority-concept.xml index 56a701005..d4f9e2ce0 100644 --- a/tomcat-main/src/main/resources/tenants/anthro/anthro-authority-concept.xml +++ b/tomcat-main/src/main/resources/tenants/anthro/anthro-authority-concept.xml @@ -3,17 +3,17 @@ concept concept - Associated Concepts + Associated material_ca material_ca - Material Concepts + Material activity activity - Activity Concepts + Activity nomenclature @@ -23,23 +23,23 @@ archculture archculture - Archaeological Cultures + Archaeological Culture ethculture ethculture - Ethnographic Cultures + Cultural Group ethfilecode ethfilecode - Ethnographic File Codes + Function occasion occasion - Occasion Concepts + Occasion diff --git a/tomcat-main/src/main/resources/tenants/anthro/anthro-collectionobject.xml b/tomcat-main/src/main/resources/tenants/anthro/anthro-collectionobject.xml index 68215b2c7..fce618184 100644 --- a/tomcat-main/src/main/resources/tenants/anthro/anthro-collectionobject.xml +++ b/tomcat-main/src/main/resources/tenants/anthro/anthro-collectionobject.xml @@ -37,6 +37,7 @@ +
@@ -73,7 +74,6 @@
- diff --git a/tomcat-main/src/main/resources/tenants/anthro/settings.xml b/tomcat-main/src/main/resources/tenants/anthro/settings.xml index ecfaf89a0..32db64fef 100644 --- a/tomcat-main/src/main/resources/tenants/anthro/settings.xml +++ b/tomcat-main/src/main/resources/tenants/anthro/settings.xml @@ -27,13 +27,13 @@ - localhost - 25 - false - + ${CSPACE_SMTP_EMAIL_HOST_OPT} + ${CSPACE_SMTP_EMAIL_PORT_OPT} + ${CSPACE_SMTP_EMAIL_AUTH_DEBUG_OPT} + - - + ${CSPACE_SMTP_EMAIL_AUTH_USERNAME_OPT} + ${CSPACE_SMTP_EMAIL_AUTH_PASSWORD_OPT} diff --git a/tomcat-main/src/main/resources/tenants/bonsai/settings.xml b/tomcat-main/src/main/resources/tenants/bonsai/settings.xml index f66d98740..8414ed8ef 100644 --- a/tomcat-main/src/main/resources/tenants/bonsai/settings.xml +++ b/tomcat-main/src/main/resources/tenants/bonsai/settings.xml @@ -36,13 +36,13 @@ - localhost - 25 - false - + ${CSPACE_SMTP_EMAIL_HOST_OPT} + ${CSPACE_SMTP_EMAIL_PORT_OPT} + ${CSPACE_SMTP_EMAIL_AUTH_DEBUG_OPT} + - - + ${CSPACE_SMTP_EMAIL_AUTH_USERNAME_OPT} + ${CSPACE_SMTP_EMAIL_AUTH_PASSWORD_OPT} diff --git a/tomcat-main/src/main/resources/tenants/botgarden/base-instance-vocabularies.xml b/tomcat-main/src/main/resources/tenants/botgarden/base-instance-vocabularies.xml index 89f3f968b..da39233ef 100644 --- a/tomcat-main/src/main/resources/tenants/botgarden/base-instance-vocabularies.xml +++ b/tomcat-main/src/main/resources/tenants/botgarden/base-instance-vocabularies.xml @@ -7,33 +7,12 @@ inventorystatus Inventory Status - - - - - - - - - + - - - - - - + - - - - - - - - - + @@ -509,6 +488,8 @@ + + - localhost - 25 - false - + ${CSPACE_SMTP_EMAIL_HOST_OPT} + ${CSPACE_SMTP_EMAIL_PORT_OPT} + ${CSPACE_SMTP_EMAIL_AUTH_DEBUG_OPT} + - - + ${CSPACE_SMTP_EMAIL_AUTH_USERNAME_OPT} + ${CSPACE_SMTP_EMAIL_AUTH_PASSWORD_OPT} diff --git a/tomcat-main/src/main/resources/tenants/core/settings.xml b/tomcat-main/src/main/resources/tenants/core/settings.xml index e0b8aeee2..59e857491 100644 --- a/tomcat-main/src/main/resources/tenants/core/settings.xml +++ b/tomcat-main/src/main/resources/tenants/core/settings.xml @@ -27,13 +27,13 @@ - localhost - 25 - ${CSPACE_CORE_EMAIL_AUTH_DEBUG_OPT} - + ${CSPACE_SMTP_EMAIL_HOST_OPT} + ${CSPACE_SMTP_EMAIL_PORT_OPT} + ${CSPACE_SMTP_EMAIL_AUTH_DEBUG_OPT} + - ${CSPACE_CORE_EMAIL_AUTH_USERNAME_OPT} - ${CSPACE_CORE_EMAIL_AUTH_PASSWORD_OPT} + ${CSPACE_SMTP_EMAIL_AUTH_USERNAME_OPT} + ${CSPACE_SMTP_EMAIL_AUTH_PASSWORD_OPT} diff --git a/tomcat-main/src/main/resources/tenants/fcart/settings.xml b/tomcat-main/src/main/resources/tenants/fcart/settings.xml index c81a79148..9065af614 100644 --- a/tomcat-main/src/main/resources/tenants/fcart/settings.xml +++ b/tomcat-main/src/main/resources/tenants/fcart/settings.xml @@ -27,13 +27,13 @@ - localhost - 25 - false - + ${CSPACE_SMTP_EMAIL_HOST_OPT} + ${CSPACE_SMTP_EMAIL_PORT_OPT} + ${CSPACE_SMTP_EMAIL_AUTH_DEBUG_OPT} + - - + ${CSPACE_SMTP_EMAIL_AUTH_USERNAME_OPT} + ${CSPACE_SMTP_EMAIL_AUTH_PASSWORD_OPT} diff --git a/tomcat-main/src/main/resources/tenants/herbarium/herbarium-authority-concept.xml b/tomcat-main/src/main/resources/tenants/herbarium/herbarium-authority-concept.xml index 6876e816e..5386341f5 100644 --- a/tomcat-main/src/main/resources/tenants/herbarium/herbarium-authority-concept.xml +++ b/tomcat-main/src/main/resources/tenants/herbarium/herbarium-authority-concept.xml @@ -1,20 +1,19 @@ - concept concept - Associated Concepts + Associated material_ca material_ca - Material Concepts + Material activity activity - Activity Concepts + Activity nomenclature @@ -25,7 +24,7 @@ materialclassification materialclassification - Material Classifications + Material Classification materialformtype @@ -36,13 +35,13 @@ occasion occasion - Occasion Concepts + Occasion - + labeltext labeltext - Label Text + Label diff --git a/tomcat-main/src/main/resources/tenants/herbarium/settings.xml b/tomcat-main/src/main/resources/tenants/herbarium/settings.xml index c8fc25387..f0cd40339 100644 --- a/tomcat-main/src/main/resources/tenants/herbarium/settings.xml +++ b/tomcat-main/src/main/resources/tenants/herbarium/settings.xml @@ -27,13 +27,13 @@ - localhost - 25 - false - + ${CSPACE_SMTP_EMAIL_HOST_OPT} + ${CSPACE_SMTP_EMAIL_PORT_OPT} + ${CSPACE_SMTP_EMAIL_AUTH_DEBUG_OPT} + - - + ${CSPACE_SMTP_EMAIL_AUTH_USERNAME_OPT} + ${CSPACE_SMTP_EMAIL_AUTH_PASSWORD_OPT} diff --git a/tomcat-main/src/main/resources/tenants/lhmc/settings.xml b/tomcat-main/src/main/resources/tenants/lhmc/settings.xml index baca08ada..2bb6c73c6 100644 --- a/tomcat-main/src/main/resources/tenants/lhmc/settings.xml +++ b/tomcat-main/src/main/resources/tenants/lhmc/settings.xml @@ -27,13 +27,13 @@ - localhost - 25 - false - + ${CSPACE_SMTP_EMAIL_HOST_OPT} + ${CSPACE_SMTP_EMAIL_PORT_OPT} + ${CSPACE_SMTP_EMAIL_AUTH_DEBUG_OPT} + - - + ${CSPACE_SMTP_EMAIL_AUTH_USERNAME_OPT} + ${CSPACE_SMTP_EMAIL_AUTH_PASSWORD_OPT} diff --git a/tomcat-main/src/main/resources/tenants/materials/base-instance-vocabularies.xml b/tomcat-main/src/main/resources/tenants/materials/base-instance-vocabularies.xml index 2a377719d..4fd77234a 100644 --- a/tomcat-main/src/main/resources/tenants/materials/base-instance-vocabularies.xml +++ b/tomcat-main/src/main/resources/tenants/materials/base-instance-vocabularies.xml @@ -7,33 +7,12 @@ inventorystatus Inventory Status - - - - - - - - - + - - - - - - + - - - - - - - - - + @@ -526,6 +505,8 @@ + + @@ -1310,15 +1291,9 @@ annotationtype Annotation Type - - - - - - - - - + + + @@ -1517,4 +1492,15 @@ + + nagprainvolvedrole + nagprainvolvedrole + NAGPRA Involved Role + + + + + + + diff --git a/tomcat-main/src/main/resources/tenants/materials/materials-authority-citation.xml b/tomcat-main/src/main/resources/tenants/materials/materials-authority-citation.xml index b0e39e9bb..ded6ad2ac 100644 --- a/tomcat-main/src/main/resources/tenants/materials/materials-authority-citation.xml +++ b/tomcat-main/src/main/resources/tenants/materials/materials-authority-citation.xml @@ -3,13 +3,13 @@ citation citation - Local Citations + Local false citation_shared citation_shared - Shared Citations + Shared false diff --git a/tomcat-main/src/main/resources/tenants/materials/materials-authority-concept.xml b/tomcat-main/src/main/resources/tenants/materials/materials-authority-concept.xml index 683b9057a..fca73e790 100644 --- a/tomcat-main/src/main/resources/tenants/materials/materials-authority-concept.xml +++ b/tomcat-main/src/main/resources/tenants/materials/materials-authority-concept.xml @@ -3,20 +3,20 @@ materialclassification materialclassification - Material Classifications + Material Classification false materialclassification_shared materialclassification_shared - Shared Material Classifications + Shared Material Classification false occasion occasion - Occasion Concepts + Occasion diff --git a/tomcat-main/src/main/resources/tenants/materials/materials-authority-location.xml b/tomcat-main/src/main/resources/tenants/materials/materials-authority-location.xml index 129af831a..b994334a8 100644 --- a/tomcat-main/src/main/resources/tenants/materials/materials-authority-location.xml +++ b/tomcat-main/src/main/resources/tenants/materials/materials-authority-location.xml @@ -3,13 +3,13 @@ location location - Local Storage Locations + Local false offsite_sla offsite_sla - Offsite Storage Locations + Offsite false diff --git a/tomcat-main/src/main/resources/tenants/materials/materials-authority-material.xml b/tomcat-main/src/main/resources/tenants/materials/materials-authority-material.xml index bba57c9a1..7a851d69d 100644 --- a/tomcat-main/src/main/resources/tenants/materials/materials-authority-material.xml +++ b/tomcat-main/src/main/resources/tenants/materials/materials-authority-material.xml @@ -5,13 +5,13 @@ material material - Local Materials + Local false material_shared material_shared - Shared Materials + Shared false diff --git a/tomcat-main/src/main/resources/tenants/materials/materials-authority-organization.xml b/tomcat-main/src/main/resources/tenants/materials/materials-authority-organization.xml index 4a6d0f172..b97984e54 100644 --- a/tomcat-main/src/main/resources/tenants/materials/materials-authority-organization.xml +++ b/tomcat-main/src/main/resources/tenants/materials/materials-authority-organization.xml @@ -3,13 +3,13 @@ organization organization - Local Organizations + Local false organization_shared organization_shared - Shared Organizations + Shared false diff --git a/tomcat-main/src/main/resources/tenants/materials/materials-authority-person.xml b/tomcat-main/src/main/resources/tenants/materials/materials-authority-person.xml index aff670f78..6c2306354 100644 --- a/tomcat-main/src/main/resources/tenants/materials/materials-authority-person.xml +++ b/tomcat-main/src/main/resources/tenants/materials/materials-authority-person.xml @@ -3,13 +3,13 @@ person person - Local Persons + Local false person_shared person_shared - Shared Persons + Shared diff --git a/tomcat-main/src/main/resources/tenants/materials/materials-authority-place.xml b/tomcat-main/src/main/resources/tenants/materials/materials-authority-place.xml index 8c43bf867..ce72a3590 100644 --- a/tomcat-main/src/main/resources/tenants/materials/materials-authority-place.xml +++ b/tomcat-main/src/main/resources/tenants/materials/materials-authority-place.xml @@ -3,13 +3,13 @@ place place - Local Places + Local false place_shared place_shared - Shared Places + Shared false diff --git a/tomcat-main/src/main/resources/tenants/materials/materials-authority-work.xml b/tomcat-main/src/main/resources/tenants/materials/materials-authority-work.xml index e7e1966c9..94f18816c 100644 --- a/tomcat-main/src/main/resources/tenants/materials/materials-authority-work.xml +++ b/tomcat-main/src/main/resources/tenants/materials/materials-authority-work.xml @@ -3,13 +3,13 @@ work work - Local Works + Local false work_shared work_shared - Shared Works + Shared false diff --git a/tomcat-main/src/main/resources/tenants/materials/settings.xml b/tomcat-main/src/main/resources/tenants/materials/settings.xml index 7d3d335fc..bf57f2f38 100644 --- a/tomcat-main/src/main/resources/tenants/materials/settings.xml +++ b/tomcat-main/src/main/resources/tenants/materials/settings.xml @@ -27,13 +27,13 @@ - localhost - 25 - false - + ${CSPACE_SMTP_EMAIL_HOST_OPT} + ${CSPACE_SMTP_EMAIL_PORT_OPT} + ${CSPACE_SMTP_EMAIL_AUTH_DEBUG_OPT} + - - + ${CSPACE_SMTP_EMAIL_AUTH_USERNAME_OPT} + ${CSPACE_SMTP_EMAIL_AUTH_PASSWORD_OPT} diff --git a/tomcat-main/src/main/resources/tenants/publicart/base-instance-vocabularies.xml b/tomcat-main/src/main/resources/tenants/publicart/base-instance-vocabularies.xml index 5dcbf7734..e42a43ad4 100644 --- a/tomcat-main/src/main/resources/tenants/publicart/base-instance-vocabularies.xml +++ b/tomcat-main/src/main/resources/tenants/publicart/base-instance-vocabularies.xml @@ -1327,15 +1327,9 @@ annotationtype Annotation Type - - - - - - - - - + + + @@ -2113,4 +2107,15 @@ + + nagprainvolvedrole + nagprainvolvedrole + NAGPRA Involved Role + + + + + + + diff --git a/tomcat-main/src/main/resources/tenants/publicart/publicart-authority-citation.xml b/tomcat-main/src/main/resources/tenants/publicart/publicart-authority-citation.xml index f7a5eb85e..1953b0ff8 100644 --- a/tomcat-main/src/main/resources/tenants/publicart/publicart-authority-citation.xml +++ b/tomcat-main/src/main/resources/tenants/publicart/publicart-authority-citation.xml @@ -3,7 +3,7 @@ citation citation - Local Citations + Local @@ -11,7 +11,7 @@ worldcat worldcat - WorldCat Citations + WorldCat diff --git a/tomcat-main/src/main/resources/tenants/publicart/publicart-authority-concept.xml b/tomcat-main/src/main/resources/tenants/publicart/publicart-authority-concept.xml index bc866c569..d3cc6f606 100644 --- a/tomcat-main/src/main/resources/tenants/publicart/publicart-authority-concept.xml +++ b/tomcat-main/src/main/resources/tenants/publicart/publicart-authority-concept.xml @@ -7,12 +7,12 @@ concept concept - Associated Concepts + Associated material_ca material_ca - Material Concepts + Material @@ -232,7 +232,7 @@ worktype worktype - Work Types + Work Type diff --git a/tomcat-main/src/main/resources/tenants/publicart/publicart-authority-location.xml b/tomcat-main/src/main/resources/tenants/publicart/publicart-authority-location.xml index 360d80c35..b159bb62a 100644 --- a/tomcat-main/src/main/resources/tenants/publicart/publicart-authority-location.xml +++ b/tomcat-main/src/main/resources/tenants/publicart/publicart-authority-location.xml @@ -5,12 +5,12 @@ location location - Local Storage Locations + Local offsite_sla offsite_sla - Offsite Storage Locations + Offsite diff --git a/tomcat-main/src/main/resources/tenants/publicart/publicart-authority-organization.xml b/tomcat-main/src/main/resources/tenants/publicart/publicart-authority-organization.xml index fb78ca9f6..2ee56a23d 100644 --- a/tomcat-main/src/main/resources/tenants/publicart/publicart-authority-organization.xml +++ b/tomcat-main/src/main/resources/tenants/publicart/publicart-authority-organization.xml @@ -5,17 +5,17 @@ organization organization - Local Organizations + Local organization_shared organization_shared - Shared Organizations + Shared ulan_oa ulan_oa - ULAN Organizations + ULAN diff --git a/tomcat-main/src/main/resources/tenants/publicart/publicart-authority-person.xml b/tomcat-main/src/main/resources/tenants/publicart/publicart-authority-person.xml index 4105094b0..c9c44ce38 100644 --- a/tomcat-main/src/main/resources/tenants/publicart/publicart-authority-person.xml +++ b/tomcat-main/src/main/resources/tenants/publicart/publicart-authority-person.xml @@ -5,17 +5,17 @@ person person - Local Persons + Local ulan_pa ulan_pa - ULAN Persons + ULAN person_shared person_shared - Shared Persons + Shared diff --git a/tomcat-main/src/main/resources/tenants/publicart/publicart-authority-place.xml b/tomcat-main/src/main/resources/tenants/publicart/publicart-authority-place.xml index e4c0324a2..d2d754e58 100644 --- a/tomcat-main/src/main/resources/tenants/publicart/publicart-authority-place.xml +++ b/tomcat-main/src/main/resources/tenants/publicart/publicart-authority-place.xml @@ -6,17 +6,17 @@ place place - Local Places + Local tgn_place tgn_place - Thesaurus of Geographic Names + TGN place_shared place_shared - Shared Places + Shared diff --git a/tomcat-main/src/main/resources/tenants/publicart/settings.xml b/tomcat-main/src/main/resources/tenants/publicart/settings.xml index d7a557a72..098e18aae 100644 --- a/tomcat-main/src/main/resources/tenants/publicart/settings.xml +++ b/tomcat-main/src/main/resources/tenants/publicart/settings.xml @@ -27,13 +27,13 @@ - localhost - 25 - false - + ${CSPACE_SMTP_EMAIL_HOST_OPT} + ${CSPACE_SMTP_EMAIL_PORT_OPT} + ${CSPACE_SMTP_EMAIL_AUTH_DEBUG_OPT} + - - + ${CSPACE_SMTP_EMAIL_AUTH_USERNAME_OPT} + ${CSPACE_SMTP_EMAIL_AUTH_PASSWORD_OPT} diff --git a/tomcat-main/src/main/resources/tenants/testsci/settings.xml b/tomcat-main/src/main/resources/tenants/testsci/settings.xml index bf51e0513..8d862ba8e 100644 --- a/tomcat-main/src/main/resources/tenants/testsci/settings.xml +++ b/tomcat-main/src/main/resources/tenants/testsci/settings.xml @@ -27,13 +27,13 @@ - localhost - 25 - false - + ${CSPACE_SMTP_EMAIL_HOST_OPT} + ${CSPACE_SMTP_EMAIL_PORT_OPT} + ${CSPACE_SMTP_EMAIL_AUTH_DEBUG_OPT} + - - + ${CSPACE_SMTP_EMAIL_AUTH_USERNAME_OPT} + ${CSPACE_SMTP_EMAIL_AUTH_PASSWORD_OPT}