Roundup Tracker - Issues

Message5752

Author rouilj
Recipients ber, changeablecore8, rouilj, techtonik
Date 2016-07-04.22:33:04
Message-id <1467671584.74.0.896062250375.issue2550737@psf.upfronthosting.co.za>
In-reply-to
Hi Anatoly can you further specify how you want this to work
if the options offered by Bern are not enough?

This seems like a tracker config issue and not something that needs
to be supported by the roundup core.

You could create a "userconfig" class with name and value
string types.

Then:

name = revisionid
value = http://example.site.org/hgview/%s

then in the local replace, open the db, lookup the "revisionid"
object and value. If you see \br[0-9a-f]{6,64}\b in the text,
grab the stuff after the r and format it into the value (url string).

- rouilj
History
Date User Action Args
2016-07-04 22:33:04rouiljsetmessageid: <1467671584.74.0.896062250375.issue2550737@psf.upfronthosting.co.za>
2016-07-04 22:33:04rouiljsetrecipients: + rouilj, ber, techtonik, changeablecore8
2016-07-04 22:33:04rouiljlinkissue2550737 messages
2016-07-04 22:33:04rouiljcreate