e00453e9d6Fix#662654: As an administrator, I can configure a Collection to show recent comments. Rename 'Discussion Item' title from 'Comment' to 'Discussion Item'.
Timo Stollenwerk2010-03-17 14:04:34 +00:00
37b8e0fe15Fix#2419342: Fix untranslated published/deleted status messages. import _ from p.a.d message factory instead of from the standard Plone message factory.
Timo Stollenwerk2010-03-17 12:34:38 +00:00
5fedf90f18
Remove fixed width of the actions column of the moderation view. The translated button titles can differ in size from the English titles.
Timo Stollenwerk2010-03-17 11:00:10 +00:00
0776fecfd2
we can't set a widget for the author_notification field because we removed it.
Timo Stollenwerk2010-03-17 10:49:26 +00:00
e5ee53b644
comment out author_notification field because we postponed this setting.
Timo Stollenwerk2010-03-17 10:44:17 +00:00
7ef4f384e0
add additional hint to the "globally enabled" setting. respect 80 characters limit.
Timo Stollenwerk2010-03-17 10:42:37 +00:00
454f911470
remove ipdb egg since this slows down hudson too much.
Timo Stollenwerk2010-03-16 18:14:38 +00:00
c666044aaf
p.a.discussion: bootstrap from plone-coredev (distribute)
Florian Friesdorf2010-03-16 16:57:20 +00:00
eec6bca238
hide the email field again since this does not make sense without user email notification.
Timo Stollenwerk2010-03-16 13:24:13 +00:00
819b66e149
merge r34694-r34695 from the jarn-1.0b3 branch. Fix unicode error when non-ASCII characters are typed into the name field of a comment by anonymous users. We are indexing the member.id only now instead of the full member name or what anonymous users typed into the name field.
Timo Stollenwerk2010-03-16 13:06:08 +00:00
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.
Timo Stollenwerk2010-03-11 19:23:26 +00:00
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.
Timo Stollenwerk2010-03-11 19:23:02 +00:00
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);
Timo Stollenwerk2010-03-06 10:04:34 +00:00
ff0270dac7
hide author_notification field if author notification is disabled. save author notification setting properly when saving the form.
Timo Stollenwerk2010-03-03 19:17:13 +00:00
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
Hanno Schlichting2010-03-03 13:32:32 +00:00
b293d3aa50
remove plone.z3cform <= 0.5.7 requirement from setup.py since p.a.d. works now with the latest plone.z3cform.
Timo Stollenwerk2010-02-16 20:35:27 +00:00
57b41454bb
update CommentsViewlet to follow best practice for showing a z3c.form inside a Viewlet. Override update method instead of init method.
Timo Stollenwerk2010-02-16 20:25:56 +00:00
f0fb6514c7
Moderator email notification added: As a moderator, I am notified when new comments require my attention.
Timo Stollenwerk2010-02-11 21:05:28 +00:00
b09c4197aa
revert r33808 (revert r33488 (Register the event subscribers for the correct interfaces in Plone 3.), since this is breaking 13 tests.).
Timo Stollenwerk2010-02-06 15:48:23 +00:00
7049413ec8
Added a buildout to the package itself, for both Plone 3.x and 4.x.
Hanno Schlichting2010-02-06 14:25:07 +00:00
fde7f2f828
revert r33488 (Register the event subscribers for the correct interfaces in Plone 3.), since this is breaking 13 tests.
Timo Stollenwerk2010-02-06 14:10:56 +00:00
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.
Timo Stollenwerk2010-02-06 14:08:02 +00:00
364a783408
Added an i18n directory for messages in the plone domain and updated scripts to rebuild and sync it.
Hanno Schlichting2010-01-28 15:00:39 +00:00
dd7506f707
Reformat changelog to match Plone's default style and avoid overlong lines.
Hanno Schlichting2010-01-28 13:47:42 +00:00
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.
Hanno Schlichting2010-01-28 13:44:56 +00:00
9c80b99ead
Play by the Plone 3.3+ rules and use the INavigationRoot as a base for the moderation views.
Hanno Schlichting2010-01-28 13:23:58 +00:00
d937bcc42e
Added a commentTitle CSS class to the comment titles.
Hanno Schlichting2010-01-28 11:48:44 +00:00
2179e447ab
Set CSS classes for the comment form in the updateActions method.
Timo Stollenwerk2010-01-27 19:20:25 +00:00
faf339bec5
Optimized the conversation enabled method and avoid overlong lines
Hanno Schlichting2010-01-27 17:11:55 +00:00
9f4129a65f
Respect the allow_comments field on an object and avoid calculations if no comments should be shown.
Hanno Schlichting2010-01-27 17:00:58 +00:00
034d0a93ad
Automatically load the ZCML files of the captcha widgets if they are installed.
Hanno Schlichting2010-01-27 16:14:35 +00:00
29a81f0717
Fixed i18n domain in GenericSetup profiles to be `plone`. Other values aren't supported for GS profiles.
Hanno Schlichting2010-01-27 14:56:30 +00:00
ece5e3c302
Provide our own copy of the default one state workflow. Not all Plone sites have this workflow installed.
Hanno Schlichting2010-01-27 14:46:12 +00:00
efc60b2620
Register the event subscribers for the correct interfaces in Plone 3.
Hanno Schlichting2010-01-27 13:51:44 +00:00
1b78a1839b
Factored out subscriber declarations into its own ZCML file.
Hanno Schlichting2010-01-27 12:28:47 +00:00
4fa3f476d4
allow to show the full text of a comment in the moderation view.
Timo Stollenwerk2010-01-25 11:43:29 +00:00
489afd8636
Bugfix #2281226: Moderation View: Comments disappear when hitting the 'Apply' button without choosing a bulk action.
Timo Stollenwerk2010-01-25 10:51:27 +00:00
677490a445
Final fixes: now also the "Comment" button is translated
Luca Fabbri2010-01-24 14:00:51 +00:00
a6a1904d3e
Commiting working translation. Some light fixes was needed also to the code.
Luca Fabbri2010-01-24 13:47:39 +00:00
569cd0f33b
Added the locales support. Also refactored interfaces string to cleanup the default i18n messages default.
Luca Fabbri2010-01-24 11:25:22 +00:00