Plugins Directory » Remote Revision URL
Author: | T Leish | |
---|---|---|
Website: | https://github.com/tleish/redmine_remote_revision_url | |
Code repository: | https://github.com/tleish/redmine_remote_revision_url | |
Registered on: | 2015-06-06 (over 9 years ago) | |
Current version: | 0.3.1 | |
Compatible with: | Redmine 3.1.x, 3.0.x, 2.6.x, 2.5.x, 2.4.x, 2.3.x, 2.2.x, 2.1.x, 2.0.x | |
User ratings: |
The Redmine Remote Revision URL plugin adds a revision link to a remote website to see more details on a commit/revision. This allows a user to quickly jump to github, gitlab, bitbucket, a code review website, etc and extend the current functionality of redmine revisions.
Screenshots¶
Installation notes
Install¶
$ cd redmine/plugins $ git clone https://github.com/tleish/redmine_remote_revision_url
Restart Redmine
Repository Settings¶
To start using you must Add/Edit a Remote Revision URL for each repository. Go to Project > Settings > Repositories > Edit (or New Repository).
Insert :revision in the URL where the revision identifier should appear (e.g. https://website.com/my/project/commit/_:revision_).
Global Plugin Settings¶
Globally configure remote revision url links to open in a new tab/window (default is current window).
Changelog
0.3.1 (2016-02-06)
Compatible with Redmine 3.1.x, 3.0.x, 2.6.x, 2.5.x, 2.4.x, 2.3.x, 2.2.x, 2.1.x, 2.0.x.
Thanks to Tobias Fischer, adding German locale and fixing other translation bug.
0.2.0 (2015-06-06)
Compatible with Redmine 3.1.x, 3.0.x, 2.6.x, 2.5.x, 2.4.x, 2.3.x, 2.2.x, 2.1.x, 2.0.x.
Added the following:
- Custom Link Text configured with each repository.
- Global configuration to Replace the Redmine Revision Links completely (instead of adding additional link).