d00282a437
Translations updated. German translations for notifications added.
Timo Stollenwerk2011-04-22 17:28:00 +00:00
e75685d5c0
Add links to delete/approve a comment in the moderator notification email. Remove the unnecessary workflow_action parameter from the PublishComments request.
Timo Stollenwerk2011-04-22 17:09:09 +00:00
c66e243a86
Make sure the email settings in the control panel are disabled when commenting is disabled globally; Enable/disable moderator_email setting dynamically as mail settings or discussion settings change.
Timo Stollenwerk2011-04-22 15:41:45 +00:00
ff3cc181b8
Remove ImportError exceptions for Plone < 4.1 code and plone.z3cform < 0.6.0.
Timo Stollenwerk2011-04-22 15:31:29 +00:00
b84211ddf0
Remove ImportError exceptions for Plone < 4.1 code and plone.z3cform < 0.6.0.
Timo Stollenwerk2011-04-22 14:59:59 +00:00
31ecf38129
Provide the comment body text in the email notification.
Timo Stollenwerk2011-04-22 13:34:50 +00:00
811d4a0429
Avoid deprecation warnings and always specify a catalog query as a dict
Hanno Schlichting2011-04-15 16:17:02 +00:00
3708429a37
Move some policy out of the conversation storage adapter into a view, specifically "enabled()". Prevents having to replace/migrate persistent objects to change policy which really only concerns the context and possibly the request, not the conversation storage. Fixes#11372.
Ross Patterson2011-04-15 04:29:46 +00:00
7354ca4298
Fix unindexing of comments when deleting content resulting from iterating over a BTree while modifying it. Fixes#11402.
Ross Patterson2011-04-14 21:30:32 +00:00
187aa60452
These testbrowser tests certainly no longer raise 404s for me
Ross Patterson2011-04-14 19:06:55 +00:00
d3025fb3ec
Fix some aq wrapper errors introduced by my previous fix but not exposed since the functional tests weren't running.
Ross Patterson2011-04-14 19:06:24 +00:00
d8f864596e
The functional tests haven't been running due to an unused import
Ross Patterson2011-04-14 19:05:31 +00:00
7b42c34493
Nobody seems to maintain the LANGUAGES variable, remove the update-translations.sh script, use a simpler locales/update.sh script.
Vincent Fretin2011-04-10 20:37:37 +00:00
ab5c728448
Fixed i18n of the "Commenting has been disabled." message.
Vincent Fretin2011-04-10 20:28:21 +00:00
5f064b16d1
remove help text re moderator email now that there is a separate setting for it
David Glick2011-04-08 20:47:13 +00:00
8d3a37ead9
merge r48555 from 1.x branch. bumping profile version to 100 so there's space for future upgrades in the 1.x line
David Glick2011-04-08 20:23:07 +00:00
d323d37285
add upgrade step for moderator_email setting
David Glick2011-04-08 20:20:34 +00:00
636bca745c
merge r47140, r47290, r47579 from davisagli-features: fix timezone handling when migrating legacy comments and when indexing
David Glick2011-04-02 21:26:36 +00:00
9d83b4f0e6
merge -r46947 from davisagli-features: preserve legacy titles on migrated comments
David Glick2011-04-02 21:16:24 +00:00
eb004aab44
merge r46437 and r46946 from davisagli-features: respect the per-comment mime_type setting, and use the old cooked text/html from legacy comments when migrating
David Glick2011-04-02 19:51:37 +00:00
bf5946367a
merge r46436 from davisagli-features: make it possible to specify a callback filter for the migration
David Glick2011-04-02 19:33:10 +00:00
39d692f9b8
Trigger failure for objects with unicode titles in string
Patrick Gerken2011-03-09 03:07:29 +00:00
65aab05d1b
Fixed test failure for the default user portrait, which changed from defaultUser.gif to defaultUser.png in Products.PlonePAS 4.0.5.
Patrick Gerken2011-03-09 03:03:17 +00:00
79701cce7e
Take care of properly converting titles to unicode
Patrick Gerken2011-03-08 20:15:52 +00:00