Project

General

Profile

Statistics
| Revision:

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

2679 10/20/2005 11:26 AM sgarg

Added a new function - getUserInfo to AuthInterface and AuthLdap
The function returns a string array for a given username. the array contains the name, organization name and email address of the user. In case of ldap, it is cn, o and mail attributes for ldapbase=username...

2678 10/18/2005 01:48 PM harris

Got the metacat datapackage selection (single point) working.

2677 10/17/2005 11:15 AM sgarg

Fixed a bug in QueryGroup which prevented QueryGroup from appending itself to the sql query when no queryTerm is present.

2676 10/14/2005 07:57 AM harris

Further work -- added additional layers, added the ability to query AOI. Almost have the js parseing the
correct metacat url, and sme style changes.

2675 10/13/2005 03:44 PM Matt Jones

Removed unused subroutines that were for testing.

2674 10/13/2005 03:43 PM Matt Jones

Adding the control-services.pl utility for failover montitoring. From
the README:

This program is designed to run as a script under the Hobbit system
monitoring program (http://hobbitmon.sourceforge.net/). When Hobbit is
configured properly, this script will be called to make changes to the...

2673 10/12/2005 08:47 PM harris

Remove debugging.

2672 10/12/2005 01:30 PM harris

Added some more layers

2671 10/12/2005 11:36 AM harris

Fixed the mapbuilder getfeatureinfo function and modified the config. Now the metacat url addresses are available from the rendering.

2670 10/12/2005 09:32 AM harris

The index page for the mapbuilder rendering -- running off the geoserver
wms/wfs server.

2669 10/12/2005 09:31 AM harris

These are the config files for the mapbuilder rendering app that connects to
geoserver to access the metacat spatial data. The display works but the ability
to get the url to the metacat document is not yet working. This code was
written against the mapbuilder 0.2.0.xx and it is recommended that it be run...

2668 10/10/2005 12:27 PM sgarg

Changes in log levels of some commands mentioned in the previos commit.

2667 10/10/2005 11:40 AM sgarg

Made logging configuration and format changes in log4j.properties

2666 10/10/2005 11:25 AM sgarg

Replacing MetaCatUtil.debugMessage or MetaCatUtil.logMetacat call with logMetacat (private Logger object) call

2665 10/10/2005 11:22 AM sgarg

Commited the wrong MetaCatUtil.java file last time. Making the changes again.

1. Replacing MetaCatUtil.debugMessage or MetaCatUtil.logMetacat call with logMetacat (private Logger object) call
2. Commented out debugMessage()
3. Removed getLog() and earlier old log4j code...
2664 10/10/2005 11:20 AM sgarg

1. Replacing MetaCatUtil.debugMessage or MetaCatUtil.logMetacat call with logMetacat (private Logger object) call
2. Commented out debugMessage()
3. Removed getLog() and earlier old log4j code
4. Removed formattedDebugMessage

2663 10/10/2005 11:06 AM sgarg

Replacing MetaCatUtil.debugMessage or MetaCatUtil.logMetacat call with logMetacat (private Logger object) call

2662 10/08/2005 06:47 PM Jing Tao

Add a new sql file to alter control file which from knb backup for new file location

2661 10/08/2005 06:45 PM Jing Tao

Copy the code to generate xml_path_index from xmltables.sql. xmltables.sql is working, so it may fix the bug.

2660 10/07/2005 12:26 PM Duane Costa

Modifications to LTER skin.

2659 10/06/2005 11:40 AM sgarg

Renamed login.xsl to esa-login.xsl

2658 10/06/2005 11:37 AM sgarg

if moderator is logged into metacat and no option for enable-editing is specified then enable editing by default

2657 10/06/2005 11:36 AM sgarg

bug fix login.xsl. and modify the resultset to be called in esa.xml

2656 10/06/2005 11:35 AM sgarg

Copy of resultset.xsl from style/common folder which will be modified for esa skin

2655 10/05/2005 01:52 PM sgarg

Changes in login.xsl and moderator.html so that once the moderator logs in, the resultset is displayed

2654 10/05/2005 01:43 PM sgarg

Fix for bug 2222. So that correct query is generated when searchmode is 'not-contains'.

2653 10/04/2005 07:20 PM Jing Tao

Change the method to get access document docid and revision.

2652 10/04/2005 07:19 PM Jing Tao

Fixed bug which can cause eml beta6 couldn't run access control.

2651 10/04/2005 06:17 PM sgarg

New files and modification of esa.xml for the new moderation facility for esa skin.

2650 10/04/2005 06:13 PM Jing Tao

Add rev in get data doc info.

2649 10/04/2005 06:12 PM Jing Tao

Fixed a bug if one server failed in replication, it will cause another server failed.

2648 10/04/2005 05:22 PM Jing Tao

Add code to guess the docid's revision in read action.

2647 10/04/2005 04:17 PM Jing Tao

Remove some debug message.

2646 10/04/2005 04:16 PM Jing Tao

Fixed bug couldn't delete xml_nodes when moving to xml_nodes_revision in replication.

2645 10/04/2005 12:20 PM sgarg

If skin cfg specified access rights to be included for a certain set of users and groups, then those are entered in the access permissions given.

2644 10/04/2005 11:40 AM sgarg

Fix for bug 2220. And check the cfg file if the eml documents generated should be publically readable or not.

2643 10/04/2005 11:36 AM sgarg

Fix for bug 2220

2642 10/04/2005 11:36 AM sgarg

Fix for bug# 2220

2641 10/04/2005 10:58 AM Jing Tao

Change the code to make sure DocumentImpl class's constructor should have rev attached.

2640 10/04/2005 10:57 AM Jing Tao

Remove this file.

2639 10/04/2005 10:52 AM harris

Added an attribute to the metacat shapefile called area_coef which is a function
of the areal extent of the datapackage -- so a datapackage which was related to
a global collection would have a large extent, whereas a 3-foot squared plot
would have a small extent. Also fixed a bug related to the ID field that was...

2638 10/04/2005 08:40 AM harris

Added a function to strip out the whitespace that was around the bounding
coordinates retrieved from metacat, and also now writing the full set of
bounding coordiantes (east,west,south,north).

2637 10/04/2005 08:33 AM harris

a test dataset with coordinate harvested from metacat october 1, 2005.

2636 10/03/2005 03:15 PM sgarg

bug fix so that error is displayed if station or reserve is not selected

2635 10/03/2005 02:32 PM sgarg

fix for the bug entered in previous fix

2634 10/03/2005 02:19 PM sgarg

Fix for bug in QueryGroup. Didnt check if the QueryGroup returned empty string. E.g. in case of a % search.

2633 10/03/2005 01:39 PM sgarg

Fixed javascript bugs

2632 10/03/2005 10:12 AM sgarg

fixed the qformat.

2631 10/02/2005 04:23 PM Jing Tao

Move the compile.path to init so it can get some property value.

2630 10/02/2005 04:14 PM Jing Tao

Fixed bug in the trigger of xml_path_index table

2629 10/02/2005 03:38 PM Jing Tao

Fixed bug which currentDocument maybe null.

2628 10/02/2005 03:37 PM Jing Tao

Fixed bug which currentDocument may be null.

2627 10/02/2005 03:37 PM Jing Tao

fixe bug which currentDoc maybe null.

2626 10/02/2005 03:36 PM Jing Tao

Add code to transfer string to date type.

2625 10/01/2005 09:57 PM Jing Tao

Add function transfer string to date.

2624 10/01/2005 09:21 PM Jing Tao

Add date info.

2623 10/01/2005 09:20 PM Jing Tao

Add info about date.

2622 10/01/2005 09:20 PM Jing Tao

Changes according add data info.

2621 10/01/2005 09:18 PM Jing Tao

Rewrite replication for revision document.

2620 10/01/2005 09:17 PM Jing Tao

Add code to get date info

2619 09/30/2005 08:55 PM Jing Tao

Fixed the bug in xml segment is not correct to express revision document list.

2618 09/30/2005 08:27 PM Jing Tao

Remove the print out statement.

2617 09/30/2005 08:04 PM Jing Tao

user jdbc-jar-name to replace the hard code zip file name

2616 09/30/2005 05:40 PM Jing Tao

Fixed some bug in replication.

2615 09/30/2005 05:29 PM sgarg

Added code to enter publication date into the dataset.

2614 09/30/2005 04:35 PM Jing Tao

Add some drop command and fix the bug in creating xml_path_index table.

2613 09/30/2005 04:03 PM sgarg

Fix for 2214. Allow 0 in coordinates now.

2612 09/30/2005 02:47 PM sgarg

Fix for bug 2215. Error message is displayed if project name is not selected in the nceas skin.

2611 09/30/2005 02:07 PM sgarg

Fix for bug 2217