Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Orion/Documentation/User Guide/Reference/Greasemonkey scripts"

m (Greasemonkey scripts)
Line 1: Line 1:
= Greasemonkey scripts =
+
= Greasemonkey scripts =
  
With [http://en.wikipedia.org/wiki/Greasemonkey Greasemonkey] scripts, clonning a git repository into Orion is now even easier then it used to be.
+
With [http://en.wikipedia.org/wiki/Greasemonkey Greasemonkey] scripts, clonning a git repository into Orion is now even easier then it used to be.  
  
To install a script of your choice in Firefox, you need to install [https://addons.mozilla.org/en-US/firefox/addon/greasemonkey/ Greasemonkey Add-on] first, and then follow the script "Install" link. For Chrome, visiting the link should be enough.
+
To install a script of your choice in Firefox, you need to install [https://addons.mozilla.org/en-US/firefox/addon/greasemonkey/ Greasemonkey Add-on] first, and then follow the script "Install" link. For Chrome, following the "Install" link should be enough.  
  
== github.com ==
+
== github.com ==
  
[http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/plain/bundles/org.eclipse.orion.client.git.greasemonkey/github.com/cloneIntoOrion.user.js Install]
+
[http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/plain/bundles/org.eclipse.orion.client.git.greasemonkey/github.com/cloneIntoOrion.user.js Install]  
  
The script adds a button to Github repo landing page. When pressed, you're taken to orionhub.org with cloning dialog already populated and ready to be started.
+
The script adds a button to Github repo landing page. When pressed, you're taken to orionhub.org with cloning dialog already populated and ready to be started.  
  
[[Image:Orion-github-scripted.png]]
+
[[Image:Orion-github-scripted.png]]  
  
== git.eclipse.org ==
+
== git.eclipse.org ==
  
The scripts converts git URLs at the bottom of a repo page into links. When clicked, you're taken to orionhub.org with cloning dialog already populated and ready to be started.
+
The scripts converts git URLs at the bottom of a repo page into links. When clicked, you're taken to orionhub.org with cloning dialog already populated and ready to be started.  
  
[http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/plain/bundles/org.eclipse.orion.client.git.greasemonkey/git.eclipse.org/cloneIntoOrion.user.js Install]
+
[http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/plain/bundles/org.eclipse.orion.client.git.greasemonkey/git.eclipse.org/cloneIntoOrion.user.js Install]  
  
[[Image:Orion-giteclipseorg-scripted.png]]
+
[[Image:Orion-giteclipseorg-scripted.png]]  
  
== bugs.eclipse.org ==
+
== bugs.eclipse.org ==
  
[http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/plain/bundles/org.eclipse.orion.client.git.greasemonkey/bugs.eclipse.org/cloneIntoOrion.user.js Install]
+
[http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/plain/bundles/org.eclipse.orion.client.git.greasemonkey/bugs.eclipse.org/cloneIntoOrion.user.js Install]  
  
The script adds a link to the bug header. When clicked, you're taken to orionhub.org with cloning dialog already populated and ready to be started. The link is added only for limited number of components within Orion and Platform projects.
+
The script adds a link to the bug header. When clicked, you're taken to orionhub.org with cloning dialog already populated and ready to be started. The link is added only for limited number of components within Orion and Platform projects.  
  
 
[[Image:Orion-bugzilla-scripted.png]]
 
[[Image:Orion-bugzilla-scripted.png]]

Revision as of 13:20, 7 February 2012

Greasemonkey scripts

With Greasemonkey scripts, clonning a git repository into Orion is now even easier then it used to be.

To install a script of your choice in Firefox, you need to install Greasemonkey Add-on first, and then follow the script "Install" link. For Chrome, following the "Install" link should be enough.

github.com

Install

The script adds a button to Github repo landing page. When pressed, you're taken to orionhub.org with cloning dialog already populated and ready to be started.

Orion-github-scripted.png

git.eclipse.org

The scripts converts git URLs at the bottom of a repo page into links. When clicked, you're taken to orionhub.org with cloning dialog already populated and ready to be started.

Install

Orion-giteclipseorg-scripted.png

bugs.eclipse.org

Install

The script adds a link to the bug header. When clicked, you're taken to orionhub.org with cloning dialog already populated and ready to be started. The link is added only for limited number of components within Orion and Platform projects.

Orion-bugzilla-scripted.png

Copyright © Eclipse Foundation, Inc. All Rights Reserved.