Implement simple message annotations
authorMagnus Hagander <magnus@hagander.net>
Sat, 14 Feb 2015 12:07:48 +0000 (13:07 +0100)
committerMagnus Hagander <magnus@hagander.net>
Sat, 14 Feb 2015 12:07:48 +0000 (13:07 +0100)
commit27cba025a501c9dbcfb08da0c4db95dc6111d647
tree6c793f942597c9aee7cc31435baf8eaaabd9b3a9
parent4800696f20614bd2017d671a1b28df55f9952345
Implement simple message annotations

This feature makes it possible to "pull in" a message in a thread and highlight
it with an annotation (free text format). This will list the message in a table
along with the annotation and who made it.

Annotations have to be attached to a specific message - for a "generic" one it
makes sense to attach it to the latest message available, as that will put it
at the correct place in time.
pgcommitfest/commitfest/ajax.py
pgcommitfest/commitfest/models.py
pgcommitfest/commitfest/static/commitfest/css/commitfest.css
pgcommitfest/commitfest/static/commitfest/js/commitfest.js
pgcommitfest/commitfest/templates/patch.html