]> git.aero2k.de Git - tmp/jakarta-migration.git/commit
CSPACE-573 Added *order* field to schema for Vocabularies and list result. Developed...
authorLaramie Crocker <laramie@berkeley.edu>
Fri, 27 May 2011 22:19:48 +0000 (22:19 +0000)
committerLaramie Crocker <laramie@berkeley.edu>
Fri, 27 May 2011 22:19:48 +0000 (22:19 +0000)
commit8c8072d803242e7df3b54ce9e1a7e20212cc683a
treea380794e2fb00418234346f7d410a78dfd4c163b
parent25a0c6744ba6e86284cf5269c2aa29d4fae1384b
CSPACE-573 Added *order* field to schema for Vocabularies and list result. Developed and installed dditional tests validating work on hierarchies, issues: CSPACE-4037 CSPACE-4040 CSPACE-4042 CSPACE-4037 CSPACE-4045
18 files changed:
services/IntegrationTests/src/main/java/org/collectionspace/services/IntegrationTests/xmlreplay/XmlReplay.java
services/IntegrationTests/src/main/java/org/collectionspace/services/IntegrationTests/xmlreplay/XmlReplayReport.java
services/IntegrationTests/src/main/java/org/collectionspace/services/IntegrationTests/xmlreplay/XmlReplayTest.java
services/IntegrationTests/src/test/resources/test-data/xmlreplay/_includes/reports-include.css [moved from services/IntegrationTests/src/test/resources/test-data/xmlreplay/TEST-REPORTS/reports-include.css with 100% similarity]
services/IntegrationTests/src/test/resources/test-data/xmlreplay/_includes/reports-include.js [moved from services/IntegrationTests/src/test/resources/test-data/xmlreplay/TEST-REPORTS/reports-include.js with 100% similarity]
services/IntegrationTests/src/test/resources/test-data/xmlreplay/location/hierarchy/0-note.xml [new file with mode: 0644]
services/IntegrationTests/src/test/resources/test-data/xmlreplay/location/hierarchy/3-locations_w_relations.xml
services/IntegrationTests/src/test/resources/test-data/xmlreplay/location/hierarchy/4-locations_w_relations_mixed.xml [new file with mode: 0755]
services/IntegrationTests/src/test/resources/test-data/xmlreplay/location/location-hierarchy-dual-parents.xml [new file with mode: 0644]
services/IntegrationTests/src/test/resources/test-data/xmlreplay/location/location-mixed-hierarchy.xml [new file with mode: 0644]
services/authority/src/main/java/org/collectionspace/services/common/vocabulary/AuthorityItemJAXBSchema.java
services/authority/src/main/java/org/collectionspace/services/common/vocabulary/AuthorityResource.java
services/authority/src/main/java/org/collectionspace/services/common/vocabulary/Hierarchy.java [new file with mode: 0644]
services/common/src/main/java/org/collectionspace/services/common/XmlTools.java
services/common/src/main/java/org/collectionspace/services/nuxeo/client/java/RemoteDocumentModelHandlerImpl.java
services/vocabulary/3rdparty/nuxeo-platform-cs-vocabulary/src/main/resources/schemas/vocabularyitems_common.xsd
services/vocabulary/jaxb/src/main/resources/vocabularyitem_common.xsd
services/vocabulary/service/src/main/java/org/collectionspace/services/vocabulary/nuxeo/VocabularyItemDocumentModelHandler.java