-
Improvement
-
Resolution: Fixed
-
Major
-
None
-
Platform: All, OS: All
The "Updates" tab in "plugin manager" shows previously updated plugins. Perhaps the plugin
manager can get the version info from the plugin .hpi file?
Steps to reproduce:
1. Go to the update manager and "updates" tab
2. Update a plugin
3. Go to hudson main page
4. Go to the update manager and "updates" tab
Expected outcome:
The previously updated plugin is not displayed in the list
Actual outcome:
The previously updated plugin is displayed in the list as an available update
[JENKINS-2313] "Updates" tab shows plugins that already have been updated
Assignee | New: Alan Harder [ mindless ] |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Status | Original: Resolved [ 5 ] | New: Closed [ 6 ] |
Component/s | New: core [ 15593 ] | |
Component/s | Original: gui [ 15492 ] |
Workflow | Original: JNJira [ 132386 ] | New: JNJira + In-Review [ 201371 ] |
Code changed in hudson
User: : mindless
Path:
trunk/hudson/main/core/src/main/java/hudson/model/UpdateCenter.java
trunk/hudson/main/core/src/main/resources/hudson/PluginManager/advanced.jelly
trunk/hudson/main/core/src/main/resources/hudson/PluginManager/index.jelly
trunk/hudson/main/core/src/main/resources/hudson/PluginManager/index.properties
trunk/hudson/main/core/src/main/resources/hudson/PluginManager/installed.jelly
trunk/hudson/main/core/src/main/resources/hudson/PluginManager/tabBar.jelly
trunk/hudson/main/core/src/main/resources/hudson/PluginManager/table.jelly
trunk/hudson/main/war/resources/css/style.css
trunk/www/changelog.html
http://jenkins-ci.org/commit/26639
Log:
[FIXED JENKINS-2313] Show which plugins have already been upgraded in Plugin Manager.
Also some css cleanup in this area.