Commit Graph

658 Commits

Author SHA1 Message Date
Timo Stollenwerk ce7e47f07b remove the user notification feature for now, since it requires the current z3c.form trunk and does not work with the latest release on PyPi.
svn path=/plone.app.discussion/trunk/; revision=34697
2010-03-11 19:23:26 +00:00
Timo Stollenwerk 2301565e27 remove the user notification feature for now, since it requires the current z3c.form trunk and does not work with the latest release on PyPi.
svn path=/plone.app.discussion/trunk/; revision=34696
2010-03-11 19:23:02 +00:00
Hanno Schlichting 0fc0bce46e Whitespace ;)
svn path=/plone.app.discussion/trunk/; revision=34666
2010-03-09 12:30:03 +00:00
Timo Stollenwerk 1d39b53c4b Merge notification branch into trunk:
New feature: As a moderator, I am notified when new comments require my attention;
New feature: As a commenter, I can enable/disable email notification of additional comments on this object;
Make p.a.d. work with the recent version of plone.z3cform (0.5.10);

svn path=/plone.app.discussion/trunk/; revision=34602
2010-03-06 10:04:34 +00:00
Timo Stollenwerk d81b95f7c1 more catalog tests added.
svn path=/plone.app.discussion/branches/notification/; revision=34476
2010-03-03 19:20:02 +00:00
Timo Stollenwerk ff0270dac7 hide author_notification field if author notification is disabled. save author notification setting properly when saving the form.
svn path=/plone.app.discussion/branches/notification/; revision=34475
2010-03-03 19:17:13 +00:00
Hanno Schlichting 489b4b0aaf Current trunk works with plone.z3cform = 0.5.7 but throws an error with later version of that package. The monkeypatcher version pin is part of Plone's KGS now
svn path=/plone.app.discussion/trunk/; revision=34471
2010-03-03 13:32:32 +00:00
Timo Stollenwerk 8da52ce577 update changes.
svn path=/plone.app.discussion/trunk/; revision=34374
2010-02-26 17:01:17 +00:00
Timo Stollenwerk 1920869f8b Make p.a.d. styles less generic. This fixes #10253.
svn path=/plone.app.discussion/trunk/; revision=34373
2010-02-26 16:56:31 +00:00
Luca Fabbri 05aa7785a9 Update and fixed italian translation
svn path=/plone.app.discussion/trunk/; revision=34354
2010-02-26 08:15:24 +00:00
Timo Stollenwerk fabda285a0 merge Italian translation from the localization branch again. This fixes #2603933.
svn path=/plone.app.discussion/trunk/; revision=34344
2010-02-25 17:33:31 +00:00
Yiorgis Gozadinos 37910f3bdf Added greek i18n
svn path=/plone.app.discussion/trunk/; revision=34319
2010-02-23 08:44:41 +00:00
Timo Stollenwerk b293d3aa50 remove plone.z3cform <= 0.5.7 requirement from setup.py since p.a.d. works now with the latest plone.z3cform.
svn path=/plone.app.discussion/branches/notification/; revision=34053
2010-02-16 20:35:27 +00:00
Timo Stollenwerk 57b41454bb update CommentsViewlet to follow best practice for showing a z3c.form inside a Viewlet. Override update method instead of init method.
svn path=/plone.app.discussion/branches/notification/; revision=34052
2010-02-16 20:25:56 +00:00
Timo Stollenwerk 0435d6b40e update pydev plone4 buildout to 4.0a4.
svn path=/plone.app.discussion/buildouts/; revision=33997
2010-02-15 11:27:11 +00:00
Timo Stollenwerk 90c44a7c67 test do not notify user when no sender is available.
svn path=/plone.app.discussion/branches/notification/; revision=33964
2010-02-13 21:44:26 +00:00
Timo Stollenwerk be3d347471 user email notification added.
svn path=/plone.app.discussion/branches/notification/; revision=33963
2010-02-13 21:31:17 +00:00
Timo Stollenwerk 38fd65f46d remove whitespace to make coverage-test happy.
svn path=/plone.app.discussion/branches/notification/; revision=33929
2010-02-12 10:21:39 +00:00
Timo Stollenwerk 6e46ce7581 test moderator notification enabled setting.
svn path=/plone.app.discussion/branches/notification/; revision=33928
2010-02-12 10:11:01 +00:00
Timo Stollenwerk f0fb6514c7 Moderator email notification added: As a moderator, I am notified when new comments require my attention.
svn path=/plone.app.discussion/branches/notification/; revision=33921
2010-02-11 21:05:28 +00:00
Timo Stollenwerk 67b5ff566e fix singlecheckboxwidget for comment form.
svn path=/plone.app.discussion/branches/notification/; revision=33873
2010-02-08 18:28:03 +00:00
Timo Stollenwerk 26031cd1f4 notification enabled field added to discussion control panel.
svn path=/plone.app.discussion/branches/notification/; revision=33869
2010-02-08 15:02:17 +00:00
Timo Stollenwerk de3bb53c13 move author notification field to the bottom of the form.
svn path=/plone.app.discussion/branches/notification/; revision=33868
2010-02-08 14:47:53 +00:00
Timo Stollenwerk c4dbf971fb author_notification field added.
svn path=/plone.app.discussion/branches/notification/; revision=33867
2010-02-08 12:02:54 +00:00
Timo Stollenwerk 23eeb041aa comment out CommentForm test.
svn path=/plone.app.discussion/trunk/; revision=33845
2010-02-07 11:37:34 +00:00
Timo Stollenwerk ef44980649 remove omelette section.
svn path=/plone.app.discussion/buildouts/; revision=33844
2010-02-07 11:32:14 +00:00
Timo Stollenwerk b107a376b6 plone 4 dev buildout for hudson ci added.
svn path=/plone.app.discussion/buildouts/; revision=33843
2010-02-07 11:12:20 +00:00
Timo Stollenwerk e2efe7dd55 plone.formwidget.recaptcha added to dev buildout.
svn path=/plone.app.discussion/buildouts/; revision=33841
2010-02-07 07:51:43 +00:00
Timo Stollenwerk aecc72a600 remove unnecessary versions section.
svn path=/plone.app.discussion/buildouts/; revision=33815
2010-02-06 16:04:19 +00:00
Timo Stollenwerk 4d20a968cc use KGS for 1.0b4.
svn path=/plone.app.discussion/buildouts/; revision=33814
2010-02-06 16:03:01 +00:00
Timo Stollenwerk b09c4197aa revert r33808 (revert r33488 (Register the event subscribers for the correct interfaces in Plone 3.), since this is breaking 13 tests.).
svn path=/plone.app.discussion/trunk/; revision=33813
2010-02-06 15:48:23 +00:00
Hanno Schlichting 2cd4860875 Use the correct PTC version to unbreak tests
svn path=/plone.app.discussion/trunk/; revision=33810
2010-02-06 14:38:36 +00:00
Hanno Schlichting 7049413ec8 Added a buildout to the package itself, for both Plone 3.x and 4.x.
svn path=/plone.app.discussion/trunk/; revision=33809
2010-02-06 14:25:07 +00:00
Timo Stollenwerk fde7f2f828 revert r33488 (Register the event subscribers for the correct interfaces in Plone 3.), since this is breaking 13 tests.
svn path=/plone.app.discussion/trunk/; revision=33808
2010-02-06 14:10:56 +00:00
Timo Stollenwerk 348b74fd17 Pin Products.PloneTestCase to version 0.9.8, since PTC 0.9.9 currently breaks tests. This needs to be fixed at some point.
svn path=/plone.app.discussion/buildouts/; revision=33807
2010-02-06 14:08:02 +00:00
Timo Stollenwerk 2ffbe75611 collection test added (failing).
svn path=/plone.app.discussion/trunk/; revision=33780
2010-02-05 22:40:38 +00:00
Timo Stollenwerk 89a9d879f4 test section for hudson ci added to buildout.
svn path=/plone.app.discussion/buildouts/; revision=33712
2010-02-05 09:59:11 +00:00
Timo Stollenwerk 5f4e400a08 update to Plone 3.3.4
svn path=/plone.app.discussion/buildouts/; revision=33664
2010-02-02 09:12:16 +00:00
Hanno Schlichting 9a12f0818a Bump version
svn path=/plone.app.discussion/trunk/; revision=33555
2010-01-28 15:34:39 +00:00
Hanno Schlichting 99c211b6e8 Prepare plone.app.discussion 1.0b3.
svn path=/plone.app.discussion/trunk/; revision=33553
2010-01-28 15:33:50 +00:00
Hanno Schlichting 364a783408 Added an i18n directory for messages in the plone domain and updated scripts to rebuild and sync it.
svn path=/plone.app.discussion/trunk/; revision=33549
2010-01-28 15:00:39 +00:00
Hanno Schlichting dd7506f707 Reformat changelog to match Plone's default style and avoid overlong lines.
svn path=/plone.app.discussion/trunk/; revision=33547
2010-01-28 13:47:42 +00:00
Hanno Schlichting 405ecc1268 Added an optional conversationCanonicalAdapterFactory showing how to share comments across all translations with LinguaPlone, by storing and retrieving the conversation from the canonical object.
svn path=/plone.app.discussion/trunk/; revision=33546
2010-01-28 13:44:56 +00:00
Hanno Schlichting 9c80b99ead Play by the Plone 3.3+ rules and use the INavigationRoot as a base for the moderation views.
svn path=/plone.app.discussion/trunk/; revision=33544
2010-01-28 13:23:58 +00:00
Hanno Schlichting d937bcc42e Added a commentTitle CSS class to the comment titles.
svn path=/plone.app.discussion/trunk/; revision=33543
2010-01-28 11:48:44 +00:00
Hanno Schlichting 590b343a53 Update message ids to match their real text.
svn path=/plone.app.discussion/trunk/; revision=33542
2010-01-28 10:57:36 +00:00
Hanno Schlichting d894c45343 Forgot one domain setting in the GS profile
svn path=/plone.app.discussion/trunk/; revision=33541
2010-01-28 10:49:29 +00:00
Timo Stollenwerk 2179e447ab Set CSS classes for the comment form in the updateActions method.
svn path=/plone.app.discussion/trunk/; revision=33520
2010-01-27 19:20:25 +00:00
Hanno Schlichting faf339bec5 Optimized the conversation enabled method and avoid overlong lines
svn path=/plone.app.discussion/trunk/; revision=33514
2010-01-27 17:11:55 +00:00
Hanno Schlichting 9f4129a65f Respect the allow_comments field on an object and avoid calculations if no comments should be shown.
svn path=/plone.app.discussion/trunk/; revision=33511
2010-01-27 17:00:58 +00:00