A helga plugin for expanding shortcodes for code reviews on ReviewBoard
Project description
A helga plugin for expanding shortcodes for code reviews on ReviewBoard. This matches the pattern \bcr(\d+)\b and requires configuring the setting REVIEWBOARD_URL. For example:
<sduncan> can someone look at cr1234 <helga> sduncan might be talking about codereview: http://example.com/r/1234
This match plugin will also show links for any code review match it finds:
<sduncan> can someone look at cr1234 and cr456 <helga> sduncan might be talking about codereview: http://example.com/r/1234, http://example.com/r/456
Settings
- REVIEWBOARD_URL
A URL string format for showing ReviewBoard links. This should contain a format parameter ‘{review}’. (default: ‘http://localhost/{review}’)
License
Copyright (c) 2015 Shaun Duncan
Licensed under an MIT license.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.