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). ...
- 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
... - 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 "...
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... - 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
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...
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...
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...
- 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...
- 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...
- 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...
- 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.
- 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...
- 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 ...
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... - 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 ...
- 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...
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...
- 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) - 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...
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... - 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...
- 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... - 12:43 PM Kepler Bug #3152: Use EcoGridServicesController with EcoGridWriter actor
- retargeting for after 1.0 - not a high priority.
- 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...
- 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 ... - 11:17 AM Kepler Bug #3185: Ctrl-z does not "undo" in RExpression actor
- This has been added in the ptolemy base classes now.
- 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...
- 11:15 AM Kepler Bug #3191: Merge TextEditor changes with ptII source
- closing this bug - I'm happy with the undo/redo. (thanks, cxh)
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...
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...
- 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...
- 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... - 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...
- 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...
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...
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... - 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...
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...
- 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... - 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... - 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... - 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...
Also available in: Atom