Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 371761

Summary: Plugin name can be empty
Product: [ECD] Orion Reporter: Mark Macdonald <mamacdon>
Component: ClientAssignee: Anton McConville <antonm>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: ken_walker
Version: 0.4Flags: ken_walker: review+
Target Milestone: 0.4 RC3   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Mark Macdonald CLA 2012-02-16 09:46:37 EST
I20120215-2230 on orion.eclipse.org

1. Click "Get Plugins" in the top toolbar
2. Click the Install link beside Bugzilla
3. You're taken to the settings page with a URL prepopulated. Click the checkmark to install.
4. Scroll to the bottom of the list
5. The bugzilla plugin has no name.

This is because the last segment of its URL is '/plugin.html' but the page expects 'XXXXXplugin.html'.

The correct fix is for the plugins to start declaring some consistent metadata about themselves. But in the meantime can we have a fallback to avoid an empty label? Showing the full URL as a last resort would be fine.
Comment 2 Mark Macdonald CLA 2012-02-17 13:13:52 EST
I'll +1 this change, it's quite safe
Comment 3 Ken Walker CLA 2012-02-21 12:27:14 EST
As project lead I +1 this for RC3
Comment 4 Susan McCourt CLA 2012-02-21 12:39:24 EST
pushed fix.
double checked code and verified that bugzilla plugin now shows its name.