[][src]Module comment_app_frontend::filters

Functions

add_comment

POST /comments -> to add a comment

add_reply

POST /replies -> to add a reply

comments

The COMMENTs filters combined.

downvote

POST /downvotes -> add/remove an downvote (or simple toggle an downvote)

get_icon

GET /images/icons/name

get_image

GET /images/name

get_static_file

GET /static/comment.js

index_page

GET / -> index page (also referred as Home page)

show_comments_for

GET /comments/count

show_comments_for_session_id

GET /comments/session_id/:id

show_few_comments

GET /comments

trash_comment

DELETE /comments/unique_id/user_id -> to trash a comment, i.e. mark a comment as deleted

trash_reply

DELETE /replies/unique_id -> to trash a reply, i.e. mark a reply as deleted

update_comment_msg

POST /comment_message -> to update message/text in a comment

update_comment_status

POST /comment/comment_id -> to enable or disable a comment

update_reply_msg

POST /reply_message -> to update message/text in a reply

upvote

POST /upvotes -> add/remove an upvote (or simple toggle an upvote)