0%
WDescription%
Build stability: All recent builds failed.0
Build History
x
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Changes

#35 (Jul 15, 2017 8:24:36 PM)

  1. Use http instead of https for now. — noreply / detail

#34 (Jul 15, 2017 8:15:37 PM)

  1. Added link to slack channel. — noreply / detail

#33 (Jun 16, 2017 12:18:35 AM)

  1. Add support for altenateIdentifier system in XSL — petridish / detail

#32 (Jun 15, 2017 11:30:36 PM)

  1. Fix a typo in the EML dataset XSL preventing alternateIdentifiers from — petridish / detail

#31 (Mar 13, 2017 12:42:39 AM)

  1. Reformat, and add missing links to README, including download link. — gitcode / detail

#30 (Mar 13, 2017 12:30:39 AM)

  1. Add 2.1.1 release notes that had been missing from the README. — gitcode / detail

#29 (Mar 13, 2017 12:18:38 AM)

  1. Add pointers to new GitHub issue tracker. — gitcode / detail

#28 (Mar 13, 2017 12:00:39 AM)

  1. Add .gitignore for managing versioned files. — gitcode / detail

#27 (Aug 11, 2016 8:57:44 PM)

  1. Consistently use the same character encoding (UTF-8) across all EML — csj / detail
  2. Consistently use the same character encoding (UTF-8) across all EML — csj / detail

#26 (Jul 30, 2016 7:48:48 PM)

  1. Fix version number mismatch in README. — gitcode / detail
  2. Use git to retrieve tagged releases of EML for the servlet install. — gitcode / detail
  3. Reformatted whitespace for consistency. — gitcode / detail

#24 (May 24, 2016 5:54:37 PM)

  1. 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)

  1. add method for getting EML abstract after datapackage is parsed — leinfelder / detail

#22 (Mar 23, 2016 8:45:40 PM)

  1. 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)

  1. 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)

  1. 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)

  1. * 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)

  1. Modification to the server URL for accessing test data package. — costa / detail

#17 (Jan 1, 1970 12:00:00 AM)

  1. eml2tonbii stylesheet is now valid — obrien / detail

#13 (Jan 21, 2015 8:25:27 PM)

  1. 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)

  1. 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)

  1. use correct schema file when importing literature module. http://support.nceas.ucsb.edu/rt/Ticket/Display.html?id=10630 — leinfelder / detail