Project

General

Profile

Activity

From 02/25/2004 to 03/25/2004

03/25/2004

12:57 PM Revision 2061 (metacat): Changes to Harvester properties
Duane Costa
12:56 PM Revision 2060 (metacat): Changes to log entries
Duane Costa

03/24/2004

02:15 PM Bug #1390 (Resolved): add UCNRS to the ldapweb.cgi management lists
The UCNRS ldap tree can not be managed through the web scripts now, partly
because these entries are in a different ...
Matt Jones
12:24 PM Bug #1388 (Resolved): date format in registry too restrictive
The temporal coverage fields require dates of the following format:
YYYY-MM-DD
and specifically does not all...
Matt Jones
09:21 AM Revision 2059 (metacat): Changes to harvester targets
Duane Costa

03/23/2004

10:26 AM Revision 2058 (metacat): 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.
sgarg

03/22/2004

10:37 AM Revision 2057 (metacat): 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)
insertDocument;
if e...
sgarg
08:43 AM Revision 2056 (metacat): Added extra parameters (cfg & docid) to be passed on to generic response screen.
sgarg

03/19/2004

01:52 PM Revision 2055 (metacat): Set new URL for the NCEAS registry home. I forgot to commit this earlier.
Matt Jones

03/18/2004

11:29 AM Bug #1372 (Resolved): Registry: Reconfigure entryForm.tmpl
entryForm.tmpl needs to be reconfigured because it has someplaces with skin
names have to be hard coded into it. Th...
Saurabh Garg

03/17/2004

03:47 PM Revision 2054 (metacat): Made changes so that *.gif and *.png are copied without filtering.
sgarg
03:14 PM Revision 2053 (metacat): Debug level was changed and a few extra lines were added in last commit.
Restored those to previous values. sgarg
03:04 PM Revision 2052 (metacat): 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.
sgarg
10:52 AM Revision 2051 (metacat): 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
brooke
10:06 AM Revision 2050 (metacat): added sessionid hidden fields, based on $sessid transformer parameter set by DBTransform.java
brooke

03/16/2004

06:57 PM Revision 2049 (metacat): made changes so that organization name for the site or project is entered before
any other creater. sgarg
06:21 PM Revision 2048 (metacat): Added space at the end of title that is returned back. This is done so that documents with no title can be clicked on.
sgarg
06:02 PM Revision 2047 (metacat): Made changes in entryForm.tmpl so that it shows site list for specnet skin.
sgarg
06:00 PM Revision 2046 (metacat): Adding registry skin for SpecNet.
sgarg

03/15/2004

02:33 PM Bug #1370: Sessionid wasn't stored in login function
In handle login method in MetacatServlet class, the sessionid and session which
stored user name and password will be...
Jing Tao
02:19 PM Bug #1370 (Resolved): Sessionid wasn't stored in login function
Metacat client package comminute metacat through sessionid for keeping track the
user. Those sessionid wasn't stored...
Jing Tao
02:27 PM Bug #1369: Metacat is case sensitive to DN
In PermissionControl and DBQuery class, the DN name in java code was transform
to lower case. In sql command, the fie...
Jing Tao
02:15 PM Bug #1369 (Resolved): Metacat is case sensitive to DN
In Ldap, DN is not case sensitive. For example,
uid=tao,o=nceas,dc=ecoinformatics,dc=org and
uid=tao,o=NCEAS,dc=eco...
Jing Tao
02:23 PM Bug #1368: If a document's revision is 0, it couldn't be replicated
In DocumentImpl class, the constrain for revision in replication was changed.
Revision = 0 is allowed now. So any rev...
Jing Tao
11:23 AM Bug #1368 (Resolved): If a document's revision is 0, it couldn't be replicated
If a document's revision is 0 in host A, it can't be replicated to host B. This
is because we decided revision numbe...
Jing Tao
02:08 PM Revision 2045 (metacat): Fixed the bug for sessionid storing, revision couldn't be zero and Ldap DN is case sensitive.
Jing Tao
11:45 AM Revision 2044 (metacat): In test client package, get rid of HttpClient in parameter. Because, http client has cookies and we couldn't test session id.
Jing Tao
10:57 AM Bug #243: metacat returns error that is not an xml document
After clean-up dbconnection in metacat, this error is gone Jing Tao
10:55 AM Bug #1212: inline data file couldn't be deleted if uploading xml document failed
This bug is fixed. In EmlSAXHandler class, a vector named inlineFileIDList was
added to keep track which inline files...
Jing Tao

03/09/2004

06:20 PM Bug #1367 (Resolved): Temporal and Spatial Coverage not required for NCEAS
Temporal and Spatial Coverage not required for NCEAS skin as requested by some
ecologists.
Saurabh Garg
06:18 PM Revision 2043 (metacat): 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.
sgarg
03:59 PM Revision 2042 (metacat): fixed a bug in reloading of kewords from an eml file for edit-datapackage form.
sgarg
03:51 PM Bug #1366 (Rejected): Changes in review entry page
1. When user selects none of the states - "Select State Here" appears on the
page
2. If you edit a document which ...
Saurabh Garg
02:28 PM Revision 2041 (metacat): Made changes in the formatting display of Project list.
sgarg
01:01 PM Bug #1365 (Resolved): Doesnt complain if method title is not provided
Andhrea reported this. She entered a document with method para but no title and
it didn't complain. The document wa...
Saurabh Garg

03/08/2004

07:37 PM Revision 2040 (metacat): Fixed a bug in sorting of records. Now the result sent back is title sorted.
sgarg
06:07 PM Revision 2039 (metacat): Fixed bug that version could not be zero in replication.
Jing Tao

03/06/2004

11:51 PM Revision 2038 (metacat): 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...
Matt Jones

02/27/2004

03:21 PM Revision 2037 (metacat): 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 speci...
sgarg
12:49 PM Revision 2036 (metacat): Additional Harvester development
Duane Costa
11:56 AM Revision 2035 (metacat): Fixed a small bug.
sgarg
09:22 AM Bug #1306: Registry form doesn't format correctly in Mozilla.

I have made the change in nceas.css. If it effects anything else, then we can
restore the changes.
Saurabh Garg
09:21 AM Revision 2034 (metacat): Fix enter for bug 1306.
sgarg
09:15 AM Bug #1305: Display docid on the top of the edit form
It was done earlier. No errors have been reported. Hence I am closing the bug. Saurabh Garg
 

Also available in: Atom