Ticket #1347 (closed feature: moved)
Opened 2012-07-19T21:17:51-05:00
Last modified 2014-04-30T07:13:28-05:00
Improve the Updater [analysis]
Reported by: | dscho | Owned by: | dscho |
---|---|---|---|
Priority: | major | Milestone: | imagej2-b8-analysis |
Component: | Updater | Version: | |
Severity: | serious | Keywords: | updater |
Cc: | Blocked By: | #1199, #1411, #1412, #1417, #1839, #1842, #1864, #1956, #1957 | |
Blocking: |
Description
In general, the Updater is quite good, but due to a few changes we wanted to make for ImageJ2, it can use some stabilizing. Also, feature requests have been postponed due to the move.
Change History
comment:12 Changed 2012-08-16T12:07:43-05:00 by dscho
A couple of things were done this week which I did not add tickets for: the Fiji Updater was rather seriously broken by the fact that only ij-updater-core was updated, but not ij-core nor ij-ui-swing-updater.
Likewise, a bug was squashed that prevented any uploads by the UploaderService being initialized to null.
comment:13 Changed 2012-08-17T12:37:14-05:00 by dscho
Today, the updater was uploaded with the following improvements:
- when updating the updater, the updater core is updated as well as its dependencies, along with all available front-ends' .jar files (and their particular dependencies).
- the front-end's .jar file will be added to the URLClassLoader so that the updated updater can be started.
- if the user interrupts the Updater startup, no attempt is made to open the GUI (which could result in inconsistent data).
comment:15 Changed 2012-09-05T12:38:00-05:00 by dscho
- Blocked By 1359, 1360, 1361, 1362, 1363, 1371, 1372, 1377 removed
comment:18 Changed 2012-09-05T13:40:41-05:00 by curtis
- Summary changed from Improve the Updater to Improve the Updater (2.0.0-beta5)
Dscho & I discussed some miscellaneous desired improvements:
- Left-clicking anywhere under the status/action column always pops up context menu even when trying to shift select multiple things. It would be nice to somehow improve this behavior. At minimum, it would be nice if the click did not nuke your selection.
- Table columns should be sortable by clicking on a column header.
- If you select multiple items with more than one status/action state, then right-click, you do not always receive all logical options possible to perform (such as "Upload it").
- "Remove it" should instead be called "Mark obsolete" to make it clear that the file will be removed from the update site.
- It would be nice if were possible to quickly see the update site with which each file is associated. Perhaps a new column in the table listing the update site? (In the meantime, the filter e.g. "View files of the 'ImageJ' site" can be used.)
comment:19 Changed 2012-10-10T13:32:48-05:00 by curtis
- Summary changed from Improve the Updater (2.0.0-beta5) to Improve the Updater (2.0.0-beta6)
comment:20 Changed 2012-11-21T10:07:27-06:00 by bdezonia
- Summary changed from Improve the Updater (2.0.0-beta6) to Improve the Updater (2.0.0-beta7)
comment:21 Changed 2012-12-06T12:53:34-06:00 by curtis
- Summary changed from Improve the Updater (2.0.0-beta7) to Improve the Updater [ndim-data]
comment:25 Changed 2013-03-07T13:02:04-06:00 by bdezonia
- Milestone changed from imagej2-b7-ndim-data to imagej2-b8-analysis
comment:38 Changed 2013-05-14T16:48:09-05:00 by dscho
- Blocked By 1867 added
(In #1867) Fixed in e18fd7dea19e620d79c45fb3762c76f1ad198e81.
comment:41 Changed 2013-05-31T16:03:39-05:00 by bdezonia
- Summary changed from Improve the Updater [ndim-data] to Improve the Updater
comment:58 Changed 2013-05-31T16:45:11-05:00 by bdezonia
- Summary changed from Improve the Updater to Improve the Updater [analysis]
comment:61 Changed 2014-04-30T07:13:28-05:00 by curtis
- Status changed from accepted to closed
- Resolution set to moved