Changes
#35 (Jul 15, 2017 8:24:36 PM)
#34 (Jul 15, 2017 8:15:37 PM)
#33 (Jun 16, 2017 12:18:35 AM)
#32 (Jun 15, 2017 11:30:36 PM)
#31 (Mar 13, 2017 12:42:39 AM)
#30 (Mar 13, 2017 12:30:39 AM)
#29 (Mar 13, 2017 12:18:38 AM)
#28 (Mar 13, 2017 12:00:39 AM)
#27 (Aug 11, 2016 8:57:44 PM)
- Consistently use the same character encoding (UTF-8) across all EML — csj / detail
- Consistently use the same character encoding (UTF-8) across all EML — csj / detail
#26 (Jul 30, 2016 7:48:48 PM)
- Fix version number mismatch in README. — gitcode / detail
- Use git to retrieve tagged releases of EML for the servlet install. — gitcode / detail
- Reformatted whitespace for consistency. — gitcode / detail
#24 (May 24, 2016 5:54:37 PM)
- Repair broken links in the DownloadHandlerTest code.
All Data Manager Library JUnit tests succeed with this update. ("ant test-datamanager-lib") — costa / detail
#23 (Apr 5, 2016 8:18:38 PM)
- add method for getting EML abstract after datapackage is parsed — leinfelder / detail
#22 (Mar 23, 2016 8:45:40 PM)
- Improve diagnostic output when data download fails.
- This update passes all Data Manager JUnit tests. — costa / detail
#21 (Dec 14, 2015 5:24:38 PM)
- Minor bug fix and enhancement to quality checker:
- Check the content of quality check "found" and "explanation" fields for embedded CDATA elements. If CDATA is embedded within other CDATA, this can cause the quality report XML to be invalid. Handle this by mangling the embedded CDATA end tags to nullify them.
- Add a heuristic to the "examineRecordDelimiter" quality check for early detection of a missing record delimiter in large data tables.
These modifications passed all JUnit tests. — costa / detail
#20 (Oct 15, 2015 10:24:39 PM)
- Increase the MAXLOOPNUMBER value from 20000 to 200000. Our experience (at LTER) was that the value was set too low for large data entities, causing data downloads to silently fail after 2000 seconds (33.33 minutes). We've been using the larger value for the past six months and it seems to have resolved the problem. — costa / detail
#19 (Jan 1, 1970 12:00:00 AM)
- * Use the "cite" semantic HTML tag for the citation
* Display text nodes if the value is directly in the text node - instead of only when it is in a <section> or <para> tag — walker / detail
#18 (Jan 1, 1970 12:00:00 AM)
#17 (Jan 1, 1970 12:00:00 AM)
#13 (Jan 21, 2015 8:25:27 PM)
- Single quotes in string data values should be escaped by doubling them up (i.e. a sequence of two single-quote characters) instead of preceding them with a backslash character. The backslash was non-standard SQL but worked in Postgresql 8.x. Postgresql 9.x now standardizes this so the sequence of two single-quote characters should be used instead. — costa / detail
#11 (Jan 21, 2015 8:19:19 PM)
- Omit the call to connection.commit() since it should only be called when auto-commit has been set to false. The call causing errors when running with the Postgresql 9.3 JDBC driver. — costa / detail
#5 (Dec 2, 2014 5:10:34 PM)
- use correct schema file when importing literature module. http://support.nceas.ucsb.edu/rt/Ticket/Display.html?id=10630 — leinfelder / detail