adding getChecksum method
comment out debugging alert
use SERVLET_URL not fred
use jQuery to build active domain selections
starting to filter by active domains. still request-based, but would like to make asynchronous calls when populating the fields.
fixing files I didn't mean to check in
fixed a couple bugs with dates and fixed a major bug where metacat was reading the entire document from the database everytime a DocumentImpl instance was created even though it didn't need to
updating system metadata query doc type
removed old api jar
new service api jar
new config changes
allow default style to be used for the registry (added login mapping)
new client jar
look up the active annotation classes
Bug 3835 - design and implement OAI-PMH compliant harvest subsystem
Improve handling of 'eml:eml/dataset/publisher' element to 'dc:publisher' element crosswalk.
browse/search/madlib hybrid sample
use newer SBC-ish style for the default skin
include css classes for skins (like default and semtools) that use the "subGroup" class
correctly set the map location based on organizationScope
correctly set the organizationScope from the request value - filters the search results by location
not sure why this did not come up earlier when I stared upgrading some of the jar dependencies, but I've been having problems deploying Metacat because of a xerces error. upgrading to 2.7.1 fixed it - thinking the xml-apis and xerces jars need to be somewhat in lockstep with each other.
use <p> consistently when providing a tooltip for the full class URI
number of changes:-list measurements across the screen under their observation-use title attributes for full ontology class URI, only show full URI for the entity class since there is horizontal room-make the annotation box more compact and intuitive for both screens (details and search results)
make DP title bold in result set
nest annotation groupings nicely for each obs/meas
include nesting borders
integrate Annotation in resultset better
place annotation information in the same cell as the data package title/id
include content in a wrapper div for margins
comment out debugging alert()
do not make hyperlinks extra bold
reduce white space
include some gray in the paragraphs
use "Myriad..." fonts, then cascade down to Arial, sans... Lifted from BioPortal L+F
only show that an annotation exists in the resultset, not the full details
make the header hyperlinks bold
reduce header font sizes
wrap content in div for marginsadd bottom margin on header
include clearer font [size]add leaf at right
new jar file
use light grey for backgroundsdark grey for links
don't use green for links
include new graphic header for semtools skin.adjust css to fit better
only surround main dataset with border to avoid a weird border artifact when displaying sub-groups of the eml package
include header/footer like in the old JS-based template
do away with the "eml-common.xsl" - it's not really worth it in terms of being able to customize for each skin
use sbclter css
use shared style sheets for rendering eml. this is sbclter/pisco-like
consolidate shared stylesheets - no differences between 2.0.1 and 2.1.0 directories
remove duplicate "attributeindex" parameter
Fix a bug in the EML to Dublin Core crosswalk XLSTs. First and last names were being concatenated. The fix is to place the space character inside an xsl:text element.
removing unused search pages (leftover from 'default' skin copy)
separate the class and the ontology from the the URI for easier reading. putting them in a table also helps
include links from annotation to the data package metadata
include stylesheet to display annotation document on it's own (in addition to within a resultset)
include the column name that the measurement is mapped to
list the currently registered ontologies (in case someone wants to unregister them?)
rearrange the ontology registration page - bioportal-hosted ontologies come first
include dropdown of all bioportal ontologies - you can choose to register or unregister them with metacat for annotation-based searching. perhaps not the most elegant workflow, but better than having to manually collect the URIs and URLs.
include annotation display in the search results - NOTE using XPath 2.0 function for accessing the ontology URIs that are included as namespaces in the annotation. adding Saxon jar for this.
include a page for [un]registering ontologies with the ontology manager in the semtools plugin
minor upgrade to commons-logging (1.0.3->1.0.4)
basic query can be issued and includes:-match any/all-from same observation-for Entity, Characteristic, Standard, Protocol, Measurement
use same xercesImpl as geoserver (2.4)
upgrade to xalan 2.7 from 2.5.1 (geoserver was using 2.7 already)
upgrade commons-collections (3.2) and commons-lang (2.5) - avoid conflicts with semtools plugin that requires these newer jars.
upgrade the log4j jar - reduces the duplicate jars to wade though in the build process
don't include the semtools plugin in the default config
remove chad's local changes (server, db, etc) - but preserve the D1 config values that were added
new values for mets namespace
moved the dataone types to the metacat.properties file
removing old service api jar
new dataone jars
include MetacatHandlerPlugin interface so that other projects [semtools] can extend the actions handled by Metcat without editing the codebase directly. The SemtoolsPlugin is the prototype for this and can be registered using the Metacat admin interface. Note that the plugin implementation class and supporting jars must be included in the webapp in order for the request to be handled correctly (the semtools build is injecting these as part of it's build process).
include 1.9.3 upgrade script in trunk
use localhost as defaults for the properties
include bioportal widgets, at least for an example.oboe-sbc and oboe are both registered as tests.
map the eml 2.1.0 documents to be rendered by the correct (existing) stylesheet.
Merge 1.9.3 branch to the trunk.
merge 1.9.3 change to include karxml 2.1 documents in search/rendering
remove "indus" urls
adding dataone to the login org choice for the dev skin
reverting accidental cahgnes
fixing another null auth token bug
reverting accidentally committed changes
trying another build../cicore/cn-buildout/dataone-cn-metacat/usr/share/metacat/knb.war
MetacatPopulator is now working. It allows you to do a query from one metacat instance, then insert any returned docs into another metacat instance
d1client jar
tracked down streaming bug. now need to figure out a better way to fix it.
added a DataOneLogger for event notifications on the CN. The logger is called DataOneLogger and can be managed in the log4j.properties file
finished getLogRecords. Fixed some date bugs in metacat.
changed getLogRecords to use new classes for log events
new service layer jar
starting point for semtools skin. augmenting default skin with Annotation documents.not yet semantically enhanced search capabilities, but you can see a listing of both EML and Annotations on the server.
mostly done with generating systemmetadata from legacy knb docs. need to write a better test and enable this through the ResourceHandler then it will be done.
Commit the change for Madhusudan Gujral from java.net.URL url = new java.net.URL;to java.net.URL url = new java.net.URL;