Project

General

Profile

Statistics
| Revision:

# Date Author Comment
2346 12/21/2004 10:55 AM sgarg

Added code to fix bug# 1344. Response template is called when cancel delete is pressed

2345 12/21/2004 10:54 AM sgarg

Added code to fix bug# 1344. Response template is called when cancel delete is pressed.

2344 12/20/2004 06:40 PM sgarg

Fixed a bug in previous commit. Also removed ^M characters that were added in version 1.200

2343 12/20/2004 06:08 PM sgarg

Integrating build.xml from webmdentry into metacat build file.

2342 12/20/2004 04:08 PM sgarg

Integrating ldap templates into metacat CVS tree

2341 12/20/2004 04:02 PM sgarg

Integrating ldapweb.cgi & create-ldap-account.pl into metacat CVS tree.

2340 12/20/2004 03:58 PM sgarg

Integrating ldapweb.cfg code into metacat CVS tree.

2339 12/20/2004 03:12 PM sgarg

Made changes to fix bug# 1538. Changed the code of the normalize function in MetaCatUtil.java. Earlier code was not taking care of characters above 123.

In DBSAXHandler.java, added call to normalize function before text is written to db.

2338 12/16/2004 04:35 PM Jing Tao

Add a new test case for testing get newest revision number.

2337 12/16/2004 04:34 PM Jing Tao

Add a new method to get newest version of a given document.

2336 12/16/2004 04:33 PM Jing Tao

Add a new method to get newest version for a given document.

2335 12/16/2004 02:34 PM sgarg

Modified code to fix bug# 1551 by adding a conditional statement.

2334 12/16/2004 02:33 PM sgarg

Fixed bug #1551 by adding a conditional statement.

2333 12/16/2004 02:07 PM sgarg

Made changes to fix bug# 1310. Now while parsing old documents, the script checks for ACLs also.

2332 11/15/2004 10:39 AM Duane Costa

Modify value of redirect to match the servlet-mapping URL values in web.xml. The old value used the servlet class name. This worked in Tomcat 4 but seems to break in Tomcat 5 on Windows. The new value uses the servlet-mapping URL value. This should work in both Tomcat 4 and Tomcat 5.

2331 11/15/2004 10:37 AM Duane Costa

Modify property values of harvester registration servlets to match the servlet-mapping URL values in web.xml. The old values used the servlet class names. This worked in Tomcat 4 but seems to break in Tomcat 5 on Windows. The new values use the servlet-mapping URL values. This should work in both Tomcat 4 and Tomcat 5.

2330 11/09/2004 03:34 PM Duane Costa

Minor enhancement to support multiple email addresses for harvester administrator and site contact. Each address is separated by a comma or semicolon.

2329 10/19/2004 09:59 AM Matt Jones

Removed hardcoded path from EventLogTest.

2328 10/18/2004 02:42 PM sgarg

Fixed a bug.

2327 09/24/2004 01:13 PM harris

Thanks Jing, Fixed those code comments.

2326 09/24/2004 12:02 PM harris

Adde a function to the metacat client to set access on an xml document in a
metacat repository.

2324 09/22/2004 01:50 PM Matt Jones

One last clarification to the install instructions regarding the sql scripts.

2323 09/22/2004 01:35 PM Matt Jones

Modified build dist and distsrc targets to be sure the ant tokens are
filtered correctly in the documentation, otherwise the CSS styles do not
show up properly.

2322 09/22/2004 01:02 PM Matt Jones

Modified the build to be smarter about making sure that the EML schemas
and styles are in place (so manually running 'geteml' should no longer
be needed), and renamed the 'loaddtdschemas' target to 'register-schemas'.
Reorganized and clarified installation instructions to make the order of...

2321 09/21/2004 11:39 PM Matt Jones

Fixed some typos in the README, and rearranged a little.

2320 09/21/2004 11:26 PM Matt Jones

Moved deletion of stylsheets from clean to fullclean target so that the
styles will be guaranteed to be in place in the released version even after
a clean build.

2319 09/21/2004 11:13 PM Matt Jones

Added classpath to javadoc call so that we avoid javadoc errors that
complain about not being able to find the servlet classes.

2318 09/21/2004 11:06 PM Matt Jones

Added dependency check for eml so that the schemas and dtds are not
checked out of CVS if they already exist in the lib directory. This is
based on checking for the key schema or dtd file from the 2.0.0beta6,
2.0.0, and 2.0.1 releases, so if you've messed with this directory in...

2317 09/21/2004 10:49 PM Matt Jones

Added dependency check to see if the httpclient.jar and utilities.jar are
already present in lib. If they are, building utilities is skipped. This
allows us to ship a distribution with just the jar files rather than the
source from the utilities module and still have the compile work. Now...

2316 09/21/2004 03:38 PM Matt Jones

Added sample eml 2.0.1 document for use in the tests.

2315 09/21/2004 03:36 PM Matt Jones

Modified buildIndex() to now include an '@' sign in the path for ATTRIBUTE
nodes. Removed a bunch of debugging information. Fixed the BuildIndexTest
so that it would work on any machine (removed hardcoded paths).

2314 09/21/2004 01:17 PM sgarg

Added code that changes the node column size

2313 09/21/2004 03:38 AM Matt Jones

New README in preparation for the 1.4.0 release, and updated the properties
file with the new version number.

2312 09/21/2004 03:13 AM Matt Jones

Added in servlet action 'buildindex' for building the XML_index table entries
for either a set of documents (if one or more docid params are provided) or
for the whole set of documents in the xml_documents table. The buildindex
action is restricted to only be accessible by users who are listed in the...

2311 09/21/2004 03:01 AM Matt Jones

Created a list of all of the servlet actions in the documentation and listed
all reuired and optional parameters for each action. These need to be
documented but at least the list is all in one place now.

2310 09/21/2004 02:01 AM Matt Jones

Added new sections to the Metacat documentation describing the Metacat
client API and the Metacat 'getlog' servlet action for event reporting.

2309 09/21/2004 12:31 AM Matt Jones

Updated metacat documentation with additional properties and fixed the
description of several properties. We really need to clean out unused
properties and generally clean up the configuration morass.

2308 09/20/2004 10:46 PM Matt Jones

Added a property listing servlet administrators.

2307 09/20/2004 04:25 PM Matt Jones

Changed DBSAXHandler.run() to now use the new DocumentImpl.buildIndex() method
for populating the xml_index table. The new method uses a jdbc ResultSet
for populating the index rather than doing it with the DBSAXNode, so it is
faster and can be run at any time on any document. This will allow us to...

2306 09/20/2004 03:10 PM Matt Jones

Updated the build index test.

2305 09/20/2004 02:30 PM Duane Costa

Compose the Metacat URL from the httpserver and the servletpath properties, replacing hard-coded references to servlet.

2304 09/20/2004 02:28 PM Duane Costa

Send redirect to HarvesterRegistration, instead of using the full class name which works on Tomcat-only installations but not with Apache.

2303 09/20/2004 09:49 AM Duane Costa

Change the date format to one that is standard on both Oracle and Postgres.

2302 09/17/2004 03:00 PM Duane Costa

Revisions to Metacat Installation Instructions page. Most of the edits in this revision involve the build.properties file. A new HTML table was created to describe the properties and their values.

2301 09/17/2004 08:48 AM Matt Jones

Whitespace changes that fix a few formatting problems after Jing's commit.

2300 09/17/2004 08:42 AM Duane Costa

Replace relative path to harvester registration login servlet with context path generated through ant build

2299 09/17/2004 08:39 AM Duane Costa

Add properties and filters for harvester registration servlets

2298 09/16/2004 05:04 PM Jing Tao

Add new feature that delete can be broadcasted by force replication.

2297 09/16/2004 04:40 PM Matt Jones

The new buildIndex() function now can write allof the appropriate index paths to the database for any given document. Next need to create a function to rebuild on demand, and modify DBSAXHandler.run() to use the new buildIndex() function.

2296 09/16/2004 04:16 PM sgarg

corrected wrong variable names in build file.

2295 09/16/2004 04:05 PM sgarg

Added harvester servlets to the web.xml files.

2294 09/16/2004 01:32 PM Matt Jones

Added test class for buildIndex() routine. Not completed yet.

2293 09/16/2004 12:08 PM Matt Jones

Added changes to buildIndex() function. Now it is finding the right set of
paths, just have to save these in a hash and then add them to the DB xml_index
table.

2292 09/16/2004 11:15 AM sgarg

changed function parameters in accordance with changes in PermissionController

2291 09/16/2004 11:13 AM sgarg

Modified inline data permission handling, so that access rules for old version of inline data can be checked correctly.

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.