Activity
From 02/24/2004 to 03/24/2004
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 ... - 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... - 09:21 AM Revision 2059 (metacat): Changes to harvester targets
03/23/2004
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... - 08:43 AM Revision 2056 (metacat): Added extra parameters (cfg & docid) to be passed on to generic response screen.
03/19/2004
- 01:52 PM Revision 2055 (metacat): Set new URL for the NCEAS registry home. I forgot to commit this earlier.
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...
03/17/2004
- 03:47 PM Revision 2054 (metacat): Made changes so that *.gif and *.png are copied without filtering.
- 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.
- 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.
- 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
- 10:06 AM Revision 2050 (metacat): added sessionid hidden fields, based on $sessid transformer parameter set by DBTransform.java
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.
- 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.
- 06:02 PM Revision 2047 (metacat): Made changes in entryForm.tmpl so that it shows site list for specnet skin.
- 06:00 PM Revision 2046 (metacat): Adding registry skin for SpecNet.
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... - 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... - 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... - 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... - 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... - 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... - 02:08 PM Revision 2045 (metacat): Fixed the bug for sessionid storing, revision couldn't be zero and Ldap DN is case sensitive.
- 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.
- 10:57 AM Bug #243: metacat returns error that is not an xml document
- After clean-up dbconnection in metacat, this error is gone
- 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...
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. - 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.
- 03:59 PM Revision 2042 (metacat): fixed a bug in reloading of kewords from an eml file for edit-datapackage form.
- 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 ... - 02:28 PM Revision 2041 (metacat): Made changes in the formatting display of Project list.
- 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...
03/08/2004
- 07:37 PM Revision 2040 (metacat): Fixed a bug in sorting of records. Now the result sent back is title sorted.
- 06:07 PM Revision 2039 (metacat): Fixed bug that version could not be zero in replication.
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...
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... - 12:49 PM Revision 2036 (metacat): Additional Harvester development
- 11:56 AM Revision 2035 (metacat): Fixed a small bug.
- 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.- 09:21 AM Revision 2034 (metacat): Fix enter for bug 1306.
- 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.
Also available in: Atom