40eb6b17c1reindex content object when deleting a comment.
Timo Stollenwerk
2009-07-03 06:33:22 +0000
47fd22f02edon't convert commentators to a set before converting it to a tuple, since the values are unique.
Timo Stollenwerk
2009-07-03 05:45:47 +0000
e86df00273remove unnecessary test code.
Timo Stollenwerk
2009-07-02 17:50:49 +0000
41010fb32afix for "TypeError: can't pickle OIBTreeItems objects".
Timo Stollenwerk
2009-07-02 17:50:20 +0000
d7bbee3a99revert changes from rev. 27776.
Timo Stollenwerk
2009-07-02 16:35:28 +0000
045a926621fix for "TypeError: can't pickle OIBTreeItems objects".
Timo Stollenwerk
2009-07-02 16:04:02 +0000
8b60038237topic indexes and metadata added.
Timo Stollenwerk
2009-07-01 21:13:58 +0000
e42db0295eCatalogSetupTest added.
Timo Stollenwerk
2009-07-01 20:59:58 +0000
8a6ab7161dremove CatalogTest from test_comments.
Timo Stollenwerk
2009-07-01 20:58:31 +0000
6647439971indexers for commentators, number of comments, and latest comment added.
Timo Stollenwerk
2009-07-01 20:57:55 +0000
9e94afc072fix description index for short comments.
Timo Stollenwerk
2009-07-01 10:01:37 +0000
e2ab90641fremove unnecessary CSS from moderation view.
Timo Stollenwerk
2009-07-01 09:35:46 +0000
55380327f6fix fieldset CSS selector.
Timo Stollenwerk
2009-07-01 09:33:33 +0000
938c1dc2e8formTab fixes.
Timo Stollenwerk
2009-07-01 00:04:03 +0000
33577fa13dmake filters look like Plone formTabs.
Timo Stollenwerk
2009-06-30 23:49:32 +0000
cfd70d8cc8add pagination to moderate comment view.
Timo Stollenwerk
2009-06-30 23:17:40 +0000
8c217ae45amake action column not sortable.
Timo Stollenwerk
2009-06-30 22:20:31 +0000
2e04461162remove nested forms from moderate comments view. rewrite jquery code for comment delete and publish.
Timo Stollenwerk
2009-06-30 22:17:42 +0000
15b7347626rearrange the moderate comment UI.
Timo Stollenwerk
2009-06-29 21:05:38 +0000
d3f9b90546fix check/uncheck all.
Timo Stollenwerk
2009-06-29 20:44:20 +0000
3a9068f643reset the select fields after publish bulk action.
Timo Stollenwerk
2009-06-29 20:32:05 +0000
450204fc43reset the bulkaction field after submitting a bulk action.
Timo Stollenwerk
2009-06-29 20:08:39 +0000
be04439891remove the publish form when a comment is published in the view without a filter.
Timo Stollenwerk
2009-06-29 15:29:51 +0000
a00dea41e3differentiate between delete and publish AJAX calls.
Timo Stollenwerk
2009-06-29 15:09:41 +0000
4a934a2967do not show the publish bulk action when showing only published comments.
Timo Stollenwerk
2009-06-29 13:54:51 +0000
6057ad0e91check if the comment is not already published, before publishing.
Timo Stollenwerk
2009-06-29 13:52:51 +0000
7e3de6ae0aremove unnecessary paths variable for BulkActionView methods, set self.paths instead.
Timo Stollenwerk
2009-06-29 13:44:46 +0000
2bc25c06demove jQuery code for comment actions from page template to moderation.js.
Timo Stollenwerk
2009-06-29 13:39:55 +0000
502015b14esubmit bulkactions with an AJAX call.
Timo Stollenwerk
2009-06-29 13:38:00 +0000
8df9ad9cf4remove return REQUEST statements for AJAX calls, since they are unnecessary.
Timo Stollenwerk
2009-06-29 12:24:10 +0000
da2402865fminor: comment changed.
Timo Stollenwerk
2009-06-29 11:16:14 +0000
5885be08ccfix select all JS for moderation view (do not override the checkbox value).
Timo Stollenwerk
2009-06-29 11:15:37 +0000
dd7f59c104keep current filter when submitting a form.
Timo Stollenwerk
2009-06-29 11:11:58 +0000
c25557650fadd "select all" JS to select all comments in the moderate comments view.
Timo Stollenwerk
2009-06-29 09:54:53 +0000
906fa4ce7efix publish button for the moderate comments view.
Timo Stollenwerk
2009-06-29 09:54:17 +0000
59554b7af7revert changes from rev. 27698 and 27702. switch back to non-plone table for comment moderation.
Timo Stollenwerk
2009-06-28 18:38:25 +0000
14b00ff361fix publish comment button.
Timo Stollenwerk
2009-06-28 18:29:01 +0000
abb0334c1dreplace moderate comments table with a subclass of the standard Plone folder-listing table. this basically breaks all functionality (filter, bulk actions) and kss actions are not working yet, but the pagination is working.
Timo Stollenwerk
2009-06-28 11:49:00 +0000
4cc26a6421moderation view tests added.
Timo Stollenwerk
2009-06-27 09:35:52 +0000
ffcdfc22e5bulk actions for publish and delete added.
Timo Stollenwerk
2009-06-26 18:59:37 +0000
e0da88efbashow publish button only when comment is in "pending" workflow state.
Timo Stollenwerk
2009-06-26 16:03:19 +0000
fb0bae4877remove reindexObjectSecurity() call in publish comment method, since it is unnecessary.
Timo Stollenwerk
2009-06-26 15:03:20 +0000
90440cfecaadd bulk actions and filter to the moderation view. move delete- and publish-comment methods from comment.py to moderation.py.
Timo Stollenwerk
2009-06-26 14:57:45 +0000
768b2095defix tests for bugfix 834504 ("Replies have a wrong path index.")
Timo Stollenwerk
2009-06-24 20:11:27 +0000
99b7171265todo list update.
Timo Stollenwerk
2009-06-24 15:30:22 +0000
564e15af40bug 812754 fixed. "unsuccessfully attempted to uncatalog an object" while trying to delete a comment.
Timo Stollenwerk
2009-06-24 14:57:18 +0000
f088cb946efix bug 834504. Replies have a wrong path index.
Timo Stollenwerk
2009-06-24 14:03:02 +0000
e3e6d5548efix bug 834504. Replies have a wrong path index.
Timo Stollenwerk
2009-06-24 13:55:20 +0000
fee068dc09let comment Type method return portal_type instead of a string.
Timo Stollenwerk
2009-06-24 13:18:54 +0000
f0e38ff65afix wrong i18n attribute in body text.
Timo Stollenwerk
2009-06-24 08:26:02 +0000
1cc02a3acdType() is meant to be a method not an attribute.
Timo Stollenwerk
2009-06-24 08:25:11 +0000
a7d80a1368i18n added to templates.
Timo Stollenwerk
2009-06-23 17:44:47 +0000
1008356b30fix story 833286: IE 6: Comment layer is not displayed correctly.
Timo Stollenwerk
2009-06-23 15:40:00 +0000
a3e9105e48comment catalog tests added.
Timo Stollenwerk
2009-06-22 17:06:37 +0000
6d414055bcset correct Type ('Discussion Item') for Comments.
Timo Stollenwerk
2009-06-22 12:23:19 +0000
bded41ffa4documentation txt file added.
Timo Stollenwerk
2009-06-22 10:11:08 +0000
b757d1b61bformat_time method removed from moderation view, since it is not used anymore.
Timo Stollenwerk
2009-06-22 10:09:11 +0000
641585b052css styles for the moderation view added.
Timo Stollenwerk
2009-06-22 10:08:09 +0000
97bdf27f8dbulk actions and filters added to the bulk moderation view (most of them are non-functional yet).
Timo Stollenwerk
2009-06-22 10:07:36 +0000
eec0e2d206fix comment redirect from "#comment-<comment_id>" to "#<comment_id>".
Timo Stollenwerk
2009-06-21 20:33:02 +0000
d8373799afMake the comment layer overflow when the commenter image is larger than the comment text.
Timo Stollenwerk
2009-06-21 17:46:10 +0000
fe4e1390effix redirect from add comment form.
Timo Stollenwerk
2009-06-21 13:27:02 +0000
e4ac274781fix that logged in users who are not managers don't see comments at all.
Timo Stollenwerk
2009-06-21 13:00:28 +0000
b288f3f7fbfix "Reply button is not working anymore when a reply was posted." Switch HTML anchor from "#comment-<comment_id>" to "#<comment_id>".
Timo Stollenwerk
2009-06-21 10:34:12 +0000
c35b631e36don't show non-published comments to anonymous users.
Timo Stollenwerk
2009-06-21 08:29:42 +0000
8a5408c61duse IStatusMessage when deleting and publishing comments.
Timo Stollenwerk
2009-06-21 08:03:08 +0000
b7b0b1801bvery basic form validation added to comments viewlet.
Timo Stollenwerk
2009-06-21 07:48:33 +0000
7eae4783a4fix multi-submit message error on the reply button.
Timo Stollenwerk
2009-06-20 20:10:09 +0000
da6764ffa5remove reply image and css for it.
Timo Stollenwerk
2009-06-20 16:40:03 +0000
4102fb6f6ffix reply bug ("TypeError: long() argument must be a string or a number") in Chrome.
Timo Stollenwerk
2009-06-20 16:24:16 +0000
e9f24cfa74Complete rewrite of the show/hide reply-to-comment forms. Switch from Javascript event handlers to jQuery event binding. Replace reply-to-comment image with a standard reply button. Fix IE7 show reply-to-comment form is not working.
Timo Stollenwerk
2009-06-20 16:00:36 +0000
23d4b25218allow_discussion on folder level implemented.
Timo Stollenwerk
2009-06-19 15:51:50 +0000
d25e2b80c4enabled is a boolean method now instead of a property.
Timo Stollenwerk
2009-06-19 10:04:32 +0000
c135228419Use adaption instead of calling the conversationAdapterFactory directly.
Timo Stollenwerk
2009-06-19 10:00:31 +0000
59586025beadd test to make sure that conversation.enabled on a folder always returns False.
Timo Stollenwerk
2009-06-18 21:12:38 +0000
c8a24e5d74make conversation.enabled return a boolean (remove the property decorator). Always return false if the content object is a folder.
Timo Stollenwerk
2009-06-18 21:02:32 +0000
34ee743bf3remove all the unnecessary acquisition wrapping of conversation (since the conversationAdapterFactory now returns an aq wrapped conversation).
Timo Stollenwerk
2009-06-18 20:57:47 +0000
476cc1c5e7conversationAdapterFactory now always returns the acquisition wrapped conversation object.
Timo Stollenwerk
2009-06-18 20:53:25 +0000
0a706dec70fix i18n domain.
Timo Stollenwerk
2009-06-16 23:25:36 +0000
adb3a6d9beremove typed in text after copying the reply form.
Timo Stollenwerk
2009-06-16 23:04:54 +0000
3d4343440ccomments viewlet's format_time now returns localized time.
Timo Stollenwerk
2009-06-16 20:53:45 +0000
de5499d996show delete and workflow actions buttons on the comments viewlet.
Timo Stollenwerk
2009-06-16 13:13:40 +0000
28fbad44a7fix the permissions for delete and publish comments. make the publish-comment button work.
Timo Stollenwerk
2009-06-16 13:10:58 +0000
f8b317ac7aadd objectIds method to Conversation class to make publish comment work.
Timo Stollenwerk
2009-06-16 11:52:00 +0000
282e592c8ftest to understand the allow_discussion attribute added. I know that this is not a real test. We can remove it again at some point.
Timo Stollenwerk
2009-06-16 11:51:25 +0000
9ad344b4c2update and reorder todo list.
Timo Stollenwerk
2009-06-16 10:43:00 +0000
baeb3a638ctraversal test for the replies adapter added.
Timo Stollenwerk
2009-06-15 09:06:47 +0000
886fe17b47fix commenter portrait tests, since get_commenter_portrait returns a URL instead of an image now.
Timo Stollenwerk
2009-06-15 08:54:35 +0000
e8ce114f4btodo list update.
Timo Stollenwerk
2009-06-14 17:49:45 +0000
60ed441033set the username oder creator when a reply is added to a comment.
Timo Stollenwerk
2009-06-14 17:34:30 +0000
5c3c77ecbdshow the reply-to-comment button to anonymous users.
Timo Stollenwerk
2009-06-14 17:33:32 +0000
dcc8c329ebfix the portal messages for deleting and workflow actions.
Timo Stollenwerk
2009-06-14 17:11:53 +0000
5e26227ea1fix that anonymous users see a link to a non-existent user-home in the comments viewlet.
Timo Stollenwerk
2009-06-14 11:10:45 +0000
1670338aceAdd id fall back for Creator if no Username (Title) has been added.
Timo Stollenwerk
2009-06-14 08:45:17 +0000
2e1cda3f59hide delete and workflow actions in the comments viewlet, since they don't work yet.
Timo Stollenwerk
2009-06-14 07:26:59 +0000
9be49ee767fix delete and publish comment methods.
Timo Stollenwerk
2009-06-14 07:19:37 +0000
9e30b7b3c2hide the delete and workflow buttons in the moderation view, since they are not working yet.
Timo Stollenwerk
2009-06-14 07:09:10 +0000
5300e33457fix the anonymous view for the comments viewlet. refactor get_replies.
Timo Stollenwerk
2009-06-13 18:02:59 +0000
c318ecc6c5remove print statement from former commit.
Timo Stollenwerk
2009-06-13 17:34:34 +0000
22f50532ffadd workflow buttons to comments viewlet (not working yet).
Timo Stollenwerk
2009-06-13 17:33:48 +0000