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

Bug 395419

Summary: [shell] Allow a command to be passed as a parameter to the page
Product: [ECD] Orion Reporter: Mark Macdonald <mamacdon>
Component: ClientAssignee: Grant Gayed <grant_gayed>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 2.0   
Target Milestone: 2.0 M1   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Mark Macdonald CLA 2012-11-29 17:03:23 EST
The Shell page should allow a command to be passed to the page through the hash (URL fragment).

For example, if I want to support a workflow like "Get Plugins" that uses the Shell's plugin management commands, I might generate a link like this:

> shellPage.html#command=plugins%20install%20http://whatever.github.com/plugin.html

Clicking that link would take me to a shell prepopulated with the command "plugins install http://whatever.github.com/plugin.html"
Comment 1 Grant Gayed CLA 2012-12-03 14:44:52 EST
Fixed > 20121203, parameter is "command=".  Patch: http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=9fad25942828bf1d4de47d194098d55e1d0a03b6 .