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 debug statements
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!)
use factory method for creating database connection pool
Update properties documentation
switch to jsp
move the intall-ldap and install-registry functionality into the warprepare target.
Add lter test accounts
de-tokenize (finally)
include property for running the install-skin target
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)
add dataquery (from EML's Data Manager library) to the metacat servlet actions
Set default skin property values
Comment out skins registry properties
add application.tempDir
qualify xml and eml properties with an xml. prefix
Continue to qualify property names
qualify more propertynames
Exclude ClientViewHelperTest from unit tests to be run.
Initial addition of PropertyService test.
Change sitemapInterval property to be sitemap.interval. Add testing property
Intial addition of geoserver utility file
Add a "bypassed" state for confguration sections.
Initial addition of geoserver administration class.