Project

General

Profile

Statistics
| Revision:

# Date Author Comment
2290 09/16/2004 11:09 AM sgarg

Added a function which returns inline data id with out the revision number.

2289 09/16/2004 11:04 AM sgarg

Changed error text that is returned when an invalid eml is inserted.

2288 09/16/2004 11:01 AM sgarg

Added another test to check if access is checked when an old version of inline data is read using action=readinlinedata

2287 09/16/2004 09:15 AM Matt Jones

Changed the ESA nad LTSS skins to display all data from the KNB at the request of
OJ Reichman.

2286 09/15/2004 08:25 PM Jing Tao

Add a code to load eml201 parser to fix the bug that couldn't generate access rule for eml201 doc.

2285 09/15/2004 08:24 PM Jing Tao

Add a note that you should put full name as state name to generate a key. Otherwise, the trustkey will be not recongized.

2284 09/15/2004 04:25 PM sgarg

Fixed some more bugs.

2283 09/15/2004 04:09 PM Matt Jones

Added sql for counting packages.

2282 09/15/2004 02:47 PM sgarg

fixed error in input param

2281 09/15/2004 02:17 PM sgarg

Added code to send showWgList, showSiteList, showOrganization, lsite and usite for one tmpl to other.

2280 09/15/2004 02:00 PM sgarg

Fixed a bug in creation of EML documents when coordinates from the site_list have to be used.

2279 09/15/2004 01:02 PM Matt Jones

Added lines for updating xml_catalog in the upgrade script to point to the
new schema locations.

2278 09/15/2004 11:02 AM sgarg

Fixed error in handling of multiple additional metadata tags...

2277 09/15/2004 08:57 AM Matt Jones

Updated build.xml to use new sql scripts.

2276 09/15/2004 08:56 AM Matt Jones

New schema changes, including upgrade scripts. Includes renamed postgres
scripts.

2275 09/14/2004 03:57 PM sgarg

Test added to insert eml 2.0.0 document and update it with eml 2.0.1 document.

2274 09/14/2004 03:39 PM Matt Jones

Updates to the config for the esa skin, and added an LTSS skin.

2273 09/14/2004 03:24 PM sgarg

removed errors being generated in handling of qformat when action=insert. If qformat is not specified, xml is assumed as default.

2272 09/14/2004 03:20 PM sgarg

Changing 'Submit Entry' to 'Submit Dataset'

2271 09/14/2004 03:14 PM sgarg

Fixed a bug in handling of associated parties.

2270 09/14/2004 02:56 PM sgarg

Fixed the bug described in 1671. The bug came into picture, when no keyword type is suggested for a particular keyword. This resulted in ignoring of that row of data.

2269 09/10/2004 04:42 PM Matt Jones

Beginning new method for building the xml_index table. This uses the
JDBC resultset directly rather than DBSaxNode, and recurses through the
records of the table. The new function 'buildIndex()' would be called, but
currently is not linked in to any code, so it shouldn't get in the way....

2268 09/09/2004 03:51 PM sgarg

removed a bug which was pointed out by Bing and fixed by Jing.

2267 09/09/2004 03:48 PM sgarg

Removed some unused code

2266 09/08/2004 12:12 PM Matt Jones

Revisions to text for the ESA / LTSS registry.

2265 09/02/2004 02:43 PM sgarg

Added a new method to check upload function when a data stream is passed.

2264 09/02/2004 02:38 PM sgarg

Added new upload function which takes InputStream as input.

2263 09/01/2004 05:49 PM sgarg

Adding InlineDataAccessTest.java which has tests regarding inline data access. Also updated AccessControlTest.java

2262 09/01/2004 02:43 PM sgarg

fixed some bugs in document update

2261 08/31/2004 05:52 PM sgarg

Added method to metacat client for reading inline data - readInlineData()

2260 08/31/2004 03:47 PM sgarg

Made changes in AccessControl and Online Data Access tests.

2259 08/31/2004 03:45 PM sgarg

Fixed a bug in upload function. For online data updates, access was not checked.

2258 08/28/2004 03:25 AM Matt Jones

Modifications to the registry to support the new ESA skin. Factored out some of
the configuration-specific code into properties that are set in the various
cfg files in the skins. New properties in the cfg files are lsite, usite,
showSiteList, showWgList, showOrganization. These now need to be set in every skin...

2257 08/27/2004 08:51 AM Matt Jones

Changed properties to use the xml_index table by default.

2256 08/26/2004 05:30 PM sgarg

Adding new file with tests regarding access controls related to online data... the tests which are failing are commented out for the time being .. once the bugs are fixed in metacat, they will removed.

2255 08/26/2004 02:56 PM Duane Costa

Add additional comments to the test cases.

2254 08/26/2004 01:45 PM Duane Costa

Remove obsolete comment.
Fix broken URL in HarvestSiteScheduleTest.java

2253 08/24/2004 03:35 PM sgarg

Fixed handling of various docid formats.

2252 08/24/2004 12:34 PM sgarg

Code added to handle errors resulting from following urls:
http://metacat.nceas.ucsb.edu/knb/metacat?action2 - no action specified
http://metacat.nceas.ucsb.edu/knb/metacat?action=insert - no docid specified
http://metacat.nceas.ucsb.edu/knb/metacat?action=login - no username specified...

2251 08/24/2004 11:14 AM sgarg

Added check for null condition so that proper error text is returned to user.

2250 08/23/2004 02:21 PM Matt Jones

Checked to be sure the instance has been initialized in the getDBCOnnection
static method call. Assuming it has been initialized could (and does)
lead to NullPointerExceptions when used outside of the metacat servlet
if the conneciton pool isn't initialized properly.

2249 08/20/2004 01:32 PM Matt Jones

Reformatted code for readability. It was crazy. Still has problems, but its
better. Will be working on some new methods on monday.

2248 08/20/2004 09:21 AM sgarg

Fixed a bug in access handling when no access is specified.

2247 08/20/2004 09:20 AM sgarg

Some changes and a bug fix

2246 08/19/2004 06:20 PM sgarg

Added eml-2.0.1 tags for eml processing.

Also fixed a bug. The error returned in case of no revision number specified was just null. Now it says that revision number is required.

2245 08/19/2004 06:09 PM sgarg

Merging in changes made in branch 'dataaccess' by Jing Tao.

2244 08/19/2004 06:04 PM sgarg

Changed AccessControlTest.java to include new tests

2243 08/19/2004 06:02 PM sgarg

Changed SubTreeTest.java to handle the exception that is thrown by SubTree.java now.

2242 08/19/2004 11:50 AM sgarg

Added code to test the upload functionality in the client

2241 08/19/2004 11:43 AM sgarg

Adding data files for testing as online data

2240 08/19/2004 11:34 AM sgarg

Added upload functionality to metacat client for upload online data

2239 08/18/2004 01:12 PM sgarg

Adding a new test file for testing the Access Controls in Metacat. Not complete or compilable yet.

2238 08/10/2004 03:19 PM Duane Costa

Add warning if default harvest list file is not found on disk.

2237 08/04/2004 12:42 PM Duane Costa

Change relative path to harvestList.xsd schema to allow harvest list editor to run standalone.

2236 07/29/2004 02:53 PM brooke

added target=_blank to generate UI links

2235 07/28/2004 04:33 PM brooke

pointed knb2 resutls page at production whippet on port 8080 of nebulous, instead of dev version on 8090

2234 07/26/2004 05:49 PM sgarg

Changed path for eml xsd stylesheet

2233 07/26/2004 05:45 PM sgarg

Changed path for eml.xsd stylesheet.

2232 07/26/2004 04:22 PM sgarg

Updated tag names to be checked out of CVS for EML

2231 07/26/2004 03:19 PM Matt Jones

Added README explaining directory.

2230 07/26/2004 03:18 PM Matt Jones

A series of queries and commands being developed to improve metacat
performance. Very incomplete. WARNING: running some of these commmands
WILL DELETE DATA. Do not run these commands in a production environment.

2229 07/23/2004 10:39 AM sgarg

Modified directory name for eml-2.0.x checkouts to match with that in build.xml

2228 07/23/2004 10:38 AM sgarg

Changes directory names and paths of eml checkouts. Added eml-2.0.1 to the eml versions to be checked out.

2227 07/22/2004 03:55 PM sgarg

Added eml2.0.1 specific code in /style file

2226 07/22/2004 03:36 PM sgarg

Added eml2.0.1 in /common stylesheets

2225 07/22/2004 03:32 PM sgarg

Removed some debugging code added in last commit

2224 07/22/2004 03:29 PM sgarg

Added code to read EML2.0.1 into source code.

2223 07/22/2004 02:31 PM sgarg

Made change in the registry so that new documents produced are of eml-2.0.1 standard.
Also made changes in create-registry folder

2222 07/22/2004 02:24 PM sgarg

Added code to make enteries for eml 2.0.1 into the database

2221 07/22/2004 09:10 AM Duane Costa

Improvements to Harvester registration web form.

2220 07/21/2004 05:58 PM sgarg

Changed index.jsp to fix bug 1232 so that it works on knb.ecoinformatics.org.

2219 07/19/2004 03:33 PM sgarg

Added code to add and remove cookie from the index.jsp when a person logs in or logs out.

2218 07/19/2004 10:35 AM sgarg

Replaced EML2.0.0 checkout tag from EML_2_0_0_FOR_METACAT to EML_2_0_0_FOR_METACAT_WITH_BUGFIX

2214 07/13/2004 02:28 PM Matt Jones

Modifications to make JS search functions work in the knb2 skin.

2213 07/13/2004 01:05 PM Matt Jones

CHnaged CVSROOT to use $USER so it needn't be modified as much.

2212 07/13/2004 12:54 PM Matt Jones

New URL for metacat in settings file.

2211 07/13/2004 12:48 PM Matt Jones

New alternative KNB skin. Duplicates much of what is on the KNB site, but
this skin can work standalone with metacat (ie, you do not need the KNB
web site to be installed). Modified the resultset.xsl to do some things
specific to this skin.

2210 07/12/2004 04:12 PM Matt Jones

Added images to install-skin target.

2203 07/08/2004 10:45 AM Duane Costa

Add diagnostic output

2188 06/23/2004 04:50 PM Jing Tao

Get rid of some useless code.

2187 06/14/2004 03:26 PM Duane Costa

Improve handling of default values.
Call fileNew() if no default Harvest List file is specified.
Improve documentation for default properties.

2186 06/14/2004 08:59 AM Duane Costa

Scripts for running the Harvest List Editor

2185 06/14/2004 08:56 AM Duane Costa

Add documentation for the Harvest List Editor.
Display the Harvester Registration web form as a HTML table instead of as text.

2184 06/10/2004 03:19 PM Matt Jones

Fixed schema loading scripts to use the new ant token for the EML2 namespace.

2183 06/09/2004 01:32 PM Matt Jones

Added utilities module dependency to the instructions.

2182 06/09/2004 01:27 PM Matt Jones

New instructions, particularly regarding some of the problems I had on
postgres remembering how to set up the user access control and tcp connections.

2181 06/07/2004 01:20 PM Jing Tao

Add a new variable httpserver.

2180 06/07/2004 01:20 PM Jing Tao

Change the systemidserver to http://{httpserver}.

2179 06/04/2004 02:25 PM Duane Costa

Add File Validate menu item
Add column to display the row number
Add name of file to the title bar
Load properties from .harvestListEditor in home directory instead
of from metacat.properties

2178 06/03/2004 04:10 PM Duane Costa

Bat file for running the Harvest List Editor

2177 06/03/2004 04:09 PM Duane Costa

Harvest List Editor, a GUI tool for editing Harvest List XML files

2176 06/01/2004 03:48 PM sgarg

Fixed a bug which was introduced because 'eml2namespace' was replaced by 'eml2_0_0namespace' in metacat.properties

2175 05/28/2004 06:02 PM Jing Tao

Add eml200 and eml210 namespace here.

2174 05/28/2004 05:47 PM sgarg

Added params for EML2_0_0 and EML2_1_0

2173 05/21/2004 10:41 AM Jing Tao

Add a example how to setup key.

2172 05/18/2004 02:25 PM sgarg

Adding a new perl script. Running this script creates a new skin.

2171 05/17/2004 04:36 PM Duane Costa

Store session attributes as username and password for consistency with Metacat

2170 05/14/2004 03:54 PM Duane Costa

Improvements to Harvester registration form

2169 05/14/2004 02:38 PM sgarg

Made initial changes for accepting EML version 2.1.0 in Metacat

2168 05/14/2004 10:53 AM Jing Tao

Revised the api and ecogrid can use it easily.