3
I Use This!
Activity Not Available

Commits : Listings

Analyzed 4 months ago. based on code collected 4 months ago.
Dec 21, 2022 — Dec 21, 2023
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Repair broken links in the DownloadHandlerTest code. More... almost 8 years ago
add method for getting EML abstract after datapackage is parsed More... about 8 years ago
Improve diagnostic output when data download fails. More... about 8 years ago
Minor bug fix and enhancement to quality checker: More... over 8 years ago
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. More... over 8 years ago
* Use the "cite" semantic HTML tag for the citation More... almost 9 years ago
Modification to the server URL for accessing test data package. More... almost 9 years ago
eml2tonbii stylesheet is now valid More... about 9 years ago
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. More... over 9 years ago
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. More... over 9 years ago
use correct schema file when importing literature module. http://support.nceas.ucsb.edu/rt/Ticket/Display.html?id=10630 More... over 9 years ago
add usable dataquery test that uses GCE package from the KNB. More... over 9 years ago
add usable dataquery test that uses GCE package from the KNB. More... over 9 years ago
Extend the download handler API to support a variant of the download use case. The client application may want to download a compressed/tar file without decompressing/untarring it. This is accomplished by setting preserveFormat to true. The original behavior of the download handler has been preserved by setting preserveFormat to a default value of false. More... almost 10 years ago
Add an additional datetime format mapping. More... almost 10 years ago
use {$stylePath} instead of hard-coded "knb" url. yikes! More... almost 10 years ago
ensure that unit tests succeed when running with ant or with maven build. More... almost 10 years ago
remove ant tokens in all source code - rely on config.xml if we ever need to change the NS locations. Change tests to use documents hosted on the KNB where possible. Some tests are now commented our because the documents they used were on servers that no longer exist (pacific.msi.ucb.edu). Allow maven build to build the docbook objects so that those tests also pass. More... almost 10 years ago
organize imports More... almost 10 years ago
remove configxml.jar as the ConfigXML class is now included in the utilities library. More... almost 10 years ago
move config.xml file to standard maven location and removed Ant token for the location in code (ugh!) More... almost 10 years ago
Maven-ize the EML Datamanager library. Note that we can still build the emlparser.war and the datamanager.jar using Ant, but we can also use maven to create a datamanager-x.x.x.jar artifact. But bear in mind that many of the dependencies in this project are not available or resolvable in other maven repos so any project that uses the datamanager-x.x.x.jar will need to include those (configxml.jar and Ecogrid-stub jars). More... almost 10 years ago
Maven-ize the EML Datamanager library. Note that we can still build the emlparser.war and the datamanager.jar using Ant, but we can also use maven to create a datamanager-x.x.x.jar artifact. But bear in mind that many of the dependencies in this project are not available or resolvable in other maven repos so any project that uses the datamanager-x.x.x.jar will need to include those (configxml.jar and Ecogrid-stub jars). More... almost 10 years ago
Maven-ize the EML Datamanager library. Note that we can still build the emlparser.war and the datamanager.jar using Ant, but we can also use maven to create a datamanager-x.x.x.jar artifact. But bear in mind that many of the dependencies in this project are not available or resolvable in other maven repos so any project that uses the datamanager-x.x.x.jar will need to include those (configxml.jar and Ecogrid-stub jars). More... almost 10 years ago
Modernize the EML->HTML output and make sure it fits onto a PDF page More... almost 10 years ago
Separate the path name and file extension for the HTML, EML, and PDF files More... almost 10 years ago
add runonetest target for more easily and quickly testing HtmlToPdf More... almost 10 years ago
test to exercise the EML -> HTML -> PDF conversion. Now it's relatively easy to make adjustments to the xsl and css and see the results. https://projects.ecoinformatics.org/ecoinfo/issues/6557 More... almost 10 years ago
add utility to convert HTML to PDF. use updated XML libraries (xalan and xerces). https://projects.ecoinformatics.org/ecoinfo/issues/6557 More... almost 10 years ago
restructure the attributecommon template to list attributes vertically instead of horizontally for better PDF rendering. https://projects.ecoinformatics.org/ecoinfo/issues/6557 More... almost 10 years ago