81d74cfe6b
Fixed test failure for the default user portrait, which changed from defaultUser.gif to defaultUser.png in Products.PlonePAS 4.0.5.
Maurits van Rees
2011-02-15 16:19:13 +00:00
12ccfcdad9
Prepare 2.0a2 release.
Timo Stollenwerk
2011-02-08 09:30:18 +00:00
bf96d0082f
Remove "Plone 3 only" code; Do not monkey patch the BAD_TYPES vocabulary or plone.app.vocabularies anymore.
Timo Stollenwerk
2011-02-08 09:28:51 +00:00
533fefa396
Fix typo.
Timo Stollenwerk
2011-02-07 15:15:56 +00:00
c1eab9c149
Fix readme.
Timo Stollenwerk
2011-02-07 15:08:24 +00:00
809946d54a
Prepare 2.0a1 release.
Timo Stollenwerk
2011-02-07 15:00:46 +00:00
88307070b7
Prepare plone.app.discussion 1.0.
Timo Stollenwerk
2011-02-07 12:25:41 +00:00
29cf266b25
Prepare 1.0 release.
Timo Stollenwerk
2011-02-07 12:06:03 +00:00
8da226ee99
Prepare 1.0 release.
Timo Stollenwerk
2011-02-07 12:05:20 +00:00
39beac094c
Fix email notification docs.
Timo Stollenwerk
2011-01-27 13:52:19 +00:00
7dfd4ac98c
Fix email notification docs.
Timo Stollenwerk
2011-01-27 13:51:11 +00:00
0c435dc9ca
Check if the current user has configured an e-mail address for the email notification option. Refs #11428
Timo Stollenwerk
2011-01-26 08:15:14 +00:00
15c681d27f
Check if the current user has configured an e-mail address for the email notification option. Refs #11428
Timo Stollenwerk
2011-01-26 08:06:21 +00:00
65a4371d4d
Clean up Plone 4 test buildout.
Timo Stollenwerk
2011-01-24 09:49:02 +00:00
e8971a364a
Set version to 1.0RC2.
Timo Stollenwerk
2011-01-24 08:38:14 +00:00
543b9d47c5
Remove moderation_enabled setting from registry to avoid migration problems to 1.0RC1. Refs #11419.
Timo Stollenwerk
2011-01-24 08:37:43 +00:00
f44cb442eb
Prepare plone.app.discussion 1.0RC1.
Timo Stollenwerk
2011-01-22 12:54:54 +00:00
9c9abb9b6f
Fix typo in version string; Fix good-py link in readme.
Timo Stollenwerk
2011-01-22 12:54:14 +00:00
ed4f2b1fa8
Comment out the discussion control panel event subscriber tests. We disabled this functionality anyway.
Timo Stollenwerk
2011-01-22 12:39:15 +00:00
2f30c27555
Disable the control panel event subscribers. We don't need them since we disabled the enable_moderation setting in the discussion control panel anyway.
Timo Stollenwerk
2011-01-22 12:34:49 +00:00
5cac8b7a1b
Hide the moderation_enabled widget in the discussion control panel. We need plone.app.controlpanel > 2.1b1 for this, which is not shipped with Plone 3.x or 4.0.x.
Timo Stollenwerk
2011-01-22 12:00:15 +00:00
cb60df8c60
todo update.
Timo Stollenwerk
2011-01-20 20:58:40 +00:00
4ab29000a6
Import Owned from OFS.owner to avoid deprecation warnings.
Timo Stollenwerk
2011-01-20 20:38:50 +00:00
471b87cfdf
Discussion is disabled by default only in p.a.discussion 2.x.
Timo Stollenwerk
2011-01-20 20:37:14 +00:00
f3ff8e9647
Fix failing test. Discussion is enabled by default again.
Timo Stollenwerk
2011-01-20 20:08:51 +00:00
fb0ca6c795
Replace tabs with whitespace.
Timo Stollenwerk
2011-01-20 20:04:38 +00:00
9790dd5b65
Enable discussion by default if p.a.discussion is shipped as add-on product.
Timo Stollenwerk
2011-01-20 19:49:58 +00:00
9cc32a76a4
Enable ajaxify comment deletion again ([thomasdesvenain]). This has been disabled in 1.0b12 because of problems with Plone 3.
Timo Stollenwerk
2011-01-20 19:38:26 +00:00
c15c898565
Remove collective.autopermission dependency.
Timo Stollenwerk
2011-01-20 19:37:54 +00:00
37b96c363b
Switch to version 2.x for development as a core component.
Timo Stollenwerk
2011-01-20 19:27:06 +00:00
aef9a0a39b
plone4 todo updated.
Timo Stollenwerk
2011-01-19 15:46:00 +00:00
75cde25b6f
Always show existing comments, even if commenting is disabled.
Timo Stollenwerk
2011-01-07 15:27:17 +00:00
c438743a3b
Show a 'Comments are moderated.' message next to the comment form if comments are moderated.
Timo Stollenwerk
2011-01-07 10:20:24 +00:00
b18469e5fd
plone 4.x todo list updated.
Timo Stollenwerk
2011-01-07 09:34:52 +00:00
b0ca33dcc6
make sure p.a.registry ZCML is loaded
David Glick
2010-12-21 19:20:36 +00:00
d90c436f8a
Removed the conditional loading of event subscribers: - zope.app.container is available in both Plone 3 and Plone 4, so the 'not-installed zope.app.container' condition was always false - zope.lifecycleevent.interfaces does not have an IObjectAddedEvent or IObjectRemovedEvent so even if the condition would have been true, the loading would have failed.
Maurits van Rees
2010-12-16 02:12:13 +00:00
a2a17085a3
Nuke trailing white space
Maurits van Rees
2010-12-15 23:52:56 +00:00
aff8a3709c
Avoid sending multiple notification emails to the same person when he has commented multiple times.
Maurits van Rees
2010-12-15 23:41:57 +00:00
9eb172023a
No tabs in zcml please
Maurits van Rees
2010-12-15 22:59:24 +00:00
87d767651b
Do not fail on startup with Plone 3 when plone.uuid is not there: make implementing the plone.uuid.interfaces.IAttributeUUID interface conditional for Plone 4 only.
Maurits van Rees
2010-12-15 22:45:19 +00:00
0cb75778ba
make sure comments don't get indexed with their parents' UID in Plone 3. only declare dependency on plone.app.uuid in Python 2.6, since we only use it in Plone 4 currently.
David Glick
2010-12-15 20:39:55 +00:00
b9d929bca3
Fix failing test.
Timo Stollenwerk
2010-12-14 21:30:40 +00:00
a8bfd7fc6e
Disable discussion by default.
Timo Stollenwerk
2010-12-14 17:58:46 +00:00
e4e707e350
Remove unnecessary plone.uuid and uuid dependencies. These are fetched by plone.app.uuid. Refs #9288
Timo Stollenwerk
2010-12-12 14:00:28 +00:00
d702c666f0
Tests for moderation_enabled setting added.
Timo Stollenwerk
2010-12-12 13:56:06 +00:00
ea2038b122
Remove XXX line from conversation.py. Martin and I agree that this is probably not relevant anymore. Refs #9288
Timo Stollenwerk
2010-12-12 12:51:41 +00:00
a9ef0503f2
Move discussion action item from actionicons.xml to actions.xml to avoid deprecation warning.
Timo Stollenwerk
2010-12-12 12:40:19 +00:00
4c4cd9e44d
Replace XXX with todo.
Timo Stollenwerk
2010-12-12 08:14:48 +00:00
0485398de0
whitespace, make jslint happy.
Timo Stollenwerk
2010-12-12 08:13:03 +00:00
be78fbe300
There is no need to enable the "enable moderation" checkbox dynamically, except when commenting is disabled/enabled globally.
Timo Stollenwerk
2010-12-12 07:35:43 +00:00
f2f97c5b38
Change the comment workflow setting in the discussion control panel if the setting is changed in the types control panel; show warning message and disable the setting if a custom comment workflow is enabled.
Timo Stollenwerk
2010-12-11 21:30:18 +00:00
0475376ed0
"Enable comment moderation" setting added to the discussion control panel. Just a proof of concept so far. Not fully implemented yet. No tests.
Timo Stollenwerk
2010-12-11 17:18:14 +00:00
09a804aa88
Remove unnecessary and failing test.
Timo Stollenwerk
2010-12-10 09:16:36 +00:00
3968f6291e
Assigning the 'Reply to item' permission to the 'Authenticated' role. The old commenting system allowed 'Authenticated' users to post comments. Also, OpenID users do not possess the 'Authenticated' role.
Timo Stollenwerk
2010-12-10 08:57:53 +00:00
54af7d3fa1
Assigning the 'Reply to item' permission to the 'Authenticated' role. The old commenting system allowed 'Authenticated' users to post comments. Also, OpenID users do not possess the 'Authenticated' role. Refs #9288
Timo Stollenwerk
2010-12-10 08:57:35 +00:00
585460b95f
Fix headline.
Timo Stollenwerk
2010-12-09 19:01:39 +00:00
7c168c376f
Use the default Sphinx theme for now since the plone theme currently opens all links in new windows.
Timo Stollenwerk
2010-12-09 11:30:46 +00:00
6fd665a44e
Documentation for workflows and permissions added.
Timo Stollenwerk
2010-12-09 11:30:10 +00:00
a833c86515
Fix email-notification sphinx page.
Timo Stollenwerk
2010-12-09 11:03:25 +00:00
45140c66db
Functional test for posting a comment as user without the 'Reply to item' permission added.
Timo Stollenwerk
2010-12-09 10:58:32 +00:00
0b1c831f70
Pin Sphinx to 0.6.6
Timo Stollenwerk
2010-12-09 10:57:02 +00:00
4b3ebcf1b5
Versions updated.
Timo Stollenwerk
2010-12-09 08:19:03 +00:00
7e279d3ad3
Make sure the handleComment method checks for the 'Reply to item' permission when adding a comment.
Timo Stollenwerk
2010-12-09 08:11:41 +00:00
c8e78449a2
Make the mail-setting warning message show up in the discussion control panel.
Timo Stollenwerk
2010-12-09 08:07:15 +00:00
797ed40852
Link directly to the "Discussion Item" types control panel in the moderation view.
Timo Stollenwerk
2010-12-08 17:45:58 +00:00
583b25530e
Show "moderate comments" link in the admin panel only if a moderation workflow is enabled for comments.
Timo Stollenwerk
2010-12-08 17:45:11 +00:00
6e354718f4
Revert r46143.
Timo Stollenwerk
2010-12-05 14:56:13 +00:00
22425b06ac
Disable commenting by default if pad is shipped with Plone. If shipped as add-on product, commenting should be enabled by default.
Timo Stollenwerk
2010-12-05 14:50:25 +00:00
04a0669731
Remove the grey background from disabled settings.
Timo Stollenwerk
2010-12-05 14:10:21 +00:00
bbd44b7b95
workflow setting added to control panel config string.
Timo Stollenwerk
2010-12-02 23:20:10 +00:00
ffde4b423d
Do not allow to change the mail settings in the discussion control panel, if there is no valid mail setup. Refactor js code to use class settings of #content.
Timo Stollenwerk
2010-12-02 23:02:00 +00:00
fbd7eb2bbc
Do not allow to change the mail settings in the discussion control panel, if there is no valid mail setup.
Timo Stollenwerk
2010-12-02 21:07:58 +00:00
1b36f99a7a
make jslint happy; disable settings onload;
Timo Stollenwerk
2010-12-02 19:49:49 +00:00
2a7a65293e
disable form fields when disabling the fields.
Timo Stollenwerk
2010-12-02 19:09:16 +00:00
f97c17e62a
Factor out enable/disable settings function.
Timo Stollenwerk
2010-12-02 18:50:21 +00:00
ffcc29a401
Override the default plone.app.registry controlpanel template; JS file for the controlpanel added. Disable all commenting options in the discussion control panel when comments are disabled globally.
Timo Stollenwerk
2010-12-02 18:15:47 +00:00
c311a4f88d
Check for the 'review comments' permission instead of 'manage' to decide if the user should see a 'this comment is pending' message.
Timo Stollenwerk
2010-12-01 06:34:05 +00:00
19f0666b39
Move "moderate comments" site action above the logout action.
Timo Stollenwerk
2010-11-30 18:17:02 +00:00
5f0f2c459a
plone4 versions updated.
Timo Stollenwerk
2010-11-30 09:51:35 +00:00
d94767576b
Do not use plone.app.uuid to generate unique UIDs for Plone 3. plone.app.uuid causes the IObjectAddedEvent to be fired twice on Plone 3. This causes the email notifications to be send twice. This means that https://dev.plone.org/plone/ticket/10652 is fixed only for Plone 4.
Timo Stollenwerk
2010-11-30 09:50:12 +00:00
2b3a84e9d1
Moderator notification description updated.
Timo Stollenwerk
2010-11-30 09:13:30 +00:00
baeec60b8d
plone 4.x todo list added.
Timo Stollenwerk
2010-11-30 09:08:08 +00:00
13772c6e5b
Redirect back to the discussion control panel when the discussion control panel form is submitted.
Timo Stollenwerk
2010-11-30 09:06:46 +00:00
65f1ba8230
fetch plone.app.registry trunk for dev buildout.
Timo Stollenwerk
2010-11-30 08:30:22 +00:00
824ed1e94a
Fix document_byline bottom margin if commenter images are disabled.
Timo Stollenwerk
2010-11-30 07:33:22 +00:00
0c94707743
Dynamically show the comment formatting message dependent on the text transform setting.
Timo Stollenwerk
2010-11-29 22:42:20 +00:00
ea2ff81b43
Description for text transform added to the discussion control panel.
Timo Stollenwerk
2010-11-29 18:54:29 +00:00
9dd33c47d0
Move the discussion control panel to the core Plone configuration.
Timo Stollenwerk
2010-11-29 17:40:37 +00:00
f0cecaf274
Always set the effective date of a comment to the same value as the creation date.
Timo Stollenwerk
2010-11-29 17:36:52 +00:00
b26d5a5a62
Fix SMTP exception when an email is send to the moderator.
Timo Stollenwerk
2010-11-29 08:27:09 +00:00
e3eaef18b8
We have to fetch the "uuid" explicitly for Plone 3.
Timo Stollenwerk
2010-11-28 12:03:21 +00:00
3b31ac1602
Always import ObjectCreatedEvent from zope.lifecycleevent.
Timo Stollenwerk
2010-11-28 12:01:27 +00:00
ac4a64f55d
Make sure comment UIDs in the catalog are always unique. This fixes http://dev.plone.org/plone/ticket/10652. We depend on plone.uuid and plone.app.uuid now. Refs #10652.
Timo Stollenwerk
2010-11-28 11:39:19 +00:00
664e5c273e
hudson buildout added.
Timo Stollenwerk
2010-11-28 10:20:51 +00:00
b08d7ddbeb
revert r46002.
Timo Stollenwerk
2010-11-28 10:00:31 +00:00