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.
Initial addition of geoserver password configuration page
Separate the init function to pre-confiugured and post-configured methods. the initSecondHalf method allows for the intial configuration of metacat without a restart.
Remove commented lines
Add a post method
Remove the organization configuration stuff for the moment. Add geoserver configuration.
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
Add geoserver configuration values
Initial addition of file. Geoserver password configuration instructions
Remove token filtering from images
redirect to KNB site for new account (unaffiliated) creation. per J Kruger's request
Refactor templates for recent properties changes, round 2
Allow script to be run from command line, more token changes including all path changes for URLs and directories.
use context url to get cgi url
Add database properties with new format
Add TODO comment
Reorder database properties
Change discoverTomcatDir to discoverDeployDir
Fix error where maxconnectionnumber was being read into maxconnectionage.
Create data and inline data directories
Consolidation of property names in register-dataset.cgi; returned runConfiguration to default true
Perl token changes as per meeting with Mike Daigle
remove help icon from organization names. Change metaCatProperty reference to orgProperty.
remove outdated filter properties
Fully qualify spatial and replication properties
add database.user property section
Fix question mark help links
Qualify harvester properties
Replace tomcatDir with deployDir
Use qualified properties
Add help file sections and move application.tomcatDir to replication.logdir
clean up replication and harvest properties
Rework properties descriptions
use the docid, not the filename when updating this node.fixes bug: http://bugzilla.ecoinformatics.org/show_bug.cgi?id=3260
include leading slash for path to the spatial files (context is given without a trailing slash)
initial doc id list from original conversion
script used to update keywords for existing kruger documents when upgrade to new SANParks/SAEON skin. committing before additional work to update the package ids for these files (incorrectly set to the wrong rev number)
prevent subsequent queries from going to KNB when not selected to do so. fixes bug: http://bugzilla.ecoinformatics.org/show_bug.cgi?id=2796
Change the metacat section to read Metacat Global Properties
Add ldap.properties.metadata.xml to distribution
move allowed submitters and denied submitters to main properties configuration section.
Add support for separate LDAP and organization level configurations, and add pisco test user accounts
Add support for separate LDAP and organization level configurations
Get organization list from new OrganizationUtil class
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