]> git.aero2k.de Git - tmp/jakarta-migration.git/log
tmp/jakarta-migration.git
14 years agoCSPACE-3994 Adding test cases which show behavior of bug, so they can be pulled into...
Laramie Crocker [Thu, 19 May 2011 00:02:24 +0000 (00:02 +0000)]
CSPACE-3994 Adding test cases which show behavior of bug, so they can be pulled into 1.7 branch

14 years agoCSPACE-3451: Added a "delta" binding to the Hearst museum binding for a "natural_hist...
Richard Millet [Wed, 18 May 2011 05:01:58 +0000 (05:01 +0000)]
CSPACE-3451: Added a "delta" binding to the Hearst museum binding for a "natural_history" part on the CollectionSpace record.  This *was* part of the prototype binding, but I removed it from there and put it into the Hearst delta bindings as an example of how to customize a tenancy.

14 years agoNOJIRA Inadvertantly checked in dev-master.xml with a dev test in place. Removed.
Laramie Crocker [Tue, 17 May 2011 14:24:01 +0000 (14:24 +0000)]
NOJIRA Inadvertantly checked in dev-master.xml with a dev test in place.  Removed.

14 years agoCSPACE-3899 Added batch service. CSPACE-3932 Fixed hack in authority DocumentModelHa...
Laramie Crocker [Tue, 17 May 2011 00:05:49 +0000 (00:05 +0000)]
CSPACE-3899 Added batch service.  CSPACE-3932 Fixed hack in authority DocumentModelHandlers to all use the new getAuthorityServicePath() method for reporting the correct names, e.g. personauthorities not persons

14 years agoCSPACE-3865: Workaround to return values for four additional fields, other than URI...
Aron Roberts [Mon, 16 May 2011 22:59:17 +0000 (22:59 +0000)]
CSPACE-3865: Workaround to return values for four additional fields, other than URI and CSID, in summary lists of taxonomy authorities.

14 years agoCSPACE-3985 Extended person tests to validate that deleting some or all related items...
Laramie Crocker [Mon, 16 May 2011 20:39:07 +0000 (20:39 +0000)]
CSPACE-3985 Extended person tests to validate that deleting some or all related items via PUT works correctly.

14 years agoCSPACE-3175 Refactored *Resource classes to use functionality in two main base classe...
Laramie Crocker [Sat, 14 May 2011 06:29:40 +0000 (06:29 +0000)]
CSPACE-3175 Refactored *Resource classes to use functionality in two main base classes: ResourceBase, and SecurityResourceBase. Also, changed how some responses are now response code 400, BAD_REQUEST, where previously they were incorrectly sent as server error, 500.  See extensive notes here: http://issues.collectionspace.org/browse/CSPACE-3175

14 years agoCSPACE-3451: Removing now obsolete 'tenant-bindings.xml' files. Only the deltas...
Richard Millet [Sat, 14 May 2011 00:29:08 +0000 (00:29 +0000)]
CSPACE-3451: Removing now obsolete 'tenant-bindings.xml' files.  Only the deltas are used now.

14 years agoCSPACE-3451: Prototypical tenant model is now supported. The tenant specific binding...
Richard Millet [Fri, 13 May 2011 23:56:40 +0000 (23:56 +0000)]
CSPACE-3451: Prototypical tenant model is now supported.  The tenant specific binding files are now deltas only.  Also, updating Maven repo version for artifacts to v1.8 snapshot.

14 years agoCSPACE-3451: Removing now obsolete 'tenant-bindings-proto.xml' file. Its replacement...
Richard Millet [Fri, 13 May 2011 23:51:43 +0000 (23:51 +0000)]
CSPACE-3451: Removing now obsolete 'tenant-bindings-proto.xml' file.  Its replacement is now down inside the "tenants" directory.

14 years agoCSPACE-3756: Removed vestigial 'flat' structured date from CollectionObject service...
Aron Roberts [Fri, 13 May 2011 00:36:23 +0000 (00:36 +0000)]
CSPACE-3756: Removed vestigial 'flat' structured date from CollectionObject service's JAXB schema. Removed repeatable scalar ObjectProductionDates field from CollectionObject service's JAXB and Nuxeo schemas. Verified that these fields do not appear in default.xml.

14 years agoCSPACE-3865: Reverted dependency change in Taxonomy service pom.xml, which refers...
Aron Roberts [Fri, 13 May 2011 00:06:18 +0000 (00:06 +0000)]
CSPACE-3865: Reverted dependency change in Taxonomy service pom.xml, which refers to non-existent package JAR.

14 years agoCSPACE-3865: Added dependency to enable Authority JAXB constants, in turn permitting...
Aron Roberts [Thu, 12 May 2011 23:39:47 +0000 (23:39 +0000)]
CSPACE-3865: Added dependency to enable Authority JAXB constants, in turn permitting the Taxonomy service to emit all needed fields for each of its summary records in item list results.

14 years agoCSPACE-3953, CSPACE-3951: Configuration change to add "blobCsid" field to media commo...
Richard Millet [Thu, 12 May 2011 22:18:40 +0000 (22:18 +0000)]
CSPACE-3953, CSPACE-3951: Configuration change to add "blobCsid" field to media common list results.

14 years agoCSPACE-2395: Added missing dateEarliestSingleEra and dateLatestEra fields to Nuxeo...
Aron Roberts [Thu, 12 May 2011 18:53:24 +0000 (18:53 +0000)]
CSPACE-2395: Added missing dateEarliestSingleEra and dateLatestEra fields to Nuxeo CollectionObject schema; these fields were present in JAXB schema but not in Nuxeo schema. Their absence in the latter led to 500 errors when saving records that had either of those fields populated.

14 years agoCSPACE-3932 (on branch 3899 because of 1.7 code freeze). Made all current AuthorityI...
Laramie Crocker [Thu, 12 May 2011 05:08:26 +0000 (05:08 +0000)]
CSPACE-3932 (on branch 3899 because of 1.7 code freeze).  Made all current AuthorityItemDocumentModelHandler subclasses implement getAuthorityServicePath() to map from names like persons to names like personauthorities in URIs.

14 years agoCSPACE-3865: Added repeatables to client tests of Taxonomy service; also useful to...
Aron Roberts [Thu, 12 May 2011 04:10:37 +0000 (04:10 +0000)]
CSPACE-3865: Added repeatables to client tests of Taxonomy service; also useful to create samples for verification of work to be done in other layers.

14 years agoCSPACE-3865: Added taxonYear field to Taxon schema. Added fields to client test of...
Aron Roberts [Wed, 11 May 2011 22:09:05 +0000 (22:09 +0000)]
CSPACE-3865: Added taxonYear field to Taxon schema. Added fields to client test of Taxon service.

14 years agoCSPACE-3451: Fixed a multitenancy issue involving ambiguity in the repository domain...
Richard Millet [Wed, 11 May 2011 21:41:26 +0000 (21:41 +0000)]
CSPACE-3451: Fixed a multitenancy issue involving ambiguity in the repository domain names for services.

14 years agoCSPACE-3899
Laramie Crocker [Wed, 11 May 2011 07:04:31 +0000 (07:04 +0000)]
CSPACE-3899

14 years agoCSPACE-3899
Laramie Crocker [Wed, 11 May 2011 03:57:31 +0000 (03:57 +0000)]
CSPACE-3899

14 years agoCSPACE-3451: Updated ../tenants/hearstmuseum/tenant-bindings.xml formatting to confor...
Richard Millet [Wed, 11 May 2011 01:05:23 +0000 (01:05 +0000)]
CSPACE-3451: Updated ../tenants/hearstmuseum/tenant-bindings.xml formatting to conform to the output of the XMLMerge tool.

14 years agoCSPACE-3899
Laramie Crocker [Tue, 10 May 2011 23:23:29 +0000 (23:23 +0000)]
CSPACE-3899

14 years agocspace-3899 schema working, client tests not working yet
Laramie Crocker [Tue, 10 May 2011 22:38:45 +0000 (22:38 +0000)]
cspace-3899 schema working, client tests not working yet

14 years agoCSPACE-3899 Added basic Batch service on branch CSPACE-3899
Laramie Crocker [Tue, 10 May 2011 20:24:40 +0000 (20:24 +0000)]
CSPACE-3899 Added basic Batch service on branch CSPACE-3899

14 years agoCSPACE-3899 service team branch for batch service
Laramie Crocker [Tue, 10 May 2011 19:37:30 +0000 (19:37 +0000)]
CSPACE-3899 service team branch for batch service

14 years agoCSPACE-3451: Updated ../tenants/collectionspace/tenant-bindings-proto.xml (the protot...
Richard Millet [Tue, 10 May 2011 16:54:16 +0000 (16:54 +0000)]
CSPACE-3451: Updated ../tenants/collectionspace/tenant-bindings-proto.xml (the prototype bindings) formatting to conform to the output of the XMLMerge tool.

14 years agoCSPACE-3932 Fixed AuthorityItemDocumentModelHandler.java to correctly insert the...
Laramie Crocker [Tue, 10 May 2011 12:37:37 +0000 (12:37 +0000)]
CSPACE-3932 Fixed AuthorityItemDocumentModelHandler.java to correctly insert the cspace-services uri where the uri is not the same as the servicename, e.g. persons vs. personauthorities.  Applies to personauthorities, orgauthorities, locationauthorities

14 years agoNOJIRA: Removed dead import statements -this change has been sitting in my commit...
Richard Millet [Mon, 9 May 2011 22:55:51 +0000 (22:55 +0000)]
NOJIRA: Removed dead import statements -this change has been sitting in my commit queue for weeks now.  I tired of ignoring it and decided to finally commit it.

14 years agoNOJIRA: Updated Organization client sample so that it would compile.
Richard Millet [Mon, 9 May 2011 22:53:16 +0000 (22:53 +0000)]
NOJIRA: Updated Organization client sample so that it would compile.

14 years agoCSPACE-3798: Re-enabled AuthZ on the Blob service now that the App layer deals with...
Richard Millet [Mon, 9 May 2011 22:52:04 +0000 (22:52 +0000)]
CSPACE-3798: Re-enabled AuthZ on the Blob service now that the App layer deals with /blob URLs.  Also, changed some of the log statements in base document handler to be "trace" instead of "debug."

14 years agoCSPACE-3451: Updated ../tenants/collectionspace/tenant-bindings.xml formatting to...
Richard Millet [Mon, 9 May 2011 22:49:25 +0000 (22:49 +0000)]
CSPACE-3451: Updated ../tenants/collectionspace/tenant-bindings.xml formatting to conform to the output of the XMLMerge tool.

14 years agoNOJIRA - Partial port of Laramie's 3178 branch. Still has some bugs, and key enabling...
Patrick Schmitz [Mon, 9 May 2011 20:10:54 +0000 (20:10 +0000)]
NOJIRA - Partial port of Laramie's 3178 branch. Still has some bugs, and key enabling statements are commented out, as they cause app tests to fail. Work done (mistakenly) to address 3930, which was really about something else. Slightly refactored from the branch, bust utility code just ported over. RefName construction utils seem not be working correctly yet (strings are not proper syntax).
Also extended Location and Media tests to exercise some other features.

14 years agoCSPACE-3865: Add Scientific Taxonomy service-related blocks to tenant bindings files...
Aron Roberts [Mon, 9 May 2011 18:51:43 +0000 (18:51 +0000)]
CSPACE-3865: Add Scientific Taxonomy service-related blocks to tenant bindings files: prototype, Hearst Museum.

14 years agoCSPACE-3865: Minor cleanup in new Scientific Taxonomy service - deleted extraneous...
Aron Roberts [Mon, 9 May 2011 17:14:05 +0000 (17:14 +0000)]
CSPACE-3865: Minor cleanup in new Scientific Taxonomy service - deleted extraneous class, renamed second class, removed debug statements.

14 years agoCSPACE-3865: Final naming tweaks for new Scientific Taxonomy service. Integrating...
Aron Roberts [Sat, 7 May 2011 16:49:02 +0000 (16:49 +0000)]
CSPACE-3865: Final naming tweaks for new Scientific Taxonomy service.  Integrating this service into the CollectionSpace Services layer. Remaining: add to demo Hearst tenant bindings, some minor cleanup of debug comments and 1-2 extraneous 'Taxonomy' classes, add more fields to create instance in client utils.

14 years agoCSPACE-3865: More naming tweaks.
Aron Roberts [Sat, 7 May 2011 14:36:55 +0000 (14:36 +0000)]
CSPACE-3865: More naming tweaks.

14 years agoCSPACE-3865: More naming tweaks. Creation and reading of authority documents is worki...
Aron Roberts [Sat, 7 May 2011 06:48:01 +0000 (06:48 +0000)]
CSPACE-3865: More naming tweaks. Creation and reading of authority documents is working; items aren't receiving inAuthority values.

14 years agoCSPACE-3865: Create tests now work; next to work on failing read tests.
Aron Roberts [Sat, 7 May 2011 04:58:55 +0000 (04:58 +0000)]
CSPACE-3865: Create tests now work; next to work on failing read tests.

14 years agoCSPACE-3865: More naming tweaks; part of create test now passes in local testing...
Aron Roberts [Sat, 7 May 2011 03:43:30 +0000 (03:43 +0000)]
CSPACE-3865: More naming tweaks; part of create test now passes in local testing. (Taxonomy service not yet activated in checked-in services layer.)

14 years agoCSPACE-3865: More renaming to new name for Taxonomy items.
Aron Roberts [Sat, 7 May 2011 03:06:33 +0000 (03:06 +0000)]
CSPACE-3865: More renaming to new name for Taxonomy items.

14 years agoCSPACE-3865: More naming consistency for Taxonomy item name ('taxon').
Aron Roberts [Fri, 6 May 2011 23:15:09 +0000 (23:15 +0000)]
CSPACE-3865: More naming consistency for Taxonomy item name ('taxon').

14 years agoCSPACE-3865: Fixed mass-substitution typo when replacing 'location' with taxonomy...
Aron Roberts [Fri, 6 May 2011 22:34:39 +0000 (22:34 +0000)]
CSPACE-3865: Fixed mass-substitution typo when replacing 'location' with taxonomy in Ant buildfiles.

14 years agoCSPACE-3865: Consistent naming - for now - of 'taxonomy identification item' as ...
Aron Roberts [Fri, 6 May 2011 22:28:23 +0000 (22:28 +0000)]
CSPACE-3865: Consistent naming - for now - of 'taxonomy identification item' as 'taxon' (the item equivalent to 'person' or 'location' for taxonomic identification). This can be changed later if desired.

14 years agoCSPACE-3865: Full taxonomy service module now builds. Need to integrate this into...
Aron Roberts [Fri, 6 May 2011 20:01:48 +0000 (20:01 +0000)]
CSPACE-3865: Full taxonomy service module now builds. Need to integrate this into the services project and run/debug tests.

14 years agoCSPACE-3865: Taxonomy client module now builds.
Aron Roberts [Fri, 6 May 2011 19:41:08 +0000 (19:41 +0000)]
CSPACE-3865: Taxonomy client module now builds.

14 years agoCSPACE-3851 Added owner field to group schema, made it support authRefs in tenant...
Patrick Schmitz [Fri, 6 May 2011 04:23:50 +0000 (04:23 +0000)]
CSPACE-3851 Added owner field to group schema, made it support authRefs in tenant-bindings.xml.

14 years agoCSPACE-3865: Additional tweaks following clone of Storage Location to Taxonomy. Most...
Aron Roberts [Fri, 6 May 2011 00:43:53 +0000 (00:43 +0000)]
CSPACE-3865: Additional tweaks following clone of Storage Location to Taxonomy. Most of client module builds, save for client test of service.

14 years agoCSPACE-3865: Initial clone of Storage Location Authority service to create new Taxono...
Aron Roberts [Thu, 5 May 2011 23:51:51 +0000 (23:51 +0000)]
CSPACE-3865: Initial clone of Storage Location Authority service to create new Taxonomy Authority service. Cloned mechanistically to this point; 3rdparty and jaxb modules build, but not client or service.

14 years agoCSPACE-3756,CSPACE-3875: In ObjectProductionDate instance of structured date group...
Aron Roberts [Thu, 5 May 2011 18:48:02 +0000 (18:48 +0000)]
CSPACE-3756,CSPACE-3875: In ObjectProductionDate instance of structured date group, renamed displayDate to dateDisplayDate for consistency with Rick's naming in the UI.

14 years agoCSPACE-3698: Post to Blob service with URL query param to external image now supported.
Richard Millet [Thu, 5 May 2011 08:46:01 +0000 (08:46 +0000)]
CSPACE-3698: Post to Blob service with URL query param to external image now supported.

14 years agoCSPACE-3756,CSPACE-3875: Revised CollectionObject / Cataloging schema in the services...
Aron Roberts [Thu, 5 May 2011 02:04:55 +0000 (02:04 +0000)]
CSPACE-3756,CSPACE-3875: Revised CollectionObject / Cataloging schema in the services to update the Object Poduction Date structured date field, to conform to the latest wiki schema for the structured date type (Date Schema - Proposed Revisions).

14 years agoCSPACE-2496: Commented out debug output from post-init handler base class; can be...
Aron Roberts [Wed, 4 May 2011 00:47:21 +0000 (00:47 +0000)]
CSPACE-2496: Commented out debug output from post-init handler base class; can be re-enabled when needed.

14 years agoCSPACE-1783: Friendlier messages during CSpace server startup when a repository works...
Aron Roberts [Tue, 3 May 2011 23:52:42 +0000 (23:52 +0000)]
CSPACE-1783: Friendlier messages during CSpace server startup when a repository workspace can't be found.

14 years agoCSPACE-3739 Added tests to XmlReplay to ensure that Organization and Location behave...
Laramie Crocker [Tue, 3 May 2011 00:40:43 +0000 (00:40 +0000)]
CSPACE-3739 Added tests to XmlReplay to ensure that Organization and Location behave identically to the Person service regarding hierarchic authority behavior.  Tested creating item, child items, parent item, relating all through POST of item, and getting lists of relations and siblings

14 years agoCSPACE-3758, CSPACE-3619, CSPACE-3247: Dimension lists and metadata parts are now...
Richard Millet [Mon, 2 May 2011 22:54:14 +0000 (22:54 +0000)]
CSPACE-3758, CSPACE-3619, CSPACE-3247: Dimension lists and metadata parts are now part of the default Blob payload.  Also, the "collectionspace_core" part is now also returned.

14 years agoNOJIRA: Fixed trivial typo in response message when a required CSID is missing in...
Aron Roberts [Mon, 2 May 2011 22:52:21 +0000 (22:52 +0000)]
NOJIRA: Fixed trivial typo in response message when a required CSID is missing in the request.

14 years agoCSPACE-1598: Reformatted indentation to better understand program flow when investiga...
Aron Roberts [Mon, 2 May 2011 22:34:46 +0000 (22:34 +0000)]
CSPACE-1598: Reformatted indentation to better understand program flow when investigating this issue.

14 years agoCSPACE-3739 Including completion of CSPACE-3863 and CSPACE-3862
Laramie Crocker [Sat, 30 Apr 2011 05:32:20 +0000 (05:32 +0000)]
CSPACE-3739 Including completion of CSPACE-3863 and CSPACE-3862

14 years agoCSPACE-3758: Dimensions now part of blob payload.
Richard Millet [Fri, 29 Apr 2011 21:27:07 +0000 (21:27 +0000)]
CSPACE-3758: Dimensions now part of blob payload.

14 years agoCSPACE-3247: Updating pom.xml to reflect the removal of a deprecated JAX-B schema...
Richard Millet [Thu, 28 Apr 2011 21:33:25 +0000 (21:33 +0000)]
CSPACE-3247: Updating pom.xml to reflect the removal of a deprecated JAX-B schema file.

14 years agoCSPACE-3247: Removing a deprecated JAX-B schema file.
Richard Millet [Thu, 28 Apr 2011 21:27:46 +0000 (21:27 +0000)]
CSPACE-3247: Removing a deprecated JAX-B schema file.

14 years agoCSPACE-3247: Adding a local Nuxeo service component that the Nuxeo imaging service...
Richard Millet [Thu, 28 Apr 2011 21:06:52 +0000 (21:06 +0000)]
CSPACE-3247: Adding a local Nuxeo service component that the Nuxeo imaging service has a dependency on.  This is one of many Nuxeo components that we dynamically load when the "cspace" domain starts.  These are needed to allow RMI calls to Nuxeo.

14 years agoCSPACE-3908
Laramie Crocker [Thu, 28 Apr 2011 15:34:59 +0000 (15:34 +0000)]
CSPACE-3908

14 years agoCSPACE-3806: Can now undelete a resource (Nuxeo document) that is in the 'soft' delet...
Aron Roberts [Wed, 27 Apr 2011 23:34:17 +0000 (23:34 +0000)]
CSPACE-3806: Can now undelete a resource (Nuxeo document) that is in the 'soft' deleted workflow state by applying the 'undelete' transition in Nuxeo's default lifecycle. This moves the resource back to its 'project' state.

14 years agoNOJIRA - provide example of how to pull apart CommonList payloads in java client.
Patrick Schmitz [Wed, 27 Apr 2011 00:20:24 +0000 (00:20 +0000)]
NOJIRA - provide example of how to pull apart CommonList payloads in java client.

14 years agoCSPACE-3595 Reviving XmlReplay test cases after correcting them for new POX format...
Laramie Crocker [Sun, 24 Apr 2011 01:05:21 +0000 (01:05 +0000)]
CSPACE-3595 Reviving XmlReplay test cases after correcting them for new POX format; taught XmlReplay default xpath to main part of payloads using label element in each test

14 years agoCSPACE-3739 Updated Relations schema to store new fields, including subjectUri and...
Laramie Crocker [Sat, 23 Apr 2011 10:05:17 +0000 (10:05 +0000)]
CSPACE-3739 Updated Relations schema to store new fields, including subjectUri and objectUri, in nuxeo; Made dochandlers for Relations and AuthorityItem shuffle the new uri fields around correctly; modified DocumentModelHandler and AuthorityItemDocumentModelHandler to provide getUri(DocumentModel docModel); Installed XmlReplay tests for hierarchic authority work; Moved ITEMS to AuthorityClient, from various AuthorityClient impls.

14 years agoCSPACE-3872 - Fix Location authority schema to put conditionNode and conditionNodeDat...
Patrick Schmitz [Thu, 21 Apr 2011 19:06:36 +0000 (19:06 +0000)]
CSPACE-3872 - Fix Location authority schema to put conditionNode and conditionNodeDate into a repeatable group.

14 years agoCSPACE-3739 Updated schema, query paramters, POST behavior, and chaining of ServiceCo...
Laramie Crocker [Thu, 21 Apr 2011 08:48:01 +0000 (08:48 +0000)]
CSPACE-3739 Updated schema, query paramters, POST behavior, and chaining of ServiceContext impls handling of ctx-ui-queryParameters, after 4-20-2011 meeting with layer leads.

14 years agoCSPACE-3851 Consumer can perform CRUDL operations on a group. Basic Group support...
Patrick Schmitz [Thu, 21 Apr 2011 00:38:29 +0000 (00:38 +0000)]
CSPACE-3851 Consumer can perform CRUDL operations on a group. Basic Group support added, with a draft schema. Follows standard CRUDL pattern, and is a trivial service. Note that group membership will be through relations, much as objects are associated to Intakes, etc.

14 years agoCSPACE-3851 Consumer can perform CRUDL operations on a group. Basic Group support...
Patrick Schmitz [Thu, 21 Apr 2011 00:09:29 +0000 (00:09 +0000)]
CSPACE-3851  Consumer can perform CRUDL operations on a group. Basic Group support added, with a draft schema. Follows standard CRUDL pattern, and is a trivial service. Note that group membership will be through relations, much as objects are associated to Intakes, etc.

14 years agoCSPACE-3782: Added client tests to ensure that keyword searches respect the value...
Aron Roberts [Wed, 20 Apr 2011 02:37:38 +0000 (02:37 +0000)]
CSPACE-3782: Added client tests to ensure that keyword searches respect the value of the parameter on 'soft' deleted workflow state.

14 years agoCSPACE-3782: Search was failing to honor soft-delete flag on some services with certa...
Richard Millet [Tue, 19 Apr 2011 22:47:12 +0000 (22:47 +0000)]
CSPACE-3782: Search was failing to honor soft-delete flag on some services with certain service requests - some services were stepping on the request query params.

14 years agoCSPACE-3779,CSPACE-3780: Added dependency on authority service to organization POM...
Aron Roberts [Tue, 19 Apr 2011 20:06:30 +0000 (20:06 +0000)]
CSPACE-3779,CSPACE-3780: Added dependency on authority service to organization POM to resolve build failure in organization/import, which caused 'ant dist-jboss-domains' target to fail.

14 years agoCSPACE-3725 from trunk. Adds extra detail to calculated/looked up fields in Relation...
Laramie Crocker [Tue, 19 Apr 2011 04:59:21 +0000 (04:59 +0000)]
CSPACE-3725 from trunk.  Adds extra detail to calculated/looked up fields in Relation list item, useful also for debugging (but not committed on branch 1.6) issues like CSPACE-3780

14 years agoCSPACE-3780 test control files updated
Laramie Crocker [Sun, 17 Apr 2011 17:14:45 +0000 (17:14 +0000)]
CSPACE-3780 test control files updated

14 years agoCSPACE-3780 including XmlReplay test of Relations in nightly run
Laramie Crocker [Sun, 17 Apr 2011 05:21:04 +0000 (05:21 +0000)]
CSPACE-3780 including XmlReplay test of Relations in nightly run

14 years agoCSPACE-3780 got tests working
Laramie Crocker [Sun, 17 Apr 2011 04:07:34 +0000 (04:07 +0000)]
CSPACE-3780 got tests working

14 years agoCSPACE-3780 Partial fix. Checking in files to get a stable base.
Laramie Crocker [Sat, 16 Apr 2011 23:07:39 +0000 (23:07 +0000)]
CSPACE-3780 Partial fix.  Checking in files to get a stable base.

14 years agoNOJIRA: Updating the Service layer Maven artifact version to 1.7-SNAPSHOT. Also...
Richard Millet [Fri, 15 Apr 2011 18:16:41 +0000 (18:16 +0000)]
NOJIRA: Updating the Service layer Maven artifact version to 1.7-SNAPSHOT.  Also the top-level Ant build.properties file.

14 years agoNOJIRA: Updating the Service layer Maven artifact version to 1.7-SNAPSHOT.
Richard Millet [Fri, 15 Apr 2011 18:07:31 +0000 (18:07 +0000)]
NOJIRA: Updating the Service layer Maven artifact version to 1.7-SNAPSHOT.

14 years agoCSPACE-3560 Updating import template to match new workflow states
Laramie Crocker [Thu, 14 Apr 2011 07:18:21 +0000 (07:18 +0000)]
CSPACE-3560 Updating import template to match new workflow states

14 years agoCSPACE-3560 getting temp directory on mac to be readable by sax InputSource, now...
Laramie Crocker [Thu, 14 Apr 2011 06:51:31 +0000 (06:51 +0000)]
CSPACE-3560 getting temp directory on mac to be readable by sax InputSource, now testing on linux.  Fixes to ant scripts to chain deploy down into imports service, and to fix path issue in copy target.

14 years agoCSPACE-3797: Disabled AuthZ on the Blob service to allow UI to directly access images...
Richard Millet [Wed, 13 Apr 2011 06:29:41 +0000 (06:29 +0000)]
CSPACE-3797: Disabled AuthZ on the Blob service to allow UI to directly access images.  *HOWEVER* authentication (client login via basic auth) still needs to happen.  This is *NOT* the desired user experience yet.  Will need an even uglier hack to disable AuthN on /blobs/* path.

14 years agoCSPACE-3781: Fixed this problem with soft-delete on authority items. Need to move...
Richard Millet [Tue, 12 Apr 2011 02:47:32 +0000 (02:47 +0000)]
CSPACE-3781: Fixed this problem with soft-delete on authority items.  Need to move this fix to the v1.6 branch as well.

14 years agoCSPACE-3739 adding XmlReplay creation tests
Laramie Crocker [Mon, 11 Apr 2011 19:34:23 +0000 (19:34 +0000)]
CSPACE-3739 adding XmlReplay creation tests

14 years agoCSPACE-3782: Filter for keywords was stepping on workflow filter. Keyword 'where...
Richard Millet [Mon, 11 Apr 2011 17:15:29 +0000 (17:15 +0000)]
CSPACE-3782: Filter for keywords was stepping on workflow filter.  Keyword 'where' clause is now appending to existing clause.

14 years agoCSPACE-3770: Adding "wf_deleted" query param on GET for most services. If wf_deleted...
Richard Millet [Mon, 11 Apr 2011 01:52:06 +0000 (01:52 +0000)]
CSPACE-3770: Adding "wf_deleted" query param on GET for most services.  If wf_deleted is set to 'false' then a GET will return a HTTP status code of 404 for the resource if the workflow state is 'deleted'.

14 years agoCSPACE-3780: Side effect of Fixed break in RelationResource's search method that...
Richard Millet [Sat, 9 Apr 2011 23:20:23 +0000 (23:20 +0000)]
CSPACE-3780: Side effect of Fixed break in RelationResource's search method that was introduced when its parent class was switch to the new ResourceBase class.

14 years agoCSPACE-3780: Fixed break in RelationResource's search method that was introduced...
Richard Millet [Sat, 9 Apr 2011 22:36:22 +0000 (22:36 +0000)]
CSPACE-3780: Fixed break in RelationResource's search method that was introduced when its parent class was switch to the new ResourceBase class.

14 years agoCSPACE-3770: Adding "wf_delete" workflow deleted query param. Added additional tests...
Richard Millet [Sat, 9 Apr 2011 00:07:57 +0000 (00:07 +0000)]
CSPACE-3770: Adding "wf_delete" workflow deleted query param.  Added additional tests for workflow related functionality.

14 years agoCSPACE-3779: Commenting out failing test in RelationIntegrationTest.java. The readli...
Richard Millet [Fri, 8 Apr 2011 23:41:25 +0000 (23:41 +0000)]
CSPACE-3779: Commenting out failing test in RelationIntegrationTest.java.  The readlist method is returning more than 1 result when it shouldn't.

14 years agoCSPACE-3779, CSPACE-3770: Adding "wf_delete" workflow deleted query param. Also...
Richard Millet [Fri, 8 Apr 2011 23:29:00 +0000 (23:29 +0000)]
CSPACE-3779, CSPACE-3770: Adding "wf_delete" workflow deleted query param.  Also, moving sources to new authority module.

14 years agoCSPACE-3779: Moving sources to new authority module.
Richard Millet [Fri, 8 Apr 2011 22:07:52 +0000 (22:07 +0000)]
CSPACE-3779: Moving sources to new authority module.

14 years agoCSPACE-3779, CSPACE-3770: Adding "wf_delete" workflow deleted query param. Also...
Richard Millet [Fri, 8 Apr 2011 21:51:04 +0000 (21:51 +0000)]
CSPACE-3779, CSPACE-3770: Adding "wf_delete" workflow deleted query param.  Also, moving sources to new authority module.

14 years agoNOJIRA: Eclipse project settings files.
Richard Millet [Fri, 8 Apr 2011 21:47:43 +0000 (21:47 +0000)]
NOJIRA: Eclipse project settings files.

14 years agoCSPACE-3779: Moving sources to new authority module.
Richard Millet [Fri, 8 Apr 2011 20:26:04 +0000 (20:26 +0000)]
CSPACE-3779: Moving sources to new authority module.

14 years agoCSPACE-3779: Moving sources to new authority module.
Richard Millet [Fri, 8 Apr 2011 20:18:20 +0000 (20:18 +0000)]
CSPACE-3779: Moving sources to new authority module.

14 years agoCSPACE-3779: Adding new authority module.
Richard Millet [Fri, 8 Apr 2011 20:12:38 +0000 (20:12 +0000)]
CSPACE-3779: Adding new authority module.