Activity
From 07/09/2009 to 08/07/2009
08/07/2009
- 06:24 PM Bug #4134: Workflow Run Manager - double clicking on search cell shouldn't sort column
- Fixed in r20212.
- 04:27 PM Bug #4300 (New): Animate at Runtime" checkbox stays checked when director is replaced
- If you enable run-time animation of a workflow and then swap in a different director, the "Animate at Runtime" menu i...
- 03:48 PM Bug #4135: Workflow Run Manager - default sorting (by date) should be applied
- Fixed in r20209.
- 03:26 PM Bug #4299 (New): Kepler needs to be evaluated to determine when native (AWT) widgets would be preferable to Swing widgets.
- After Java 1.6 update 12, it is acceptable to mix Swing and AWT. In many cases, AWT is superior, because it makes use...
- 03:22 PM Bug #4298 (New): The GUI should sensibly support internalization.
- The text of all buttons should be either stored in resource bundles or there should be an easy mechanism to make conf...
- 03:18 PM Bug #4297 (Resolved): Kepler needs a new layout manager.
- The layout manager we currently use fails miserably when run in Linux. If you try to resize Kepler, the canvas and ot...
- 03:12 PM Bug #4296 (New): All open Kepler windows should be visible from a Window menu item.
- It is standard procedure for applications to have a Window menu item that lists all open windows. We need this featur...
- 03:10 PM Bug #4295 (New): Create advanced toolbar support.
- It should be possible to specify a set of one or more default toolbars that are visible by default. Furthermore, it s...
- 03:07 PM Bug #4294 (New): Kepler should meet established accessibility guidelines.
- As a federally funded project, Kepler should meet accessibility guidelines so that people with disabilities are able ...
- 03:05 PM Bug #4293 (New): Run, Pause, and Stop should be in the menu, not just the toolbar.
- Currently, Kepler does not meet accessibility guidelines. Run, Pause, and Stop can only be accessed via the toolbar, ...
- 02:57 PM Bug #4292 (New): Menu items should display the same icon as buttons with the same functionality.
- It is good practice to display the same icon in the menu as is shown on a toolbar if a toolbar exists. All functions ...
- 02:55 PM Bug #4291 (New): The main menu bar should not change based on the location of focus.
- Currently in Kepler, if you are editing a workflow, the menu bar has a rich set of commands. However, if you change f...
- 02:49 PM Bug #4290 (In Progress): Separate the GUI from the execution engine.
- The GUI needs to be separated from the execution engine so that it is easy to develop specialized GUIs for a particul...
- 02:42 PM Bug #4289 (New): Develop strategy for using assertions in the GUI
- We need a strategy for making use of assertions. It is important to limit the potential states that the GUI can be in...
- 02:41 PM Bug #4288 (New): Develop GUI error handling strategy.
- We need to think about how various sorts of errors should be handled. Some should cause immediate failure while other...
- 02:40 PM Bug #4287 (In Progress): Separate user error messages from developer error messages.
- An error in the GUI should never display a nonsensical stack trace to the user. All stack traces involving the GUI an...
- 02:32 PM Bug #4286 (Resolved): Changes to the GUI before 2.0
- This bug is meant to be blocked by all changes to the GUI that must occur before the 2.0 release.
- 02:31 PM Bug #3724: composite's ports cannot be renamed from within composite--add context menu?
- I think this should be fixed for the 2.0 release. It is awkward not being able to edit port names in place. I sugge...
- 02:27 PM Bug #4112: make kepler use OSX dialog boxes
- I think we should consider requiring users to upgrade to Java 1.6 Update 12 or higher for Kepler 2.0.
Before then, i... - 02:16 PM Bug #4112: make kepler use OSX dialog boxes
- This would be great because it apparently would allow me to quickly save or load workflows in my home directory, etc....
- 09:54 AM Bug #4112: make kepler use OSX dialog boxes
- In order to do this, we need to not use JFileChooser and instead use java.awt.FileDialog. This is the only way to ge...
- 02:21 PM Bug #4068: File Menu should display 5 most recently used workflows
- I think a list of MRU workflows in the File menu is important to have for the 2.0 release.
- 02:03 PM Bug #4285 (New): workflow canvas does not repack to fill empty space when top window is resized
- On Ubuntu 9.04/JRE 1.5_0_18 the workflow canvas does not repack automatically when the main window is resized. For ...
- 01:39 PM Bug #4140: Workflow Run Manager - delete runs functionality needs to be written
- with r20207 now doing data table cleanup each time execution(s) deleted.
08/06/2009
- 03:48 PM Bug #4278: Changes to a reopened KAR are not saved to the new KAR
- one thing that I noticed was that when resaving to a KAR with the same file name, I did not see any indication (in th...
- 03:39 PM Bug #4197: Waterflow TPC demo - tracking bug
- I've gotten this working in the trunk now - after merging and patching up some new errors.
Ran the base workflow kar ... - 02:05 PM Bug #4191: Eclipse build is slow the first time "Copying resources to the output folder"
- I think this has to do with having many projects in eclipse that depend on each other. Try turning off "build automa...
- 11:30 AM Bug #4191: Eclipse build is slow the first time "Copying resources to the output folder"
- I ran into this when trying to setup eclipse this morning. I couldn't see any reason for it. I ended up killing ecl...
- 11:25 AM Bug #4259: Fix the 'ant javadoc' command
- Most of our jars only contain class files so adding them to the classpath does not seem to get rid of the warnings as...
- 08:36 AM Bug #4277: Report Designer - Add drop down selection list to the properties table.
- the sort of widgets we'd need [so far] are:
-text area for free text (already have that)
-combo box (two or more alph... - 08:31 AM Bug #4183: Kepler gives error on command+Q
- i remember chad fixing this a while back. verified that i get no error on os x
- 08:24 AM Bug #4187: When running with reporting suite, a blank canvas is considered changed and unsaved
- i'm not finding this to be the case. tried on two installations of kepler (wrp suite)
- 08:18 AM Bug #4187: When running with reporting suite, a blank canvas is considered changed and unsaved
- we had this problem a while back - i thought i'd fixed it.
taking another look.
08/05/2009
- 04:09 PM Bug #2123: need a way to uniquely identify actor in a workflow and locate it
- The hooking up this highlighting feature with the 'Outline' tab would be a great first step!
- 04:07 PM Bug #3273: Improve authentication dialogue so that the reason for authentication is clear
- Now the authentication domain is missing from the title bar. This should be readded - as soon as authentication is wo...
- 04:05 PM Bug #4153: report-overrides
- think this was mis-categorized in SANParks
- 04:04 PM Bug #3951: Report Viewer - improve TOC panel
- this is extremely low-priority IMO
- 03:13 PM Bug #4147: Error message with selectable text
- Using a JTextField does not wrap text, so we use a JTextArea.
I'm closing this one, but let's keep an eye out for imp... - 02:30 PM Bug #3801: open dialog, common places pane has white box instead of text
- This is fixed in the Ptolemy tree.
I added ptolemy.actor.JFileChooserBugFix and modified ptolemy.gui.Top.
ptolemy.gui... - 02:28 PM Bug #4282 (Resolved): Duplicate of ptolemy.gui.Top
- I'm creating a bug for this so that it does not get lost and because
this will block bug# 3801.
I don't have the ... - 01:49 PM Bug #4259: Fix the 'ant javadoc' command
- The classpath was not being added to the javadoc command so I'm trying that to see if the errors go away. A lot of t...
- 01:21 PM Bug #4281 (In Progress): ant update produces message about running svn cleanup
- Under Windows 2003 Server, running "ant update" produces a message
about a file being locked and suggesting running ... - 12:46 PM Bug #4258: Add java 1.6 to nightly build
- The kepler nightly build now uses java 1.6 on the fedora core 9 machine. When more of the platforms have java 1.6 in...
- 11:39 AM Bug #4280 (Resolved): ant task fails under Windows
- ant task fails under Window.
bash-3.2$ svn co https://code.kepler-project.org/code/kepler/trunk/modules/build-area... - 10:51 AM Bug #4279: FOP give image error on some systems (linux, windows so far)
- Turns out the JAI image reader for PNGs was the culprit. There's a Sun image reader that is also registered, but the ...
08/04/2009
- 12:31 AM Bug #4022: undesired file:\ prefix added by FileParameter
- Fixed.
The problem was that ptolemy.gui.Query was calling URI.relativize() but
not reconverting the URI back to a fil...
08/03/2009
- 04:29 PM Bug #4279: FOP give image error on some systems (linux, windows so far)
- Preliminary testing:
-recreated the error on my Ubuntu machine.
-upgraded the Apache Commons IO jar to 1.4 (from 1.3)... - 04:29 PM Bug #4279 (Resolved): FOP give image error on some systems (linux, windows so far)
- When adding image (png) output from the R actor, we were getting odd image IO errors from the Apache-FOP classes. It'...
- 11:38 AM Bug #4278 (Resolved): Changes to a reopened KAR are not saved to the new KAR
- First encountered this in south africa:
-make a new workflow
-save as kar
-close
-open kar
-edit workflow
-save...
07/31/2009
- 04:27 PM Bug #4251: Workflow Run Manager - wrong rows when operating on re-sorted table
- Haven't had any problems with this, closing.
07/30/2009
- 10:01 AM Bug #4277 (Resolved): Report Designer - Add drop down selection list to the properties table.
- Currently, when the user wants to set the properties for a report item, they have to type the property value into a c...
- 09:37 AM Bug #4270: RExpression exports special characters in strings as the 2 character escaped sequence
- I did a little digging, and the escape sequences R uses in deparsing (core of dput) seems to be handled in the Encode...
07/29/2009
- 09:08 AM Bug #4274: Metacat authentication fails under trunk, not under pre-alpha branch
- This is a larger authentication service/GUI issue.
I've tried rolling back a change made to the org.kepler.authentica... - 07:34 AM Bug #4272: RExpression cannot handle irregular Record tokens
- We can now handle variable length record tokens.
For the RecordToken:
{a=1, b={2,3}}
We end up with this in the REx... - 06:47 AM Bug #4271: RExpression fails when options(echo = FALSE) is set
- Even if the RExpression script has echo=FALSE, we set it to TRUE before exporting objects to the ports.
Committed to ... - 06:39 AM Bug #4271: RExpression fails when options(echo = FALSE) is set
- I remember Kevin Drury had this problem ages ago (and neither of us knew enough about R to realize what the problem ...
- 06:36 AM Bug #4270: RExpression exports special characters in strings as the 2 character escaped sequence
- this change is committed to trunk
- 06:34 AM Bug #4270: RExpression exports special characters in strings as the 2 character escaped sequence
- Thanks to Apache Commons, I think this is the answer:
http://commons.apache.org/lang/api-2.4/org/apache/commons/lang/...
07/28/2009
- 04:25 PM Bug #4270: RExpression exports special characters in strings as the 2 character escaped sequence
- I think it'd be better to handle this more rigorously by searching specifically for special escape sequences (\", \\,...
- 01:22 PM Bug #4270: RExpression exports special characters in strings as the 2 character escaped sequence
- It's easy enough to strip out the backslashes - this makes sense in the case of \" where we are just escaping the "
B... - 03:31 PM Bug #4276 (Resolved): RExpression temp files can collide
- There is an as of yet unsubmitted patch that should fix collisions with symbols in record names that are invalid in f...
- 03:29 PM Bug #3807: reserved symbols in record names passed to the RExpression actor generate a missing R error message
- The original summary of the bug has been addressed, so I'm closing this and will open a new one for the additional fi...
- 11:53 AM Bug #3807: reserved symbols in record names passed to the RExpression actor generate a missing R error message
- I believe the main part of this bug is fixed now. Certainly there are the potential for the temporary filename issues...
- 12:27 PM Bug #4267: RExpression converts nil input into "NA"
- nil tokens will now be (non-string) NA values in R.
Note: this is not the same as passing a StingToken("nil") to the ... - 12:06 PM Bug #4267: RExpression converts nil input into "NA"
- 1.) If I use a String Constant actor with the value nil then I get NA as a string in the RExpression actor.
2.) If I ... - 08:31 AM Bug #4259: Fix the 'ant javadoc' command
- The javadoc command in kepler uses -private which generates javadoc
for private methods. Previously, in Ptolemy, we...
07/27/2009
- 02:37 PM Bug #4274: Metacat authentication fails under trunk, not under pre-alpha branch
- Does trunk have such a distinction? I'm not entirely sure what QuerySource is, but the data source from the Sources ...
- 02:26 PM Bug #4274: Metacat authentication fails under trunk, not under pre-alpha branch
- what QueryService endpoint are you using (DEV or KNB?)
- 02:01 PM Bug #4274 (Resolved): Metacat authentication fails under trunk, not under pre-alpha branch
- I can't search or access KNB datasets that require authentication. The console stops after:
ldap authenticating...... - 01:50 PM Bug #4273 (New): Ctrl+E operates on mouse position, not selection
- This is a UI concern, but if I select an actor, then move the mouse over a different actor, then Ctrl+E, it will open...
- 01:10 PM Bug #4272 (Resolved): RExpression cannot handle irregular Record tokens
- If I pass a record along the lines of {a = 1, b = {2, 3}} into an RExpression, it will choke since it can't form a da...
- 01:06 PM Bug #4271 (Resolved): RExpression fails when options(echo = FALSE) is set
- insert an options(echo = FALSE) in RExpression code without a matching options(echo = TRUE), and it will fail to outp...
- 01:03 PM Bug #4270 (Resolved): RExpression exports special characters in strings as the 2 character escaped sequence
- Let's say I want to export the string "alpha", including the double quotes, on the port a from an RExpression actor. ...
- 12:46 PM Bug #4268 (New): RExpression output ports search entire search path for objects to export
- This is debatable, but currently the RExpression actor will search the entire search path for an object to export to ...
- 12:39 PM Bug #3807: reserved symbols in record names passed to the RExpression actor generate a missing R error message
- By way of update, Ben partially committed a patch for me that should mostly fix this. If I recall correctly, the rem...
- 12:29 PM Bug #4267 (Resolved): RExpression converts nil input into "NA"
- If I pass a nil input token to RExpression, it produces an R variable that contains the string "NA" (2 letters) rathe...
- 11:25 AM Bug #4195: Report Designer - 'Location aware' rendering of newly dropped panels.
- When the user drops a report item onto the report, the item now places it where they have dropped it, and it no longe...
07/26/2009
- 03:12 PM Bug #4238: Report Designer - Improve the listeners for the static items.
- Improved the listeners here, seems to be working well, but could always use more testing.
- 03:05 PM Bug #4241: Report Designer - Can't select text in the Section Header static report item
- You can now select the text in the section header.
- 04:39 AM Bug #4239: Report Designer - PC issue - Grey backgrounds.
- Fixed, just need to test it on the PC.
- 04:32 AM Bug #3631: Create diagram for Scheduler / Reporting interaction.
- This is an old bug, just overlooked, but closed quite a while ago.
- 04:30 AM Bug #4233: Workflow View - Need to change old instructions on how to generate a report.
- Only relevant to the demo workflow.
- 04:29 AM Bug #4235: Report Designer - Clear the values for the Image Static report item.
- This has been fixed.
- 03:59 AM Bug #4237: Report Designer - Replace the image icon, not the + sign.with the thumbnail of the user selected file.
- This has been changed now, and is working as described.
- 03:58 AM Bug #4236: Report Designer - Can't add two static image items and then change their images.
- This is working correctly now.
07/25/2009
- 11:36 AM Bug #4259: Fix the 'ant javadoc' command
- (Adding my comment to the right bug . . .)
I ported a version of ptolemy.util.StreamExec to
build-area/src/org/kepl... - 11:35 AM Bug #4255: Add Online Javadocs
- Whoops, comment #3 was appended to the wrong javadoc bug
My comment #3 was meant for bug #4259: Fix the 'ant javadoc'... - 11:30 AM Bug #4255: Add Online Javadocs
- I ported a version of ptolemy.util.StreamExec to
build-area/src/org/kepler/build/util/StreamSingleCommandExec.java
a... - 10:58 AM Bug #4264 (Resolved): ant task fails if there are java compilation errors
- If "ant tasks" is run and there are compilation errors in the
build-area/src code, then "ant tasks" will fail to ru...
07/24/2009
- 12:12 PM Bug #4255: Add Online Javadocs
- The javadocs for the latest nightly build are now here:
http://dist.kepler-project.org/dist/nightly/javadoc/
The nig... - 10:14 AM Bug #4259: Fix the 'ant javadoc' command
- There is slightly different code that execs a subprocess at
ptolemy/util/StreamExec.java
This code does not use much ... - 07:52 AM Bug #4261: Long file name on windows
- (In reply to comment #1)
> I think under Windows XP, the path can only be 256 characters, see
> http://www-01.ibm.co...
07/23/2009
- 04:23 PM Bug #4256: Change to AbstractReceiver prevents putArray() from being called
- Bert Rodiers fixed this, the change has been merged into the 8.0.beta branch.
The fix was to revert the change in Ab... - 03:26 PM Bug #4261: Long file name on windows
- It looks like longest files are properties tests.
I ran
find . -type f | awk '{print length($0), $0}' > /tmp/f2
bash-... - 11:52 AM Bug #4261: Long file name on windows
- I hit this same error on the nightly builds. It's mainly because of how SVN duplicates all of the files in the .svn ...
- 09:19 AM Bug #4261: Long file name on windows
- I think under Windows XP, the path can only be 256 characters, see
http://www-01.ibm.com/support/docview.wss?rcss=fa... - 09:03 AM Bug #4261 (Resolved): Long file name on windows
- When I tried to copy my directory of the kepler source files to a windows box, I got an error about a long filename a...
- 03:19 PM Bug #4259: Fix the 'ant javadoc' command
- I got the javadoc command working through ant, but only if I exclude the ptolemy source. I'm not sure what is causin...
- 12:22 PM Bug #4259: Fix the 'ant javadoc' command
- I got the ptolemy tree running fine from the command line. I think the ant task is not attaching std.err correctly (...
07/22/2009
- 06:37 PM Bug #4022: undesired file:\ prefix added by FileParameter
- 0) Under Windows XP, on Desktop create directories:
test/data
test/workflow
1) Save attached dataFile.txt into test... - 06:35 PM Bug #4022: undesired file:\ prefix added by FileParameter
- workflow which illustrates FileParameter bug
- 06:34 PM Bug #4022: undesired file:\ prefix added by FileParameter
- dataFile used by workflow.xml
- 04:49 PM Bug #4259: Fix the 'ant javadoc' command
- BTW - javadoc runs ok on the ptolemy tree.
Looking at the stack trace, it is almost like it
This is with:
[bldmastr... - 04:09 PM Bug #4259: Fix the 'ant javadoc' command
- This seems to run now from the command line, but not from ant. Might be a memory problem.
- 03:52 PM Bug #4259: Fix the 'ant javadoc' command
- We seem to be running into this bug:
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=5082928
By not generating pt... - 11:24 AM Bug #4259 (Resolved): Fix the 'ant javadoc' command
- The 'ant javadoc' command hangs.
- 02:18 PM Bug #4257: ant update should update build-area
- added the ability of the UpdateModules task to update the build-area. It can be turned off by setting updateBuildAre...
- 11:21 AM Bug #4257 (Resolved): ant update should update build-area
- Problems are caused when the build-area is not updated with 'ant update' We should at least have a switch to force t...
- 11:25 AM Bug #4260 (New): Add a test suite for the build system
- Need to create a testing harness for the build system to ensure that all functionality remains working as new feature...
- 11:22 AM Bug #4258 (Resolved): Add java 1.6 to nightly build
- Need to add some java 1.6 hosts to the nmi build.
- 10:18 AM Bug #4256 (Resolved): Change to AbstractReceiver prevents putArray() from being called
- Here's a bug from 5/13.
I agree that the problem is that putArray()
is no longer being called, which is being ove... - 09:39 AM Bug #4035: MoMLSimpleApplication does not filter Display actor or any GUI Kepler actors.
- I'm looking over old bugs.
Can this bug be closed?
ant run-workflow-no-gui filters the Display actor out and runs
in...
07/21/2009
- 11:31 AM Bug #3529: cannot always set parameters when running workflow from command line
- Parameters can now be passed when using -nogui.
Additionally, 'ant startup-script' creates kepler.sh so you don't n... - 11:03 AM Bug #4255 (Resolved): Add Online Javadocs
- We need to add the javadocs for released versions of kepler to the website.
07/20/2009
- 05:49 PM Bug #4254: wrapping up, never ending workflow! (PN inside PN)
- Model from Josep Maria Campanera Alsina. The model runs
and then never terminates, it gets stuck on "wrapping up" - 05:47 PM Bug #4254 (New): wrapping up, never ending workflow! (PN inside PN)
- [I'm going through my email logs looking for bugs that have
not really been solved.]
The problem is that a trivia... - 05:00 PM Bug #4250: Add other suites to the nightly build
- Added the WRP suite to the NMI build. If you want your suite added, let me know.
07/17/2009
- 11:47 AM Bug #3708: Case actor issues
1) I updated KeplerGraphFrame so that composite entities providing a tabbed interface, such as the Case actor, will ...
07/16/2009
- 10:03 PM Bug #3655: create a Workflow Run Manager with ability to export Publication Ready Archives
- I believe I have the trackpad / single button mouse wrm jtable context menu bug fixed, locally. Will check in the fix...
- 02:05 PM Bug #4199: NPE in org.kepler.moml.NamedObjId
- Fixed. There were two bugs: dereferencing a null container, and sometimes the referral list attribute was being creat...
- 11:40 AM Bug #4249: create 64 bit installers
- Added functionality to the build system to build the 64 bit installer. Changed the disclaimer on the web site and in...
- 11:12 AM Bug #4252: Workflow Run Manager - deleting a run before running a wf doesn't work
- Fixed: needed connection to database before issuing SQL delete.
07/15/2009
- 06:21 PM Bug #4251: Workflow Run Manager - wrong rows when operating on re-sorted table
- I believe I've fixed this in r19997. Will leave open a little while longer for more testing.
- 02:43 PM Bug #4251 (Resolved): Workflow Run Manager - wrong rows when operating on re-sorted table
- If you sort the table into a non-default state (by single clicking on a column header some number of times), and then...
- 04:39 PM Bug #4252 (Resolved): Workflow Run Manager - deleting a run before running a wf doesn't work
- With my r19997 check-in i've added this bug where you now get an NPE if you try to delete a run from WRM before runni...
- 01:00 PM Bug #4250 (Resolved): Add other suites to the nightly build
- Need to add suites besides just kepler to the nightly build.
- 12:45 PM Bug #4249 (Resolved): create 64 bit installers
- We can now create 64 bit installers for kepler, so I need to add a build target to do that and remove the disclaimers...
07/14/2009
- 03:10 PM Bug #4248 (Resolved): export dialogs should show default extension
- Right now exporting an archive (or a run archive with the workflow-run-manager module) forces the kar extension onto ...
- 12:50 PM Bug #4247: Application menu items sometimes disappear on OS X
- This happened to me yesterday after I got a moml exception.
- 12:49 PM Bug #4247 (Resolved): Application menu items sometimes disappear on OS X
- I'm not sure the cause of this yet, but occasionally lately I've been finding myself with a kepler window open, but o...
- 11:40 AM Bug #4063: Kepler-1.XDev Installer is large
- Have paired down the installers as much as possible now. We will release a src and bin version of the installers. A...
- 11:38 AM Bug #3672: Open/Save Workflow as KAR Archive
- For this bug to be closed, the following functionality should work:
* Save a kar locally and to the local repository... - 11:33 AM Bug #4246 (In Progress): Reorganize code in util, core and gui modules
- The code in the main modules still needs to be reorganized a bit. There is gui code in core that needs to be moved t...
07/13/2009
- 04:57 PM Bug #4244: Dragging ImageAttribute into Kepler results in not finding the gif
- If this is not fixed in 2.0, then these actors should be removed and
any Ptolemy demos that use them removed from Kep... - 03:49 PM Bug #4244: Dragging ImageAttribute into Kepler results in not finding the gif
- Below are some of the actors that call setExpression on $CLASSPATH
or $PTII and presumably include a resource in the ... - 12:57 PM Bug #4244 (Resolved): Dragging ImageAttribute into Kepler results in not finding the gif
- Start Kepler
Search for ImageAttribute
Drag in the Image icon.
The following exception appears.
I think this is... - 04:29 PM Bug #4203: use port parameters in web service actors
- I still need to update WSWithComplexTypes.
- 04:14 PM Bug #4203: use port parameters in web service actors
- looks like this has been fixed.
- 04:08 PM Bug #4088: Create new configuration system
- duplicate of 3948
*** This bug has been marked as a duplicate of bug 3948 *** - 04:08 PM Bug #3948: Create new configuration system supporting modules
- *** Bug 4088 has been marked as a duplicate of this bug. ***
- 04:04 PM Bug #3782: Kepler-trunk fails to properly read in kar files the first time after they are built.
- no longer a problem.
- 02:01 PM Bug #3949: Get the installer working with the new build system
- All dependent bugs are now closed. The installers are easily built with the modular architecture. Closing this bug.
- 02:00 PM Bug #4016: Test IZPack Installer on 64 bit machine
- Oliver reports that there are problems with the installer on win64. I've added disclaimers to the web page and to th...
- 10:20 AM Bug #4016: Test IZPack Installer on 64 bit machine
- Still encountering the same bugs as before.
1. The big one. Installer will unpack and install, but after the instal... - 01:59 PM Bug #4015: Add 64 bit disclaimer to installer
- added to the installer. closing this bug.
- 01:54 PM Bug #4015: Add 64 bit disclaimer to installer
- Added disclaimer to the website.
- 10:28 AM Bug #4015: Add 64 bit disclaimer to installer
- it doesn't exist yet. That's why there's a bug :)
- 10:23 AM Bug #4015: Add 64 bit disclaimer to installer
- For the unaware, where is this page and statement? I only know of http://dist.kepler-project.org/dist/pre
07/10/2009
- 06:01 PM Bug #4178: error handling with MoMLCommandLineApplication
- I've changed ptolemy.moml.MoMLCommandLineApplication so that it calls
Manager.run() instead of Manager.execute().
Ma... - 05:16 PM Bug #3251: Installer Splash Screen should be an HTML Widget
- Ok, readme is now an html document.
- 03:13 PM Bug #3251: Installer Splash Screen should be an HTML Widget
- The problem is that the links in the installer screen are not mouse sensitive.
A textual installer readme screen look... - 02:36 PM Bug #3251: Installer Splash Screen should be an HTML Widget
- I'm going to close this for now. If someone really doesn't like the textual readme, I guess we can change it but it ...
- 02:34 PM Bug #4018: Remove non-2.0 functionality from 2.0 release
- non-2.0 functionality will be determined and modularized. closing this bug for now.
- 02:28 PM Bug #4197: Waterflow TPC demo - tracking bug
- added KAR for the base workflow that includes a report layout
- 01:00 PM Bug #4197: Waterflow TPC demo - tracking bug
- added workflow for the HIGH base flow that points to DEV server so that we can demo the dynamic data loading.
- 09:48 AM Bug #4197: Waterflow TPC demo - tracking bug
- we were/are having intermittent problems rendering images created in kepler on the report - this is deep in FOP/xmlgr...
- 02:26 PM Bug #4013: Make sure duplicate jars are not included in the installer
- At least most jars have been checked. There are probably still a few duplicates, but the major ones have been remove...
- 02:17 PM Bug #4159: Cut 2.0-alpha/SanParks release
- Kepler 2.0.0-pre-alpha1 is now released. I've documented the build branching arguments in the build instructions her...
- 01:57 PM Bug #4239: Report Designer - PC issue - Grey backgrounds.
- Also grey for the dynamic report item icon.
- 01:39 PM Bug #4239 (Resolved): Report Designer - PC issue - Grey backgrounds.
- On the PC, the following items are rendered with a grey background instead of white. :
delete button
all report i... - 01:56 PM Bug #4242 (Resolved): Report Designer - PC issue - Improve the cursors.
- The cursors on the PC need some work as follows:
The drag cursor doesn't change to an arrow when you are over the ... - 01:50 PM Bug #4241 (Resolved): Report Designer - Can't select text in the Section Header static report item
- If you want to select the text in the Section Header static report item, so that you can copy it using keyboard comma...
- 01:45 PM Bug #4240 (In Progress): Report Designer - Menus with Copy, Cut, and Paste as related to Text Fields / Section Headers
- When you select text that is in a text field or section header, users might try to use the Kepler menus to copy, cut,...
- 01:24 PM Bug #4238 (Resolved): Report Designer - Improve the listeners for the static items.
- Right now there is a mouse listener that takes the values from the section static report item field and puts it into ...
- 01:03 PM Bug #4237 (Resolved): Report Designer - Replace the image icon, not the + sign.with the thumbnail of the user selected file.
- Currently, when you choose a file for the static image it puts a thumbnail of that image into the report item panel, ...
- 12:58 PM Bug #4236 (Resolved): Report Designer - Can't add two static image items and then change their images.
- If you add two static image items all is well when you first assign the images to the items. You can also successfull...
- 12:47 PM Bug #4235 (Resolved): Report Designer - Clear the values for the Image Static report item.
- Right now, when a user swaps static images in the report, it doesn't clear the path value for the image file first, i...
- 11:34 AM Bug #4233 (Resolved): Workflow View - Need to change old instructions on how to generate a report.
- In the workflow view there are old instructions that explain how to generate a report they begin with the following:
... - 11:33 AM Bug #4198: important sanparks tasks
- All of this stuff presumably works now, so closing this bug.
- 11:27 AM Bug #4232 (Resolved): LibraryIndex Unique Identifier
- Currently the Component library uses the name of the NamedObj as the unique identifier. This is not a good idea when...
07/09/2009
- 10:46 PM Bug #4228: Not all tokens seem to be written when running WF from commandline
- closing for now
- 07:21 PM Bug #4229: rename runs with untitled workflow name when the user does a Save
- Done!
- 04:31 PM Bug #4196: Report Designer - Easier to Grab Panels
- Improved, and I think working fairly well, the user just has to grab somewhere in the panel that is not a button or a...
- 04:29 PM Bug #4128: Improve reporting static item icons
- Fixed for now, but improvement can always be improved.
- 11:21 AM Bug #4094: new Unnamed windows should have a suffix that increments
- New windows are now called Unnamed1, Unnamed2, etc.
- 11:18 AM Bug #2369: Scrollbars Disappear After Using Fullscreen Mode--Now crashes
- I've disabled full screen mode since it crashes returning from full screen. (See my comments why this occurs in Keple...
Also available in: Atom