summaryrefslogtreecommitdiffstats
path: root/aurweb/scripts/rendercomment.py
AgeCommit message (Expand)AuthorFilesLines
2021-02-20Refactor code to comply with flake8 and isortFilipe Laíns1-3/+3
2020-02-02rendercomment: use python-markdown's new registration APIFrédéric Mangano-Tarumi1-4/+6
2020-02-02rendercomment: safer Flyspray task linkificationFrédéric Mangano-Tarumi1-7/+14
2020-02-02rendercomment: safer auto-linkification of URLsFrédéric Mangano-Tarumi1-8/+11
2020-02-02rendercomment: respectful linkification of Git commitsFrédéric Mangano-Tarumi1-16/+20
2018-04-08Allow manual breaks and horizontal lines in commentsLukas Fleischer1-2/+2
2017-11-08Auto-link bug reports in commentsLukas Fleischer1-0/+15
2017-08-25Do not hardcode path to the Python interpreterLukas Fleischer1-1/+1
2017-04-26Support headings in package commentsLukas Fleischer1-2/+18
2017-04-24Support fenced code in package commentsLukas Fleischer1-2/+3
2017-04-24Do not keep line breaks in commentsLukas Fleischer1-2/+2
2017-04-24Make references to Git commits clickableLukas Fleischer1-5/+54
2017-04-23Reintroduce backwards-compatible hyperlink syntaxLukas Fleischer1-1/+15
2017-04-23Add Markdown support to package commentsLukas Fleischer1-3/+5
2017-04-23Render comments when storing them in the databaseLukas Fleischer1-0/+35