Added test properties
Added useFullSchemaValidation flag to toggle schema validation.
Add date to log output. Shorten Metacat to MC
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 support email to configuration error messages
Show selected value in dropdown field
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
Change unaffliated to match the LDAP name
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
Add application.tempDir to configuration form and documentation.
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.
Add jstl jar files for sbclter skin
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
Replace Ant tokens
Added top level files for sbclter skin
Change pisco test user organization to PISCO
Add functionality to write and read metadata documents to and from the file system.
remove skin.configs directory.migrate those properties to the style/skins/* properties filesdo not load them during Metacat init.
Only use LSIDs for ESA skin. All others should only use shortform url.see: http://bugzilla.ecoinformatics.org/show_bug.cgi?id=3059
Upgrade to MapBuilder 1.5rc2
Fix bug where skin configs don't read backup properties correctly for checkboxes.
use correct detokenizer (CONTEXT_URL)
remove obsolete knp skin. this has been replaced by the sanparks skin.
use nrs for search results skin name.
[re]add predefined locations selection (using the drop down list).with firebug disabled, I see so error messages.
add legend (layer selection checkboxes)
bring up to date with map builder 1.5rc2. core functionality (zoom, pan, dataset search) is present.note that the predefined locations dropdown is missing from this implementation - hopefully will be working again soon...
upgrade to MapBuilder 1.5rc2 - includes support for Firefox 3 compatibility (yes, it is also EOLed)
make as-you-type search the default.remove assessment vs. question search checkboxes...confusing.
adjust hiding section format
reference admin.js
fix formatting by adding div closing tag
move test properties to the bottom
refactor search methods into common search.js file.start on making ajax-based search from the index page.state of things: now merging across assessments and including question-level metadata
use the generalized (and now built-in) data query mechanism for downloading "merged" data.
refactor into reusable methods such that queries can be constructed from different form interfaces.
detokenize
Addition of sbclter skins to svn
fix the optional "include questions" checkbox so that it actually toggles the option.
added support for merging response data with question-level metadata
Bring the <skin>.properties file into sync with the old <skin>.cfg data. Modify metadata files so appropriate configuration information is shown for each skin.
Clean up some configuration form formatting
Remove sqlserver references. Add some help locations.
remove skins registry values from global config. These are now in skins specific properties files in the skins directories.
highlight in red that the user must configure the admin user appropriately
only include checked metadata
added features (metadata promotion)
add dataquery construction via js.used in the first XSL-housed style sheets
Replace tables with css
remove the metacatURL property file that was being moved to seek when building ecogrid - not needed now.
default to "local" services by commenting out the KNB-specific ones
Update properties documentation
switch to jsp
Add lter test accounts
de-tokenize (finally)
render the pages using the common settings
switch to jsp (first of many steps...)
Convert properties to camel case
add ability to access protected data via the datamanager/dataquery feature.Note: the datamanager features rely on the ecogrid stubs being available in Metacat. When Metacat is installed with ecogrid enabled, the required jars are included in the war...something to keep in mind.
updated datamanager with authentication(ps: SVN hates me!)
updated datamanager (with authentication)