Aron Roberts [Fri, 6 Sep 2013 00:53:33 +0000 (17:53 -0700)]
CSPACE-6178: Clean up all new-style (unified config) schema JAR files from /usr/local/share/apache-tomcat-6.0.33/nuxeo-server/plugins, not just schema JAR files for common schemas and any out-of-the-box extension schemas.
Aron Roberts [Thu, 5 Sep 2013 21:18:11 +0000 (14:18 -0700)]
CSPACE-5615,CSPACE-6139: Add comments to 'old-style' tenant bindings delta files in the Services layer, identifying that these are for use with CollectionSpace versions 3.3 and earlier.
Aron Roberts [Fri, 30 Aug 2013 19:18:01 +0000 (12:18 -0700)]
CSPACE-6157: Revert part of last commit to reflect current variable naming in App layer log4j properties file, other App layer server location properties. (Need to standardize on JEE_SERVER_HOME at some future point.)
Aron Roberts [Sat, 24 Aug 2013 05:03:37 +0000 (22:03 -0700)]
CSPACE-6152,CSPACE-6158: Remove redundant declaration of persons_naturalhistory part in Lifesci tenant bindings delta file; this part is already declared in App layer config for the Person record. Having this present in the delta file resulted in duplicate entries for this part in the merged tenant bindings.
Aron Roberts [Thu, 22 Aug 2013 20:25:12 +0000 (13:25 -0700)]
CSPACE-6142: Update ant undeploy target for the person/3rdparty/nuxeo-platform-person-lifesci module, now that the persons_naturalhistory schema has been revived in the Services per work on CSPACE-6152.
Aron Roberts [Thu, 22 Aug 2013 01:50:54 +0000 (18:50 -0700)]
CSPACE-6139: Initial prototype for cleaning unneeded Services files relating to the creation of Nuxeo document type bundles and schemas, replacing them with readme files.
Aron Roberts [Thu, 22 Aug 2013 00:16:58 +0000 (17:16 -0700)]
CSPACE-6130: Always emit non-preferred terms in authority item list results in a standard way, ignoring any instances where the termDisplayName field may be configured as a ListResultsField in services/tenant bindings.
Aron Roberts [Wed, 21 Aug 2013 00:30:48 +0000 (17:30 -0700)]
CSPACE-6152: Simplify persons_naturalhistory schema, now consisting of a single field, but continue to demonstrate extension of an authority item schema.
Aron Roberts [Tue, 13 Aug 2013 02:19:14 +0000 (19:19 -0700)]
CSPACE-6142: When undeploying current and legacy Nuxeo doctype JARs, account for naming variations in the CollectionObject lifesci schema extension and the Vocabulary service.
Aron Roberts [Tue, 13 Aug 2013 01:53:06 +0000 (18:53 -0700)]
CSPACE-6142: Undeploy new-style Nuxeo doctype and schema JARs, along with legacy JARs, via 'ant undeploy'. Reflect that some new artifacts are schema-specific, as reflected in their filenames.
Aron Roberts [Mon, 12 Aug 2013 20:22:59 +0000 (13:22 -0700)]
CSPACE-6142: Undeploy new-style Nuxeo doctype and schema JARs, along with legacy JARs, via 'ant undeploy'. This is a protoype of the new undeploy pattern, initially in the Work authority module.
Aron Roberts [Fri, 9 Aug 2013 02:55:01 +0000 (19:55 -0700)]
CSPACE-6122,CSPACE-6123: Update Citation and Work authorities to generate Services doctype bundles following unified config changes. (Commit also includes minor, similar cleanup in Location module.)
Richard Millet [Wed, 7 Aug 2013 16:41:17 +0000 (09:41 -0700)]
CSPACE-5678-E: Fixed XMLReplay Person-Siblings tests to reflect the fact that termDisplayName is used as the objectNumber instead of shortIdentifier being used.
Richard Millet [Fri, 2 Aug 2013 05:46:52 +0000 (22:46 -0700)]
NOJIRA: Fixing 'ehcache' warning during import of AuthN/AuthZ metadata. Problem was that both Spring Security and JPA/Hibernate were configuring an ehCache manager.
Aron Roberts [Fri, 5 Jul 2013 23:03:15 +0000 (16:03 -0700)]
CSPACE-6075: Removed ListResultsField declaration from Citation item service binding; this was overriding the default behavior around returning preferred and non-preferred terms in list results.
Aron Roberts [Wed, 3 Jul 2013 01:04:56 +0000 (18:04 -0700)]
CSPACE-6071: Updated services POMs and build.properties to version 4.0-SNAPSHOT, from 3.3-SNAPSHOT on master, following creation of v3.3 release branch.
Aron Roberts [Fri, 28 Jun 2013 21:07:18 +0000 (14:07 -0700)]
CSPACE-6065: In services tenant bindings, remove extraneous config block (<service:RefnameDisplayNameField>...</service:RefnameDisplayNameField>) for the Vocabulary service.
Aron Roberts [Wed, 29 May 2013 01:32:22 +0000 (18:32 -0700)]
CSPACE-6007: Designate ten fields as authority references, across Cataloging and seven authority record types, as these fields now will hold citation terms.
Aron Roberts [Fri, 24 May 2013 22:08:56 +0000 (15:08 -0700)]
CSPACE-6007: Change field name in Citation record from 'place' to 'publicationPlace' to work around apparent App layer confusion. Add authRefs for Citation to tenant bindings.
Aron Roberts [Thu, 23 May 2013 22:18:27 +0000 (15:18 -0700)]
CSPACE-6007: Renamed citationsNotes field to citationNote, in keeping with widely-used naming convention in services schema, to avoid ambiguity about potential repeatability, and to match the wiki schema name.
Aron Roberts [Tue, 21 May 2013 01:38:16 +0000 (18:38 -0700)]
CSPACE-6019: In the event listener / handler that keeps denormalized computedCurrentLocation values current in CollectionObject / Cataloging records, use the creation timestamp as a tiebreaker if two related Movement records otherwise have identical locationDate timestamps, with the most recently created Movement record assumed to represent a later physical movement.
Aron Roberts [Fri, 17 May 2013 03:21:25 +0000 (20:21 -0700)]
CSPACE-6001: Switch from allowing only an ending 'stop' character (by default, a vertical pipe character) to allowing both leading and ending 'anchor' characters (by default, a carat). The leading anchor character is enabled only when a tenant is configured to automatically include a leading wildcard.