Project

General

Profile

Statistics
| Revision:

# Date Author Comment
2124 04/14/2004 01:37 PM Duane Costa

Harvest list schema

2123 04/14/2004 01:24 PM Duane Costa

Sample harvest list XML file

2122 04/14/2004 01:22 PM Duane Costa

Remove obsolete file

2121 04/14/2004 11:27 AM sgarg

Fixed getprincipals output. Earlier DNs for LTER were in URL form. Now they appear in DN form.
Earlier:
ldap://knb.lternet.edu:389/DN,base
Now:
DN

Have to make changes so that PISCO and NRS also show up.

2120 04/13/2004 11:04 AM Duane Costa

Shell script for running Harvester on Unix

2119 04/13/2004 10:59 AM Duane Costa

Batch file for running Harvester on Windows

2118 04/13/2004 10:54 AM Duane Costa

Add install-sql property for MS SQL Server
Add copy task to harvester target

2117 04/12/2004 08:20 PM sgarg

Fixed two small bugs.

2116 04/12/2004 04:49 PM sgarg

Made changes in XML that is sent back as result of action=getprincipals. Changes are as following:

1. <authSystem> tag contains organization attribute which specifies organization name
2. <user> tag now has <organization> tag which specifies the organization name of the user. This is being generated as null for LTER as of now.

2115 04/09/2004 04:12 PM sgarg

Perl script for transfering documents from one metacat to another metacat. list_of_docids contains list of names of the documents that will be transfered.

2114 04/09/2004 10:59 AM Duane Costa

Rename url property to defaultDB

2113 04/08/2004 01:49 PM Matt Jones

Added the EventLog functionality to the servlet as action=getlog. Valid parameters are ipAddress, principal, docid, event, start, end. All parameters can be repeated except start and end.

2112 04/08/2004 09:23 AM Duane Costa

Correct minor problems with foreign keys in Harvester tables

2111 04/07/2004 02:31 AM Matt Jones

Partial implementation of a query facility for the access log. Need to fix problems with the date filtering, and tie this into the servlet action when completed and tested.

2110 04/06/2004 08:51 PM Matt Jones

Interim checkin of EventLog reporting structure. Still basically incomplete but compiles.

2109 04/06/2004 03:11 PM Duane Costa

Add three new Harvester tables

2108 04/06/2004 09:34 AM Duane Costa

Omit HARVEST_OPERATION_TABLE and store harvest operations in properties file instead

2107 04/06/2004 08:52 AM Duane Costa

Add new Harvest Operation Properties to replace the HARVEST_OPERATION_TABLE

2106 04/05/2004 04:25 PM Matt Jones

Fixed the returndoctype bug in DBQuery as described in bug 1451. Now,
results are returned even if returndoctype is null, which is the
appropriate behavior.

2105 04/05/2004 09:49 AM Duane Costa

Implement sending email reports to harvest administrator and site administrator

2104 04/02/2004 06:02 PM Matt Jones

Patched to make the date-time value insertion work under oracle. Now it
tests fine under both oracle and postgres. Still need to write an
access/query function.

2103 04/02/2004 02:18 PM Matt Jones

Updated build.xml to add targets for doing the 1.4 database sql upgrades.
Also note I made it work with both oracle and sql, and note that the MS
SQL Server sql scripts seem to be lacking -- some are missing. Need to
resolve this before release.

2102 04/02/2004 01:43 PM Matt Jones

Added additional logging calls for read, upload, insert, update, delete, and
other commands. Now need to get a reporting function working and this
bug 101 will be largely finished.

2101 04/02/2004 11:43 AM Matt Jones

Modified EventLog to eliminate the separate revision column and instead fold
that into the docid string. Log now includes read events, but need to update
the data sent there.

2100 04/02/2004 11:31 AM Matt Jones

New EventLogTest modifying the log call to exclude revision.

2099 04/02/2004 10:15 AM Matt Jones

Modified SQL scripts to add the new access_log table. I've partially tested this under postgres but have not yet tested under oracle.

2098 04/02/2004 09:13 AM Matt Jones

Reformatted code for readability and consistency.

2097 04/01/2004 10:49 PM Matt Jones

Added javadoc that was missing for the EventLogData class.

2096 04/01/2004 10:40 PM Matt Jones

Added classes for basic event logging support. These classes write log entries to the database connection. Still to do: query the event log, write oracle sql code (postgres is done), possibly allow the log to be archived to a text file, and possibly do the dtabase writes asynchronously via a caching mechanism.

2095 04/01/2004 05:24 PM sgarg

Made change in result tag that is returned in getprincipals action. Replaced userdn with username.

2094 04/01/2004 04:41 PM Matt Jones

Added GPL license text to harvester source files.

2093 04/01/2004 03:40 PM Jing Tao

Fixed a bug the text filed in path xml query maybe splited.

2092 04/01/2004 03:39 PM Jing Tao

Fixed a bug if a document already has index, but now metacat doesn't use index. If you try to delete this one, will cause error.

2091 04/01/2004 03:38 PM Jing Tao

Clean up some code.

2090 04/01/2004 03:38 PM Jing Tao

Add new option for return set size.

2089 03/31/2004 05:49 PM Jing Tao

Revise the handle query and squery method, not finished yet.

2088 03/31/2004 05:48 PM Jing Tao

Add a new transform method.

2087 03/31/2004 05:47 PM Jing Tao

Add a new transferm method for string reader.

2086 03/31/2004 03:23 PM Duane Costa

Implement harvester scheduing capabilities and sending email reports to the Harvester Administrator

2085 03/31/2004 03:19 PM Duane Costa

Validate user input data in registration servlet

2084 03/31/2004 03:18 PM Duane Costa

Improve authorization logic for single file uload servlet

2083 03/31/2004 03:17 PM Duane Costa

Add delete capability to single file upload servlet

2082 03/31/2004 03:15 PM Duane Costa

Updates to static html login and upload

2081 03/31/2004 03:14 PM Duane Costa

Add delay and smtpServer properties

2080 03/31/2004 11:45 AM Matt Jones

Set content type properly for getversion action.

2079 03/31/2004 11:42 AM Matt Jones

Added a simple action for finding out the current metacat version. The information is pulled from the property file, so be sure to update the version in the property file before shipping a release.

2078 03/30/2004 04:05 PM Matt Jones

Fixed a bug in the new recursive SQL statements that prevented them from operating on oracle. Now they should work on both oracle and postgres.

2077 03/30/2004 01:36 PM Matt Jones

Reformatted source for readability and conformance.

2076 03/30/2004 01:35 PM Matt Jones

Excluded the update of the xml_index table in insert,update, and delete if the usexmlindex option is set to false.

2075 03/30/2004 10:09 AM Matt Jones

Reformatted DBQuery.java for readability and consistency.

2074 03/30/2004 10:02 AM Matt Jones

Changed printAttributeQuery() to no longer depend on the xml_index table. Now, if useXMLIndex is false, the method will use a recursive query on xml_nodes to match paths instead of using xml_index.

2073 03/29/2004 03:50 PM Matt Jones

Some refactoring of the printExtendedSQL()
methods to eliminate redundancy in the code and
to provide more readable documentation.

2072 03/29/2004 01:59 PM Matt Jones

Moved decision about whether to use xml_index for
query to the metacat.properties as "usexmlindex". Default
is now false. Still have some refactoring to do to remove a
few more uses of the xml_index table.

2071 03/29/2004 11:39 AM Matt Jones

Replaced properties file that I accidentally overwrote. Reverting to 1.3.

2070 03/29/2004 11:36 AM Matt Jones

Removed unused references to abstractpath, and some unudes javascript.

2069 03/29/2004 11:24 AM Matt Jones

Created new printExtendedSQL function that can get the extended
return fields using only xml_nodes and not xml_index. One
step closer to eliminating the dependence ofn xml_index.

2068 03/26/2004 05:40 PM Matt Jones

Created test class QuerySpecificationTest and started process of removing the xml_index from the QuerySpecification code. Reformatted some classes for readability.

2067 03/26/2004 03:25 PM Matt Jones

Removed the "getdataguide" action as it was always experimental and is no longer used in metacat or morpho.

2066 03/26/2004 02:47 PM Matt Jones

removed the 3 versions of printPackageSQL which are no longer used by metacat. This eliminates some dependency on xml_index.

2065 03/26/2004 02:42 PM Duane Costa

Harvester properties file

2064 03/26/2004 02:38 PM Duane Costa

Login page for Harvester Registration Servlet

2063 03/26/2004 02:36 PM Duane Costa

Implement Harvester Registration Servlet

2062 03/26/2004 02:35 PM Duane Costa

Additional scheduling logic

2061 03/25/2004 12:57 PM Duane Costa

Changes to Harvester properties

2060 03/25/2004 12:56 PM Duane Costa

Changes to log entries

2059 03/24/2004 09:21 AM Duane Costa

Changes to harvester targets

2058 03/23/2004 10:26 AM sgarg

Made changes in these three files so that getPrincipal returns back more details about users and groups. Users now contain userDN, user Name and user Email. Groups now contain Group name and Group description. So some function calls which returned single string array earlier now returns multiple string arrays. AuthSession.java called one of these functions - so accordingly changes were made to fix that part of the code.

2057 03/22/2004 10:37 AM sgarg

Fixed a bug which doesn't occur everytime. The bug occurs when lastid in (cfg).lastid is not unique. i.e. there is already a document in the server which has same docid. The earlier algorithm was:

while(not unique){
get accession number;
update accession number written in document; (BUG)...

2056 03/22/2004 08:43 AM sgarg

Added extra parameters (cfg & docid) to be passed on to generic response screen.

2055 03/19/2004 01:52 PM Matt Jones

Set new URL for the NCEAS registry home. I forgot to commit this earlier.

2054 03/17/2004 03:47 PM sgarg

Made changes so that *.gif and *.png are copied without filtering.

2053 03/17/2004 03:14 PM sgarg

Debug level was changed and a few extra lines were added in last commit.
Restored those to previous values.

2052 03/17/2004 03:04 PM sgarg

Added target for installing skins. Target name is install-skin. It is dependent on init. It take skin name as input from user, creates a directory in skins directory and copies files to that directory.

2051 03/17/2004 10:52 AM brooke

removed sid's space and added a >> before titles, so datasets with no title will still have a clickable link on results listings. Sid's space was not visible unless the user did a mouse-over

2050 03/17/2004 10:06 AM brooke

added sessionid hidden fields, based on $sessid transformer parameter set by DBTransform.java

2049 03/16/2004 06:57 PM sgarg

made changes so that organization name for the site or project is entered before
any other creater.

2048 03/16/2004 06:21 PM sgarg

Added space at the end of title that is returned back. This is done so that documents with no title can be clicked on.

2047 03/16/2004 06:02 PM sgarg

Made changes in entryForm.tmpl so that it shows site list for specnet skin.

2046 03/16/2004 06:00 PM sgarg

Adding registry skin for SpecNet.

2045 03/15/2004 02:08 PM Jing Tao

Fixed the bug for sessionid storing, revision couldn't be zero and Ldap DN is case sensitive.

2044 03/15/2004 11:45 AM Jing Tao

In test client package, get rid of HttpClient in parameter. Because, http client has cookies and we couldn't test session id.

2043 03/09/2004 06:18 PM sgarg

Replaced Hash table with Vector of Vector datastructure in getting <param> from Query. This was done so that the results are represented in same order as they appeared in the document.

2042 03/09/2004 03:59 PM sgarg

fixed a bug in reloading of kewords from an eml file for edit-datapackage form.

2041 03/09/2004 02:28 PM sgarg

Made changes in the formatting display of Project list.

2040 03/08/2004 07:37 PM sgarg

Fixed a bug in sorting of records. Now the result sent back is title sorted.

2039 03/08/2004 06:07 PM Jing Tao

Fixed bug that version could not be zero in replication.

2038 03/06/2004 11:51 PM Matt Jones

Minor changes to allow the registry to work in the knb skin, mainly in
how to treat the 'site' field. Now it is a free-text organization
field in the KNB skin. Need to test, install this on ecoinfo and link it
into the KNB web pages.

2037 02/27/2004 03:21 PM sgarg

Added subroutine for replacing characters that might create problem in HTML.
Specifically written for "being used in any text field. This create a
problem in confirmData template, when you specify input name value pair with value
having a " in it.

2036 02/27/2004 12:49 PM Duane Costa

Additional Harvester development

2035 02/27/2004 11:56 AM sgarg

Fixed a small bug.

2034 02/27/2004 09:21 AM sgarg

Fix enter for bug 1306.

2033 02/20/2004 05:43 PM sgarg

Fix for bug 1325. new javascript function added.

2032 02/20/2004 04:45 PM sgarg

Made changes so that & and other characters dont mess up the url that is passed to metacat.

2031 02/20/2004 02:42 PM Duane Costa

Additional development of Harvester implementation

2030 02/18/2004 11:24 PM Matt Jones

Added a new OBFS site to the list of sites. Information provided by Stromberg.

2029 02/11/2004 01:08 PM sgarg

Mixed a bug reported by Rick and Dan. The form inserted a organizationName tag with no value. This happened only in NCEAS as the tag was included from the drop down site list which doesnot exsist in NCEAS version. Hence, a empty tag was inserted in the eml document.

2028 02/10/2004 06:13 PM sgarg

Bug 1301 - changes made for a repeatable add keyword button

2027 02/10/2004 06:11 PM sgarg

Bug 1301 - changes made for a repeatable add keyword button.

2026 02/10/2004 09:54 AM sgarg

Made changes to fix bug# 1300: 1,2,3,4

2025 02/10/2004 09:45 AM sgarg

Made text changes mentioned in bug# 1308