]> git.llucax.com Git - software/blitiri.git/commit
Add online commenting support
authorLeandro Lucarella <luca@llucax.com.ar>
Thu, 7 Aug 2008 16:33:08 +0000 (13:33 -0300)
committerAlberto Bertogli <albertito@blitiri.com.ar>
Fri, 8 Aug 2008 22:53:20 +0000 (19:53 -0300)
commitafb0ff3190575f15f0e8a1e401e173d1df8f6cf3
treee3feb007527569cb2cb85417bd457905be183044
parent1d4cf9ca0492dc1026d5a40cdb3f9bd9916dd073
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.
blitiri.cgi