]> git.aero2k.de Git - tmp/jakarta-migration.git/log
tmp/jakarta-migration.git
13 years agoMerge branch 'master' of git://github.com/collectionspace/services
Jesse Martinez [Fri, 1 Jun 2012 14:44:54 +0000 (10:44 -0400)]
Merge branch 'master' of git://github.com/collectionspace/services

13 years agoMerge remote-tracking branch 'upstream/master'
Aron Roberts [Fri, 1 Jun 2012 03:47:45 +0000 (20:47 -0700)]
Merge remote-tracking branch 'upstream/master'

13 years agoCSPACE-5293: Make common-api FileTools.saveFile() method always use UTF-8 encoding...
Aron Roberts [Fri, 1 Jun 2012 03:39:39 +0000 (20:39 -0700)]
CSPACE-5293: Make common-api FileTools.saveFile() method always use UTF-8 encoding.  This method is invoked by the Imports service to create intermediate files; on some platforms / environments, these files were being written using a non-UTF-8 encoding.

13 years agoMerge remote-tracking branch 'remotes/origin/master'
Patrick Schmitz [Thu, 31 May 2012 22:38:32 +0000 (15:38 -0700)]
Merge remote-tracking branch 'remotes/origin/master'

13 years agoMerge branch 'master' of git://github.com/collectionspace/services
Jesse Martinez [Thu, 31 May 2012 22:14:13 +0000 (18:14 -0400)]
Merge branch 'master' of git://github.com/collectionspace/services

13 years agoCSPACE-5012: Remove some System.out messages added while debugging.
Ray Lee [Thu, 31 May 2012 02:42:19 +0000 (19:42 -0700)]
CSPACE-5012: Remove some System.out messages added while debugging.

13 years agoCSPACE-5012: Now correctly retrieves values from both namespaced and non-namespaced...
Aron Roberts [Thu, 31 May 2012 02:13:44 +0000 (19:13 -0700)]
CSPACE-5012: Now correctly retrieves values from both namespaced and non-namespaced elements, as well as from records that have multiple schema parts (such as a common and extension part). Uses an abominable hack to wrap the XML fragment before extracting inAuthority value.

13 years agoCSPACE-5012: Change inAuthority xpath to ignore namespace, and correct some doctypes.
Ray Lee [Thu, 31 May 2012 00:50:35 +0000 (17:50 -0700)]
CSPACE-5012: Change inAuthority xpath to ignore namespace, and correct some doctypes.

13 years agoCSPACE-5012: Tenant unqualify the docType prior to using it to construct the collecti...
Aron Roberts [Wed, 30 May 2012 22:48:04 +0000 (15:48 -0700)]
CSPACE-5012: Tenant unqualify the docType prior to using it to construct the collectionspace_core:uri value; previous commit to TemplateExpander didn't do this.

13 years agoMerge branch 'CSPACE-5289'
Patrick Schmitz [Wed, 30 May 2012 22:42:32 +0000 (15:42 -0700)]
Merge branch 'CSPACE-5289'

13 years agoMerge remote-tracking branch 'remotes/origin/master' into CSPACE-5289
Patrick Schmitz [Wed, 30 May 2012 22:42:00 +0000 (15:42 -0700)]
Merge remote-tracking branch 'remotes/origin/master' into CSPACE-5289

13 years agoCSPACE-5289 Added default ORDER BY clause when finding docs with mix of doc types.
Patrick Schmitz [Wed, 30 May 2012 22:41:48 +0000 (15:41 -0700)]
CSPACE-5289 Added default ORDER BY clause when finding docs with mix of doc types.

13 years agoMerge branch 'CSPACE-5289'
Patrick Schmitz [Wed, 30 May 2012 22:31:28 +0000 (15:31 -0700)]
Merge branch 'CSPACE-5289'

13 years agoCSPACE-5289 Fix declaration of objectNumberProperty for Media
Patrick Schmitz [Wed, 30 May 2012 22:30:35 +0000 (15:30 -0700)]
CSPACE-5289 Fix declaration of objectNumberProperty for Media

13 years agoMerge pull request #30 from aronr/cspace-5012-addtl
Aron Roberts [Wed, 30 May 2012 20:50:25 +0000 (13:50 -0700)]
Merge pull request #30 from aronr/cspace-5012-addtl

CSPACE-5012: Remove redundant code block following Ray's change to always remove tenant qualification from doctype names, when constructing the collectionspace_core:uri values for imported records.

13 years agoCSPACE-5012: Remove redundant code block following Ray's change to always remove...
Aron Roberts [Wed, 30 May 2012 16:50:57 +0000 (09:50 -0700)]
CSPACE-5012: Remove redundant code block following Ray's change to always remove tenant qualification from doctype names, when constructing the collectionspace_core:uri values for imported records.

13 years agoMerge branch 'master' of git://github.com/collectionspace/services
Jesse Martinez [Wed, 30 May 2012 14:44:53 +0000 (10:44 -0400)]
Merge branch 'master' of git://github.com/collectionspace/services

13 years agoMerge pull request #29 from ray-lee/f79fb3ea94d9fc90a232cbaa8cde36a136e449a9
Aron Roberts [Wed, 30 May 2012 14:05:15 +0000 (07:05 -0700)]
Merge pull request #29 from ray-lee/f79fb3ea94d9fc90a232cbaa8cde36a136e449a9

CSPACE-5012: Fix for importing into tenants with extended doctypes

13 years agoCSPACE-5012: Use unqualified doctype in call to getServiceBindingForDocType.
Ray Lee [Wed, 30 May 2012 05:09:50 +0000 (22:09 -0700)]
CSPACE-5012: Use unqualified doctype in call to getServiceBindingForDocType.

13 years agoMerge pull request #27 from aronr/cspace-5229
Aron Roberts [Wed, 30 May 2012 03:01:48 +0000 (20:01 -0700)]
Merge pull request #27 from aronr/cspace-5229

CSPACE-5229: Remove case-sensitivity when adding matching non-preferred ...

13 years agoCSPACE-5229: Remove case-sensitivity when adding matching non-preferred terms to...
Aron Roberts [Wed, 30 May 2012 02:57:07 +0000 (19:57 -0700)]
CSPACE-5229: Remove case-sensitivity when adding matching non-preferred terms to partial term search results.

13 years agoCSPACE-5036: Needed to shuffle some of the Relationship service constants to avoid...
Richard Millet [Tue, 29 May 2012 19:20:50 +0000 (12:20 -0700)]
CSPACE-5036: Needed to shuffle some of the Relationship service constants to avoid dependency cycles.

13 years agoCSPACE-5036: Adding new interface for relationship service to avoid dependency cycle.
Richard Millet [Tue, 29 May 2012 17:14:55 +0000 (10:14 -0700)]
CSPACE-5036: Adding new interface for relationship service to avoid dependency cycle.

13 years agoMerge branch 'master' into CSPACE-5036
Richard Millet [Tue, 29 May 2012 16:26:59 +0000 (09:26 -0700)]
Merge branch 'master' into CSPACE-5036

13 years agoCSPACE-5036: Just a debug output code formatting change.
Richard Millet [Tue, 29 May 2012 16:22:33 +0000 (09:22 -0700)]
CSPACE-5036: Just a debug output code formatting change.

13 years agoCSPACE-5036: Added support for the "rtEither" and "rtObj" query params. Now you...
Richard Millet [Tue, 29 May 2012 16:20:53 +0000 (09:20 -0700)]
CSPACE-5036: Added support for the "rtEither" and "rtObj" query params.  Now you can search by subject, object, or both.

13 years agoCSPACE-5012: Correct name of parent authority services for taxonomy records.
Aron Roberts [Sat, 26 May 2012 00:01:07 +0000 (17:01 -0700)]
CSPACE-5012: Correct name of parent authority services for taxonomy records.

13 years agoCSPACE-5012: Trivial clarifying change to method name.
Aron Roberts [Fri, 25 May 2012 23:55:57 +0000 (16:55 -0700)]
CSPACE-5012: Trivial clarifying change to method name.

13 years agoMerge pull request #26 from aronr/cspace-5012
Aron Roberts [Fri, 25 May 2012 23:21:47 +0000 (16:21 -0700)]
Merge pull request #26 from aronr/cspace-5012

CSPACE-5012: Populate the 'uri' value in collectionspace_core when importing records via the Imports service. (Note: does not yet work for Contacts or any other sub-resources.)

13 years agoCSPACE-5012: Renamed variables for greater clarity.
Aron Roberts [Fri, 25 May 2012 22:53:40 +0000 (15:53 -0700)]
CSPACE-5012: Renamed variables for greater clarity.

13 years agoCSPACE-5012: More minor cleanup.
Aron Roberts [Fri, 25 May 2012 22:34:09 +0000 (15:34 -0700)]
CSPACE-5012: More minor cleanup.

13 years agoCSPACE-5012: More trivial comment cleanup.
Aron Roberts [Fri, 25 May 2012 22:19:28 +0000 (15:19 -0700)]
CSPACE-5012: More trivial comment cleanup.

13 years agoCSPACE-5012: Remove old comment.
Aron Roberts [Fri, 25 May 2012 22:17:48 +0000 (15:17 -0700)]
CSPACE-5012: Remove old comment.

13 years agoCSPACE-5012: When populating collectionspace_core:uri with URIs for authority item...
Aron Roberts [Fri, 25 May 2012 21:41:31 +0000 (14:41 -0700)]
CSPACE-5012: When populating collectionspace_core:uri with URIs for authority item records, handle extensions to the authorities doctypes by getting their base (unqualified) doctypes.

13 years agoCSPACE-5036: Final support for CMIS query to list all items/resources in a relationsh...
Richard Millet [Thu, 24 May 2012 22:03:15 +0000 (15:03 -0700)]
CSPACE-5036: Final support for CMIS query to list all items/resources in a relationship with specified subject_csid.  Uses 'rtSbj' query param on service list requests.  For example, http://localhost:8180/cspace-services/collectionobjects?rtSbj=8d1ab4a3-9319-4793-beda returns a list of collection objects related to the document with csid=8d1ab4a3-9319-4793-beda as the subject.

13 years agoCSPACE-5012: Renamed method for generality; refined and added FIXME comments.
Aron Roberts [Thu, 24 May 2012 21:23:27 +0000 (14:23 -0700)]
CSPACE-5012: Renamed method for generality; refined and added FIXME comments.

13 years agoCSPACE-5012: Made XPath expression evaluator a class variable; added multiple FIXME...
Aron Roberts [Thu, 24 May 2012 21:06:47 +0000 (14:06 -0700)]
CSPACE-5012: Made XPath expression evaluator a class variable; added multiple FIXME comments.

13 years agoCSPACE-5012: Now appears to correctly add parent authority service and parent vocabul...
Aron Roberts [Thu, 24 May 2012 19:58:29 +0000 (12:58 -0700)]
CSPACE-5012: Now appears to correctly add parent authority service and parent vocabulary CSID to collectionspace_core:uri for authority services.

13 years agoCSPACE-5012: Simplified generation of collectionspace_core:uri values, based very...
Aron Roberts [Thu, 24 May 2012 01:44:50 +0000 (18:44 -0700)]
CSPACE-5012: Simplified generation of collectionspace_core:uri values, based very loosely on a discussion of future registry directions with Patrick. inAuthority value in authority item uri values is currently stubbed.

13 years agoMerge branch 'master' of github.com:jessemartinez/services
Jesse Martinez [Wed, 23 May 2012 17:47:57 +0000 (13:47 -0400)]
Merge branch 'master' of github.com:jessemartinez/services

13 years agoMerge branch 'master' of git://github.com/collectionspace/services
Jesse Martinez [Wed, 23 May 2012 17:47:20 +0000 (13:47 -0400)]
Merge branch 'master' of git://github.com/collectionspace/services

13 years agoMerge branch 'master' into CSPACE-5036
Richard Millet [Wed, 23 May 2012 17:29:02 +0000 (10:29 -0700)]
Merge branch 'master' into CSPACE-5036

13 years agoNOJIRA: Updating build.properties release version to 2.5, from 2.2. Relates to Richar...
Aron Roberts [Wed, 23 May 2012 15:33:20 +0000 (08:33 -0700)]
NOJIRA: Updating build.properties release version to 2.5, from 2.2. Relates to Richard's commit e96b3d77ce5b84ccb7a0e535cb940f10c64d0ffd to update services POMs in master to release 2.5.

13 years agoMerge branch 'master' of github.com:jessemartinez/services
Jesse Martinez [Tue, 22 May 2012 21:16:59 +0000 (17:16 -0400)]
Merge branch 'master' of github.com:jessemartinez/services

13 years agoMerge branch 'master' of git://github.com/collectionspace/services
Jesse Martinez [Tue, 22 May 2012 21:08:24 +0000 (17:08 -0400)]
Merge branch 'master' of git://github.com/collectionspace/services

13 years agoMerge branch 'master' of git://github.com/collectionspace/services
Jesse Martinez [Tue, 22 May 2012 20:18:28 +0000 (16:18 -0400)]
Merge branch 'master' of git://github.com/collectionspace/services

13 years agoNOJIRA: Updated pom.xml version elements to 2.5-SNAPSHOT
Richard Millet [Tue, 22 May 2012 18:11:26 +0000 (11:11 -0700)]
NOJIRA: Updated pom.xml version elements to 2.5-SNAPSHOT

13 years agoMerge branch 'master' of git://github.com/collectionspace/services
Jesse Martinez [Mon, 21 May 2012 00:38:04 +0000 (20:38 -0400)]
Merge branch 'master' of git://github.com/collectionspace/services

13 years agoNOJIRA: adding to gitignore
Jesse Martinez [Mon, 21 May 2012 00:36:15 +0000 (20:36 -0400)]
NOJIRA: adding to gitignore

13 years agoMerge remote-tracking branch 'remotes/upstream/master'
Patrick Schmitz [Thu, 17 May 2012 21:27:21 +0000 (14:27 -0700)]
Merge remote-tracking branch 'remotes/upstream/master'

13 years agoMerge pull request #25 from amywieliczka/CSPACE-5128
Aron Roberts [Thu, 17 May 2012 19:06:06 +0000 (12:06 -0700)]
Merge pull request #25 from amywieliczka/CSPACE-5128

CSPACE-5128

13 years agoMerge branch 'CSPACE-4084'
Patrick Schmitz [Thu, 17 May 2012 16:59:53 +0000 (09:59 -0700)]
Merge branch 'CSPACE-4084'

13 years agoCSPACE-4084 Fixed problem with refObjs call that did not set fieldsReturned. Helps...
Patrick Schmitz [Thu, 17 May 2012 16:57:20 +0000 (09:57 -0700)]
CSPACE-4084 Fixed problem with refObjs call that did not set fieldsReturned. Helps preclude fan-out.

13 years agoMerge branch 'master' of git://github.com/collectionspace/services into CSPACE-5128
Amy Wieliczka [Thu, 17 May 2012 15:27:02 +0000 (08:27 -0700)]
Merge branch 'master' of git://github.com/collectionspace/services into CSPACE-5128

13 years agoMerge branch 'CSPACE-5133-A'
Richard Millet [Thu, 17 May 2012 06:21:52 +0000 (23:21 -0700)]
Merge branch 'CSPACE-5133-A'

13 years agoCSPACE-5133: Final changes for partial term queries that can return multiple display...
Richard Millet [Thu, 17 May 2012 06:20:57 +0000 (23:20 -0700)]
CSPACE-5133: Final changes for partial term queries that can return multiple display names in list results.

13 years agoMerge pull request #24 from rjaffe/master
rjaffe [Wed, 16 May 2012 23:02:32 +0000 (16:02 -0700)]
Merge pull request #24 from rjaffe/master

CSPACE-5122: Add commonNameSourceDetail field to services taxon schemas

13 years agoCSPACE-5122: Add commonNameSourceDetail field to services taxon schemas
Rick Jaffe [Wed, 16 May 2012 23:00:38 +0000 (16:00 -0700)]
CSPACE-5122: Add commonNameSourceDetail field to services taxon schemas

13 years agoCSPACE-5133: Fixed compilation problem with common list item return type -now items...
Richard Millet [Tue, 15 May 2012 23:38:59 +0000 (16:38 -0700)]
CSPACE-5133: Fixed compilation problem with common list item return type -now items are an entry in HashMap<String, Object> not HashMap<String, String>.

13 years agoMerge branch 'CSPACE-5133'
Richard Millet [Tue, 15 May 2012 23:25:47 +0000 (16:25 -0700)]
Merge branch 'CSPACE-5133'

13 years agoCSPACE-5133: Adding mock additional display names to list result for partial term...
Richard Millet [Tue, 15 May 2012 23:24:37 +0000 (16:24 -0700)]
CSPACE-5133: Adding mock additional display names to list result for partial term searches.  Do this so we can test full-stack integration of term completion with P/NP terms.

Signed-off-by: Richard Millet <remillet@berkeley.edu>
13 years agoCSPACE-5128: Added 'Group' to the end of birthDate and deathDate to keep naming consi...
Amy Wieliczka [Tue, 15 May 2012 22:59:25 +0000 (15:59 -0700)]
CSPACE-5128: Added 'Group' to the end of birthDate and deathDate to keep naming consistent

13 years agoCSPACE-5137,CSPACE-5167: On create and update requests, service validator handlers...
Aron Roberts [Tue, 15 May 2012 22:37:10 +0000 (15:37 -0700)]
CSPACE-5137,CSPACE-5167: On create and update requests, service validator handlers now check whether a termDisplayName is included with each term in the request payload, rather than checking for either a termDisplayName or a termName.

13 years agoMerge branch 'CSPACE-5059'
Patrick Schmitz [Tue, 15 May 2012 15:26:35 +0000 (08:26 -0700)]
Merge branch 'CSPACE-5059'

13 years agoCSPACE-5059 Re-enabled creation of missing shortId values from (term)displayNames...
Patrick Schmitz [Tue, 15 May 2012 15:25:20 +0000 (08:25 -0700)]
CSPACE-5059 Re-enabled creation of missing shortId values from (term)displayNames for the simple create by auto-complete in the UI. Fixed a minor bug with the expected element name in list results.

13 years agoMerge branch 'CSPACE-5133'
Richard Millet [Mon, 14 May 2012 21:45:12 +0000 (14:45 -0700)]
Merge branch 'CSPACE-5133'

13 years agoCSPACE-5133: Updated partial term search query to include all terms' displayName...
Richard Millet [Mon, 14 May 2012 21:44:06 +0000 (14:44 -0700)]
CSPACE-5133: Updated partial term search query to include all terms' displayName instead of just preferred display name.

13 years agoMerge branch 'master' of git://github.com/collectionspace/services into CSPACE-5128
Amy Wieliczka [Mon, 14 May 2012 19:19:10 +0000 (12:19 -0700)]
Merge branch 'master' of git://github.com/collectionspace/services into CSPACE-5128

13 years agoCSPACE-5128: Converted org foundingDate and dissolutionDate to structuredDateGroups
Amy Wieliczka [Sat, 12 May 2012 00:09:43 +0000 (17:09 -0700)]
CSPACE-5128: Converted org foundingDate and dissolutionDate to structuredDateGroups

13 years agoCSPACE-5128: Converted Person birthDate and deathDate to structuredDateGroups
Amy Wieliczka [Sat, 12 May 2012 00:09:05 +0000 (17:09 -0700)]
CSPACE-5128: Converted Person birthDate and deathDate to structuredDateGroups

13 years agoCSPACE-5169: Updated services doctype configuration for the six current Authority...
Aron Roberts [Sat, 12 May 2012 00:07:20 +0000 (17:07 -0700)]
CSPACE-5169: Updated services doctype configuration for the six current Authority services with current path to termDisplayName field, to enable Nuxeo prefetch of data for that field.

13 years agoMerge branch 'master' of git://github.com/collectionspace/services into CSPACE-5128
Amy Wieliczka [Sat, 12 May 2012 00:04:32 +0000 (17:04 -0700)]
Merge branch 'master' of git://github.com/collectionspace/services into CSPACE-5128

13 years agoCSPACE-5132: Updated XPath values in services tenant bindings config to reflect neste...
Aron Roberts [Fri, 11 May 2012 22:00:37 +0000 (15:00 -0700)]
CSPACE-5132: Updated XPath values in services tenant bindings config to reflect nested paths to termDisplayName in objectNameProperty values for authority services.

13 years agoCSPACE-5132: Changed field name to termDisplayName from displayName in each item...
Aron Roberts [Fri, 11 May 2012 21:31:49 +0000 (14:31 -0700)]
CSPACE-5132: Changed field name to termDisplayName from displayName in each item emitted in lists of authority items, to align with P/NP work in the App layer.

13 years agoMerged remote-tracking branch 'upstream/master' into CSPACE-5128, reset org and perso...
Amy Wieliczka [Fri, 11 May 2012 21:08:44 +0000 (14:08 -0700)]
Merged remote-tracking branch 'upstream/master' into CSPACE-5128, reset org and person to regular date groups

13 years agoCSPACE-5137: Fixed error in comparison logic in authority item validator handlers.
Aron Roberts [Fri, 11 May 2012 02:50:32 +0000 (19:50 -0700)]
CSPACE-5137: Fixed error in comparison logic in authority item validator handlers.

13 years agoCSPACE-5135: Uncommented line in XmlReplay master file to re-enable tests of the...
Aron Roberts [Fri, 11 May 2012 02:25:54 +0000 (19:25 -0700)]
CSPACE-5135: Uncommented line in XmlReplay master file to re-enable tests of the Imports service; all tests in IntegrationTests module still pass. No payloads in those Imports tests appear to be affected by recent authority item schema changes.

13 years agoCSPACE-5124: Update Place authority item schema in services Nuxeo and JAXB XSD files...
Aron Roberts [Fri, 11 May 2012 00:12:53 +0000 (17:12 -0700)]
CSPACE-5124: Update Place authority item schema in services Nuxeo and JAXB XSD files to reflect the current wiki schema and App layer config. Specifically: 1) add placeSource field; 2) remove placeRecordAdminStatus field; 3) rename placeIdentifier field to placeID; 4) rename 'note' field to placeNote. Renaming as in 3) and 4) is for consistency with wiki schema for Place and with naming conventions used in other authority item schemas.

13 years agoNOJIRA: Updating .gitignore file to ignore the Eclipse settings files for the Concept...
Richard Millet [Thu, 10 May 2012 22:22:08 +0000 (15:22 -0700)]
NOJIRA: Updating .gitignore file to ignore the Eclipse settings files for the Concept authority.

13 years agoCSPACE-4813: Updated tenant-bindings-proto.xml to reflect current taxonmy schema...
Richard Millet [Thu, 10 May 2012 22:19:11 +0000 (15:19 -0700)]
CSPACE-4813: Updated tenant-bindings-proto.xml to reflect current taxonmy schema changes.  Commented out XMLReplay tests for the Import service.

13 years agoCSPACE-5126: Payloads for XmlReplay tests for person, location, organization, and...
Richard Millet [Thu, 10 May 2012 19:03:47 +0000 (12:03 -0700)]
CSPACE-5126: Payloads for XmlReplay tests for person, location, organization, and objectexit now updated and related tests are passing.

13 years agoMerge branch 'cspace-4813' of github.com:collectionspace/services into cspace-4813
Richard Millet [Thu, 10 May 2012 07:00:48 +0000 (00:00 -0700)]
Merge branch 'cspace-4813' of github.com:collectionspace/services into cspace-4813

13 years agoCSPACE-5126: Payloads for XmlReplay tests for person, location, and objectexit now...
Richard Millet [Thu, 10 May 2012 06:59:58 +0000 (23:59 -0700)]
CSPACE-5126: Payloads for XmlReplay tests for person, location, and objectexit now updated and related tests are passing.

13 years agoCSPACE-5123: Added missing additionalSourceNote field to Concept authority schema...
Aron Roberts [Thu, 10 May 2012 01:48:20 +0000 (18:48 -0700)]
CSPACE-5123: Added missing additionalSourceNote field to Concept authority schema. Renamed additionalSourceUID to additionalSourceID, for consistency with wiki schema, wireframe, and convention used for termSourceID field name.

13 years agoCSPACE-5128: acquisition AcquisitionDates converted to AcquisitionDateGroupList,...
Amy Wieliczka [Thu, 10 May 2012 00:30:51 +0000 (17:30 -0700)]
CSPACE-5128: acquisition AcquisitionDates converted to AcquisitionDateGroupList, AccessionDate converted to AccessionDateGroup

13 years agoWorked on ObjectExitAuthRefsTest.java createObjectExitInstance
Amy Wieliczka [Wed, 9 May 2012 20:53:11 +0000 (13:53 -0700)]
Worked on ObjectExitAuthRefsTest.java createObjectExitInstance

13 years agoCSPACE-5122: Updated Taxon authority item schema to reflect latest wiki schema.
Aron Roberts [Wed, 9 May 2012 19:34:50 +0000 (12:34 -0700)]
CSPACE-5122: Updated Taxon authority item schema to reflect latest wiki schema.

13 years agoCSPACE-4813: Removed inadvertently duplicated authRefs in Loanout service in services...
Aron Roberts [Wed, 9 May 2012 01:53:50 +0000 (18:53 -0700)]
CSPACE-4813: Removed inadvertently duplicated authRefs in Loanout service in services tenant bindings.

13 years agoCSPACE-5122,CSPACE-5156,CSPACE-3718: Updated Scientific Taxonomy authority service...
Aron Roberts [Tue, 8 May 2012 22:11:05 +0000 (15:11 -0700)]
CSPACE-5122,CSPACE-5156,CSPACE-3718: Updated Scientific Taxonomy authority service to use repeatable term group. taxonomy module builds; client tests (including create) are failing. Can successfully create a taxonomy authority and taxon item, and list taxon items in that authority, in the lifesci tenant via curl.

13 years agoCSPACE-4813,CSPACE-3178: Added comment to authority item doc model handler, with...
Aron Roberts [Tue, 8 May 2012 21:32:26 +0000 (14:32 -0700)]
CSPACE-4813,CSPACE-3178: Added comment to authority item doc model handler, with a query about whether to add back synthesizing the shortIdentifier from the displayName, in this case from the termDisplayName of the preferred term for the item.

13 years agoCSPACE-5156: Corrected XPathBase for repeatable term group; fixed several broken...
Aron Roberts [Tue, 8 May 2012 19:50:27 +0000 (12:50 -0700)]
CSPACE-5156: Corrected XPathBase for repeatable term group; fixed several broken termRef XPaths in services tenant bindings, for repeatable term group fields. Removed termType field from Concept list results fields; that field has been moved into the term group.

13 years agoCSPACE-5155: Updated Concept services tests to reflect addition of repeatable term...
Aron Roberts [Tue, 8 May 2012 19:28:49 +0000 (12:28 -0700)]
CSPACE-5155: Updated Concept services tests to reflect addition of repeatable term info group. Two readItem and readItemList tests are currently failing.

13 years agoMerge remote-tracking branch 'upstream/cspace-4813' into cspace-4813
Aron Roberts [Tue, 8 May 2012 18:34:23 +0000 (11:34 -0700)]
Merge remote-tracking branch 'upstream/cspace-4813' into cspace-4813

13 years agoCSPACE-5123,CSPACE-4844: Updated Concept schemas, validator handler to reflect repeat...
Aron Roberts [Tue, 8 May 2012 18:33:47 +0000 (11:33 -0700)]
CSPACE-5123,CSPACE-4844: Updated Concept schemas, validator handler to reflect repeatable term info group. Concept module builds if built without compiling tests; e.g. 'mvn install -Dmaven.test.skip=true'.

13 years agoMerge branch 'cspace-4813' of github.com:collectionspace/services into cspace-4813
Richard Millet [Tue, 8 May 2012 18:33:28 +0000 (11:33 -0700)]
Merge branch 'cspace-4813' of github.com:collectionspace/services into cspace-4813

13 years agoCSPACE-5155: Fixed compilation problem in CollectionObjectAuthRefsTest class and...
Richard Millet [Tue, 8 May 2012 18:32:35 +0000 (11:32 -0700)]
CSPACE-5155: Fixed compilation problem in CollectionObjectAuthRefsTest class and updated it to use a term list as well.

13 years agoCSPACE-5124: Corrected two fields in Place term info group: added historicalStatus...
Aron Roberts [Tue, 8 May 2012 17:41:09 +0000 (10:41 -0700)]
CSPACE-5124: Corrected two fields in Place term info group: added historicalStatus, removed nameType (presumably the latter replaced by the common field termType).

13 years agoCSPACE-4813,CSPACE-5116: Fix intermingling of authRef, termRef fields between Contact...
Aron Roberts [Tue, 8 May 2012 17:08:24 +0000 (10:08 -0700)]
CSPACE-4813,CSPACE-5116: Fix intermingling of authRef, termRef fields between Contacts and Place.

13 years agoCSPACE-5036: Added infrastructure for making CMIS queries and getting results.
Richard Millet [Tue, 8 May 2012 16:52:24 +0000 (09:52 -0700)]
CSPACE-5036: Added infrastructure for making CMIS queries and getting results.

13 years agoCSPACE-4813: Finish merging in changes made to master into CSPACE-4813 branch tenant...
Aron Roberts [Tue, 8 May 2012 16:48:40 +0000 (09:48 -0700)]
CSPACE-4813: Finish merging in changes made to master into CSPACE-4813 branch tenant bindings prototype config.