]> git.aero2k.de Git - tmp/jakarta-migration.git/log
tmp/jakarta-migration.git
13 years agoCSPACE-5271: Added debugging to dump UriTemplateRegistry contents.
Aron Roberts [Fri, 8 Jun 2012 21:53:36 +0000 (14:53 -0700)]
CSPACE-5271: Added debugging to dump UriTemplateRegistry contents.

13 years agoCSPACE-5271: Remove per-resource cacheing of UriTemplateMap; likely would not have...
Aron Roberts [Fri, 8 Jun 2012 21:15:08 +0000 (14:15 -0700)]
CSPACE-5271: Remove per-resource cacheing of UriTemplateMap; likely would not have worked as designed. Make generic method for getting a UriTemplate by type in ResourceBase and sub-classes.

13 years agoCSPACE-5271: More work on returning UriTemplates from resource classes, for inclusion...
Aron Roberts [Fri, 8 Jun 2012 19:26:07 +0000 (12:26 -0700)]
CSPACE-5271: More work on returning UriTemplates from resource classes, for inclusion in the registry.

13 years agoCSPACE-5271: Store type in UriTemplates. Establish initial pattern for returning...
Aron Roberts [Fri, 8 Jun 2012 18:45:10 +0000 (11:45 -0700)]
CSPACE-5271: Store type in UriTemplates. Establish initial pattern for returning multiple registry entries from resource base classes. Lots of miscellaneous cleanup.

13 years agoCSPACE-5271: Added comments to ResourceBase.
Aron Roberts [Fri, 8 Jun 2012 03:13:22 +0000 (20:13 -0700)]
CSPACE-5271: Added comments to ResourceBase.

13 years agoCSPACE-5217: Initial placeholder population of uriTemplateRegistry, *not* yet tested.
Aron Roberts [Fri, 8 Jun 2012 03:09:24 +0000 (20:09 -0700)]
CSPACE-5217: Initial placeholder population of uriTemplateRegistry, *not* yet tested.

13 years agoCSPACE-5271: Revised factory methods to emit URITemplates with and without stored...
Aron Roberts [Fri, 8 Jun 2012 01:58:32 +0000 (18:58 -0700)]
CSPACE-5271: Revised factory methods to emit URITemplates with and without stored values.

13 years agoCSPACE-5271: Factory now emits only StoredValueUriTemplate objects; UriTemplate objec...
Aron Roberts [Fri, 8 Jun 2012 01:41:22 +0000 (18:41 -0700)]
CSPACE-5271: Factory now emits only StoredValueUriTemplate objects; UriTemplate objects are now abstract.

13 years agoCSPACE-5271: Added additional error checking when manipulating maps of values for...
Aron Roberts [Fri, 8 Jun 2012 01:08:51 +0000 (18:08 -0700)]
CSPACE-5271: Added additional error checking when manipulating maps of values for constructing URI strings.

13 years agoCSPACE-5271: Added UriTemplate subclass in which static values, like path components...
Aron Roberts [Fri, 8 Jun 2012 00:56:11 +0000 (17:56 -0700)]
CSPACE-5271: Added UriTemplate subclass in which static values, like path components, can be stored. Created skeletal UriTemplateRegistry.

13 years agoCSPACE-5271: Added negative tests; began logging non-fatal exceptions.
Aron Roberts [Thu, 7 Jun 2012 22:36:59 +0000 (15:36 -0700)]
CSPACE-5271: Added negative tests; began logging non-fatal exceptions.

13 years agoCSPACE-5271: Added second test case for generating a URI string via variable expansio...
Aron Roberts [Thu, 7 Jun 2012 21:18:59 +0000 (14:18 -0700)]
CSPACE-5271: Added second test case for generating a URI string via variable expansion, using a provided Map.

13 years agoCSPACE-5271: Renamed UriTemplateBuilder to UriTemplateFactory; added initial unit...
Aron Roberts [Thu, 7 Jun 2012 21:00:48 +0000 (14:00 -0700)]
CSPACE-5271: Renamed UriTemplateBuilder to UriTemplateFactory; added initial unit test for UriTemplate.

13 years agoCSPACE-5271: Added initial draft of UriTemplate class. Renamed UriBuilder to UriTempl...
Aron Roberts [Thu, 7 Jun 2012 20:12:23 +0000 (13:12 -0700)]
CSPACE-5271: Added initial draft of UriTemplate class. Renamed UriBuilder to UriTemplateBuilder, to better describe its purpose and to avoid potential conflict with same-named RESTEasy class.

13 years agoCSPACE-5271: Initial placeholder draft of UriBuilder class.
Aron Roberts [Thu, 7 Jun 2012 03:13:09 +0000 (20:13 -0700)]
CSPACE-5271: Initial placeholder draft of UriBuilder class.

13 years agoCSPACE-5295: Update Jasper Reports JAR to version 4.5.1, from 4.0.1.
Aron Roberts [Tue, 5 Jun 2012 23:13:00 +0000 (16:13 -0700)]
CSPACE-5295: Update Jasper Reports JAR to version 4.5.1, from 4.0.1.

13 years agoNOJIRA: Fixed trivial typo in constant for query parameter used in report invocation.
Aron Roberts [Tue, 5 Jun 2012 19:26:04 +0000 (12:26 -0700)]
NOJIRA: Fixed trivial typo in constant for query parameter used in report invocation.

13 years agoCSPACE-5301,CSPACE-5073: Added refName parsing test for item display name containing...
Aron Roberts [Tue, 5 Jun 2012 18:46:46 +0000 (11:46 -0700)]
CSPACE-5301,CSPACE-5073: Added refName parsing test for item display name containing a single apostrophe (') character. Added log4j properties file to suppress non-fatal exception when running common-api tests. Tests now output to console using logger, like other tests.

13 years agoCSPACE-5301,CSPACE-5073: Minor changes to comments in refName test class.
Aron Roberts [Tue, 5 Jun 2012 15:46:28 +0000 (08:46 -0700)]
CSPACE-5301,CSPACE-5073: Minor changes to comments in refName test class.

13 years agoCSPACE-5301,CSPACE-5073: Added two unit test cases for refNamedisplay names containin...
Aron Roberts [Tue, 5 Jun 2012 15:42:14 +0000 (08:42 -0700)]
CSPACE-5301,CSPACE-5073: Added two unit test cases for refNamedisplay names containing colons and parens, both separator characters used elsewhere in refNames.

13 years agoMerge pull request #33 from aronr/cspace-5301
Aron Roberts [Tue, 5 Jun 2012 02:30:06 +0000 (19:30 -0700)]
Merge pull request #33 from aronr/cspace-5301

CSPACE-5301: refName parsing for authorities and authority items now uses tokenization code exclusively, rather than tokenization code in some code path(s) and regex code in other(s). The tokenization code, among its many virtues, handles parens in the displayName parts of refNames with aplomb. After making this change, all services tests (including refName-specific parsing tests in the common-api module) pass. As well, it is now possible to save authority item records with the addition of a broader or narrower term, whose displayname contains parens.

13 years agoCSPACE-5301: refName parsing for authorities (as contrasted with authority items...
Aron Roberts [Tue, 5 Jun 2012 02:05:21 +0000 (19:05 -0700)]
CSPACE-5301: refName parsing for authorities (as contrasted with authority items) now also uses tokenization code exclusively, rather then tokenization code in some code path(s) and regex code in other(s).

13 years agoCSPACE-5301: refName parsing for authority items now uses tokenization code exclusive...
Aron Roberts [Tue, 5 Jun 2012 00:11:23 +0000 (17:11 -0700)]
CSPACE-5301: refName parsing for authority items now uses tokenization code exclusively, rather then tokenization code in some code path(s) and regex code in other(s).

13 years agoMerge pull request #31 from jessemartinez/CSPACE-5292
Aron Roberts [Sun, 3 Jun 2012 21:14:54 +0000 (14:14 -0700)]
Merge pull request #31 from jessemartinez/CSPACE-5292

CSPACE-5292: Updating Jasper iReports files, which generate a sample report for a single Acquisitions record, to remove the unused and incorrect accessiondate field that was recently converted into a structured date field. Verified that the current report is broken, and that Jesse's replacement files generate a correct report for all included fields.

13 years agoCSPACE-5073 Limited tokens split on separator for refNames, allowing separator to...
Patrick Schmitz [Sat, 2 Jun 2012 02:05:52 +0000 (19:05 -0700)]
CSPACE-5073 Limited tokens split on separator for refNames, allowing separator to be used in displayNames.

13 years agoCSPACE-5241: Import records now accept additional attributes on the <import> tag...
Aron Roberts [Fri, 1 Jun 2012 22:17:43 +0000 (15:17 -0700)]
CSPACE-5241: Import records now accept additional attributes on the <import> tag: createdAt, createdBy, updatedAt, and updatedBy. These allow some implementer-requested metadata from legacy systems to be imported.

13 years agoCSPACE-5294,CSPACE-4579,CSPACE-5241: Minor tweak to FileTools method, to revert to...
Aron Roberts [Fri, 1 Jun 2012 20:50:50 +0000 (13:50 -0700)]
CSPACE-5294,CSPACE-4579,CSPACE-5241: Minor tweak to FileTools method, to revert to defaulting to system encoding, as suggested by Richard. Traced and documented behavior of a key macro variable expansion method in Imports service, in part to verify CSPACE-4579 functionality and in preparation for work on CSPACE-5241.

13 years agoUpdate .gitignore
Jesse Martinez [Fri, 1 Jun 2012 15:02:58 +0000 (12:02 -0300)]
Update .gitignore

13 years agoUpdate .gitignore
Jesse Martinez [Fri, 1 Jun 2012 15:01:19 +0000 (12:01 -0300)]
Update .gitignore

13 years agoNOJIRA: fixing .gitignore
Jesse Martinez [Fri, 1 Jun 2012 15:00:20 +0000 (11:00 -0400)]
NOJIRA: fixing .gitignore

13 years agoNOJIRA: removing edits to .gitignore and removing cached version of same file
Jesse Martinez [Fri, 1 Jun 2012 14:56:47 +0000 (10:56 -0400)]
NOJIRA: removing edits to .gitignore and removing cached version of same file

13 years agoCSPACE-5292: updating Jasper iReports files to remove unused and incorrect accessiond...
Jesse Martinez [Fri, 1 Jun 2012 14:51:31 +0000 (10:51 -0400)]
CSPACE-5292: updating Jasper iReports files to remove unused and incorrect accessiondate field that was recently converted into a structured date field. This new field type was breaking the Jasper template. Since that field, even when formatted correctly, wasn't used it was safe to remove entirely from the template. I also modified the report template in minor ways to fix field widths.

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