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
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.
Commit the change for Madhusudan Gujral from java.net.URL url = new java.net.URL;to java.net.URL url = new java.net.URL;
Fixed bug the download link didn't work.
Add a mapping between kar xml namespace and karxml.xsl.
Add a style sheet to transform kar xml document.
Change the search query according to the karxml change.
Merge 1.9.2 changes back into the trunk
Populate esa home links with skin property value
change dropdown select event to work on IE.
Fix main cross browser gui compatibility issues in sanparks tpc skin.
remove the "optional" tip since it is not currently optional
add parc-moderators to config.username
remove registry.config.username value
I've removed the value for the PARC registry.config.site property since it isn't appropriate to this skin, and causes the registry CGI to produce two organization creator elements with the same value.
hard code parc home url
Redirect data.palmyraresearch.org to parc skin
I've replaced hard-coded URL strings in the PARC skin files with their appropriate variables in JSP, TT2, and XSL.
I'm adding the spatial support files for the PARC skin. At the moment, the spatial option in the skin is not being used, but these files have been modified slightly from the NCEAS skin version in branding only.
I've added in the XSL stylesheets for the PARC skin. The parc, parc-eml, parc-common and login stylesheets have been changed slightly for PARC branding.
I'm adding the settings and map JSPs. These are placeholder files since the map is not used in the PARC skin, and the settings file merely import common settings for the skin, but doesn't modify any of the interface settings.
These are the minimal images used in the PARC skin layout. The research banner comes from the research section of the PARC website.
I've added the PARC CSS file, which uses colors and images found at the PARC website.
These are the index files for the PARC skin. The html file provides the standard redirect to the JSP. The JSP has been PARC branded, and the layout has changed slightly to work with the http://www.palmyraresearch.org website layout (e.g. some navigation links have been removed).
Here are the three javascript libraries associated with the PARC skin. The only real changes are in the search.js file, where metacat searches have absolute XPaths in the search criteria. The return fields remain as relative XPaths to be consistent with the rendering code for the skin.
I'm adding the parc.cfg configuration file, which is effectively a copy of the nceas.cfg file.
This is the PARC XML configuration file. I've removed the EML beta 4-6 doctype identifiers since this skin will only deal with EML 2.1.0 documents.
I'm adding the Metacat metadata properties file for the PARC installation.
I'm adding the properties file configured for the Palmyra Atoll Research Consortium's installation.
I'm adding in the parc directory, which will contain the skin for the Palmyra Atoll Research Consortium.
Start to fix I.E. gui issues
check for IE6 and show warning if they are using it
Remove seconds and minutes values from workflow scheduler and add weeks and months.
add id attributes for form elements (in case IE6 needed them) but it appears they are not required
add the "value" attribute for metadata tag downloads
add code block (commented out) to use in case "?column?" headers become an issue.
handle repeating "?column?" headers - somewhat naively, but consistent
Change access section in getaccesscontrol and getdocumentinfo apis to be more eml 2.1.0 compliant. Add a block access option to setaccess api.
Create workflow access pages
correct the metadata matrix for "transposed" data downloadhttp://bugzilla.ecoinformatics.org/show_bug.cgi?id=4452
order the unions by widthaddresses this bug:http://bugzilla.ecoinformatics.org/show_bug.cgi?id=4376
include at least one metadata field and then include any that are additional (_2, _3....etc)bug #4452
Add ability for doc owner to add user access to workflows.
allow user to specify the data columns included for the transpose data set (score, response, response file).decided in today's CC
Only allow workflows with kars that have user write permissions to be scheduled.
move worflow page sections from common into the sanparks skin files
Change sanparks skin to log in with browser session instead of metacat client session so session can be validated on other pages.
choices for metadata tags to include:1-10, increments of 1; 11-50 increments of 10
add "responsefile" column as data in the transposehttp://bugzilla.ecoinformatics.org/show_bug.cgi?id=4412
include input selection for the number of metadata fields to downloadhttp://bugzilla.ecoinformatics.org/show_bug.cgi?id=4414
include more than just the first metadata field for questionshttp://bugzilla.ecoinformatics.org/show_bug.cgi?id=4414
include download link instead of an ecogrid pointerhttp://bugzilla.ecoinformatics.org/show_bug.cgi?id=4412
include ecogrid link to the external file in downloaded data
do not search across items when simply "browsing all"
comment out a debugging alert() call
use keyword field for both assessments and assessment itemsremove unused query options that were in place for the mock up UIhttp://bugzilla.ecoinformatics.org/show_bug.cgi?id=4387
search across items as well as assessmentshttp://bugzilla.ecoinformatics.org/show_bug.cgi?id=4387note: you can switch this feature off using the checkbox provided in the search form. the search can be slow otherwise
Add session validation to metacat tpc and workflow scheduler. Fix sanparks skin session management so it always uses the logged in session id.
Change location of PropertyService to properties directory
fixes for first installation
Add the ability to delete a scheduled workflow (move status to deleted in database)
Added end time to workflow scheduler.
Input date formatting changes
override the 10px margin that was added to the EML stylesheet that we are including.
-handle new(?) XPath for the question prompt and include in the CSV download-sort the multiple choice options
fix name="...." attribute that was causing problems in IE (it was a typo, but not caught in firefox)http://bugzilla.ecoinformatics.org/show_bug.cgi?id=4262
Adjust width of workflow resultset column so download link shows up
Beef up comments
Updates primarily for final workflow and run xml metadata design
Added tpc workflow search and browse capabilities
Add redirect to skins directory.
include the "mock up" search fields
Fix reference to old common/eml-2.0.1 directory
Change confirm page text to make it seem less like a receipt of completed information, which has confused a few NCEAS participants. Lower the visual impact of the horizontal rules.
Enable uploads for the default KNB skin. With the improvements to infrastructure Mike's done, this should work like a charm
do not duplicate the true/false indicators for the metadata vocab/value matrix
use recordNum instead of studentId for transposed data
use "recordNum" rather than "studentId"
omit studentId values from normal resultsetstrip the html tags from the qti elements for both return formats
Removed spatial coverage requirement for KNB skin
disable output escaping for CDATA html elements
split vocab/value into two columns (can easily switch back to single column)
question choices and metadata selection controlled by a counter - can easily increase the number returned...note: probably need to make this a parameter for user or be intelligent about figuring what the widest question is (ie: does it have 5,10,20! metadata entries?)
include short answer prompts in the resultset view
include prompt for both multiple choice and short answer questions when downloading
omit the demographic data - this is not well-defined for the prototype
omit duplicate values in the for the standard metadata header section (columns for each question)
omit the metadata vocab/values from the normal header section since they will be used in the "matrix-style" header section
add vocab name/value matrix above data rows.currently there is only a single column for the concatenated value of the vocab name + "/" + vocab value. it's so much easier!
reduce the extra whitespace on the transpose
hide the "transpose" checkbox except when on the data cart page