Timo Stollenwerk
|
3c22930ba2
|
test discussion control panel view.
svn path=/plone.app.discussion/trunk/; revision=33314
|
2010-01-23 09:02:09 +00:00 |
|
Timo Stollenwerk
|
6ca20c7514
|
Make test coverage happy. 1 second seems to be not enough to create a comment when running the test coverage.
svn path=/plone.app.discussion/trunk/; revision=33309
|
2010-01-23 07:26:19 +00:00 |
|
Timo Stollenwerk
|
1e58aa63b1
|
fix CommentViewlet has_replies method.
svn path=/plone.app.discussion/trunk/; revision=33282
|
2010-01-22 19:02:41 +00:00 |
|
Timo Stollenwerk
|
0b530a0a75
|
Ugly hack that works around a "ContentProviderLookupError: plone.htmlhead" error caused by Zope 2 permissions. See https://bugs.launchpad.net/zope2/+bug/176566 for further details. This error occured on Plone 3.3.x only.
svn path=/plone.app.discussion/trunk/; revision=33275
|
2010-01-22 16:28:00 +00:00 |
|
Timo Stollenwerk
|
1a1c903086
|
Integration test for comments viewlet added.
Empty test class for comment form added.
svn path=/plone.app.discussion/trunk/; revision=33271
|
2010-01-22 12:29:26 +00:00 |
|
Timo Stollenwerk
|
365684f137
|
test stop iteration for get_replies method.
svn path=/plone.app.discussion/trunk/; revision=33218
|
2010-01-18 12:20:45 +00:00 |
|
Timo Stollenwerk
|
1bfff5255a
|
more tests for comments viewlet.
svn path=/plone.app.discussion/trunk/; revision=33217
|
2010-01-18 11:38:57 +00:00 |
|
Timo Stollenwerk
|
ca0aecd170
|
user portal membership tool for is_anonyous method; tests for comments viewlet added.
svn path=/plone.app.discussion/trunk/; revision=33216
|
2010-01-18 11:04:08 +00:00 |
|
Timo Stollenwerk
|
77eaee146e
|
tests for comments viewlet added (some are still empty).
svn path=/plone.app.discussion/trunk/; revision=33215
|
2010-01-18 09:55:44 +00:00 |
|
Timo Stollenwerk
|
dc2e5232f7
|
fix migration tests. do not use transactions during unit testing.
svn path=/plone.app.discussion/trunk/; revision=32805
|
2010-01-03 17:36:01 +00:00 |
|
Timo Stollenwerk
|
adb0390227
|
use object_provides instead of portal_type to query the catalog for comments. this fixes bug #2010085;
svn path=/plone.app.discussion/trunk/; revision=32538
|
2009-12-19 15:03:12 +00:00 |
|
Timo Stollenwerk
|
47cba8797f
|
filter tabs removed from moderation view;
svn path=/plone.app.discussion/trunk/; revision=32355
|
2009-12-08 11:19:26 +00:00 |
|
Timo Stollenwerk
|
58f8f4bf22
|
Do not show "publish" bulk action in moderation view when moderation is disabled. Fix story 1105355
.
svn path=/plone.app.discussion/trunk/; revision=30678
|
2009-10-18 13:12:52 +00:00 |
|
Timo Stollenwerk
|
8db9c8c175
|
Removing hard coded publish action. evilbungle branch merge.
svn path=/plone.app.discussion/trunk/; revision=30669
|
2009-10-17 16:14:44 +00:00 |
|
Timo Stollenwerk
|
7cd9ef2491
|
Changing browser:view registrations to browser:page since view doesn't actually do anything with the permissions. This fixes the anyone can delete comments problem. evilbungle branch merge.
svn path=/plone.app.discussion/trunk/; revision=30665
|
2009-10-17 13:50:55 +00:00 |
|
Timo Stollenwerk
|
1ea36d7d82
|
Conversation indexers won't work on old discussion items. Fix tests.
svn path=/plone.app.discussion/trunk/; revision=30658
|
2009-10-17 08:28:50 +00:00 |
|
Timo Stollenwerk
|
e5f1a70de6
|
Make unit tests pass with Plone 3.3 again. Migration tests still failing.
svn path=/plone.app.discussion/trunk/; revision=30633
|
2009-10-16 12:11:58 +00:00 |
|
Hanno Schlichting
|
71ed707794
|
Get this running again for the most part under Plone 4.0 - the main trick was probably to use the new CMFCatalogAware class. Removed collective.testcaselayer dependency, as that broke totally. There's some test failures left, but indexing works in general. Maybe the custom indexing event handlers aren't all required anymore. The title_or_id test failure looks like there's an infinite loop in the __parent__ pointers never reaching the actual content object. This change breaks Plone 3.x compatibility for the moment.
svn path=/plone.app.discussion/trunk/; revision=30629
|
2009-10-16 00:42:08 +00:00 |
|
Timo Stollenwerk
|
f4a4b6e370
|
fix catalog clear-and-rebuild. this finally fixes story 847941.
svn path=/plone.app.discussion/trunk/; revision=30610
|
2009-10-15 10:11:12 +00:00 |
|
Timo Stollenwerk
|
9befc4c651
|
Monkey patch for clear-and-rebuild catalog added. This fixes story 847941. Nested comments are not reindexed yet.
svn path=/plone.app.discussion/trunk/; revision=30574
|
2009-10-14 14:58:08 +00:00 |
|
Timo Stollenwerk
|
7f7c4b1345
|
captcha registry entry and vocabulary added.
svn path=/plone.app.discussion/trunk/; revision=28679
|
2009-08-11 09:45:34 +00:00 |
|
Timo Stollenwerk
|
98204dc84a
|
fix the recursive migrate_replies function, so that it returns True only after all comments on a certain level have been migrated.
svn path=/plone.app.discussion/trunk/; revision=28054
|
2009-07-13 22:14:30 +00:00 |
|
Timo Stollenwerk
|
377f9ddbfd
|
fix depth in migrated comments and add more complex threaded test case.
svn path=/plone.app.discussion/trunk/; revision=28053
|
2009-07-13 21:01:38 +00:00 |
|
Timo Stollenwerk
|
8bc0b068ae
|
delete old replies and talkbacks during the migration.
svn path=/plone.app.discussion/trunk/; revision=28052
|
2009-07-13 20:22:37 +00:00 |
|
Timo Stollenwerk
|
dcb3665d36
|
plone.registry 1.0a2 changed methods to mixedCase (register_interface to registerInterface).
svn path=/plone.app.discussion/trunk/; revision=28041
|
2009-07-13 10:22:45 +00:00 |
|
Timo Stollenwerk
|
b106262e31
|
plone.registry 1.0a2 changed methods to mixedCase (for_interface to forInterface).
svn path=/plone.app.discussion/trunk/; revision=28024
|
2009-07-12 19:13:42 +00:00 |
|
Timo Stollenwerk
|
39e0faffc9
|
remove allow_discussion test, since it is unnecessary.
svn path=/plone.app.discussion/trunk/; revision=28023
|
2009-07-12 18:19:29 +00:00 |
|
Timo Stollenwerk
|
356db660b0
|
migrate creation_date and modification_date too.
svn path=/plone.app.discussion/trunk/; revision=28019
|
2009-07-12 17:55:54 +00:00 |
|
Timo Stollenwerk
|
18ee5159bd
|
function to recursively migrate comments added.
svn path=/plone.app.discussion/trunk/; revision=28016
|
2009-07-12 16:09:34 +00:00 |
|
Timo Stollenwerk
|
d7eaab75c8
|
add migration test for comment Creator and nested comments.
svn path=/plone.app.discussion/trunk/; revision=27960
|
2009-07-12 07:09:07 +00:00 |
|
Timo Stollenwerk
|
88cbd01379
|
migration view and very simple first test added.
svn path=/plone.app.discussion/trunk/; revision=27894
|
2009-07-07 16:16:58 +00:00 |
|
Timo Stollenwerk
|
360a758905
|
fix that enabled method check for FTI information of the current content object and not only for the "Document" portal_type.
svn path=/plone.app.discussion/trunk/; revision=27889
|
2009-07-07 14:48:39 +00:00 |
|
Timo Stollenwerk
|
a946fb54fa
|
indexes for IComment added to override the IConversation indexes.
svn path=/plone.app.discussion/trunk/; revision=27838
|
2009-07-06 16:56:09 +00:00 |
|
Timo Stollenwerk
|
2031ec67cf
|
comment out failing clear-and-rebuild catalog test.
svn path=/plone.app.discussion/trunk/; revision=27813
|
2009-07-04 16:14:22 +00:00 |
|
Timo Stollenwerk
|
b014e92f27
|
remove the available_expr with a workflow name in it.
svn path=/plone.app.discussion/trunk/; revision=27811
|
2009-07-04 13:44:57 +00:00 |
|
Timo Stollenwerk
|
ac4953ebd6
|
test for catalog clear and rebuild added.
svn path=/plone.app.discussion/trunk/; revision=27793
|
2009-07-03 11:22:21 +00:00 |
|
Timo Stollenwerk
|
072f903c3a
|
in_response_to metadata added.
svn path=/plone.app.discussion/trunk/; revision=27789
|
2009-07-03 08:03:09 +00:00 |
|
Timo Stollenwerk
|
dc78965931
|
more catalog tests added.
svn path=/plone.app.discussion/trunk/; revision=27787
|
2009-07-03 06:37:14 +00:00 |
|
Timo Stollenwerk
|
e86df00273
|
remove unnecessary test code.
svn path=/plone.app.discussion/trunk/; revision=27779
|
2009-07-02 17:50:49 +00:00 |
|
Timo Stollenwerk
|
41010fb32a
|
fix for "TypeError: can't pickle OIBTreeItems objects".
svn path=/plone.app.discussion/trunk/; revision=27778
|
2009-07-02 17:50:20 +00:00 |
|
Timo Stollenwerk
|
e42db0295e
|
CatalogSetupTest added.
svn path=/plone.app.discussion/trunk/; revision=27768
|
2009-07-01 20:59:58 +00:00 |
|
Timo Stollenwerk
|
8a6ab7161d
|
remove CatalogTest from test_comments.
svn path=/plone.app.discussion/trunk/; revision=27767
|
2009-07-01 20:58:31 +00:00 |
|
Timo Stollenwerk
|
6647439971
|
indexers for commentators, number of comments, and latest comment added.
svn path=/plone.app.discussion/trunk/; revision=27766
|
2009-07-01 20:57:55 +00:00 |
|
Timo Stollenwerk
|
9e94afc072
|
fix description index for short comments.
svn path=/plone.app.discussion/trunk/; revision=27764
|
2009-07-01 10:01:37 +00:00 |
|
Timo Stollenwerk
|
4cc26a6421
|
moderation view tests added.
svn path=/plone.app.discussion/trunk/; revision=27679
|
2009-06-27 09:35:52 +00:00 |
|
Timo Stollenwerk
|
768b2095de
|
fix tests for bugfix 834504 ("Replies have a wrong path index.")
svn path=/plone.app.discussion/trunk/; revision=27661
|
2009-06-24 20:11:27 +00:00 |
|
Timo Stollenwerk
|
1cc02a3acd
|
Type() is meant to be a method not an attribute.
svn path=/plone.app.discussion/trunk/; revision=27652
|
2009-06-24 08:25:11 +00:00 |
|
Timo Stollenwerk
|
a3e9105e48
|
comment catalog tests added.
svn path=/plone.app.discussion/trunk/; revision=27631
|
2009-06-22 17:06:37 +00:00 |
|
Timo Stollenwerk
|
6d414055bc
|
set correct Type ('Discussion Item') for Comments.
svn path=/plone.app.discussion/trunk/; revision=27629
|
2009-06-22 12:23:19 +00:00 |
|
Timo Stollenwerk
|
23d4b25218
|
allow_discussion on folder level implemented.
svn path=/plone.app.discussion/trunk/; revision=27517
|
2009-06-19 15:51:50 +00:00 |
|