Project

General

Profile

Statistics
| Revision:

# Date Author Comment
2395 03/03/2005 01:30 PM Jing Tao

upgrade-db-1.5.sql will be written back from src to distribution src.

2394 03/03/2005 12:04 PM sgarg

Added sql command to delete also schema entries also. Earlier the script only deleted old dtd entries

2393 03/03/2005 11:16 AM Jing Tao

Add a new target to fix the bug in xml_catalog table.

2392 03/03/2005 11:12 AM Jing Tao

SQL command to update system_id to points to localhost.

2391 03/02/2005 05:57 PM Jing Tao

Fixed a bug which systemid will always points to knb.

2390 02/24/2005 11:01 AM sgarg

Changes made in entry form based on recommendations from Laura Downey

(Commit done for Veronique Connolly by Saurabh Garg)

2389 02/08/2005 01:06 PM sgarg

Made changes in admin info as requested by Mark Stromberg.

2388 01/31/2005 02:49 PM Duane Costa

Updated the diagram with terminology that is consistent with the current harvester design.

2387 01/26/2005 10:03 AM Duane Costa

Modify Harvester documentation to provide instructions for configuring and running Harvester as a servlet.

2386 01/25/2005 03:14 PM Duane Costa

Formatting improvements.

2385 01/25/2005 03:01 PM Duane Costa

Formatting improvements.

2384 01/25/2005 01:57 PM Duane Costa

Implement a new HarvesterServlet for running Harvester as a servlet. This eliminates the need to run Harvester in a terminal window. By default, the HarvesterServlet is commented out in lib/web.xml.tomcat(3,4,5). The user documentation will be modified to instruct Harvester administrators to uncomment the HarvesterServlet entry.

2383 01/25/2005 01:54 PM Duane Costa

Add a new HarvesterServlet for running Harvester as a servlet. This eliminates the need to run Harvester in a terminal window. By default, the HarvesterServlet is commented out. The user documentation will be modified to instruct Harvester administrators to uncomment the servlet entry.

2382 01/20/2005 02:22 PM Duane Costa

Change URL value for Harvest unit tests.

2381 01/20/2005 01:42 PM Duane Costa

Re-implement logic to prune old log entries from the HARVEST_LOG and HARVEST_DETAIL_LOG tables. The old logic caused integrity constraint violations in the database because it tried to delete parent records from HARVEST_LOG prior to deleting child records from HARVEST_DETAIL_LOG....

2380 01/20/2005 01:37 PM Duane Costa

Formatting improvements.

2379 01/18/2005 01:26 PM sgarg

nodedata added to xml_index for nodes with nodetype=ATTRIBUTE also.

2378 01/18/2005 12:24 PM sgarg

Modified code to add nodedata column to xml_index and enter data into it from xml_nodes table

2377 01/18/2005 12:17 PM sgarg

Modified xmltables to add nodedata as part of the xml_index tables.

2376 01/18/2005 12:11 PM sgarg

Modifying code so that nodedata is stored in xml_index table next to the paths.
This helps in making the search faster.

2375 01/14/2005 12:41 PM Duane Costa

Increase number of rows in harvest list from 300 to 1200.

2374 01/14/2005 08:08 AM sgarg

Fixed a bug from previous commit

2373 01/13/2005 07:04 PM sgarg

Some more modifications so that % search doesnt run a select on xml_nodes.

2372 01/13/2005 05:26 PM sgarg

Modified code to fix bug # 1850

2371 01/13/2005 05:00 PM Duane Costa

Add bat file and shell script for use with the distributable version of the Harvest List Editor.

2370 01/13/2005 04:59 PM sgarg

Fixed as suggested in bug 1768

2369 01/13/2005 04:58 PM Duane Costa

Add harvestListEditorDist target for building distributable versions of the Harvest List Editor tool.

2368 01/13/2005 04:54 PM Duane Costa

Change default document type in Harvest List Editor to eml-2.0.1.

2367 01/13/2005 04:49 PM Duane Costa

Remove DOS end-of-line carriage returns.
Other minor formatting improvements to the code.

2366 01/13/2005 04:39 PM sgarg

Modified code so that when a % search is done, a xml_nodes search is not done. This search is not required and hence saves time in doing a % search

2365 01/13/2005 04:30 PM sgarg

Added code to check for NaN while converting String to double.

2364 01/13/2005 04:27 PM sgarg

Added code to check for NaN valuse which converting string to double.

2363 01/10/2005 04:26 PM sgarg

The guide on how to complete dr entries was updated to describe the current entryform.tmpl, and to fix bug 1302.

(Commit for Andrea Chadden by Saurabh Garg)

2362 01/07/2005 03:56 PM sgarg

Fix for bug# 1344

2361 01/07/2005 02:40 PM sgarg

Removed bugs in loading data when user wants to edit the data package

2360 01/06/2005 12:47 PM sgarg

Fixed a bug in containsKey() function.

2359 12/30/2004 03:51 PM sgarg

Modified database creation sql code so that in xml_nodes, nodedatanumerical coulmn is added.

2358 12/30/2004 03:31 PM sgarg

Modified 'insert xml_nodes...' so that numerical data is added into numericalnodedata also.

2357 12/30/2004 03:29 PM sgarg

Modified handling of greater-than and less-than so that comparison is done against nodedatanumerical column.

2356 12/30/2004 02:34 PM sgarg

adding token for name of the database being used

2355 12/30/2004 02:33 PM sgarg

Modified code to work with Postgresql also.

2354 12/30/2004 12:54 PM sgarg

Adding new java code which upgrades the database for version 1.5

2353 12/30/2004 12:50 PM sgarg

Added target and code for upgrading database to version 1.5

2352 12/22/2004 11:46 AM sgarg

Fixed a bug in previous commit. Moved normalization function before the string size is counted so that size change due to normalization is taken into account.

2351 12/22/2004 11:38 AM sgarg

I (Andrea) defined new styles in the .css files that are used in the
entryForm.tmpl page.

(Committed for Andrea Chadden by Saurabh Garg)

2350 12/22/2004 11:36 AM sgarg

I (Andrea) defined new styles in the .css files that are used in the
entryForm.tmpl page.

(Committed for Andrea Chadden by Saurabh Garg)

2349 12/22/2004 11:28 AM sgarg

I (Andrea) reformatted the file by changing the layout of tables, trs,
and tds, and also by removing style info from the html in the file, and
defining styles in the associated .css files

(Committed for Andrea Chadden by Saurabh Garg)

2348 12/21/2004 03:04 PM sgarg

Added code to fix bug 1323. % sign is replaced by its http equivalent now

2347 12/21/2004 03:00 PM sgarg

Added code to check id document is passed as part of the params. This is done toprevent NullPointerException which results in sending null to the user.

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.