Comment posting support.
authorEevee <git@veekun.com>
Thu, 15 Oct 2009 07:20:48 +0000 (00:20 -0700)
committerEevee <git@veekun.com>
Thu, 15 Oct 2009 07:20:48 +0000 (00:20 -0700)
commitfca6f64bc81a02c61ba45a13de25f3da2e7630b3
treeb9cc0fcc8a41ff90d50e8a6dde9949c618caeed2
parent422dfbb85e3efd51efd676779012aeb3f9575ba4
Comment posting support.
12 files changed:
floof/config/routing.py
floof/controllers/art.py
floof/controllers/comments.py [new file with mode: 0644]
floof/lib/base.py
floof/lib/helpers.py
floof/model/comments.py
floof/templates/art/show.mako
floof/templates/comments.mako [deleted file]
floof/templates/comments/lib.mako [new file with mode: 0644]
floof/templates/comments/reply.mako [new file with mode: 0644]
floof/templates/comments/thread.mako [new file with mode: 0644]
floof/tests/functional/test_comments.py [new file with mode: 0644]