Commit Graph

9 Commits (3f7f4852efaaa56a0dada832dc652a1fc8869ae7)

Author SHA1 Message Date
Thibault Meyer 7eafe3213f Fix : commit tag shortener ()
* Fix : commit tag shortener

* Check short commit

* remove debug

* Edit unit tests

* Show 10-char short SHA
Thibault Meyer 99812a80fd Fix : Bad commit URL generation ()
Unknwon d7bdc1de8d fix mention regex does not include dash
Unknwon f1b8d52eb3 fix no mail notification when issue is closed/reopened
Cosmin Stroe 84841c8c4b Stricter parsing of issue URLs and commit URLs. ()
Cosmin Stroe ba314a7a36 Support alphanumeric issue style (ABC-1234) for external issue tracker ()
Odin Ugedal 8540043c45 Make separate string variables for space
Odin Ugedal f57adf3637 Fix relative links in markdown files
Replace spaces with "%20" in "urlPrefix", before markdon processing.
The spaces were causing blackfriday (markdown processor) to behave
strange. This fixes .
Unknwon d5a3021a7d Make markdown as an independent module