8fb254f73d
add optional workflow actions to the get_replies method of the comments viewlet. switch from Acquisition.explicit to Acquisition.implicit for the comment class. adjust test_comment to work with Acquisition.implicit.
Timo Stollenwerk2009-06-13 16:46:37 +00:00
24997f4eb9
remove collective.autopermission from main configure.zcml since it's also in the browser configure.zcml.
Timo Stollenwerk2009-06-11 13:52:31 +00:00
dd0133e0c0
add delete and workflow actions buttons to comments viewlet.
Timo Stollenwerk2009-06-11 13:51:33 +00:00
9558732ed9
revert changes from 27368 (add enabled to interface). A property with the same name and function is already there.
Timo Stollenwerk2009-06-11 03:37:55 +00:00
22a4916afa
fix comments view. call getPersonalPortrait in the template again.
Timo Stollenwerk2009-06-08 07:28:59 +00:00
1af2b435fd
get_commenter_portrait and get_commenter_home_url methods added to comments viewlet. tests for get_commenter_portrait added.
Timo Stollenwerk2009-06-07 20:58:41 +00:00
dada11c43c
show_commenter_image record added to the discussion control panel.
Timo Stollenwerk2009-06-07 08:47:14 +00:00
b1ab18dddc
show commenting viewlet only when isDiscussionAllowed is true.
Timo Stollenwerk2009-06-03 17:05:26 +00:00
e4a62a2c0d
comment with todo for discussion control panel added.
Timo Stollenwerk2009-06-03 15:24:48 +00:00
ccf1e0456f
add anonymous_comments option to the discussion control panel.
Timo Stollenwerk2009-06-03 14:58:49 +00:00
57c534b5d3
add globally_enabled option to the discussion plone control panel. add plone.app.discussion to the package dependencies.
Timo Stollenwerk2009-06-03 12:49:34 +00:00
f27156e916
Added basic infrastructure for discussion controlpanel.
Timo Stollenwerk2009-06-02 21:20:53 +00:00
47911fa24a
use slideUp() instead of hide() jquery function to hide the reply form.
Timo Stollenwerk2009-06-02 16:36:16 +00:00
b9aeabedb1
fix the error of showing too much reply forms in the reply-to-comment jquery function.
Timo Stollenwerk2009-06-02 16:13:44 +00:00
2ecd5e76a5
check if discussion is allowed for the comments viewlet.
Timo Stollenwerk2009-05-28 06:35:47 +00:00
77490ec0d5
Redirect directly to the comment and not to the content object after adding a comment.
Timo Stollenwerk2009-05-28 06:11:09 +00:00
660ee78ca0
User Story: As a visitor, I can view portraits, full name and username against each comment, with a link to the author profile
Timo Stollenwerk2009-05-28 06:08:55 +00:00
05f46268f4
comment view that redirects to the comment added. no unit test so far!
Timo Stollenwerk2009-05-27 13:23:25 +00:00
5f52a0d56b
HTML anker added to every comment, so when the reply-to-comment button is hit, the browser scrolls to the right position.
Timo Stollenwerk2009-05-27 07:33:13 +00:00
c1aedbefb0
Show the reply-to-comment button only when Javascript is enabled. Otherwise hide it, since the reply functions rely on jQuery.
Timo Stollenwerk2009-05-27 07:26:21 +00:00
ad06e9a7e6
make comments viewlet show the plone.app.discussion comments and allow to add new comments. (redirection after add-comment is not working yet)
Timo Stollenwerk2009-05-25 18:59:25 +00:00
731f83b706
remove the test_dict_api from test_comments.py, since the test_dict_api from test_conversation.py tests both IReplies adapters.
Timo Stollenwerk2009-05-25 10:38:58 +00:00
0797579bfd
delete comment test for CommentReplies adapter added.
Timo Stollenwerk2009-05-25 07:08:26 +00:00
ac5d96250b
add comment test for the IReplies adapter for comments added.
Timo Stollenwerk2009-05-25 07:02:11 +00:00
a3ac44763b
test dict api for RepliesTest fixed (conversation returns all comments, replies return only top level comments).
Timo Stollenwerk2009-05-24 15:30:16 +00:00
cc45041a97
test dict api for RepliesTest added. (conversation currently returns the wrong number of items!)
Timo Stollenwerk2009-05-24 15:25:49 +00:00