ben leinfelder's activity
From 01/17/2008 to 02/15/2008
02/15/2008
- 10:48 AM Kepler Bug #2937: Differentiate error msg between broken dataset links and insufficient access
- MessageHandler is being used to display any errors on download. and the errors are self correcting now (cache gets c...
- 10:16 AM EML Bug #3151: Package datamanager.jar without including classes from supporting jars
- Removed the "unjar" step when building the jar.
Also noticed that the old ecogrid stub jars were being used. Took t... - 09:33 AM Kepler Bug #3148: Add authentication error reporting
- added login error reporting (using MessageHandler) and also a 3-tries-and-you're-out loop so that there are are addit...
- 09:24 AM SEEK Bug #3080: Create AuthenticatedQueryService for Ecogrid-1.0.0
- deployed and included with Kepler 1rc1
- 09:24 AM SEEK Bug #3079: Update namespace and service names for 1.0.0 version of Ecogrid
- this has been deployed and included in kepler 1rc1
- 09:23 AM SEEK Bug #1694: Passing auth certificates to EcoGrid services
- this has been implemented and deployed as part of ecogrid-1.0.0
and is included in the kepler 1rc1 codebase
02/14/2008
- 03:44 PM EML Bug #3151 (Resolved): Package datamanager.jar without including classes from supporting jars
- Currently the datamanager distribution _unjars_ all the supporting jars it uses and packages them with the datamanage...
- 11:06 AM Kepler Bug #3148 (Resolved): Add authentication error reporting
- When using the AuthenticationManager with the ecogrid services there is currently no feedback given to the user when ...
02/13/2008
- 11:41 AM Metacat 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/12/2008
- 03:54 PM Kepler Bug #2962: Add metadata to data tokens so that it can be used downstream
- To address axis labeling (and any alternate naming for R objects for that matter), the RExpression now sets a "name" ...
- 03:21 PM Kepler Bug #2965: Ability to easily concatenate identical data structures (EMLDatasource)
- While this approach may not be what was initially intended when this enhancement was requested, the RExpression actor...
- 03:13 PM Kepler Bug #2959: Need for Multiport input for RExpression actor
- I've added a demo workflow that illustrates the use of multiports (both input and output) and am working with Kirsten...
02/11/2008
- 02:05 PM SEEK Bug #3145 (New): Fix [or remove] web interface for ecogrid query
- The Kepler user manual docs (chapter 6) have link to:
http://seek.ecoinformatics.org/Wiki.jsp?page=EarthGridPortal
... - 01:45 PM Kepler Bug #2964: Change RExpression plotting actors to allow custom axis and title labels
- using R "attributes" of objects, we can add some metadata to the variables as the tokens are made available in R.
In ...
02/09/2008
- 02:24 PM Kepler Bug #2959: Need for Multiport input for RExpression actor
- The latest incarnation is to put any multiport input into an R list. The list variable name is the name of the input...
02/08/2008
- 10:09 AM Kepler Bug #2959: Need for Multiport input for RExpression actor
- A note on variable naming conflicts:
-Take the case of 2 EML actors sitting upstream from an RExpression actor. Both... - 09:05 AM Kepler Bug #3099: GetDocumentationAction.java needs to be moved into pII source
- included in RC1 - retarget
- 08:41 AM Kepler Bug #3053: Multiple Documentation windows not possible
- this is part of RC1 - retargeting
- 08:40 AM Kepler Bug #2490: Get ecogrid endpoints from Ecogrid registry
- this is part of RC1 - retargeting bug
02/07/2008
- 04:14 PM Kepler Bug #2959: Need for Multiport input for RExpression actor
- I propose (and have made the modification locally) that an RExpression actor with a multi port should:
1. handle inpu... - 02:45 PM Kepler Bug #2937: Differentiate error msg between broken dataset links and insufficient access
- this is related to bug 3132 in that data download errors are not self correcting.
- 02:35 PM Kepler Bug #2961: Include option in EMLDatasource actor to use 'most recent' data
- this change has been included in RC1
- 02:33 PM Kepler Bug #2939: Add ability to access password protected EarthGrid data from within Kepler
- This has been included with RC1 and the Ecogrid-1.0.0 upgrade
- 11:54 AM Kepler Bug #3039: EML2 Datasource (from search) does not include Documentation
- Spoke with chad b. about this - it would be better if object instantiation did not circumvent the actor library cache...
02/06/2008
- 10:24 AM Kepler Bug #3039: EML2 Datasource (from search) does not include Documentation
- Got it working so that when EML Datasource actors are added to the search results, documentation is added to them bas...
02/05/2008
- 05:06 PM Kepler Bug #3039: EML2 Datasource (from search) does not include Documentation
- I've been looking at this for a bit.
My plan was to look up the EML actor that is in the component library (it contai... - 02:50 PM Kepler Bug #3118: remove "Add" button from data Sources dialog
- As part of RC1, we've removed (comment out) the Add button from the GUI. All the other underlying code for searching...
- 02:44 PM Kepler Bug #2490: Get ecogrid endpoints from Ecogrid registry
- Endpoints are now automatically refreshing from the registry when a user first goes to the Data search tab. This sti...
- 10:02 AM Kepler Bug #2967: Add a 'View data' menu to data source actors
- The "Preview" action on the EMLDatasource handles the features requested in this bug.
Preview is available starting i... - 09:54 AM Kepler Bug #2966: Add a 'Preview data' menu to data source actors
- this change has been included as part of 1.0.0RC1
additional bugs have been reported in a different bugzilla entry. - 09:44 AM Kepler Bug #3125: Preview actor issues with EMLDatasource
- Fixes for the issues:
1. Reworked the initialize()/fire() methods for the "As Column Vector" and "As Column Based Rec... - 09:29 AM Metacat 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 Metacat 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... - 10:17 AM Morpho Bug #3121: Morpho dropdown choice for affilicated organization is different on mac, windows, and ubuntu
- the config.xml file that is used to store the list of organizations is housed in the user's .morpho/ folder.
it appea...
02/01/2008
- 06:13 PM Kepler Bug #3125 (Resolved): Preview actor issues with EMLDatasource
- Behavior for this action is inconsistent.
1. Previewing when the output format is set to "As Column Vector" shows no... - 05:27 PM Kepler Bug #3124 (Resolved): Automatically refresh ecogrid sources (endpoints) once per Kepler
- Now that there are two ways in which to refresh the available Ecogrid services (as registered in the registry), the r...
01/31/2008
- 06:09 PM Kepler Bug #3117: The refresh button function in source window was messed up by a KeplerSlaveNode entry in the registry
- added exception handling when merging registry list so that invalid entries do not invalidate the entire operation
01/30/2008
- 10:52 AM SEEK Bug #3112 (New): Deploy ecogrid-1.0.0 services for DiGIR and enforce namespaces
- It was originally thought that the change in ecogrid namespaces (beta to 1.0) would be incompatible with the current ...
01/24/2008
- 05:01 PM Kepler Bug #3075: Fold Top,java file in $KEPLER/src/exp/ dir into Ptolemy src
- This was moved into the pII tree and removed from kepler's src/exp
cvs log entry:
brooks 08/01/24 16:12:38
... - 02:16 PM Kepler Bug #3075: Fold Top,java file in $KEPLER/src/exp/ dir into Ptolemy src
- I've reworked the Top file we have in our src/exp tree:
-Removed the use of the Configuration class within Top
-Added... - 05:00 PM Kepler Bug #3099: GetDocumentationAction.java needs to be moved into pII source
- Darn! it was moved to pII. Undo! closing this bug (again).
(sorry about all the bugzilla emails) - 04:51 PM Kepler Bug #3099: GetDocumentationAction.java needs to be moved into pII source
- This is actually a bug for GetDocumentationAction (not Top). Reopening this one since apparently you _can_ have mult...
- 08:45 AM Kepler Bug #3099: GetDocumentationAction.java needs to be moved into pII source
- Transferring to Chad since he has write access to the pII project and has also edited this file previously (v1.32 on ...
- 04:48 PM Kepler Bug #2712: Problem with EML2DataSource with extra cols in csv file
- There is now a new parameter in the EML Datasource actor for "Allow lenient data parsing"
When it is checked (true), ... - 03:26 PM Kepler Bug #2712: Problem with EML2DataSource with extra cols in csv file
- Well, being lenient with this example dataset works...until we get to a record with 2.5 in a column described as an I...
- 09:56 AM Kepler Bug #3053: Multiple Documentation windows not possible
- entered a new bug (3099) that finishes what this one started.
01/23/2008
- 06:20 PM Kepler Bug #3099 (Resolved): GetDocumentationAction.java needs to be moved into pII source
- Rather than maintain a copy of this class in the src/exp directory, it should be included in in the ptolemy project. ...
- 06:13 PM Kepler Bug #3053: Multiple Documentation windows not possible
- Committed changes to:
src/exp/ptolemy/vergil/basic GetDocumentationAction.java
configs/ptolemy/configs/kepler configu... - 03:27 PM Kepler Bug #3053: Multiple Documentation windows not possible
- Change to allow multiple documentation windows at once would be in the pII source:
ptolemy.vergil.basic.GetDocumentat... - 02:03 PM Kepler Bug #3053: Multiple Documentation windows not possible
- taking a stab at this for bug day...
- 01:18 PM Kepler Bug #2490: Get ecogrid endpoints from Ecogrid registry
- Refreshing the list of available services is working nicely locally - there's even an option to retain the existing (...
01/22/2008
- 02:45 PM SEEK Bug #3087: Add objectName parameter for PutService
- Added change to the PutService for optional objectParameter.
Also includes change for the client class to allow Keple... - 02:43 PM SEEK Bug #3087 (Resolved): Add objectName parameter for PutService
- For uploading files, there needs to be the ability to preserve the filename so that when they are downloaded there is...
- 01:28 PM Kepler Bug #2493: actor repository tracking bug
- the PutService for ecogrid-1.0.0 will include support for filenames. Metacat already handles this, so the download s...
- 11:41 AM Metacat Bug #3082: misspelled word on NCEAS redirect to online form page
- this is in: metcat/lib/style/skins/nceas/nceas-login.xsl
it has been updated in CVS, but needs to be deployed (on knb).
01/21/2008
- 01:42 PM SEEK Bug #3081 (Resolved): Deploy ecogrid-1.0.0 services for KNB (including registry)
- jing and ben need to coordinate the upgrade and also kep in mind to:
-use kepler metacat instance for actor library... - 01:38 PM SEEK Bug #3080: Create AuthenticatedQueryService for Ecogrid-1.0.0
- This services has been created and checked into cvs.
The metacat implementation of this service is also complete and ... - 01:37 PM SEEK Bug #3080 (Resolved): Create AuthenticatedQueryService for Ecogrid-1.0.0
- The new service should have get() and query() methods like the non-authenticated versions, but will take a credential...
- 01:35 PM SEEK Bug #3079 (Resolved): Update namespace and service names for 1.0.0 version of Ecogrid
- the following changes should be made for existing (and one new) ecogrid services
SERVICES
http://ecoinformat... - 01:32 PM Kepler Bug #2490: Get ecogrid endpoints from Ecogrid registry
- As part of the upcoming 1.0.0 release [candidate], there are some substantial changes to the SEEK ecogrid and registr...
01/18/2008
- 01:39 PM Kepler Bug #3077: Querybuilder: condition "operator" and "criteria" are not being saved
- from IRC:
[1:35pm] dan: when you add a criteria, you have to hit 'return'
[1:35pm] dan: just hitting OK won't work
[1... - 12:12 PM Kepler Bug #3077 (Resolved): Querybuilder: condition "operator" and "criteria" are not being saved
- When using the Querybuilder interface to construct queries on EML datasource actor, the condition[s] are not being sa...
01/17/2008
- 04:44 PM SEEK Bug #1694: Passing auth certificates to EcoGrid services
- We've decided to make an entirely NEW service to handle the authenticated versions of the get and query operations:
...
Also available in: Atom