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
use name attributes for selection entity-attributes.note: this is still a static version of which question-level metadata is being included in the resultset
only "correct" non-null values
include qPrompt and qChoiceneed to quote the csv so that commas in the question text do not throw it off
Now the metadata attributes show as rows above the data.very close!todo: special handling for thesaurus (ie NBII/Bloom) metadata fields
pivot constrained to a List of specific attributes: studentId (record number), score, response.This is the "lower half" of the return set (data).now: on to the metadata header rows
Update version to 1.9.1. Add nrs ldap properties to configuration.
Now doing the dataquery/download in the FIRST skin's jsp rather than embedded in the Metacat servlet.TODO: implement the very-custom data return format agreed upon by the FIRST team
add LDAP base to NRS skin properties
include pivot options for dataquery
Introduce replication user. Use the fileutil writer methods instead of writing directly.
Use only one eml common stylesheet directory for all post 2.0.0 beta versions of eml. Point all eml versions to that directory in skin xml files.
include NSF grant number
found more method that should be plural
removed duplicate variable settings
fixed path for sibling access
1. changed path for doc-level access to sibling instead of child2. renamed template "datasetaccess" to datatableaccess and changed path to distribution/access
updated templates to reflect new spelling of dateTime and methods in attributes.
Added eml 2.1.0 stylesheets for sbclter.
Create an eml 2.1.0 shared directory. Move skin specific xsl directives into sbclter directory: sbclter-eml-2.0.0.xsl and sbclter-eml-2.1.0.xsl
Removed the () from the javascript length functions in the submitRequest function.
Update replication documentation and fix code so that replication log is available.
use "prompt" xpath that matches current QTI serialization
handle case when there is a single question on the assessment
correct spelling of "Assessment"
Update xml paths for 2.1.0 access structure. Added the 2.1.0 path for indexing. Changed from 2.0 to 2.1.0 for querying.
Remove moderators from esa skin configuration. This is currently handled via global configuration in metacat.properties
change "blah blah" to something more respectable
Add admin email to the esa skin configuration
Make esa admin user and password configurable
Add the context url as a parameter to insertLoginBox() in branding_extensions.js.
Changed spatial and taxonomic display option to true.
fix ESA contextURL reference
Renamed MetaCatUtil to MetacatUtil
add skin properties files so that first can be enabled as the default when configuring metacat in the admin interface.note: not checking in the modifcation to metacat.properties file - that will remain a deployment-specific change and not included in the standard distribution
handle mixture of datapackages: some with demographic data, some without.takes advantage of the [new] StaticSelectionItem feature in the datamanager
include demographic data if present in the datapackageTODO: handle a mixture of datapackages when performing the union (i.e. cases when one package as demographic data and the other does not)http://bugzilla.ecoinformatics.org/show_bug.cgi?id=3519
assessment title and type are now elements rather than attributes in edmlhttp://bugzilla.ecoinformatics.org/show_bug.cgi?id=3345
revert changes - keep the options commented out.the fix is in the utilities project.
Moved Search and Browse functions into the search frame.
uncommented these <config> elements so that Metacat actually starts without error.TODO: find out why they were in there commented out, and also make sure we can start metacat even if a skin has some junkie metadata files in it.
add lter, ltss and saeon skins configurations.
Add kepler to available skins
Fix indexing
Include moderators option in esa skin configuration, add anchor link within the properties document.
Replace usage of 'cgi-url' with 'cgi-prefix' in XSLT transformations, fix the ESA review process to accept the 'metacatUrl' parameter (#3687)
added "generic" search term picklisthttp://bugzilla.ecoinformatics.org/show_bug.cgi?id=3520
declare questionIds array for each documenthttp://bugzilla.ecoinformatics.org/show_bug.cgi?id=3620
Use default skin for dev
add "Assessment Database" to the header bannerremove "II" from the banner
call it FIRST without the numerals
call it the "Data Cart" instead of just the "Cart"
add institution logos to footer
use solid green for chalkboard borders
Fixed the "What's this?" links to use a class, improved styling on NCEAS skin to prevent strange underlining
Add eml 2.0.1 document return type
pull out the IE/FF differences into common method that returns the document object for an iFrame (works with IE now!)
try IE work around for iframe access
update the status of search items WRT the cart when adding/removing from within the search results view (when you add an assessment, the icon changes to the "remove" icon)
swap out new add/remove cart icons, ensure left and right chalkboard borders continue all the way down the page with the content
make metadata field selections only from within the cart
add page header
logout redirects to the login page (just needed to use _top)
redesign the look and feel - save point.-cart editing is done by clicking individual assessments rather than doing them in batches.-cart status is shown in the search results (but still need a refresh for after adding cart items from search...)
Redirects to the index.jsp page.