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

Bug 419737

Summary: [Project] Links plugged in to project view have invalid {+OrionHome} in contents
Product: [ECD] Orion Reporter: Malgorzata Janczarska <malgorzata.tomczyk>
Component: ClientAssignee: Malgorzata Janczarska <malgorzata.tomczyk>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: ken_walker, Silenio_Quarti, simon_kaegi
Version: 4.0Flags: Silenio_Quarti: review+
simon_kaegi: review+
Target Milestone: 4.0 RC3   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Malgorzata Janczarska CLA 2013-10-17 11:45:28 EDT
After changing the template from {OrionHome} to {+OrionHome} links plugged in to the project view page stopped working.
Comment 1 Malgorzata Janczarska CLA 2013-10-17 11:51:30 EDT
Project explorer did not use the URITemplate, this commit fixes the problem:
http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?h=Bug419737&id=637018b96fd26d84cfe8ce433d56da9715cca737
Comment 2 Malgorzata Janczarska CLA 2013-10-17 11:52:47 EDT
To reproduce the problem add a project with New Project -> Create a project from a Git Repository and the look at the Git Status link.
Comment 3 Malgorzata Janczarska CLA 2013-10-17 16:24:17 EDT
Silenio, could you please have a look if this is the proper use of URITemplate. This bug will affect not only Git plugin bug all other SCMs plugged in to Orion.
Comment 4 Silenio Quarti CLA 2013-10-17 16:39:48 EDT
Working on it. What do I need to do to get the code to run?
Comment 5 Malgorzata Janczarska CLA 2013-10-17 16:52:21 EDT
(In reply to comment #4)
> Working on it. What do I need to do to get the code to run?
Just cherry-pick this commit from brunch Bug419737 and then you can test it on the main editor page by clicking the orange plus and then New Project -> Create a project from a Git Repository. Use any working git repository to clone, this should create a git project.
Comment 6 Malgorzata Janczarska CLA 2013-10-18 15:55:05 EDT
pushed