Project

General

Profile

Statistics
| Revision:

# Date Author Comment
3034 08/31/2006 04:37 PM perry

initial import of changes to metacat source and config files to support spatial option

3033 08/31/2006 04:22 PM perry

inital import of html templates for web mapping

3032 08/31/2006 04:14 PM perry

initial import of spatial libs, try2

3030 08/18/2006 02:36 PM sgarg

adding xalan jars to the classpath so tht the compile works without errors.

3029 08/15/2006 12:33 PM sgarg

changed the set of stylesheets which will be used for displaying eml-2.0.0 documents

3028 07/31/2006 02:50 PM perry

Fixed parameter order for call to createSpatialQuery and fixed bounding box intersection logic.

3027 07/25/2006 10:51 AM sgarg

Added OSUBS to the list of organizations.

3026 07/25/2006 10:38 AM sgarg

Added OSUSB to the list.

3025 07/19/2006 03:40 PM sgarg

updated README with changes for the current day.

3024 07/19/2006 03:00 PM sgarg

added exception handler for normalize function. if StringIndexOutOfBoundsException is thrown then it is reported and nodedata value is forwarded without normalization.

3023 07/19/2006 08:56 AM sgarg

Cleaned up the code with proper debug statements..

3022 07/17/2006 11:23 AM sgarg

Replaced getIdentifyingName and ldapAuthenticate with new code. ldapAuthenticate will first try to form a secure connection. If the secure connection fails then based on the value specified
in metacat.properties, an insecure connection will be made. authenticate() function first tries to connect using the dn specified with the default ldap base and url. in case that fails,...

3021 07/17/2006 11:10 AM sgarg

Added variables to specify whether only secure ldap connections should be allowed for aunthentication.

3020 07/05/2006 10:21 AM sgarg

Added list of changes which are made for the 1.6 release

3019 07/03/2006 01:04 PM perry

Update to reflect newer versions of ant, java sdk and postgres

3018 06/30/2006 03:41 PM sgarg

removed the code which copies eml-2.0.09 stylesheets

3017 06/30/2006 01:31 PM Duane Costa

Remove CR characters that were accidentally added with last commit.

3016 06/30/2006 11:04 AM sgarg

Modified the sql commands such that eml-2.0.1 stylesheets are used for displaying eml-2.0.0 documents

3015 06/21/2006 03:54 PM tyburczy

changed padding-left value of .tablehead selector to pixel rather than percent value to fix IE autostretch problem

3014 06/21/2006 02:18 PM Duane Costa

Correct problem with image files in skins sub-directories being corrupted by token filtering. The exclude and include tags needed to have relative paths that include sub-directories.

3013 06/16/2006 09:31 AM Duane Costa

Remove unused images from lter skin.

3012 06/15/2006 12:02 PM sgarg

updated the tag which has to be checked out for eml-2.0.1

3011 06/14/2006 08:44 AM Duane Costa

Add qformat parameter in call to executeAdvancedSearch() method.

Refactor code to get the relative paths of the resultset XSL and search results JSP from the MetacatHelper class rather than hard-coded.

3010 06/14/2006 08:42 AM Duane Costa

Change relative path to the login page.

3009 06/14/2006 08:41 AM Duane Costa

Add new methods getResultsetXSL and getResultsJSP.

3008 06/14/2006 08:35 AM Duane Costa

Add qformat parameter to runQuery() and executeAdvancedSearch() methods.

Omit unused StringTokenizer objects.

3007 06/14/2006 08:32 AM Duane Costa

Add qformat parameter to resultsetToHTML() method. Set the qformat paramater in the transformer if it is specified.

3006 06/14/2006 08:31 AM Duane Costa

Add serialVersionUID class variable to eliminate Eclipse warnings.

3005 06/14/2006 08:26 AM Duane Costa

Major upgrade of lter skin. The skin now integrates the functionality of the advanced query web application (previously a separate web app) directly into the skin.

3004 06/09/2006 01:09 PM sgarg

Allow admin to update any document

3003 06/08/2006 11:09 AM sgarg

check for nullpointerexception

3002 06/07/2006 04:11 PM sgarg

Fix for a bug in MetacatServlet. Metacat assumed that it is supposed to get the schema information from the second line of the document. This is based
on the assumption that xml decleration will always be present. This is good practice but not required. Hence the fix -> Metacat should ignore the...

3001 06/06/2006 10:23 AM Jing Tao

Add some new fields into index element properties which david asked.

3000 05/25/2006 12:52 PM Duane Costa

Omit the html, head, title, and body tags from the advanced search results jsp. These tags are generated in the resultset.xml stylesheet, so they are redundant here.

2999 05/24/2006 10:56 AM tyburczy

added message explaining procedure to obtain organization-affiliated accounts

2998 05/11/2006 03:44 PM Jing Tao

Add new index elements for ecogrid registry in order to improve search speed.

2997 05/08/2006 01:46 PM sgarg

Fix for bug# 2371

2996 05/08/2006 01:09 PM sgarg

Modified code so that database is queried just once when a document is read. Currently the read is being done in the constructor and then again in
the function.

2995 05/01/2006 11:20 AM Duane Costa

Two changes to Metacat Harvester implementation:

(1) Removed call to deprecated Thread.stop() method. Added boolean class variable, Harvester.keepRunning. When the thread is destroyed, set Harvester.keepRunning to false.

(2) Access the harvestList.xsd schema file by finding it locally in the web application rather than via a URL to cvs.ecoinformatics.org.

2994 04/25/2006 03:37 PM sgarg

added function to get list of projects for NCEAS from a given project list

2993 04/22/2006 04:11 PM Jing Tao

Add info for deploy ecogrid.

2992 04/19/2006 09:17 AM berkley

fixed bugs in teh client that were preventing the lsid service from working right

2991 04/19/2006 08:34 AM berkley

altered build file to reflect the non-existence of build_new.xml in the ecogrid

2990 04/18/2006 02:08 PM berkley

modified the client so it will work consistently with the web service

2989 04/17/2006 02:59 PM berkley

updated the client so it throws a DocumentNotFoundException if you attempt to read a docuemnt that doesn't exist

2988 04/17/2006 10:54 AM sgarg

fix to the earlier commit. the code was dependent on 1.5. this one isnt

2987 04/17/2006 10:35 AM sgarg

fix to the generateDocid() function so that the docid generated always is bigger than the earlier one.

2986 04/14/2006 04:39 PM Matt Jones

Missed a period.

2985 04/14/2006 04:37 PM Matt Jones

Patch to make the getLastDocid function actually work on the text node.

2984 04/14/2006 03:51 PM Matt Jones

Patch for making getlastdocid work when the identifier is a large number
greater than can be encompassed by an int. Now it uses a long to
represent the number, which doesn't solve the problem but probably does
make it work for the vast majority of cases.

2983 04/14/2006 02:34 PM Matt Jones

Added ref to the FGDC schema that I forgot to check in earlier.

2982 04/14/2006 02:28 PM Matt Jones

Fixed typos in the build that were preventing the tests from running.

2981 04/14/2006 02:08 PM Matt Jones

Added new function getLastDocid to the metacat client so that it is
accessible to clients that need it.

2980 04/14/2006 10:56 AM Matt Jones

Initial thoughts about modifying the metacat data model and programs to
support full LSID identifiers in the data model.

2979 04/14/2006 09:03 AM Matt Jones

Fixed bug in LSID resolver (axis test page was preventing delivery of
the authority WSDL file, and so I renamed the index.jsp file to axis.jsp
to get it out of the way).

2978 04/06/2006 03:57 PM Jing Tao

Add code to handle server-config.wsdd. it is necessary to run "ant deploy-ecogrid"

2977 04/05/2006 02:44 PM Jing Tao

Add more properties will be parsed to ecogrid.

2976 04/03/2006 12:14 PM sgarg

Test checkin

2975 04/03/2006 03:54 AM Matt Jones

Trying a chnage to the README to test CVS commit access.

2974 04/03/2006 03:04 AM Matt Jones

Some changes to the build to make it easier to install the servlet under SSL
using https as the protocol, and also to allow ldapweb.cgi to be installed
standalone without an accompanying metacat. To do so, run both the
"install-ldap" target and make sure the "account" skin is installed using the...

2973 04/03/2006 02:49 AM Matt Jones

Modified the title if using the new account skin.

2972 04/03/2006 02:48 AM Matt Jones

dded TLS support to the ldapweb.cgi script, cleaned up some TempToolkit
template processing so that the results display CSS properly, and some minor
formatting issues. The TLS support should probably be enabled only if the
server supports it, which can be queried with supported_extensions, but for...

2971 04/03/2006 02:01 AM Matt Jones

New skin files for handling account management.

2970 03/24/2006 10:16 AM sgarg

Changes in the spatial query. The spatial query can be generated on the client side in form of an squery rather than specifically creating one on the server side.
Commented out the code which creates spatial query based on the coordinates sent to Metacat. Instead of that, a temporary method was added which creates the squery...

2969 03/24/2006 10:00 AM sgarg

Removing the comments from postgres upgrade script as ant upgrade fails because of these.

2968 03/22/2006 02:45 PM sgarg

Adding the xsl file for defining login behaviour for knp skin

2967 03/22/2006 02:44 PM sgarg

Adding the option for NCEAS in the organization list.
Adding the browse all datasets link
Replacing the links with the new dataknp links

2966 03/22/2006 02:41 PM sgarg

replacing the knp urls with the new ones...

2965 03/21/2006 02:44 PM Jing Tao

Add code for distribution to include ecogrid component.

2964 03/21/2006 02:43 PM Jing Tao

Change ecogrid dir to metacat.dir

2963 03/20/2006 10:36 AM Jing Tao

Add server and server url mapping for ecogrid.

2962 03/20/2006 10:36 AM Jing Tao

Add token there.

2961 03/20/2006 10:35 AM Jing Tao

Add a new token

2960 03/17/2006 05:01 PM Jing Tao

Add copy a metacat.url to ecogrid.

2959 03/17/2006 05:00 PM Jing Tao

Add the file.

2958 03/17/2006 04:46 PM Jing Tao

Add new properties to install ecogrid.

2957 03/17/2006 03:53 PM Jing Tao

Add target to install ecogrid.

2956 03/16/2006 12:05 AM sgarg

Modified the default location of the backup files to be
/var/metacat/metacat-backup.

2955 03/15/2006 05:53 AM Matt Jones

Adding a new metacat backup shell script that collates all of the files needed by metacat into a temp directory, tars them up, and writes them to a DVD drive. The script makes some assumptions about the system, so it will need to be customized for particular deployments. It is only an example. But it may be useful to others, so it is included here.

2954 03/09/2006 03:01 PM berkley

updated some styling on the results page

2953 03/09/2006 11:55 AM berkley

changed search text

2952 03/09/2006 11:55 AM berkley

updated the index page because logging in is no longer needed.

2951 03/08/2006 03:46 PM berkley

added a rudimentary stylesheet to display the actor metadata

2950 03/08/2006 03:16 PM berkley

new skin to handle browsing the kepler archive.

2949 03/08/2006 02:33 PM berkley

fixed a bug with postgres 8.1.6 where the sequence must be created before the table is created.

2948 03/03/2006 11:47 AM sgarg

iModified code -- the booleans werent really getting tested :(

2946 03/03/2006 11:36 AM sgarg

iModified the switch to turn/off the spatial searching.:wq

2945 03/02/2006 07:32 PM harris

Fixed a bug in the query system.

2944 03/02/2006 04:36 PM Matt Jones

Eliminated bug that caused a cycle of redirects between the root of the
context and the default skin.

2943 03/01/2006 10:41 PM Matt Jones

Removed the header.html that was replaced with header.jsp

2942 03/01/2006 10:40 PM Matt Jones

Factored out the search forms into javascript variables in a new
common-settings.jsp file which is referenced from the KNP skin. This
allows us to use the same form 3 times in different pages and makes
maintenance of the returndoctype and returnfield lists easier. The...

2941 03/01/2006 06:52 PM anderson

moved images

2940 03/01/2006 06:45 PM anderson

Now this page is in an expandable drawer.

2939 03/01/2006 06:42 PM anderson

the latest changes to the KNP skin for the map.

2938 03/01/2006 01:20 PM harris

Some style changes and small changes to the spatial querying system.

2937 02/28/2006 03:06 PM Matt Jones

Modified search form in header to also include the FGDC doctype and
returnfields.

2936 02/28/2006 02:21 PM harris

Updated style for the kruger soils layer.

2935 02/27/2006 04:39 PM harris

Fixed the way the text query was written.

2934 02/27/2006 04:38 PM harris

Adding maps for the world frame.

2933 02/27/2006 03:54 PM harris

This is the internal frame for the africa view.