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.
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.
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
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
Remove backed up resultset.xsl files
Fix duplicate COMMON_SEARCH_METACAT_POST_FIELDS variable.