From: Leandro Lucarella Date: Thu, 7 Aug 2008 16:33:08 +0000 (-0300) Subject: Add online commenting support X-Git-Url: https://git.llucax.com/software/blitiri.git/commitdiff_plain/afb0ff3190575f15f0e8a1e401e173d1df8f6cf3?ds=sidebyside;hp=afb0ff3190575f15f0e8a1e401e173d1df8f6cf3 Add online commenting support This patch adds support for online commenting. A new template ``com_form.html`` to customize the commenting form is added. Online commenting is only available if ``enable_comments`` is True, and you need to let the web server write to the ``comments_path`` directory. Note that this patch exposes the race in the CommentDB.save() method (described in the previous commit), but since this event is unlikely enough, we don't care at the moment and can be fixed later if needed. ---