expose spatial cache regeneration option in the admin interface
Merged in the D1_0_6_2_BRANCH changes that include the transition from ObjectFormat calls to ObjectFormatCache calls.
correct typo in instructions
include bypass option
remove "Bypass" actionhttp://bugzilla.ecoinformatics.org/show_bug.cgi?id=4307
rework geoserver configuration:-geoserver context is set to 'geoserver' by default, but can be reconfigured-data directory is set in the geoserver web.xml file (we have a template, set the value accordingly, then overwrite the deployed version in the geoserver webapp)...
Change location of PropertyService to properties directory
Persist skin properties across installations
Change MetaCatVersion to MetacatVersion
Fix references to db classes that were moved and refactoring missed.
Create database and shared directories for database management code and shared code respectively.
Populate admin login user dropdown with configured admins
Use context url instead of server IP. Server IP breaks if the server does not have an externally facing IP (behind a proxy server)
Go back to main context page when user cancels login.
validate only required fields.
add the ability to validate that only required fields are populated.
change metacatconfigure.html to metacat-configure.html
Add backup configuration page
Removed extra %> that showed up on page
Remove application.default-style from the global configuration screen and activate it in the skins configuration.
Update tomcat location to /etc/init.d version used in user installation instructions
Remove organization from login screen. Require fully qualified user name.
change generic authentication properties from ldap.* to auth.*
rename ldap-configuration.jsp to auth-configuration.jsp
Updated geoserver password help links
Rename geoserverconfigure.html to geoserver-manual-configure.html
moved footer section outside of if statement so it always shows up.
Added header and footer sections that allow admin to log in as different user and to see user documentation.
Use validation for form submiTtal. This validates that all fields are populated.
Change geoserver configure message to be reconfigure when geoserver is in bypass mode
Add support email to configuration error messages
Show selected value in dropdown field
Fix bug where skin configs don't read backup properties correctly for checkboxes.
adjust hiding section format
reference admin.js
fix formatting by adding div closing tag
Clean up some configuration form formatting
Replace tables with css
Initial addition of geoserver password configuration page
Move closing divs into jsp if statement
Add geoserver section. Remove organization section for now. Allow user to go directly to metacat after first configuration.
Add a cancel button
remove help icon from organization names. Change metaCatProperty reference to orgProperty.
Fix question mark help links
Change the metacat section to read Metacat Global Properties
Add support for separate LDAP and organization level configurations
Add description under form fields
remove <p> formatting
Populate password (hidden) on configuration form
Clean up the way default radio works
Clean up formatting on configuration pages
Align submit buttons
change request attribute name from metaCatVersion to metacatVersion
Reformat Checkbox
Merge 1.9 changes into Head