Community
Participate
Working Groups
Repository label is not saved for Bugzilla and Jira, so I could not use custom label there.
From: bug 145123 > Patch applied. I had to do a manual merge on AbstarctRepositorySettingsPage > so you may want to verify. The only think I noticed is this part: String repositoryLabel = repository.getRepositoryLabel(); if (repositoryLabel != null && repositoryLabel.length() > 0) { repositoryLabelCombo.setText(repositoryLabel); } Code you committed is accessing label using getPropertyMethod() and adding element to the Combo instead of setting text.
*** Bug 153599 has been marked as a duplicate of this bug. ***
We need to make Labels more consistent--currently they do not surface properly in the UI. For the time being to avoid confusion I have changed "Label/template" to "Template" on the repository settings page.
Created attachment 48787 [details] mylar/context/zip
Mik, I really missing ability to define labels and see them on repository selection dialogs. Those web links are quite difficult to tell apart from each other...
Yes, let's use this bug report to fix that...
By the way, I still think it provider icons should be shown on repository instances... along with those labels.
Yes, we just had that same discussion, and we'll probably make them bottom-right-hand-corner overlays since there is plenty of room. Hard for icons like Bugzilla but I'll give it another whirl.
Shall we go with an additional 'label' field in the Task Repository Settings page? Mixing the label and template selection field may be over complicated. In the Task Repositories View my first thought is that we present the respective repository icon (with 'blue bin' overlay) followed by the user provided label and make the actual url available via the mouse over tooltip. Thoughts?
We could move template selection into the url field. As of label, I don't think it is necessary to show the url if label is not empty. If user want to see url he can just put it into the label.
Update: TaskRepository view shows branding icon followed by label (if label doesn't exist it displays the url). Templates can be selected from server combo which replaces the url with template.url and the label with template.label.
Created attachment 49572 [details] mylar/context/zip
I think the old task repositories view that did not have columns looked a lot better and was "more intuitive" as it somewhat resembled the CVS/SVN repositories view. I noticed that repositories do not have labels anymore when using wizards that require repository selection such as the new query wizard.
I agree with Steffen--we're not getting that much out of the columns and they do add substantial visual complexity. Also, getting rid of the column will make it easier for this to become a common navigator view if needed. Rob: if you get rid of the additional column the default label provider on the tree will do the right thing and show the label if there is one.
Fixed.