Commit Graph

695 Commits

Author SHA1 Message Date
Timo Stollenwerk 61565de95a Put email notification subscribers into their own zcml file so it is easier for integrators to override them.
svn path=/plone.app.discussion/trunk/; revision=38981
2010-08-26 09:31:49 +00:00
Timo Stollenwerk a2c89ed5e8 Plain text and intelligent text options for comment text added to preserve basic text structure and to make links clickable.
svn path=/plone.app.discussion/trunk/; revision=38931
2010-08-25 14:03:29 +00:00
Timo Stollenwerk 35d7743b7a Plain text to HTML transformation added for comment text
svn path=/plone.app.discussion/trunk/; revision=38898
2010-08-25 09:19:28 +00:00
Vincent Fretin 5a379b7c4f Hum, I half committed my changes apparently
svn path=/plone.app.discussion/trunk/; revision=38896
2010-08-25 06:46:24 +00:00
Vincent Fretin 17fce9d515 Rewrote all tal:condition in comments.pt. The authenticated user has
the reply button and the comment form if he has the "Reply to item"
permission and the conversation is currently enabled.

Warning:
There is a security hole at the moment. Any authenticated user having the
zope2.View permission or anonymous user without captcha can add a comment
by creating a post request.

svn path=/plone.app.discussion/trunk/; revision=38888
2010-08-24 11:25:17 +00:00
Timo Stollenwerk 1579064ee6 Back to development: 1.0b7
svn path=/plone.app.discussion/trunk/; revision=38887
2010-08-24 09:19:09 +00:00
Timo Stollenwerk 94ebb54421 Update README to 1.0b6 as well.
svn path=/plone.app.discussion/trunk/; revision=38886
2010-08-24 09:18:30 +00:00
Timo Stollenwerk aae3a522bd zest.releaser added to plone 4 dev buildout.
svn path=/plone.app.discussion/trunk/; revision=38885
2010-08-24 09:17:58 +00:00
Timo Stollenwerk 6d5d72f778 Prepare 1.0b6 release.
svn path=/plone.app.discussion/trunk/; revision=38883
2010-08-24 09:05:41 +00:00
Timo Stollenwerk c6252d5116 Remove "exit-with-status" option from test section in the test-plone-4 buildout.
svn path=/plone.app.discussion/trunk/; revision=38882
2010-08-24 09:04:13 +00:00
Vincent Fretin 352a517a0a Fixed the case where a folder has allow_discussion=False and
conversation.enabled() on a document in this folder returned False
instead of True because of allow_discussion acquisition.

svn path=/plone.app.discussion/trunk/; revision=38835
2010-08-20 11:52:05 +00:00
Patrick Gerken 01bc4a778a added .mo files to git ignore
svn path=/plone.app.discussion/trunk/; revision=38821
2010-08-19 14:38:22 +00:00
Timo Stollenwerk 49db74fe3e Remove xmltestreport options that break the coverage report.
svn path=/plone.app.discussion/trunk/; revision=38676
2010-08-09 17:58:22 +00:00
Timo Stollenwerk 510ea5c272 Missing test part added.
svn path=/plone.app.discussion/trunk/; revision=38675
2010-08-09 16:58:38 +00:00
Timo Stollenwerk f9766aeeb6 Test coverage added to test-plone4 buildout.
svn path=/plone.app.discussion/trunk/; revision=38666
2010-08-09 13:05:07 +00:00
Timo Stollenwerk 7a2f1ff12b Fix indentation.
svn path=/plone.app.discussion/trunk/; revision=38665
2010-08-09 12:42:21 +00:00
Timo Stollenwerk d37d5aa9f5 Redirect to the comment form action instead of the absolute url when a comment is posted. This fixes the accidentially triggered file upload when a comment is posted on a file content object.
svn path=/plone.app.discussion/trunk/; revision=38664
2010-08-09 12:25:14 +00:00
Timo Stollenwerk 7fef29cf64 We are still on 1.0b6.
svn path=/plone.app.discussion/trunk/; revision=38663
2010-08-09 12:21:04 +00:00
Timo Stollenwerk 539fa85bb4 Version pins for Plone 4 test buildout updated.
svn path=/plone.app.discussion/trunk/; revision=38662
2010-08-09 12:06:13 +00:00
Timo Stollenwerk 34a199a2cb Upgrade dev buildout to Plone 4.0rc1 (pin down TinyMCE to 1.1.1 because fetching 1.1.2 breaks buildout)
svn path=/plone.app.discussion/trunk/; revision=38661
2010-08-09 11:49:04 +00:00
Vincent Fretin 7705e7facf Updated zh_TW translation
svn path=/plone.app.discussion/trunk/; revision=38610
2010-08-08 08:55:31 +00:00
Vincent Fretin d75fe71a3b Add point
svn path=/plone.app.discussion/trunk/; revision=38599
2010-08-06 20:22:07 +00:00
Vincent Fretin 7c007b1306 You can now translate the title and description of the product.
svn path=/plone.app.discussion/trunk/; revision=38597
2010-08-06 19:22:19 +00:00
Vincent Fretin 8d6e960804 changed translation
svn path=/plone.app.discussion/trunk/; revision=38596
2010-08-06 19:17:18 +00:00
Vincent Fretin 69c2ce9556 Added 3 new messages from the single state workflow
svn path=/plone.app.discussion/trunk/; revision=38583
2010-08-06 17:24:05 +00:00
Vincent Fretin bd1d391c2c previous commit: We need five:registerPackage to register the i18n folder.
svn path=/plone.app.discussion/trunk/; revision=38582
2010-08-06 17:19:32 +00:00
Vincent Fretin be0a6cb685 Added zh_TW translation, use Domain:zh_TW (case sensitive) in plone-zh_TW.po
svn path=/plone.app.discussion/trunk/; revision=38581
2010-08-06 17:15:59 +00:00
Vincent Fretin fd6a8e0fd8 * Renamed legend_add_comment to label_add_comment to have the translation from
plone domain.
* label_comment_by and label_commented_at are not in Plone 4 translation anymore, so
  these two messages moved to plone.app.discussions i18n domain.

svn path=/plone.app.discussion/trunk/; revision=38574
2010-08-06 15:33:34 +00:00
Vincent Fretin 86aee7a2ea Added French translation.
svn path=/plone.app.discussion/trunk/; revision=38573
2010-08-06 15:21:29 +00:00
Vincent Fretin 733c3439ca Translate "Warning" shown in @@moderate-comments in the plone domain.
svn path=/plone.app.discussion/trunk/; revision=38568
2010-08-06 10:46:37 +00:00
Vincent Fretin da7e28be74 Fixed some typo
svn path=/plone.app.discussion/trunk/; revision=38567
2010-08-06 10:43:44 +00:00
Giorgio Borelli 38b5f7dbae italian translation update
svn path=/plone.app.discussion/trunk/; revision=38566
2010-08-06 10:34:04 +00:00
Vincent Fretin d2b19deeac use double quotes
svn path=/plone.app.discussion/trunk/; revision=38565
2010-08-06 10:01:52 +00:00
Vincent Fretin c1e861e969 Fixed i18n markup of message_moderation_disabled.
svn path=/plone.app.discussion/trunk/; revision=38564
2010-08-06 09:51:23 +00:00
Vincent Fretin 27710ca541 It's 'Allow comments', not 'enable moderation'
svn path=/plone.app.discussion/trunk/; revision=38563
2010-08-06 09:34:05 +00:00
Timo Stollenwerk 86c2bbe001 Spanish and German translation updated.
svn path=/plone.app.discussion/trunk/; revision=38552
2010-08-05 18:41:22 +00:00
Timo Stollenwerk 27a2d3fa36 Use only one MessageFactory.
svn path=/plone.app.discussion/trunk/; revision=38551
2010-08-05 18:40:22 +00:00
Timo Stollenwerk 25d1da3475 Spanish translation added. Thanks to Judith Sanleandro.
svn path=/plone.app.discussion/trunk/; revision=38550
2010-08-05 17:18:19 +00:00
Vincent Fretin 6d07243885 Added fr to the script and added the empty i18n/plone-fr.po file
svn path=/plone.app.discussion/trunk/; revision=38549
2010-08-05 17:00:05 +00:00
Vincent Fretin d0cb939828 Added fr directory with empty po file
svn path=/plone.app.discussion/trunk/; revision=38548
2010-08-05 16:57:25 +00:00
Timo Stollenwerk ae5754455b Translation files updated. Spanish translation added.
svn path=/plone.app.discussion/trunk/; revision=38547
2010-08-05 16:47:24 +00:00
Timo Stollenwerk f72972844d Call the CaptchaValidator even when no captcha data was submitted. This is necessary to ensure that the collective.akismet validator is called when installed.
svn path=/plone.app.discussion/trunk/; revision=38541
2010-08-05 15:36:07 +00:00
Patrick Gerken 94e73b43a7 Catch TypeError in indexers if content can not be adapted
Currently plone.app.discussion provides indexers
for IContentish. In these it tries to adapt
the content object to IDiscussion. But an IDiscussion Factory is only
provided for IAnnotatable.
The Criteria are IContentish but not IAnnotatable.
Indexing them fails

svn path=/plone.app.discussion/trunk/; revision=38182
2010-07-21 23:36:16 +00:00
Timo Stollenwerk 9d8c675e69 collective.akismet added to plugin section.
svn path=/plone.app.discussion/trunk/; revision=38141
2010-07-19 09:42:08 +00:00
Timo Stollenwerk 0925a63c15 Unnecessary imports removed.
svn path=/plone.app.discussion/trunk/; revision=38139
2010-07-19 08:25:37 +00:00
Timo Stollenwerk d0f93e6376 version => 1.0b6
svn path=/plone.app.discussion/trunk/; revision=38138
2010-07-19 08:01:53 +00:00
Timo Stollenwerk 4cea4bf384 whitespace
svn path=/plone.app.discussion/trunk/; revision=38137
2010-07-19 08:01:25 +00:00
Timo Stollenwerk d61b5e5964 Point to 1.0b5 to avoid confusion.
svn path=/plone.app.discussion/trunk/; revision=37919
2010-07-16 15:58:04 +00:00
Timo Stollenwerk 01332a2618 Prepare 1.0b5 release.
svn path=/plone.app.discussion/trunk/; revision=37917
2010-07-16 15:31:36 +00:00
Timo Stollenwerk 88ce860aa5 Use self.form instead of CommentForm for the CommentsViewlet update method so integrators don't have to override the viewlet's update method. [Matous]
svn path=/plone.app.discussion/trunk/; revision=37916
2010-07-16 15:26:01 +00:00