]> git.aero2k.de Git - tmp/jakarta-migration.git/log
tmp/jakarta-migration.git
13 years agoMerge remote-tracking branch 'upstream/master' into cspace-5271
Aron Roberts [Fri, 22 Jun 2012 18:25:58 +0000 (11:25 -0700)]
Merge remote-tracking branch 'upstream/master' into cspace-5271

Conflicts:
services/authority/service/src/main/java/org/collectionspace/services/common/vocabulary/AuthorityResource.java

13 years agoMerge branch 'CSPACE-5300'
Patrick Schmitz [Fri, 22 Jun 2012 16:51:03 +0000 (09:51 -0700)]
Merge branch 'CSPACE-5300'

13 years agoCSPACE-5300 - Fix problem with CMIS calls. Document type must have schemas declared.
Patrick Schmitz [Fri, 22 Jun 2012 16:49:49 +0000 (09:49 -0700)]
CSPACE-5300 - Fix problem with CMIS calls. Document type must have schemas declared.

13 years agoMerge branch 'master' of github.com:collectionspace/services
Richard Millet [Thu, 21 Jun 2012 22:38:26 +0000 (15:38 -0700)]
Merge branch 'master' of github.com:collectionspace/services

13 years agoCSPACE-5300: Modified the Group and ObjectExit nuxeo document types to inherit from...
Richard Millet [Thu, 21 Jun 2012 22:37:49 +0000 (15:37 -0700)]
CSPACE-5300: Modified the Group and ObjectExit nuxeo document types to inherit from the CollectionSpaceDocument type.

13 years agoJust a test
Richard Millet [Thu, 21 Jun 2012 07:36:33 +0000 (00:36 -0700)]
Just a test

13 years agoMerge branch 'CSPACE-5300'
Patrick Schmitz [Thu, 21 Jun 2012 06:44:53 +0000 (23:44 -0700)]
Merge branch 'CSPACE-5300'

13 years agoCSPACE-5300 Added support to servicegroup service for CMIS queries. Does not properly...
Patrick Schmitz [Thu, 21 Jun 2012 06:43:46 +0000 (23:43 -0700)]
CSPACE-5300 Added support to servicegroup service for CMIS queries. Does not properly sort on updatedAt, due to Nuxeo bug (filed).

13 years agoMerge branch 'CSPACE-4789-A'
Richard Millet [Wed, 20 Jun 2012 21:14:47 +0000 (14:14 -0700)]
Merge branch 'CSPACE-4789-A'

13 years agoMerge branch 'CSPACE-4789'
Richard Millet [Wed, 20 Jun 2012 20:56:54 +0000 (13:56 -0700)]
Merge branch 'CSPACE-4789'

13 years agoCSPACE-4789: Added support for a query param impTimout that specifies a timeout perio...
Richard Millet [Wed, 20 Jun 2012 20:54:49 +0000 (13:54 -0700)]
CSPACE-4789: Added support for a query param impTimout that specifies a timeout period in seconds -the default is 600

13 years agoCSPACE-4789: Call to start a new Nuxeo transaction now takes an optional timeout...
Richard Millet [Wed, 20 Jun 2012 03:55:19 +0000 (20:55 -0700)]
CSPACE-4789: Call to start a new Nuxeo transaction now takes an optional timeout period paramter.

13 years agoCSPACE-5129: Cleaned up repository session managment and transaction management when...
Richard Millet [Wed, 20 Jun 2012 01:30:45 +0000 (18:30 -0700)]
CSPACE-5129: Cleaned up repository session managment and transaction management when making resource to resource method calls.  The ServiceContext is now able to keep track of RepositorySession instances and keeps reference counts on them.  Only when the reference count drops to 0 is it released and the transaction closed.

13 years agoMerge branch 'master' into CSPACE-5129
Richard Millet [Wed, 13 Jun 2012 22:43:30 +0000 (15:43 -0700)]
Merge branch 'master' into CSPACE-5129

13 years agoCSPACE-5036: Since we can't seem to get paging on CMIS queries working, we need to...
Richard Millet [Wed, 13 Jun 2012 20:52:32 +0000 (13:52 -0700)]
CSPACE-5036: Since we can't seem to get paging on CMIS queries working, we need to update the paging info in the list results to show meaning statistics.

13 years agoCSPACE-5036: Added ORDER BY support to CMIS queries.
Richard Millet [Tue, 12 Jun 2012 23:07:56 +0000 (16:07 -0700)]
CSPACE-5036: Added ORDER BY support to CMIS queries.

13 years agoNOJIRA: Maven pom.xml cleanup changes.
Richard Millet [Tue, 12 Jun 2012 16:38:21 +0000 (09:38 -0700)]
NOJIRA: Maven pom.xml cleanup changes.

13 years agoAllowing timeout period to be a query param of the import request.
Richard Millet [Tue, 12 Jun 2012 15:51:19 +0000 (08:51 -0700)]
Allowing timeout period to be a query param of the import request.

13 years agoCSPACE-3771, CSPACE-4791 refObjs call did not support wf_deleted filter, so was not...
Patrick Schmitz [Sat, 9 Jun 2012 03:58:02 +0000 (20:58 -0700)]
CSPACE-3771, CSPACE-4791 refObjs call did not support wf_deleted filter, so was not correctly ignoring soft-deleted records. Since term delete checks for refObjs, this caused failure on term delete for which referencing objects had been (soft) deleted.

13 years agoCSPACE-5271: Removing unused class variable.
Aron Roberts [Sat, 9 Jun 2012 01:04:25 +0000 (18:04 -0700)]
CSPACE-5271: Removing unused class variable.

13 years agoMerge remote-tracking branch 'upstream/master' into cspace-5271
Aron Roberts [Sat, 9 Jun 2012 01:01:16 +0000 (18:01 -0700)]
Merge remote-tracking branch 'upstream/master' into cspace-5271

13 years agoCSPACE-5271: Clean up cruft, tweak comments.
Aron Roberts [Sat, 9 Jun 2012 00:56:36 +0000 (17:56 -0700)]
CSPACE-5271: Clean up cruft, tweak comments.

13 years agoCSPACE-5271: List of docType keys for the UriTemplateRegistry now comes from tenant...
Aron Roberts [Sat, 9 Jun 2012 00:44:57 +0000 (17:44 -0700)]
CSPACE-5271: List of docType keys for the UriTemplateRegistry now comes from tenant bindings configuration (albeit for an arbitrary tenant). All docTypes appear to be populated successfully. There is currently only one entry for the Contact doctype - whichever is last populated in the registry - although there can be multiple authority item types that count Contacts as a sub-resource.

13 years agoCSPACE-4989, CSPACE-4115 Simplified queries that compute the referencing objects...
Patrick Schmitz [Sat, 9 Jun 2012 00:09:11 +0000 (17:09 -0700)]
CSPACE-4989, CSPACE-4115 Simplified queries that compute the referencing objects given a refName. Will improve performance, and make the system more stable. Enabled checking Cataloging records, for Used-By computations.

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