Add cpan install description for Config::Properties package
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
Add debug statements
Fix workgroup description
Replace usage of temp-dir with proper application.tempDir property
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.
Increase test cases to include testing read action which reads file from disk and squery which reads from db. Create separate cases for eml 2.0.1 and 2.1.0
Move common constants into MCTestCase base class
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
set the sessionId from the SessionData object
Remove ant tokens
Replace Ant tokens
add closing </distribution> tag to regex for inline data.
Added top level files for sbclter skin
Created a method in DocumentImpl to read a document file from disk. Created a support method to strip inline data for users that don't have read access.
Add geoserver section to configuration bypass module.
Add more debug statements
Make sure DatabaseService gets instantiated
Change pisco test user organization to PISCO
Move the DBAdaptor accessor into a DatabaseService class
Add functionality to write and read metadata documents to and from the file system.
Add test cases for eml 2.1.0 documents
convert revision number to a Long from a string when putting into database
Add eml 2.1.0 registry sql to 1.9 update scripts
rename script to oracle naming scheme
Get eml 2.1.0 files
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
honor casesensitive indicator for contained QueryTerms.addresses bug: http://bugzilla.ecoinformatics.org/show_bug.cgi?id=3472
change install ecogrid option to true by default
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)
match the "qualified" property name
make as-you-type search the default.remove assessment vs. question search checkboxes...confusing.
add ldap.properties.metadata.xml to build
Add more PropertyService tests
Convert class to extend MCTestCase. Add debug statements.
Make debug method static
Added methods to get session data, parameters and cookies from request
change session attribute reference from "groups" to "groupname"
Add comments. Added getPublicSession method
add session id to parameters
Get session information from RequestUtil. Change some variable names to camel case.
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
Add more properties documentation
Initial addition of apache/tomcat configuration files for ubuntu
only include checked metadata
added features (metadata promotion)
add dataquery construction via js.used in the first XSL-housed style sheets
Initial addition of tomcat startup script for tomcat 5.5 on ubuntu.
Replace tables with css
remove the metacatURL property file that was being moved to seek when building ecogrid - not needed now.
do not copy metacatURL property to seek when building ecogrid - not neeeded now.
default to "local" services by commenting out the KNB-specific ones
use "local" services when none are provided in the properties file
Add index section
use factory method for creating database connection pool(stoopid subclipse!)