-
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
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.