Project

General

Profile

ben leinfelder's activity

From 03/17/2008 to 04/15/2008

04/14/2008

06:55 PM Kepler Bug #2962: Add metadata to data tokens so that it can be used downstream
Turns out there is a strict vector test that does not allow extra attributes on a vector (used in barplot() method). ... ben leinfelder
02:23 PM Kepler Bug #3220: "Save" from TextEditor interferes with workflow save-before-closing prompt
aaron will take a look at this - really dives into the ptolemy code. Some starting places:
ptolemy.actor.gui.Effigy
...
ben leinfelder
12:15 PM Kepler Bug #3220 (New): "Save" from TextEditor interferes with workflow save-before-closing prompt
While editing an RExpression script using the built-in TextEditor ("Open Actor"), Kevin Drury found that if he used "... ben leinfelder

04/11/2008

02:17 PM Metacat Bug #3146: Include FGDC metadata in KNB and NCEAS skin search results
knbweb project is deployed on http://dev.nceas.ucsb.edu/
preliminary testing looks good (performance wise) but any ad...
ben leinfelder
02:12 PM Kepler Bug #3219: White space in installation path fails on config file read
added to both the HEAD and the release branch ben leinfelder

04/10/2008

06:00 PM Metacat Bug #3146: Include FGDC metadata in KNB and NCEAS skin search results
Made changes to the search/pathquery used in knbweb project and also added ability to display FGDC documents in the k... ben leinfelder

04/09/2008

10:53 AM Kepler Bug #3187: RExpression actor does not share focus
This will not be included in the branch of ptolemy (rel70b2) we are using to build kepler 1.0
Retargeting for after 1...
ben leinfelder

04/08/2008

10:38 AM Kepler Bug #3214: R actor does not handle single quotes in character string data
R allows the use of single or double quotes to indicate character strings. The RExpression actor was using single qu... ben leinfelder
10:34 AM Kepler Bug #3214 (Resolved): R actor does not handle single quotes in character string data
When string values (in my case they were from a RecordToken emitted by the EML actor) include single quotes (or apost... ben leinfelder
10:31 AM Kepler Bug #3213: R expression actor introduces leading/trailing whitespace
Added the "strip.white=TRUE" parameter to calls to the scan() method in the R code we generate when dealing with char... ben leinfelder
10:29 AM Kepler Bug #3213 (Resolved): R expression actor introduces leading/trailing whitespace
When a temporary file is used for caching length R commands, leading whitespace is being added. The list values: "OB... ben leinfelder
10:26 AM Kepler Bug #3212: EML2 Actor does not reconfigure available columns after initial download
Added calls to the generteLabelListAndTypteListFromColumns() [sic] method whenever the _columns variable was modified. ben leinfelder
10:24 AM Kepler Bug #3212 (Resolved): EML2 Actor does not reconfigure available columns after initial download
After the selected entity has been changed for the EML actor, the ports are reconfigured to show the available column... ben leinfelder
10:02 AM Kepler Bug #3209: ecogrid SearchRegistryAction error when disconnected from network
added messagehandler error reporting when the services registry is not available.
if, on start up, there is an error ...
ben leinfelder

04/04/2008

05:01 PM Kepler Bug #2965: Ability to easily concatenate identical data structures (EMLDatasource)
I've worked with kevin to implement this in some of his workflows.
I've also packaged a custom R actor called "UnionA...
ben leinfelder
02:44 PM Kepler Bug #3154: Documentation missing for DarwinCoreDataSource
added documentation to the actor moml and also added method for pulling the documentation from the actor library for ... ben leinfelder
10:06 AM Kepler Bug #3209: ecogrid SearchRegistryAction error when disconnected from network
sounds like some error catching is in order. should there be an alert using MessageHandler (attack of the pop up win... ben leinfelder

04/01/2008

06:22 PM Kepler Bug #3124: Automatically refresh ecogrid sources (endpoints) once per Kepler
data sources are now refreshed by a new thread that is scheduled to execute 30 seconds (configurable in config.xml) a... ben leinfelder
02:49 PM Kepler Bug #3124: Automatically refresh ecogrid sources (endpoints) once per Kepler
from 1.0.0 release meeting:
-at startup, queue a thread for refreshing the endpoints after a small delay (~minute)
ben leinfelder
03:01 PM Kepler Bug #3154: Documentation missing for DarwinCoreDataSource
-solicit information from Dave V. and Jing to flesh out documentation in the actor library
-include actor documentati...
ben leinfelder

03/31/2008

05:00 PM FIRST Bug #3193 (Resolved): Original PDF view disappears on resize
When after selecting a PDF to parse into qti format, the "Original Document" pane shows the original pdf.
After resi...
ben leinfelder
01:36 PM Kepler Bug #3187: RExpression actor does not share focus
I think you have it inverted. the frame _won't_ be null in our Kepler case for the R actor. The code block should b... ben leinfelder
11:14 AM Kepler Bug #3187: RExpression actor does not share focus
It's less than ideal to have a bunch of open text editor windows all named "Unnamed".
But I think we can handle it fo...
ben leinfelder
12:43 PM Kepler Bug #3152: Use EcoGridServicesController with EcoGridWriter actor
retargeting for after 1.0 - not a high priority. ben leinfelder
12:38 PM Kepler Bug #3147: Get rid of Swing componets in Ecogrid data access classes
I believe this is fixed. There was spot in the EML actor that was using Swing directly, but I replaced that with Mes... ben leinfelder
11:24 AM Kepler Bug #3184: right-click context menu in RExpression actor
the best solution for adding a feature like code commenting would be to use an external editor.
there's apparently a ...
ben leinfelder
11:17 AM Kepler Bug #3185: Ctrl-z does not "undo" in RExpression actor
This has been added in the ptolemy base classes now. ben leinfelder
11:16 AM Kepler Bug #3186: commit RExpression code changes, but leave actor open
Rather than just double clicking on the actor, if you "Open" the actor, the expression editing window will appear. c... ben leinfelder
11:15 AM Kepler Bug #3191: Merge TextEditor changes with ptII source
closing this bug - I'm happy with the undo/redo. (thanks, cxh) ben leinfelder

03/28/2008

02:48 PM Kepler Bug #3191 (Resolved): Merge TextEditor changes with ptII source
These changes from src/exp in Kepler should be included in the ptII tree:
src/exp/ptolemy/gui
Query.java
UndoL...
ben leinfelder

03/27/2008

04:54 PM Kepler Bug #3187: RExpression actor does not share focus
Until a change is included in ptII code (specifically ptolemy.actor.gui.TextEditorTableau), only one RExpresison text... ben leinfelder
03:26 PM Kepler Bug #3187: RExpression actor does not share focus
By using the ptolemy.actor.gui.TextEditor when "Open Actor" is invoked on the RExpression we can support having multi... ben leinfelder
03:28 PM Kepler Bug #3185: Ctrl-z does not "undo" in RExpression actor
from kepler-dev email that i sent:
---
After looking at this again, I realized it could be made even more
generic b...
ben leinfelder
10:19 AM Kepler Bug #3185: Ctrl-z does not "undo" in RExpression actor
Locally, I have implemented an UndoableEditListener for the JTextArea that is used in ptolemy.gui.Query along with so... ben leinfelder
03:09 PM Kepler Bug #3186: commit RExpression code changes, but leave actor open
Proposed implementation (working locally for me):
By using the ptolemy.actor.gui.TextEditor when "Open Actor" is invo...
ben leinfelder

03/25/2008

02:34 PM Metacat Bug #3174: Metacat performance issue in Sanparks skin
Added optional "Search All fields" checkbox for SANParks and SAEON skins. Default search (unchecked) searches only a... ben leinfelder

03/20/2008

05:42 PM Metacat Bug #3146: Include FGDC metadata in KNB and NCEAS skin search results
I'd like to retarget this to 1.8.1 so that we don't need to back out any changes from the nceas skin.
An issue remain...
ben leinfelder
05:37 PM Metacat Bug #3146: Include FGDC metadata in KNB and NCEAS skin search results
For Zip file downloads (previously quite clunky when naming the files included in the zip) the following has been add... ben leinfelder

03/18/2008

03:50 PM Kepler Bug #3179: Distinguish "download" and "information" attribute values in eml distributlon online url
Whether or not the query is altered, I think Kepler will still need to handle both types of distribution urls. I'm t... ben leinfelder
03:45 PM Kepler Bug #3179: Distinguish "download" and "information" attribute values in eml distributlon online url
from Jing:
I am not exactly sure how hard the query will be implemented, but I don't
think it will be too hard. Howe...
ben leinfelder
03:39 PM Metacat Bug #3174: Metacat performance issue in Sanparks skin
oh! one more thing:
looks like sanparks is always searching for the search term in _any_ nodedata (not limited to tit...
ben leinfelder
02:56 PM Metacat Bug #3174: Metacat performance issue in Sanparks skin
adding those extra returnfields to the index paths did not seem to make a difference with searches on dev.
The sanpar...
ben leinfelder
10:30 AM Metacat Bug #3174: Metacat performance issue in Sanparks skin
duane's comments about the indexPath in LTER pointed me toward the search pathquery in the sanparks/saeon skins.
Perh...
ben leinfelder
 

Also available in: Atom