| Home | Trees | Indices | Help |
|---|
|
|
|
|||
|
PublicCommentManipulator Manipulator that handles public registered comments |
|||
|
PublicFreeCommentManipulator Manipulator that handles public free (unregistered) comments |
|||
|
|||
|
|||
|
|||
|
|||
|
|||
COMMENTS_PER_PAGE = 20
|
|||
|
|||
Post a comment
Redirects to the `comments.comments.comment_was_posted` view upon success.
Templates: `comment_preview`
Context:
comment
the comment being posted
comment_form
the comment form
options
comment options
target
comment target
hash
security hash (must be included in a posted form to succesfully
post a comment).
rating_options
comment ratings options
ratings_optional
are ratings optional?
ratings_required
are ratings required?
rating_range
range of ratings
rating_choices
choice of ratings
|
Post a free comment (not requiring a log in)
Redirects to `comments.comments.comment_was_posted` view on success.
Templates: `comment_free_preview`
Context:
comment
comment being posted
comment_form
comment form object
options
comment options
target
comment target
hash
security hash (must be included in a posted form to succesfully
post a comment).
|
Display "comment was posted" success page
Templates: `comment_posted`
Context:
object
The object the comment was posted on
|
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Thu Apr 17 18:52:12 2008 | http://epydoc.sourceforge.net |