new common and client jar
remove this optional ant jar - seems to conflict with other versions of ant when running junit tests. also, it's not needed for the geotools use we have
Add the junit jar file back to the lib. There is no change needed in build.xml.
some new code for debugging mmp
Update to v1.10.0 and include new GeoServer configuration instructions
correct typo in instructions
Using <xsl:value-of select="."/> to replace <xsl:value-of select="./"/>. Somehow, the latter is not valid anymore.
include bypass option
removing old httpclient jar
removing utilities.jar
updated the populator
new http libs
include geoserver.war in the 'install' target but also allow 'bypass' option when geoserver is not deployed next to metacat
merge documentation from 1.9.3 branch before adding 1.10.0 changes
added code to run an squery for listObjects instead of an anyfield query
fixed compile errors
remove "Bypass" actionhttp://bugzilla.ecoinformatics.org/show_bug.cgi?id=4307
always re-write web.xml in case geoserver has been redeployedhttp://bugzilla.ecoinformatics.org/show_bug.cgi?id=4307
include geoserver.war when building the distributionmove xalan jar into common lib where it is used to compile lsid supporthttp://bugzilla.ecoinformatics.org/show_bug.cgi?id=4307
do not use "filtering" on binary shape files - they will be corrupthttp://bugzilla.ecoinformatics.org/show_bug.cgi?id=4307
use the demis layer as default
remove cache files - each instance should create these when needed
use OpenLayers implementation for rendering map/spatial search - has it's own copy of locations and a different bound for the maphttp://bugzilla.ecoinformatics.org/show_bug.cgi?id=2188
use OpenLayers implementation for rendering map/spatial searchhttp://bugzilla.ecoinformatics.org/show_bug.cgi?id=2188
Modified MetacatPopulator to deal with change in D1Client static methods.
include name attribute for location selection widget
break the map generation into parts for easier re-use/customization in other skins
added more code for new mmp requests
include standard list of named locations - zoom map to that location when selected
include default password for geoserver admin - though metacat need not really know what it is.
bug fixes
already have log4j (1.2.12)
remove older jars to avoid duplication/complications
refactor checksum and some other stuff
include a default location for the Geoserver data directory (under the metcat deployment)
added some debug lines
new common lib
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)...
add boolean return to indicate whether or not a property was modified
invoke spatial search when bounding box is drawn or click on map
trying to get the new MMP handler working with ResourceHandler
updating commons-fileupload to 1.2.2
Change the ecogrid tag to tags/ECOGRID_1_2_2_RC1.
fullclean will remove entire ecogrid dir rather than just two files.
update the SLD for data boundary layer
omit spatial exclusions that do not exist (part of the geoserver removal)
replicate works on metacat now. just waiting for roberts changes to the mmp clients
Change the column width again.
change the column width of the workflow run table.
use local shape files if the Geoserver env variable is not set. They might also be the same
Fixed a bug that pdf file name can't be got.
include new data dir contents (will be pointed at by geoserver 2.0.2)
remove old data contents
geoserver upgrade (in TRUNK thins time!):-remove embedded geoserver -include geotools api and update spatial harvesting
geoserver upgrade:-remove embedded geoserver -include geotools api and update spatial harvesting-include simple template for using maps in skin (openlayers now, not mapbuilder)
new jar with common code
new mmp code
Change unschedule to disable, reschedule to enable.
Change the column size according the text change.
Modify the column width to show the Delete link.
Add more parameters - workflowid, workflowname and karid to the unscheduleWorkflow, rescheduleWorkflow and delete actions.
Add more parameters such as sessionid, authenticationURL and authorizationURL for unscheduleWorkflow, rescheduleWorkflow and delete action.
this dir is empty now and should be removed
Fixed a syntax error.
Add more parameters to the servlet.
Add authorizationPath,authenticationPath and queryPath for workflow scheduler.
include 'value' translations when searching EML 2.1.1 (squery and query actions)
use a non-runtime classpath to locate the axis tasks (required when I upgraded to ant 1.8)
Add a new property - destination reporsitory name in execution engine part.
Add new selection - destination repository in tpc scheduler.
Use workflow id to replace kar xml lsid.
Add karid to the parameters when it search the existing schedules.
Add kar lsid to search the schedules.
only use tags when pulling resources from other projects. if you are doing rapid development in supporting repositories it may be useful to switch to 'trunk' locally but we should try not to forget about this when building releases.also added a few more resources in the 'fullclean' target to really wipe out the external resources
refactored MMP handling
Add kar-2.1.0 as the return doctype.
Add kar-2.1.0 as return doctype.
implementing replicate
include change from morpho (unused div id formatting)
new d1 common jar
removing code I just added
adding default url to test against
uncommented tests
added replicate servlet mapping
fixes for creating SM for legacy docs
uncommenting tests
fixing generateSystemMetadata
Add the util.xsl which will be reused by another xsl files.
updated replicate to only use GET requests. added notes for tomorrows standup
handle search options:-remember the checked options when form is 'reset'-refresh the search results when options have changed (by checking/unchecking the boxes)
use the detected document encoding when getting the outputstream writer from the responsehttp://bugzilla.ecoinformatics.org/show_bug.cgi?id=2495
fixed bug with http/https port
ui enhancements:-Remove all button for the cart-Add all button for the search results-use buttons for the add/remove cart actions-Remove all button for the search criteria-Add button for the search criteria now clears the tree selection after it saves the selected concepts
search criteria:-ensure search criteria ids are unique-add click listener to Remove button only
add login/logout page and links - only logged in users can use the data cart
comment out the Refresh button for the Cart - now loading it when the page loads and after every edit
load the cart when the page first loads
apply accordian listeners to cart and search results separately
show the number of records in the cart on the tab label, ie:Cart (3)
use post() method rather than load() when the div is not given - allows calling a metacat method without replacing any content on the page