Project

General

Profile

Statistics
| Revision:

# Date Author Comment
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.

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.

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

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.

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.

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

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.

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.

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.

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

Fixed bug that version could not be zero in replication.

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

Additional Harvester development

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

Additional development of Harvester implementation

2022 02/09/2004 03:10 PM Duane Costa

Harvester source files

1998 01/08/2004 09:21 AM Matt Jones

Restoring AuthLdap to previous search filter. Determined that the problem was
a missing o: attribute in the UCNRS LDAP directory. Adding it in makes the old
method work. The change I had made caused some confusion about authentication
because using just uid for a filter caused too many return dn's, and it was just...

1988 01/06/2004 06:18 PM Matt Jones

Modified LDAP authentication to support a lookup for the NRS system. If
the auth on the provided string fails as a DN, try to look up a new
DN based on the UID. If we get a match, use that DN for auth and see
if that works. This allows us to use a referral within the...

1956 12/10/2003 01:15 AM Matt Jones

Enabled stylesheet parameters to be passed through metacat even when the
'query' function is called. Previously, query would interpret all
parameters except a few hardcoded ones to be pathexpressions that should be
built into a squery. Now, metacat.properties contains a new configuration...

1951 12/05/2003 01:21 PM Matt Jones

Moved the metacat.properties file from the jar file to now be located in
the tomcat context directory in WEB-INF. Now the metacat configuration is
editable in place. This change depends on a new Options.java class in the
utilities module, so be sure you do a "clean" build in metacat so that you...

1949 12/04/2003 09:49 AM Duane Costa

Improvements to Harvester single file upload servlets

1929 11/21/2003 03:05 PM brooke

This is the merge from the branch WEB_UI_REDESIGN_BRANCH back into the head.
The only files that have been removed are those in lib/style/eml2; other files
that have been cvs removed (only from lib/ and lib/style) have been re-added
elsewhere (i.e. moved from one directory to another)....

1925 11/21/2003 11:40 AM Duane Costa

Remove unneeded file Upload999.java

1906 11/18/2003 04:51 PM Jing Tao

If the sessionid is null and user will be treated as public.

1903 11/18/2003 11:08 AM Jing Tao

Get rid of doctype declare in transfer.

1896 11/17/2003 03:17 PM Jing Tao

Set system id for transforming.

1895 11/17/2003 03:17 PM Jing Tao

Modified a method and can be reused.

1849 11/07/2003 06:40 PM Jing Tao

If db pool size is maxium and no connection is free. The checkout will be wait.

1841 10/31/2003 06:02 PM Jing Tao

Add a checking for xml_nodes insert finished, then start build index table.

1839 10/21/2003 01:08 PM Jing Tao

Remove UPPER function for >, < operator.

1838 10/20/2003 04:05 PM Jing Tao

Add a new search mode not-contains.

1837 10/18/2003 04:36 PM Jing Tao

Modified a debug Message.

1834 10/08/2003 05:39 PM Jing Tao

Add a new method to find document from queryspecification.

1833 10/03/2003 06:08 PM Jing Tao

Revise code so it can be called directly.

1832 10/02/2003 05:17 PM Jing Tao

Revied the class.

1831 10/02/2003 05:16 PM Jing Tao

New class will be used in metacat ecogrid impl.

1830 09/29/2003 01:04 AM skrish
  • empty log message ***
1828 09/22/2003 01:14 PM Matt Jones

Updated more tests on session reuse. Made the http calls set the sessionid
explicitly rather than relying on cookies being passed around statically.
Still need to modify HttpMessage to get rid of the static cookie.

1826 09/19/2003 05:01 PM Matt Jones

New versions of the Metacat client API that allow access to the sessionId
so that a session can be reused over several different instances.

1825 09/17/2003 06:32 PM Matt Jones

Fixed the sessionId handling code to now properly return the sessionId
in the login response message. Updated junit tests to test this issue.

1822 09/17/2003 12:42 PM Matt Jones

Modified metacat to now provide the session identifier in the response
xml message when a login is called. This has not been fully tested.
I removed the HttpMessage class from metacat in favor of using the version
of that class that is found in the utilities module. This may cause some...

1818 09/04/2003 05:57 PM Jing Tao

Fixed a bug for importing package

1816 09/04/2003 03:22 PM Jing Tao

Fixed the bug that if path query without xml declaration will cause a non well-formed result doc.

1813 09/04/2003 01:11 PM Jing Tao

A sample application program to call metacat string service.

1810 09/03/2003 05:18 PM Jing Tao

Fixed some bugs in this file.

1809 09/02/2003 05:01 PM Jing Tao

Implementation for the interface.

1808 09/02/2003 05:00 PM Jing Tao

Add a new client interface with string type for web service.

1804 08/14/2003 04:41 PM Jing Tao

in toxml method, add new code to handle dtd.

1803 08/14/2003 04:41 PM Jing Tao

Add a new constructor to hanlde DTD node.

1802 08/14/2003 04:40 PM Jing Tao

Add code to handle public id and system id.

1798 08/12/2003 06:04 PM Jing Tao

Implement logout method.

1797 08/12/2003 06:04 PM Jing Tao

Add a logout method.

1795 08/12/2003 12:35 PM Matt Jones

Implemented the update and delete methods in the interface, along with tests.

1789 08/12/2003 12:24 AM Matt Jones

Implemented the "insert()" method and wrote a test to test it. The new test
depends on the property "newdocid" be set to something unique in the build.xml
file so that the insert will work properly. Probably need to fix this to be
some kind of autoincrement counter or random number so that it can be run...

1788 08/11/2003 11:28 PM Matt Jones

Refactored to use IOUtil routines. Reformatted for within-file consistency.

1786 08/11/2003 06:30 PM Jing Tao

Implement query method.

1785 08/11/2003 06:29 PM Jing Tao

Add metacatinaccessible exception for query.

1784 08/11/2003 03:24 PM Matt Jones

Implemented the 'read' API call. Some more to go...

1783 08/11/2003 12:19 PM Matt Jones

Wrote the login() function, the first of the series of API calls for
the metacat client to be implemented. Also wrote a test class to
test the API functionality.

1782 08/10/2003 02:26 PM Jing Tao

If uploading failed, the inline data will be deleted either.

1781 08/10/2003 02:26 PM Jing Tao

If xml document uploading failed, the inline data file will be deleted either.

1780 08/08/2003 04:16 PM Matt Jones

Added a new subpackage (edu.ucsb.nceas.metacat.client) which is a client
access library for the metacat. There is an interface (Metacat.java) that
provides simple access methods for the main metacat functions. This is to
support clients like Morpho and others that want to programatically access...

1773 07/31/2003 09:56 PM Jing Tao

JAVA 1.3 doesn't support this FileWriter(File fileName, boolean append). But 1.4 does.
Change to FileWriter(String fileName, boolean append). Both 1.3 and 1.4 support.

1768 07/30/2003 02:03 PM Jing Tao

Fixed bug in replication if doctype is null.

1767 07/30/2003 10:50 AM Jing Tao

Fixed a bug that replication didn't do inline data.

1766 07/30/2003 09:04 AM Jing Tao

Change a array size from 4*10(testing) to 4*1024.

1764 07/29/2003 09:08 AM Jing Tao

Using reader replacing string to read inline data.

1763 07/29/2003 09:07 AM Jing Tao

Using reader to replace string to read inline data.

1762 07/28/2003 05:51 PM Jing Tao

Change the way to handle inline data.

1761 07/28/2003 05:50 PM Jing Tao

When character size is greater than 4000, it will write to db.

1760 07/27/2003 08:51 PM Jing Tao

Change string to stringreader to save memory.

1759 07/27/2003 08:50 PM Jing Tao

Change debug level.

1758 07/25/2003 08:39 AM Jing Tao

Change the year from YY to YYYY

1757 07/25/2003 08:13 AM Jing Tao

Revise inital value for insert a new server. Change some debug level.