Add description under form fields
remove <p> formatting
Fix the db script suffix.
Add functionality to allow developer to bypass configuration utility
Populate password (hidden) on configuration form
add dev.runConfiguration value
Add debug statements
Extend TestCase. Fix accountnum property getter.
Extend MCTestCase
Add empty constructor
Exclude MCTestCase base class from test build
Add verbose debug statements. These are toggled by the test.printdebug property in metacat.properties
Extend MCTestCase to handle initialization of PropertyService
add deploy directory section
Remove quotes surrounding eml property values
Create TestCase base class that makes sure PropertyService is instantiated and implements a debug() method that allows us to print to stderr
FIx comments for getContextDir to reflect that we no long append webapps to the path
Add sql debug statements
Use SystemUtil.getContextDir() instead of constructing directory path.
fixed bug where the searchmode param was put into the search fields
Differentiate between tomcat directory and deployment directory.
Replace Options class with PropertyService and create PropertyService using log directory name instead of servlet context
Use qualified test properties
Replace Options class with PropertyService
Create PropertyService using log directory instead of servlet context.
Append context url onto system id instead of server url.
Add a test.metacat.url value for testing and qualify other test properties with a test. prefix.
Copy properties metadata files to test directories during testprep so we can use PropertyService in tests.
remove sql update files from dist target
Add default skin to available skins
Add skins properties files to default skin
Clean up the way default radio works
add default dev.deploy.dir
Move references to sql scripts into the WEB-INF directory.
Add method to return a map of db script suffixes from metacat.properties
Fix backup file pathing issues. Modify checkAndSetProperty to get skin specific values from request.
implement getPropertiesByGroup() method
Implement form submittal processing.
use metacat.properties to determine script suffixes
replace <script>.sql files with <script>-oracle.sql files since the base files are implicitly oracle scripts
Add a value element to form dropdowns
Remove file and replace with metacat.properties.metadata.xml
Add db script suffix properties
Clean up formatting on configuration pages
add dev.deploy.dir. remove jdbc_base.
Add db jars to the war. Remove db upgrade sections. Reformat properties.
Change default-style property to application.default-style
include eml201_document_corrected=false property that was lost in merge
Align submit buttons
change request attribute name from metaCatVersion to metacatVersion
Add addProperty and addPropertyNoPersist for new properties
use build.tomcat.dir to get to tomcat jar
Backup properties should use addProperty, not setProperty
Add GeneralPropertyException to property setters
Remove default from ldap administrator
Reformat Checkbox
Add missing closing tag to comment out database update targets
Merge 1.9 changes into Head
Commented out the servlet for HarvesterServlet.
more improvements to the UI
fixed bug in prev/next buttons
added a tabbed interface
selected tabs
new graphics for the tabs
include changes to the first/metacat integration projectmerging/union across multiple datapackages now supported
updated the link the ITIS
save point before extending to allow merging across assessments
added functionality to make the document public after upload
increase left nav height for IE so that all the nodes are shown(not the best in FF - but better than nothing)
javascript now remembers queries and can display xml or html versions of documents
added style for the ontologies and made the search results remember their page
updated stylesheets for ontologies
fixed bug 3403
Merge METACAT_1_8_1 to cvs head.
Updated registry instructions to fix typo, include full dependency list to fetch with apt-get for Debian-based systems
Add two files into cvs head.
merge 1.8.1 to head
got ajax calls working to display existing datasets in a paged table
removing unneeded files
cleaned up the upload functionality a bit.
changed message for successful upload, removed some clutter
replacing the file with files from before I messed up this directory
rebuilding the knb skin from before the time where I messed it up
putting the sms skin in the sms directory for real
removing some sms that somehow got in this dir
you can now upload xml documents with the sms skin
added support to upload an xml document using multipart encoding. the enables better support for web interfaces that wish to use multipart to upload xml documents. the action is 'insertmultipart'
removing commits that I didn't mean to make
made it so that the error and success messages from a multipart upload can be transformed using xslt. also added upload functionality to the sms skin
Check into cvs head. Add a note there is no update sql needed to be run.
adding content to the skin and fixing some login errors
Check into cvs head. Add "cfg=default" into the link to create/reset/forget password ldap account.
got ajax calls working to do login/logout for the sms page
Check into cvs head. Change CGI_PREFIX to CGI_URL