Activity
From 02/01/2008 to 03/01/2008
02/29/2008
- 10:03 PM Revision 3755 (metacat): Modify normolize method by adding code to handle < > ' and "
- 05:04 PM Bug #3146: Include FGDC metadata in KNB and NCEAS skin search results
- I have this working locally, but now that I think about it, it's on top of some other post-1.8.0 changes in metacat.
... - 04:05 PM Revision 3754 (metacat): Remove an obsolete class.
- 03:16 PM Revision 3753 (metacat): Remove an obsolete private method getPartNodeRecordList.
- 03:14 PM Revision 3752 (metacat): Remove an obsolete class.
- 01:47 PM Bug #2155: Metacat Performace: Rewrite the xml_nodes queries
- Here is the 1.8.0 query base on xml_nodes(not specifying the search path):
SELECT docid,docname,doctype,date_created,... - 01:40 PM Bug #2155: Metacat Performace: Rewrite the xml_nodes queries
- I played around Postgresql new feature - text search. Here are some results:
Using metacat 1.8.0 search query (base ... - 01:15 PM Revision 3751 (metacat): Add new code for xml_nodes table.
- 11:01 AM Bug #3168 (Resolved): ESA problem with requesting revision
- Failure in requesting revision of docid: esa.46.1 ( Unable to insert the review on Metacat for the docid:esa.46.1)
1...
02/28/2008
- 05:30 PM Revision 3750 (metacat): Some script to generate text search vector.
- 02:33 PM Revision 3749 (metacat): Add timeout parameter for searching user name. If some exception happens, it wouldnot throw it, just print it out.
- 02:31 PM Revision 3748 (metacat): Add a junit test for test AuthLdap. Currently we have getPrincipals test.
- 11:36 AM Revision 3747 (metacat): *** empty log message ***
02/27/2008
- 02:11 PM Revision 3746 (metacat): display the docid.
- also just display the publication date as is since the existing parsing made too many assumptions about how the date ...
- 11:00 AM Revision 3745 (metacat): use $sessionid to determine if the edit boxes are shown
- 10:31 AM Revision 3744 (metacat): reuse the fgdc-root.xsl for both nceas and sanparks skins (it is included in different containing stylesheets)
- note: still need to pin down the switch that [dis]allows editing of the the files
- 10:08 AM Revision 3743 (metacat): use contextURL parameter so that the "shortform" url for looking at documents actually works and pulls in the correct js and css files
- 09:43 AM Revision 3742 (metacat): add support for FGDC doctype display
- 08:42 AM Revision 3741 (metacat): if there is no clientViewBean in the session, insert a new one - saves us from nullPointerException when using this in skins that may not be aware of the bean uses.
- 08:41 AM Revision 3740 (metacat): ignore commented out DOCTYPE declarations (don't force validation on them)
02/26/2008
- 10:58 AM Revision 3739 (metacat): Get rid of the ant tokens and the relative paths by using the context url and cgi prefix provided by the settings.jsp.
- Now the "short form" of urls will work with the iframe skins. sanparks and saeon can also be set as the "default" sk...
- 10:55 AM Revision 3738 (metacat): include the contextURL parameter that is now being passed in by the DBTransform class.
- pass this value to the javascript that assembles the iframes
- 10:54 AM Revision 3737 (metacat): check for a leading "/" in the path when prepending the server context url.
- we don't want to step on toes of people that are using "semi" relative paths (they leave out the server part, but pro...
- 10:23 AM Revision 3736 (metacat): add debug statements so it's clear what transformer parameters are being passed
02/25/2008
- 05:16 PM Revision 3735 (metacat): Use dev=1 replace dev like '1'. since postgres 8.3 doesn't support it.
- 01:10 PM Revision 3734 (metacat): -use jsp rather than html files so hat the server context can be looked up on the fly (as well as additional options from the MetacatUtil class).
- -incorporate the use of relative paths in the XML configuration (doctype=>stylesheet mapping)
Note: still using ant ... - 01:07 PM Revision 3733 (metacat): include contextURL and cgi-prefix as parameters in all the transforms (initially used for nceas skin to remove ant tokens in the XSL files....but will be used by other skins as they are converted away from at tokens)
- 10:26 AM Revision 3732 (metacat): use cgi-prefix from build properties to configure the default skin for login.
- removed hardcoded "ldap.ecoinformatics.org" reference in the jsp and reads it from the metacat.properties file.
Note...
02/22/2008
- 03:52 PM Revision 3731 (metacat): Add debug info for special charater.
- 03:16 PM Revision 3730 (metacat): Remove the relation query.
02/21/2008
- 10:02 AM Revision 3729 (metacat): use the servlet context path to construct absolute paths to the various file locations
- 10:01 AM Revision 3728 (metacat): add servletContextUrl to make absolute paths from relative paths when constructing skins from the js/iframe template
- 10:01 AM Revision 3727 (metacat): add portnumber if not using 80
02/20/2008
- 07:41 PM Revision 3726 (metacat): Change the relative path to use a function getServerName+getPortNumber+getContextPath. But there is still problem in default.js.
- 07:38 PM Revision 3725 (metacat): Add server url to system id.
02/14/2008
- 04:50 PM Revision 3724 (metacat): Skeleton for data insertion script. Also added documentation to Metacat
- library.
02/13/2008
- 11:41 AM Bug #3146 (Resolved): Include FGDC metadata in KNB and NCEAS skin search results
- Configure the searches for both the KNB and the NCEAS skin to return FGDC doctypes
This requires editing the path...
02/08/2008
- 04:49 PM Revision 3723 (metacat): MOdified query passing, and default cache location.
- 03:53 PM Revision 3722 (metacat): Initial script for downloading and caching data entities associated
- with an EML document that is stored in Metacat.
- 11:41 AM Bug #3142 (New): metacat client uses in-memory buffer for posting data
- The size of XML files (and probably data files) that can be sent to metacat is memory limited in client applications ...
- 11:12 AM Bug #2732: Data Catalog Map is slow when selecting
- Changes were made so that the Spatial query of data packages must be fully contained by the selection bounding box in...
02/07/2008
- 12:31 PM Revision 3721 (metacat): Improved the javadoc documentation for the upload() methods to clarify what upload() does and contrast it to insert() and update().
- 12:01 PM Bug #3139 (Resolved): Add upload method into Metacat tour
- upload method is not list in Metacat tour(http://knb.ecoinformatics.org/software/metacat/metacatapi.html)
We need to...
02/06/2008
- 10:34 AM Bug #3137 (Resolved): The query example in metacatquery.html document need to be changed
- Here is the example in that page:
The Pathquery Document
<pathquery version="1.0">
<meta_file_id>unsp...
02/05/2008
- 09:29 AM Bug #3104: provide accessor for organization lists for clients to build login widgets
- One more thing to think about: does it make sense to provide an EcoGrid interface for getting these organizations? ...
02/04/2008
- 12:22 PM Bug #3104: provide accessor for organization lists for clients to build login widgets
- benMac: check out metacat's "public class AuthLdap implements AuthInterface"
in "package edu.ucsb.nceas.metacat"
it d...
02/01/2008
- 11:21 AM Revision 3720 (metacat): Turnkey installer modification: replaced and tokens with relative paths.
- 10:55 AM Revision 3719 (metacat): Turnkey installer modification: created HeaderViewDocs.jsp as a replacement for HeaderViewDocs.htm, because a call to MetacatUtil to get CGI-PREFIX is needed.
- Also replaced and tokens with relative paths.
- 10:25 AM Revision 3718 (metacat): Turnkey installer modification: created ESAHeader.jsp as a replacement for ESAHeader.htm, because a call to MetacatUtil to get CGI-PREFIX is needed.
- Also replaced and tokens with relative paths.
Also available in: Atom