Project

General

Profile

Statistics
| Revision:

# Date Author Comment
2780 11/28/2005 01:09 PM sgarg

Changing the table name back to xml_index

2779 11/28/2005 01:04 PM sgarg

a new variable for the moderation email template and change in value of some other variables

2778 11/23/2005 01:32 PM Matt Jones

Fixes to enable SOAP support for the LSID resolver. Axis now is
installed as a component of the authority context and the services list
is properly displayed. Added the happyaxis.jsp test page to verify that
the axis install is functioning properly.

2777 11/23/2005 12:03 PM Duane Costa

Minor change to diagnostic output.

2776 11/22/2005 05:44 PM Jing Tao

Fixed a log bug.

2775 11/22/2005 03:09 PM sgarg

New templates for ESA skin.

loginForm.tmpl is useful in displaying a login form
and esaModNotification is useful in sending notifications to the moderator and the contact

2774 11/22/2005 02:53 PM Duane Costa

Add a client-side check: if user does not enter any search values, prompt the user with a dialog box to confirm that the user wishes to go ahead with a search for all documents. This is equivalent to the behavior in the simple search box.

Added a hidden input field for siteValue with a value of "ALLSITES". This is a substitute for the siteValue drop-down list that is used at LTER whose default value is also "ALLSITES". Either the hidden input field or the drop-down list should be commented-out, but not both. (This is documented in the internal comments.)

2773 11/22/2005 02:45 PM Duane Costa

Modify the bean's get() methods that return String values to trim white space off the string prior to returning it. This is so that input fields that contain only white space will not be treated as valid search values.

2772 11/22/2005 10:28 AM Matt Jones

Updated names of jar files in build.xml for LSID support.

2771 11/21/2005 06:09 PM Matt Jones

Added axis servlet defs in web.xml

2770 11/21/2005 05:42 PM Matt Jones

New libraries for axis 1.3.

2769 11/18/2005 05:10 PM Matt Jones

New SQL tables and db upgrade scripts that define a new table stucture for identifiers and delete the previously unused accession_number table. This is in anticipation of supporting LSID identifiers. Currently these tables are unused by the servlet but are in place for discussion.

2768 11/18/2005 04:44 PM Matt Jones

Cleaned up AccessionNumber class to get rid of unused methods. It seems the entire accession_number table is no longer used but has not been deleted from the build. Will do in subsequent commit.

2767 11/18/2005 01:25 PM sgarg

1. Modified buildIndex() so that only one connection is used for both indexing nodes and indexing paths.
2. Modified the indexing algo so that indexing of paths is done while nodes are being indexed. Results in a much faster indexing algo
3. Replaced access to NodeRecord.<variable> with NodeRecord.<getVariable>

2766 11/18/2005 01:24 PM Duane Costa

Change the code level of the MetacatHasDoc harvester operation from "Warning" to "Info". This is to reduce the amount of diagnostic output generated in the email reports to the site contact.

2765 11/18/2005 01:18 PM Duane Costa

Change the maximum code level reported to the site contact from "info" to "notice". This is to reduce the amount of diagnostic output generated in the email reports to the site contact. Diagnositcs of type "error", "warning", and "notice" will be sent to the site contact, while messages of type "info" and "debug" will not (but they will still be sent to the Harvester Administrator).

2764 11/18/2005 01:17 PM sgarg

Modified the way checkDocumentTable is accessed. Also removed the while loop from the checkDocumentTable. Now if the document is not found, the thread goes to sleep - instead of checking again. (In hope of a more bugfree code)

2763 11/18/2005 01:11 PM sgarg

Replaced access to NodeRecord.<variable> with NodeRecord.<getVariable>

2762 11/18/2005 01:10 PM sgarg

1. Changed teh access modifier from public to private for variables
2. Added a new variable for nodedatanumerical
3. added a new constructor

2761 11/18/2005 01:08 PM sgarg

Moved printMessage statements to inside the if loop so that they are not printed each time getInstance is called

2760 11/17/2005 03:21 PM Duane Costa

Bug #2207. Metacat Advanced Search interface.
Improvements to Advanced Search form:
(1) Delete keywordSearch() function. Not used in advanced search form.
(2) Re-initialize hidden form values for geographic boundaries.
(3) Change table width to 100% so horizontal rules will span the full width....

2759 11/17/2005 01:27 PM sgarg

Using xml_path_index instead of xml_index to find documents which havnt been indexed.

2758 11/17/2005 12:37 PM sgarg

Replaced hardcoded namespaces with variable defined in metacat.properties

2757 11/17/2005 12:35 PM sgarg

Replaced hardcoded link with ant token

2756 11/17/2005 12:32 PM sgarg

Modified links for the Accept, Delete and Review buttons

2755 11/17/2005 12:30 PM sgarg

Replaced hyperion.nceas.ucsb.edu with mailhost

2754 11/17/2005 12:29 PM sgarg

a new variable for the namepsaces to be indexed

2753 11/17/2005 11:38 AM Matt Jones

Changed logMetacat to be a local variable in MetaCatServlet to avoid any potential threading issues.

2752 11/16/2005 05:27 PM Matt Jones

Metacat has had problems with threading issues when accessed from ecogrid. These problems may stem from the use of shared global variables within the servlet that are not protected against threading problems. We used a lot of these, which I am eliminating in this commit. Besides final variables used as constants (which are not a problem), now there are only three unprotected variables (sessionHash, logMetacat, and conn) which are harder to eliminate. I will be discussiong this with Sid tomorrow to see how to eliminate them.

2751 11/16/2005 01:07 PM Jing Tao

Fixed the bug that replicate data file failed that the documents records wouldn't be deleted.

2750 11/16/2005 01:07 PM Jing Tao

the parameter of method getRevisionTableReList is docidWithoutRev.

2749 11/16/2005 12:38 PM Jing Tao

Fixed bug that data file upload failed, record couldn't be deleted.

2748 11/16/2005 10:43 AM Duane Costa

Bug #2207. Add new build target, advancedsearchjar. This allows the Advanced Search engine to be built as a library for use in other web applications. This is important because LTER is currently using a separate web application for its interface to the Metacat data catalog, so the library allows the search engine to be used both inside and outside Metacat. Eventually LTER would like to fully re-integrate its Metacat interface with the lter skin, so eventually the need for this build target may go away.

2747 11/16/2005 10:37 AM Duane Costa

Bug #2207. Enable hyperlink to the Advanced Search form.

2746 11/16/2005 10:35 AM Duane Costa

Bug #2207. New JSPs added to the default skin to support Metacat Advanced Search interface.

2745 11/16/2005 10:34 AM Duane Costa

Bug #2207. Add new CSS class to set the correct iframe sizes for the Advanced Search box.

2744 11/16/2005 10:32 AM Duane Costa

Bug #2207. Add two new JavaScript variables to support Metacat Advanced Search interface.

2743 11/16/2005 10:31 AM Duane Costa

Bug #2207. Add new JavaScript function to support Metacat Advanced Search interface.

2742 11/16/2005 10:22 AM Duane Costa

Bug #2207. Add AdvancedSearchServlet to support Metacat Advanced Search interface.

2741 11/16/2005 09:57 AM Duane Costa

Bug #2207: Implementation of the Metacat Advanced Search engine.

2740 11/15/2005 04:59 PM Jing Tao

Fixed a bug in log

2739 11/12/2005 06:15 PM Jing Tao

Fixed log bug when xml_revision updated failed.

2738 11/11/2005 12:15 PM Matt Jones

Removed extra package declaration in LSID java file.

2737 11/11/2005 12:09 PM Matt Jones

Initial checkin of LSID support code for metacat. The LSID support here
provides access to metacat documents through an LSID identifier. The
identifier takes the form:
urn:lsid:ecoinformatics.org:jones:1:1

See http://lsid.sourceforge.net for more details....

2736 11/11/2005 10:12 AM Jing Tao

Add new index value for distribution url.

2735 11/11/2005 10:03 AM sgarg

Added parameter to specify how long the indexing Thread should wait for the docid to show up in xml_documents

2734 11/11/2005 10:01 AM sgarg

Changes in calls made to IndexingQueue class

2733 11/11/2005 10:00 AM sgarg

A version with less number of bugs.

2732 11/10/2005 02:13 PM sgarg

New code for run an indexing queue and indexing thread which runs every 24 hours

2731 11/10/2005 01:40 PM sgarg

Removed the call to indexing function in DBSAXHandler and added a call to indexing function IndexingQueue

2730 11/10/2005 01:38 PM sgarg

removed the indexing code from DBSAXHandler

2729 11/10/2005 01:34 PM sgarg

1. Added code to start the indexing thread.
2. Fixed a bug in the query on xml_nodes and xml_index
3. Added more debug statements
4. Fixed a bug in code which determines namespace

2728 11/10/2005 01:22 PM sgarg

New function which returns the formatted left join query. This is required as Oracle and postgres have different left join syntax

2727 11/10/2005 01:19 PM sgarg

new variables defined for the indexing threads.

2726 11/09/2005 11:20 AM harris

Removed all hard links, and put the jsp page in the same context as the geoserver.

2725 11/08/2005 06:53 PM Jing Tao

Add more debug info.

2724 11/08/2005 02:14 PM Jing Tao

Using join query for more efficiency.

2723 11/08/2005 02:03 PM Jing Tao

Add class as parent class add method.

2722 11/08/2005 02:02 PM Jing Tao

Add method as parent class adding method.

2721 11/08/2005 02:02 PM Jing Tao

Add method as parent class adding a method.

2720 11/08/2005 02:01 PM Jing Tao

Add a method to get doc list query.

2719 11/08/2005 10:21 AM Jing Tao

Fixed bug to get docid list.

2718 11/08/2005 09:49 AM Jing Tao

Add new command to create no-password key.

2717 11/02/2005 03:52 PM Jing Tao

Add more info transfer.

2716 11/02/2005 11:07 AM sgarg

Modified the WARNing message

2715 11/02/2005 10:31 AM sgarg

Fix for bug in the previous commit

2714 11/02/2005 10:16 AM sgarg

Modified the debug levels of debug statements

2713 11/01/2005 05:01 PM Jing Tao

Add code to handle replication document in xml_document table.

2712 11/01/2005 02:19 PM sgarg

Modification in algo:

1. Find if the root element has prefix (e.g. <eml:eml>). If found, go to step
2, otheriwse go to step 3.

2. Look for xmlns:prefix element to find the ns
(e.g.:xmlns:eml="eml://ecoinformatics.org/eml-2.0.0")
2.a If not found go to step 4...

2711 11/01/2005 02:09 PM sgarg

Bugfix for 2091. Removed the function needValidation(). Added function getPrefix which returns the prefix. And use the following steps to find out the namespace

1. Find if the root element has prefix (e.g. <eml:eml>). If found, go to step
2, otheriwse go to step 3....

2710 11/01/2005 11:31 AM sgarg

Faster script for upgrading oracle database

2709 11/01/2005 11:09 AM sgarg

Updated list of coordinates for OBFS sites

(Commit for Veronique Connolly by Saurabh Garg)

2708 11/01/2005 10:57 AM sgarg

Bugfix in the searches done from the skin webpages...

2707 11/01/2005 10:35 AM sgarg

Updated list of coordinates for UCNRS sites

(Commit for Veronique Connolly by Saurabh Garg)

2706 11/01/2005 09:38 AM sgarg

Change in obfs homepage so that search uses a radio button instead of check box

2705 11/01/2005 09:35 AM sgarg

Change in nrs homepage so that search uses a radio button instead of check box

2704 11/01/2005 09:14 AM sgarg

Change in nceas homepage so that search uses a radio button instead of check box

2703 10/31/2005 05:24 PM Jing Tao

Add code to handle catalog is null when inserting xml_revisions table.

2702 10/31/2005 04:19 PM Jing Tao

Add code to handle write record into xml_documents when catalog id is null.

2701 10/31/2005 12:56 PM sgarg

Bugfix to the code which sets parentnodeid in xml_path_index. (Use setInt instead of setFloat)

2700 10/31/2005 11:40 AM harris

Added some documentation and did a little cleanup.

2699 10/31/2005 09:26 AM harris

Continued work -- now the user can get info on all layers servered by the wms, including the metacat docs.

2698 10/27/2005 04:46 PM sgarg

Removed sql syntax not acceptable by Oracle.

2697 10/27/2005 04:15 PM sgarg

Changed the filter and ldapbase values in getUserInfo so that it works for both NCEAS and LTER ldap

2695 10/26/2005 02:20 PM sgarg

Bugfix in the query sent to metacat

2694 10/26/2005 10:17 AM sgarg

Bugfix in the metacat query generated in javascript

2693 10/26/2005 09:44 AM sgarg

Bug fix in the changes made in previous commit

2692 10/25/2005 02:54 PM bowdish

changed old link for Long-Term Studies Section to current link

2691 10/25/2005 02:51 PM bowdish

this file is used in Fireworks to make the header and the slices

2690 10/24/2005 05:11 PM sgarg

Added warning to be displayed in the log when document is not inserted.

2689 10/24/2005 05:09 PM sgarg

1. useSiteCoord option is made avaiable again
2. contact email address can be made required.

2688 10/24/2005 03:06 PM harris

Interim checkin -- getting the postgis database setup

2687 10/21/2005 01:26 PM Matt Jones

Added lter to list of orgs.

2686 10/20/2005 02:01 PM sgarg

New changes in the esa skin so that includes the moderator functionality and login/logout functionality

2685 10/20/2005 11:59 AM bowdish

These are all header updates to include the login and logout for the ESA Header links. I left the original Header and named it headerOld.html and saved the Slices
that go with it too. (the ESAHomeLogo.gif file might be overwritten) The code for
the header to work with the Logout slice and roll over is in the file headerLogout.htm. <td><a href="#" target="_top" onMouseOut="MM_swapImgRestore();" onMouseOver="MM_swapImage('ESALogout','','ESAHeaderSlices/RollOvers/ESALogoutR.gif',1);"><img name="ESALogout" src="ESAHeaderSlices/ESALogout.gif" width="57" height="17" border="0" alt="Logout"></a></td> The code for the login slice and rollover is in the header.htm file <td><a href="#" target="_top" onMouseOut="MM_swapImgRestore();" onMouseOver="MM_swapImage('ESALogin','','ESAHeaderSlices/RollOvers/ESALoginR.gif',1);"><img name="ESALogin" src="ESAHeaderSlices/ESALogin.gif" width="57" height="17" border="0" alt="Login"></a></td>

2684 10/20/2005 11:42 AM sgarg

Modified the login method in the perl metacat client so that status of the user logging is also returned
Earlier if login info was not valid, 0 was returned. And 1 is sent back if login info was valid.

Now, if valid then following values are returned to indicate user status...

2683 10/20/2005 11:39 AM sgarg

Added support in the metacat client for the new function added to MetaCatServlet

2682 10/20/2005 11:38 AM sgarg

Added a new action - getloggedinuserinfo - which returns information about the user in the following format.

<user>
<username>uid=sgarg,o=NCEAS,dc=ecoinformatics,dc=org</username>
<name>Saurabh Garg</name>
<isAdministrator/>
<isMOderator/>
</user>

2681 10/20/2005 11:34 AM sgarg

Removed code entered in previous commit as it is no longer needed

2680 10/20/2005 11:32 AM sgarg

Also in the previous commit, the successful message changed. Now in addtion to the sessionid tag, the following tags also included: <name>[name of the user]</name>, <isModerator> (if is moderator) and <isAdministrator> (if is Administrator)