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.
Aron Roberts [Thu, 16 May 2013 00:43:31 +0000 (17:43 -0700)]
CSPACE-5989: Added configuration block, with commented-out override in demo lifesci tenant, for the setting that can constrain JDBC queries to the current tenant.
Aron Roberts [Tue, 14 May 2013 21:41:41 +0000 (14:41 -0700)]
CSPACE-5766: Reports service now dumps basic info about the existence of, and write access to, the Java / Tomcat temporary directory prior to calling JasperReports fillReport() method. This may help us debug one category of errors seen when CSPACE-5766-style problem occur.
Aron Roberts [Tue, 14 May 2013 03:36:48 +0000 (20:36 -0700)]
CSPACE-5304: Initial attempt at writing an XmlReplay-based test of the contents of a generated report. This is still a placeholder, basically just verifying that, with a report returned using the 'application/xml' MIME type, the resultant document can be parsed by an XML parser, in XmlReplay's context. Attempts to verify additional fidelity to an expected document have failed so far.
Aron Roberts [Fri, 10 May 2013 19:50:06 +0000 (12:50 -0700)]
CSPACE-6001: Allow the use of a stop character, initially a vertical bar (|) symbol, at the end of a partial term matching search expression. This character negates any implicit, automatically-added wildcard at the end of that search expression.
Aron Roberts [Tue, 30 Apr 2013 20:36:25 +0000 (13:36 -0700)]
CSPACE-5984,PAHMA-789: In the UpdateObjectLocationOnMove event handler, when receiving an event notification related to a Relation record, process only the CollectionObject that is the subject or object of the relation.
Aron Roberts [Fri, 26 Apr 2013 02:39:38 +0000 (19:39 -0700)]
CSPACE-5763: Allow date values to be used in generic name and number properties in summary lists.
CSPACE-5763: Consolidate handling of Nuxeo property values that aren't directly capable of being cast to a String. Handle decimal values as well as date values, in that category.