Added a new custom field type of "link", that is in addition to "boolean" and "text". Multiple links can be specified by separating them with commas. Then when rendering the the issues page, convert the value(s) to a hrefs
https://pagure.io/pagure/issue/1540
I'm thinking that we may want to turn this into an utility method, maybe in pagure.lib so that we can re-use it in the API as well as add tests for it more easily, we can do that in a later PR though.
rebased
Let's merge, thanks! :)
Pull-Request has been merged by pingou
Added a new custom field type of "link", that is in addition
to "boolean" and "text". Multiple links can be specified by
separating them with commas. Then when rendering the the issues
page, convert the value(s) to a hrefs
https://pagure.io/pagure/issue/1540