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
fix javascript image references with contextUrl
Add the context url as a parameter to insertLoginBox() in branding_extensions.js.
Changed spatial and taxonomic display option to true.
Kill more pesky ant tokens, replace URL references with fully qualified URL as this page is rendered into emails.
confirmData template changes for dealing with modified otherEntity data
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
Add EML 2.0.x to EML 2.1.0 conversion XSLT. Originial location is Mopho CVS /xsl/, can be pulled from externals once migrated to SVN.
Use default skin for dev
add comment to deleteFile
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.
Redicts to the index.jsp page.
Redicts to the page index.jsp.
Redicts to index.jsp page.
redicts to index.jsp
add support for displaying eml 2.1 documents.split the "common" templates into nceas-common.xsl, but needed different stylesheets for 2.1.0 vs 2.0.1see: http://bugzilla.ecoinformatics.org/show_bug.cgi?id=3528
add support for displaying eml 2.1 documents.see: http://bugzilla.ecoinformatics.org/show_bug.cgi?id=3528
add support for displaying eml 2.1 documents
improve clarity of the available cart actions by:-hiding/showing the logical options for a given screen (only allowed to remove when viewing the cart)-refresh when cart changes - more positive feedback that pushing buttons actually did something.
make "add to cart" more obvious (with icon, too!)
add login feature for first. integrates with existing metacat-skin-based login approach.only show cart for authenticated users.
add logout link.do not search for cart documents if the cart is empty.
minor fix
add spinner for long searches
highlight the cart contents on reload
use regular hyperlink to viewing question (item) details - nested form elements were causing grief after being included with ajax calls.
refresh the entire cart view when modifications are made.add icons to many of the control features (download, remove...)
show selected metadata fields in the cart view and allow them to be removed from said view
added Scriptaculous effects to many of the ajax calls.neat-o!
can now select and save metadata fields from a document and use them when merging across documents in the "cart"
use full width of the screen
add "cart" information (won't work for others until i commit the backing classes in meetacat servlet...but need to track the changes for this now).
[optionally] view assessment details from within results set
parameterize the div used for ajax results
Enable upload as default on NCEAS skin
correct targets for links in iframe
Change references of baseUrl to contextUrl, fix parsing error in confirmData which was throwing errors due to invalid keyword counts
Add SpecNet .properties file for registry usage
Added required options for setting default public on documents, special flag for ESA documents
rearrange pages, search features, etc...
search within specific fields - with option for matching any vs. all
search method for retrieving specific documents (matching docid)
added place holders for structured search fields
Fix workgroup description
Further improvements to the registry to properly support the new properties. Removed all variables previously passed around between forms which should always be available canonically from the skin.properties file and replaced with refences to properties value for the skin being used. Removed some cruft from both files, fixed mior issues mentioned in bug #3487.
Remove backed up resultset.xsl files
Fix duplicate COMMON_SEARCH_METACAT_POST_FIELDS variable.
Change METACAT_URL to SERVLET_URL
Include global session variables
Remove ant tokens