2009-05-11 18:52:16 +02:00
|
|
|
Changelog
|
|
|
|
=========
|
|
|
|
|
2011-04-21 14:52:29 +02:00
|
|
|
2.0b2 (2011-04-21)
|
2011-04-07 01:08:43 +02:00
|
|
|
------------------
|
|
|
|
|
2011-04-19 09:00:18 +02:00
|
|
|
- Added Japanese translation.
|
|
|
|
[tyam]
|
|
|
|
|
2011-04-17 10:51:58 +02:00
|
|
|
- Move all tests from testing layer to plone.app.testing.
|
|
|
|
[timo]
|
|
|
|
|
2011-04-15 06:29:46 +02:00
|
|
|
- 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.
|
|
|
|
[rossp]
|
|
|
|
|
2011-04-14 23:30:32 +02:00
|
|
|
- Fix unindexing of comments when deleting content resulting from
|
|
|
|
iterating over a BTree while modifying it. Fixes #11402.
|
|
|
|
[rossp]
|
|
|
|
|
2011-04-14 22:08:58 +02:00
|
|
|
- Fix Missing.Value for Creator in the catalog. Fixes #11634.
|
2011-04-14 21:59:05 +02:00
|
|
|
[rossp]
|
|
|
|
|
2011-04-14 18:17:29 +02:00
|
|
|
- Don't add the annotation unless a comment is actually being added.
|
|
|
|
Fixes #11370.
|
|
|
|
[rossp]
|
|
|
|
|
2011-04-10 22:28:21 +02:00
|
|
|
- Fixed i18n of the "Commenting has been disabled." message.
|
|
|
|
[vincentfretin]
|
|
|
|
|
2011-04-07 23:31:56 +02:00
|
|
|
- Add a moderator_email setting to control where moderator notifications are
|
|
|
|
sent.
|
|
|
|
[davisagli]
|
|
|
|
|
2011-04-17 10:51:58 +02:00
|
|
|
|
2011-04-07 01:07:10 +02:00
|
|
|
2.0b1 (2011-04-06)
|
2011-03-02 22:20:15 +01:00
|
|
|
------------------
|
|
|
|
|
2011-04-02 23:27:47 +02:00
|
|
|
- Make discussion.css cacheable when registering it.
|
|
|
|
[davisagli]
|
|
|
|
|
2011-04-02 23:26:36 +02:00
|
|
|
- Fix issue where GMT datetimes were converted into local timezone DateTimes
|
|
|
|
during indexing.
|
|
|
|
[davisagli]
|
|
|
|
|
|
|
|
- Handle timezones correctly while converting dates during the migration of
|
|
|
|
legacy comments.
|
|
|
|
[davisagli]
|
|
|
|
|
2011-04-02 23:16:24 +02:00
|
|
|
- When returning a comment's title, give preference to its title attribute
|
|
|
|
if set.
|
|
|
|
[davisagli]
|
|
|
|
|
2011-04-02 21:51:37 +02:00
|
|
|
- Use the cooked text of legacy comments when migrating.
|
|
|
|
[davisagli]
|
|
|
|
|
|
|
|
- Make sure that comment text is transformed to plain text when indexing.
|
|
|
|
[davisagli]
|
|
|
|
|
|
|
|
- Move logic for transforming comment text to the Comment class's getText
|
|
|
|
method. Use a comment instance's mime_type attribute in preference to the
|
|
|
|
global setting for the source mimetype. Use text/x-html-safe as the target
|
|
|
|
mimetype to make sure the safe HTML filter is applied, in case the source is
|
|
|
|
untrusted HTML.
|
|
|
|
[davisagli]
|
|
|
|
|
2011-04-02 21:33:10 +02:00
|
|
|
- Provide a filter_callback option to the migration view, so that a custom
|
|
|
|
policy for which comments get migrated can be implemented.
|
|
|
|
[davisagli]
|
|
|
|
|
2011-03-26 03:44:49 +01:00
|
|
|
- Fixed RoleManager import to avoid deprecation warning on Zope 2.13.
|
|
|
|
[davisagli]
|
|
|
|
|
2011-03-17 17:51:08 +01:00
|
|
|
- French translations.
|
|
|
|
[thomasdesvenain]
|
|
|
|
|
2011-03-17 17:15:40 +01:00
|
|
|
- Fixed internationalization issues.
|
|
|
|
[thomasdesvenain]
|
|
|
|
|
|
|
|
- Added Afrikaans translations
|
2011-03-07 17:10:14 +01:00
|
|
|
[jcbrand]
|
|
|
|
|
2011-04-17 10:51:58 +02:00
|
|
|
|
2011-03-02 22:19:12 +01:00
|
|
|
2.0a3 (2011-03-02)
|
|
|
|
------------------
|
2011-03-26 03:44:49 +01:00
|
|
|
|
2011-03-02 22:19:12 +01:00
|
|
|
- Fixed test failure for the default user portrait, which changed from
|
|
|
|
defaultUser.gif to defaultUser.png in Products.PlonePAS 4.0.5
|
|
|
|
[maurits]
|
2011-03-17 17:15:40 +01:00
|
|
|
|
2011-04-17 10:51:58 +02:00
|
|
|
|
2011-02-08 10:30:18 +01:00
|
|
|
2.0a2 (2011-02-08)
|
2011-02-08 10:28:51 +01:00
|
|
|
------------------
|
|
|
|
|
2011-02-15 17:19:13 +01:00
|
|
|
- Fixed test failure for the default user portrait, which changed from
|
|
|
|
defaultUser.gif to defaultUser.png in Products.PlonePAS 4.0.5.
|
|
|
|
[maurits]
|
|
|
|
|
2011-02-08 10:28:51 +01:00
|
|
|
- Remove "Plone 3 only" code.
|
|
|
|
[timo]
|
2011-03-17 17:15:40 +01:00
|
|
|
|
2011-02-08 10:28:51 +01:00
|
|
|
- Do not monkey patch the BAD_TYPES vocabulary or plone.app.vocabularies
|
|
|
|
anymore.
|
|
|
|
[timo]
|
|
|
|
|
|
|
|
|
2011-02-07 16:00:46 +01:00
|
|
|
2.0a1 (2011-02-07)
|
|
|
|
------------------
|
2011-01-20 20:37:54 +01:00
|
|
|
|
2011-03-17 17:15:40 +01:00
|
|
|
- Split up development into two branches. The 1.x branch will be for Plone 3.x
|
2011-02-07 16:00:46 +01:00
|
|
|
and Plone 4.0.x and the 2.x branch will be for Plone 4.1 and beyond.
|
2011-01-26 09:15:14 +01:00
|
|
|
[timo]
|
2011-02-07 16:00:46 +01:00
|
|
|
|
2011-01-20 21:38:50 +01:00
|
|
|
- Import Owned from OFS.owner to avoid deprecation warnings.
|
|
|
|
[timo]
|
2011-03-17 17:15:40 +01:00
|
|
|
|
2011-01-20 21:37:14 +01:00
|
|
|
- Disable discussion by default.
|
|
|
|
[timo]
|
2011-03-17 17:15:40 +01:00
|
|
|
|
|
|
|
- Enable ajaxify comment deletion again ([thomasdesvenain]). This has been
|
2011-01-20 20:38:26 +01:00
|
|
|
disabled in 1.0b12 because of problems with Plone 3.
|
|
|
|
[timo]
|
2011-03-17 17:15:40 +01:00
|
|
|
|
2011-01-20 20:37:54 +01:00
|
|
|
- Remove collective.autopermission dependency that has become unnecessary in
|
|
|
|
Plone 4.1.
|
|
|
|
[timo]
|
|
|
|
|
2011-02-07 16:00:46 +01:00
|
|
|
|
|
|
|
1.0 (2011-02-07)
|
|
|
|
----------------
|
|
|
|
|
|
|
|
- Do not check for a comment review workflow when sending out a moderator email
|
|
|
|
notification. This fixes http://dev.plone.org/plone/ticket/11444.
|
|
|
|
[timo]
|
2011-03-17 17:15:40 +01:00
|
|
|
|
|
|
|
- Check if the current user has configured an e-mail address for the email
|
2011-02-07 16:00:46 +01:00
|
|
|
notification option. This fixes http://dev.plone.org/plone/ticket/11428.
|
2011-03-17 17:15:40 +01:00
|
|
|
[timo]
|
2011-02-07 16:00:46 +01:00
|
|
|
|
|
|
|
|
|
|
|
1.0RC2 (2011-01-24)
|
|
|
|
-------------------
|
|
|
|
|
|
|
|
- Remove moderation_enabled setting from registry to avoid migration problems
|
|
|
|
to 1.0RC1. This fixes http://dev.plone.org/plone/ticket/11419.
|
|
|
|
[timo]
|
2011-02-07 12:48:24 +01:00
|
|
|
|
2011-01-26 09:15:14 +01:00
|
|
|
|
2011-02-07 16:00:46 +01:00
|
|
|
1.0RC1 (2011-01-22)
|
2010-11-04 16:56:12 +01:00
|
|
|
-------------------
|
|
|
|
|
2011-03-17 17:15:40 +01:00
|
|
|
- Always show existing comments, even if commenting is disabled.
|
2011-01-07 16:27:17 +01:00
|
|
|
[timo]
|
2011-03-17 17:15:40 +01:00
|
|
|
|
|
|
|
- Fix CSS for commenter images with a width of more than 2.5em. This fixes
|
2011-01-07 11:27:13 +01:00
|
|
|
http://dev.plone.org/plone/ticket/11391.
|
|
|
|
[timo]
|
|
|
|
|
2011-01-07 11:20:24 +01:00
|
|
|
- Show a 'Comments are moderated.' message next to the comment form if comments
|
2011-03-17 17:15:40 +01:00
|
|
|
are moderated.
|
2011-01-07 11:20:24 +01:00
|
|
|
[timo]
|
2011-03-17 17:15:40 +01:00
|
|
|
|
2010-12-21 20:20:36 +01:00
|
|
|
- Make sure plone.app.registry's ZCML is loaded, so that its import step will run
|
|
|
|
when plone.app.discussion is installed.
|
|
|
|
[davisagli]
|
|
|
|
|
2010-12-16 00:41:57 +01:00
|
|
|
- Avoid sending multiple notification emails to the same person when
|
|
|
|
he has commented multiple times.
|
|
|
|
[maurits]
|
2011-03-17 17:15:40 +01:00
|
|
|
|
|
|
|
- Move discussion action item from actionicons.xml to actions.xml to avoid
|
2010-12-12 13:40:19 +01:00
|
|
|
deprecation warning.
|
|
|
|
[timo]
|
2011-03-17 17:15:40 +01:00
|
|
|
|
|
|
|
- Fix cancel button on edit view when using Dexterity types. This fixes
|
2010-12-11 22:33:43 +01:00
|
|
|
http://dev.plone.org/plone/ticket/11338.
|
|
|
|
[EpeliJYU]
|
2011-03-17 17:15:40 +01:00
|
|
|
|
2010-12-10 09:57:53 +01:00
|
|
|
- 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]
|
|
|
|
|
2011-03-17 17:15:40 +01:00
|
|
|
- Make sure the handleComment method checks for the 'Reply to item' permission
|
2010-12-09 09:11:41 +01:00
|
|
|
when adding a comment.
|
|
|
|
[timo]
|
|
|
|
|
2010-12-09 09:07:15 +01:00
|
|
|
- Make the mail-setting warning message show up in the discussion control panel.
|
|
|
|
[timo]
|
2011-03-17 17:15:40 +01:00
|
|
|
|
2010-12-08 18:45:58 +01:00
|
|
|
- Link directly to the "Discussion Item" types control panel in the moderation
|
|
|
|
view.
|
|
|
|
[timo]
|
|
|
|
|
2011-03-17 17:15:40 +01:00
|
|
|
- Show "moderate comments" link in the admin panel only if a moderation
|
2010-12-08 18:45:11 +01:00
|
|
|
workflow is enabled for comments.
|
|
|
|
[timo]
|
|
|
|
|
2011-03-17 17:15:40 +01:00
|
|
|
- Do not allow to change the mail settings in the discussion control panel, if
|
2010-12-03 00:02:00 +01:00
|
|
|
there is no valid mail setup.
|
|
|
|
[timo]
|
2011-03-17 17:15:40 +01:00
|
|
|
|
2010-12-03 00:02:00 +01:00
|
|
|
- Disable all commenting options in the discussion control panel if comments
|
2010-12-02 19:15:47 +01:00
|
|
|
are disabled globally.
|
2011-03-17 17:15:40 +01:00
|
|
|
|
2010-12-01 07:34:05 +01:00
|
|
|
- Check for the 'review comments' permission instead of 'manage' to decide
|
|
|
|
if the user should see a 'this comment is pending' message.
|
|
|
|
[timo]
|
|
|
|
|
2010-11-30 19:17:02 +01:00
|
|
|
- Move "moderate comments" site action above the logout action.
|
|
|
|
[timo]
|
|
|
|
|
2010-11-30 10:13:30 +01:00
|
|
|
- Moderator notification description updated.
|
|
|
|
[timo]
|
2011-03-17 17:15:40 +01:00
|
|
|
|
2010-11-30 10:06:46 +01:00
|
|
|
- Redirect back to the discussion control panel when the discussion control
|
|
|
|
panel form is submitted.
|
2011-03-17 17:15:40 +01:00
|
|
|
[timo]
|
2010-11-30 10:06:46 +01:00
|
|
|
|
2010-11-30 08:33:22 +01:00
|
|
|
- Fix document_byline bottom margin if commenter images are disabled.
|
|
|
|
[timo]
|
|
|
|
|
2010-11-29 23:42:20 +01:00
|
|
|
- Dynamically show the comment formatting message dependent on the text
|
|
|
|
transform setting.
|
|
|
|
[timo]
|
|
|
|
|
2010-11-29 19:54:29 +01:00
|
|
|
- Description for text transform added to the discussion control panel.
|
|
|
|
[timo]
|
|
|
|
|
2010-11-29 18:40:37 +01:00
|
|
|
- Move the discussion control panel to the core Plone configuration.
|
|
|
|
[timo]
|
|
|
|
|
2010-11-29 18:36:52 +01:00
|
|
|
- Always set the effective date of a comment to the same value as the creation
|
2011-03-17 17:15:40 +01:00
|
|
|
date.
|
2010-11-29 18:36:52 +01:00
|
|
|
[timo]
|
|
|
|
|
2010-11-29 09:27:09 +01:00
|
|
|
- Fix SMTP exception when an email is send to the moderator.
|
|
|
|
[timo]
|
|
|
|
|
2011-03-17 17:15:40 +01:00
|
|
|
- Make sure comment UIDs in the catalog are always unique. This fixes
|
|
|
|
http://dev.plone.org/plone/ticket/10652.
|
|
|
|
[timo]
|
2010-11-28 12:39:19 +01:00
|
|
|
|
2010-11-23 19:53:38 +01:00
|
|
|
- Fix 'check all' on batch moderation page.
|
|
|
|
[davisagli]
|
|
|
|
|
2011-03-17 17:15:40 +01:00
|
|
|
- Use safe_unicode to decode the title of the content. encode("utf-9") caused
|
|
|
|
Dexterity based content types to raise a unicode decode error. This fixes
|
2010-11-23 15:03:47 +01:00
|
|
|
http://dev.plone.org/plone/ticket/11292
|
2011-03-17 17:15:40 +01:00
|
|
|
[dukebody]
|
2010-11-23 15:03:47 +01:00
|
|
|
|
2010-11-19 12:01:05 +01:00
|
|
|
- Spanish translation updated.
|
|
|
|
[dukebody]
|
|
|
|
|
2010-11-17 16:32:52 +01:00
|
|
|
- Catalan translation added.
|
|
|
|
[sneridagh]
|
|
|
|
|
2010-11-08 18:09:26 +01:00
|
|
|
- Convert anonymous-supplied name to unicode as done for authenticated members.
|
|
|
|
[ggozad]
|
|
|
|
|
2010-11-04 16:56:12 +01:00
|
|
|
- Catch SMTP exceptions when sending email notifications.
|
|
|
|
[timo]
|
|
|
|
|
2010-11-15 17:02:11 +01:00
|
|
|
- Updated italian translation.
|
|
|
|
[keul]
|
2010-11-04 16:56:12 +01:00
|
|
|
|
2010-11-23 15:03:47 +01:00
|
|
|
|
2010-11-04 15:42:32 +01:00
|
|
|
1.0b12 (2010-11-04)
|
|
|
|
-------------------
|
|
|
|
|
2011-03-17 17:15:40 +01:00
|
|
|
- Remove AJAX comment deletion binding. This function relies on the nextUntil()
|
|
|
|
selector introduced by jQuery 1.4 and therefore breaks in Plone 3
|
2010-11-04 15:42:32 +01:00
|
|
|
(that currently uses jQuery 1.3.2).
|
|
|
|
[timo]
|
|
|
|
|
|
|
|
|
2010-11-03 16:26:06 +01:00
|
|
|
1.0b11 (2010-11-03)
|
2010-10-22 12:14:07 +02:00
|
|
|
-------------------
|
|
|
|
|
2010-11-03 14:42:20 +01:00
|
|
|
- Fix Dutch and Czech language code and name.
|
2010-11-03 14:40:48 +01:00
|
|
|
[timo]
|
|
|
|
|
2010-11-03 12:26:18 +01:00
|
|
|
- Re-add the CommentsViewlet can_manage method. This method has been removed
|
|
|
|
in version 1.0b9 and added again in 1.0b11 because we don't want to change
|
|
|
|
the API in beta releases.
|
|
|
|
[timo]
|
|
|
|
|
2010-11-02 11:38:38 +01:00
|
|
|
- Declare z3c.form and zope.schema as minimum version dependencies in setup.py
|
|
|
|
in case people use a different KGS.
|
|
|
|
[timo]
|
|
|
|
|
2010-11-02 10:07:07 +01:00
|
|
|
- Add and update es and eu l10ns.
|
|
|
|
[dukebody, on behalf of erral]
|
|
|
|
|
2010-10-30 19:32:31 +02:00
|
|
|
- Ajaxify comment deletion and approval.
|
|
|
|
[thomasdesvenain]
|
2011-03-17 17:15:40 +01:00
|
|
|
|
|
|
|
- New feature: As a logged-in user, I can enable/disable email notification of
|
2010-10-30 17:02:05 +02:00
|
|
|
additional comments on this content object.
|
|
|
|
[timo]
|
|
|
|
|
2010-10-29 12:43:46 +02:00
|
|
|
- Disable the plone.app.registry check on schema elements, so no error is
|
|
|
|
raised on upgrades. This fixes https://dev.plone.org/plone/ticket/11195.
|
|
|
|
[timo]
|
|
|
|
|
2010-10-28 12:30:10 +02:00
|
|
|
- Remove the too generic id attribute of the comment form.
|
2010-10-28 11:45:34 +02:00
|
|
|
[timo]
|
|
|
|
|
2010-10-22 12:14:07 +02:00
|
|
|
- Fixed handling of non-ascii member data, like fullname and email.
|
|
|
|
[hannosch]
|
|
|
|
|
2010-10-28 11:45:34 +02:00
|
|
|
|
2010-10-15 16:50:58 +02:00
|
|
|
1.0b10 (2010-10-15)
|
2010-10-07 09:14:29 +02:00
|
|
|
-------------------
|
|
|
|
|
2010-10-09 13:13:28 +02:00
|
|
|
- Fixed "global name 'WrongCaptchaCode' is not defined" if norobots captcha,
|
|
|
|
but no other validation package is installed.
|
|
|
|
[naro]
|
|
|
|
|
2011-03-17 17:15:40 +01:00
|
|
|
- Check if there is a 'pending' review state in the current workflow for
|
|
|
|
comments instead of just checking for the 'comment_review_workflow'. This
|
|
|
|
allows integrators to use a custom review workflow. This fixes
|
2010-10-08 12:37:10 +02:00
|
|
|
http://dev.plone.org/plone/ticket/11184.
|
2010-10-08 11:53:00 +02:00
|
|
|
[timo]
|
2010-10-07 09:14:29 +02:00
|
|
|
|
2010-10-11 11:41:09 +02:00
|
|
|
- fixed plone-it.po (improper language code ('en' instead of 'it'))
|
|
|
|
[ajung]
|
|
|
|
|
2010-10-07 09:14:29 +02:00
|
|
|
|
2010-10-07 09:12:36 +02:00
|
|
|
1.0b9 (2010-10-07)
|
2010-10-04 21:11:16 +02:00
|
|
|
------------------
|
|
|
|
|
2011-03-17 17:15:40 +01:00
|
|
|
- Replace the can_manage method with a can_review method that checks the
|
|
|
|
'Review comments' permission. This fixes
|
2010-10-06 15:56:49 +02:00
|
|
|
http://dev.plone.org/plone/ticket/11145.
|
|
|
|
[timo]
|
|
|
|
|
2011-03-17 17:15:40 +01:00
|
|
|
- Fix moderation actions (publish, delete) in the moderation view with virtual
|
2010-10-05 17:21:54 +02:00
|
|
|
hosts. This is a replacement for http://dev.plone.org/plone/changeset/35608.
|
|
|
|
[timo]
|
|
|
|
|
2010-10-05 14:07:08 +02:00
|
|
|
- Do not show two "login to add comments" buttons when there are no comments
|
|
|
|
yet. This fixes http://plone.org/products/plone.app.discussion/issues/12.
|
|
|
|
[timo]
|
2010-10-04 21:11:16 +02:00
|
|
|
|
|
|
|
|
2010-10-04 21:09:28 +02:00
|
|
|
1.0b8 (2010-10-04)
|
2010-09-15 13:40:19 +02:00
|
|
|
------------------
|
|
|
|
|
2010-09-29 10:13:54 +02:00
|
|
|
- Apply the comment viewlet template and styles to the new title-less comments.
|
|
|
|
This might require integrators to apply their custom templates and styles.
|
|
|
|
[timo]
|
|
|
|
|
2010-09-29 09:56:36 +02:00
|
|
|
- Remove title field from the comment form and replace it with an auto-generated
|
|
|
|
title ("John Doe on Welcome to Plone").
|
|
|
|
[timo]
|
2011-03-17 17:15:40 +01:00
|
|
|
|
|
|
|
- Fix http://dev.plone.org/plone/ticket/11098: "Comment byline shows login
|
|
|
|
name, not full name"
|
2010-09-29 09:56:36 +02:00
|
|
|
[kiorky]
|
|
|
|
|
2011-03-17 17:15:40 +01:00
|
|
|
- Make sure the __parent__ pointer (the conversation) of a comment is not
|
|
|
|
acquisition wrapped in conversation.addComment. This fixes
|
2010-09-29 08:48:36 +02:00
|
|
|
http://dev.plone.org/plone/ticket/11157.
|
2010-09-28 18:00:08 +02:00
|
|
|
[timo]
|
2010-09-28 12:37:40 +02:00
|
|
|
|
2011-03-17 17:15:40 +01:00
|
|
|
- Revert r35608 since this was breaking the comment moderation bulk actions.
|
|
|
|
The BulkActionsView expects the absolute path of the comments without the
|
|
|
|
portal url (e.g. '/plone/doc1/++conversation++default/1285346769126020').
|
2010-09-29 08:46:57 +02:00
|
|
|
This fixes http://dev.plone.org/plone/ticket/11156.
|
2010-09-24 19:04:24 +02:00
|
|
|
[timo]
|
|
|
|
|
2010-10-04 21:19:34 +02:00
|
|
|
- Use "(function($) { /* some code that uses $ \*/ })(jQuery)" instead of
|
2011-03-17 17:15:40 +01:00
|
|
|
"$(document).ready(function(){ /* some code that uses $ \*/ });" to invoke
|
2010-09-24 16:21:26 +02:00
|
|
|
jQuery code.
|
|
|
|
[timo]
|
|
|
|
|
2010-09-23 13:04:47 +02:00
|
|
|
- Finnish translation added.
|
|
|
|
[saffe]
|
2010-09-15 13:40:19 +02:00
|
|
|
|
2010-09-30 23:52:40 +02:00
|
|
|
- Italian translation updated.
|
|
|
|
[keul]
|
2010-09-15 13:40:19 +02:00
|
|
|
|
2010-10-04 21:09:28 +02:00
|
|
|
|
2010-09-15 13:32:37 +02:00
|
|
|
1.0b7 (2010-09-15)
|
2010-08-24 11:19:09 +02:00
|
|
|
------------------
|
|
|
|
|
2011-03-17 17:15:40 +01:00
|
|
|
* Captcha plugin support for collective.z3cform.norobots (version >= 1.1) added.
|
2010-09-13 16:35:40 +02:00
|
|
|
[saffe]
|
2010-09-10 15:02:56 +02:00
|
|
|
|
2010-09-07 14:03:41 +02:00
|
|
|
* Store dates in utc and not in local time. Display local time
|
|
|
|
[do3cc]
|
|
|
|
|
2010-09-06 12:39:07 +02:00
|
|
|
* Fetch context for the comment view with "context = aq_inner(self.context)".
|
|
|
|
[timo]
|
2011-03-17 17:15:40 +01:00
|
|
|
|
2010-09-03 22:40:27 +02:00
|
|
|
* Raise an unauthorized error when authenticated users try to post a comment
|
|
|
|
on a content object that has discussion disabled. Thanks to vincentfrentin
|
|
|
|
for reporting this.
|
|
|
|
[timo]
|
2011-03-17 17:15:40 +01:00
|
|
|
|
2010-09-01 10:58:46 +02:00
|
|
|
* Czech translation added.
|
|
|
|
[naro]
|
|
|
|
|
2010-08-28 21:55:58 +02:00
|
|
|
* Clean up code with PyLint.
|
|
|
|
[timo]
|
|
|
|
|
2010-08-27 12:34:42 +02:00
|
|
|
* Make Javascripts pass JSLint validation.
|
|
|
|
[timo]
|
|
|
|
|
2010-08-26 11:31:49 +02:00
|
|
|
* Put email notification subscribers into their own zcml file so it is easier
|
|
|
|
for integrators to override them.
|
|
|
|
[timo]
|
2011-03-17 17:15:40 +01:00
|
|
|
|
|
|
|
* Plain text and intelligent text options for comment text added to preserve
|
2010-08-25 16:03:29 +02:00
|
|
|
basic text structure and to make links clickable.
|
2010-08-25 11:19:28 +02:00
|
|
|
[timo]
|
|
|
|
|
2010-08-25 08:46:24 +02:00
|
|
|
* 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 discussion is currently allowed.
|
|
|
|
[vincentfretin]
|
2010-08-24 11:19:09 +02:00
|
|
|
|
|
|
|
|
2010-08-24 11:05:41 +02:00
|
|
|
1.0b6 (2010-08-24)
|
2010-08-06 11:51:23 +02:00
|
|
|
------------------
|
|
|
|
|
2010-08-20 13:52:05 +02:00
|
|
|
* 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.
|
|
|
|
[vincentfretin]
|
|
|
|
|
2011-03-17 17:15:40 +01:00
|
|
|
* Redirect to the comment form action instead of the absolute URL when a
|
|
|
|
comment is posted. This fixes the accidentally triggered file upload when a
|
2010-08-09 14:25:14 +02:00
|
|
|
comment is posted on a file content object.
|
|
|
|
[timo]
|
|
|
|
|
2010-08-06 19:19:32 +02:00
|
|
|
* We need five:registerPackage to register the i18n folder.
|
|
|
|
[vincentfretin]
|
|
|
|
|
|
|
|
* Added Traditional Chinese (zh_TW) translation.
|
|
|
|
[TsungWei Hu]
|
|
|
|
|
2010-08-06 17:21:29 +02:00
|
|
|
* Added French translation.
|
|
|
|
[vincentfretin]
|
|
|
|
|
2010-08-06 17:33:34 +02:00
|
|
|
* Renamed legend_add_comment to label_add_comment to have the translation from
|
|
|
|
plone domain.
|
|
|
|
[vincentfretin]
|
|
|
|
|
2011-03-17 17:15:40 +01:00
|
|
|
* label_comment_by and label_commented_at are not in Plone 4 translation
|
2010-08-24 11:05:41 +02:00
|
|
|
anymore, so these two messages moved to plone.app.discussions i18n domain.
|
2010-08-06 17:33:34 +02:00
|
|
|
[vincentfretin]
|
|
|
|
|
2010-08-06 12:46:37 +02:00
|
|
|
* Translate "Warning" shown in @@moderate-comments in the plone domain.
|
|
|
|
[vincentfretin]
|
|
|
|
|
2010-08-06 11:51:23 +02:00
|
|
|
* Fixed i18n markup of message_moderation_disabled.
|
|
|
|
[vincentfretin]
|
|
|
|
|
2010-07-22 01:36:16 +02:00
|
|
|
* Catch Type errors in indexers if object can not be adapted to IDiscussion
|
|
|
|
[do3cc]
|
|
|
|
|
2011-03-17 17:15:40 +01:00
|
|
|
* Call the CaptchaValidator even when no captcha data was submitted. This is
|
|
|
|
necessary to ensure that the collective.akismet validator is called when
|
|
|
|
installed.
|
2010-08-05 19:18:19 +02:00
|
|
|
[timo]
|
2011-03-17 17:15:40 +01:00
|
|
|
|
2010-08-05 19:18:19 +02:00
|
|
|
* Spanish translation added. Thanks to Judith Sanleandro.
|
2010-08-05 17:36:07 +02:00
|
|
|
[timo]
|
|
|
|
|
|
|
|
|
2010-07-16 17:31:36 +02:00
|
|
|
1.0b5 (2010-07-16)
|
2010-05-20 09:45:24 +02:00
|
|
|
------------------
|
|
|
|
|
2011-03-17 17:15:40 +01:00
|
|
|
* Use self.form instead of CommentForm for the CommentsViewlet update method so
|
|
|
|
integrators don't have to override the viewlet's update method.
|
2010-07-16 17:31:36 +02:00
|
|
|
[matous]
|
2010-07-16 17:26:01 +02:00
|
|
|
|
2011-03-17 17:15:40 +01:00
|
|
|
* Make sure the form fields in the reply form are always placed under the field
|
|
|
|
labels.
|
2010-07-13 15:39:35 +02:00
|
|
|
[timo]
|
2011-03-17 17:15:40 +01:00
|
|
|
|
2010-07-13 15:39:35 +02:00
|
|
|
* Fix CSS overflow bug that occurs with the new Plone 4.0b5 comment styles.
|
|
|
|
[timo]
|
2011-03-17 17:15:40 +01:00
|
|
|
|
2010-07-13 12:46:41 +02:00
|
|
|
* Unnecessary imports and variables removed.
|
|
|
|
[timo]
|
2011-03-17 17:15:40 +01:00
|
|
|
|
2010-07-05 14:14:16 +02:00
|
|
|
* Added norwegian translation.
|
|
|
|
[ggozad]
|
|
|
|
|
2010-06-25 19:16:15 +02:00
|
|
|
* Protect against missing canonical in conversationCanonicalAdapterFactory.
|
|
|
|
[hannosch]
|
|
|
|
|
2010-06-21 12:04:11 +02:00
|
|
|
* Documentation for Captcha plugin architecture and email notification added.
|
|
|
|
See http://packages.python.org/plone.app.discussion.
|
|
|
|
[timo]
|
2011-03-17 17:15:40 +01:00
|
|
|
|
2010-06-21 12:04:11 +02:00
|
|
|
* Use sphinx.plonetheme for plone.app.discussion documentation.
|
|
|
|
[timo]
|
|
|
|
|
2010-06-18 14:01:44 +02:00
|
|
|
* Avoid deprecation warning for the Globals package.
|
|
|
|
[hannosch]
|
|
|
|
|
2010-06-18 13:14:53 +02:00
|
|
|
* Remove the hard coded check for title and text when the comment form is
|
|
|
|
submitted. This allows integrators to write schema extenders that remove the
|
2010-06-17 20:56:26 +02:00
|
|
|
title from the comment form.
|
|
|
|
[timo]
|
2010-06-18 13:14:53 +02:00
|
|
|
|
2010-06-10 16:57:03 +02:00
|
|
|
* Move captcha registration to its own captcha.zcml file.
|
|
|
|
[timo]
|
|
|
|
|
2010-06-10 15:12:12 +02:00
|
|
|
* Akismet (http://akismet.com/) spam protection plugin (collective.akismet)
|
|
|
|
support added.
|
|
|
|
[timo]
|
|
|
|
|
2010-06-18 13:14:53 +02:00
|
|
|
* Simplify the CaptchaValidator class by dynamically adapting a view with the
|
|
|
|
name of the captcha plugin (e.g. recaptcha, captcha, akismet) for the
|
2010-06-10 12:51:41 +02:00
|
|
|
validator.
|
|
|
|
[timo]
|
|
|
|
|
2010-06-07 16:40:09 +02:00
|
|
|
* Dutch translation added.
|
|
|
|
[kcleong]
|
2010-06-04 21:56:17 +02:00
|
|
|
|
|
|
|
* Enable caching and merging for comments.js to save some requests.
|
|
|
|
[pelle]
|
|
|
|
|
2010-06-04 12:57:57 +02:00
|
|
|
* Design notes for the Captcha plugin architecture added.
|
|
|
|
[timo]
|
|
|
|
|
2010-06-04 11:33:48 +02:00
|
|
|
* Make IDiscussionLayer inherit from Interface again. Remove IDefaultPloneLayer,
|
|
|
|
since Plone 4.0b1 and plone.theme 2.0b1 are out now.
|
|
|
|
[timo]
|
|
|
|
|
2010-06-04 11:25:47 +02:00
|
|
|
* Clean up Javascript code.
|
|
|
|
[timo]
|
|
|
|
|
2010-06-18 13:14:53 +02:00
|
|
|
* Fix encoding error in migration procedure, otherwise migration procedure
|
2010-05-31 11:58:42 +02:00
|
|
|
breaks on joining output list in case we have there any non-ascii characters.
|
|
|
|
[piv]
|
2010-05-31 11:50:46 +02:00
|
|
|
|
2010-06-18 13:14:53 +02:00
|
|
|
* plone.z3cform 0.6.0 compatibility (fix maximum recursion depth error which
|
2010-06-01 17:12:53 +02:00
|
|
|
appears with plone.z3cform higher than 0.5.10).
|
2010-05-31 11:50:46 +02:00
|
|
|
[piv]
|
2010-06-18 13:14:53 +02:00
|
|
|
|
2010-05-20 09:45:24 +02:00
|
|
|
* Removed moderation.js from js registry and include it only in moderation.pt as
|
|
|
|
that is the only place where it is used.
|
|
|
|
[ggozad]
|
|
|
|
|
|
|
|
|
2010-04-04 19:37:13 +02:00
|
|
|
1.0b4 (2010-04-04)
|
2010-01-28 16:34:39 +01:00
|
|
|
------------------
|
|
|
|
|
2010-04-04 19:29:41 +02:00
|
|
|
* New feature: As a moderator, I am notified when new comments require my
|
|
|
|
attention.
|
|
|
|
[timo]
|
|
|
|
|
2010-06-18 13:14:53 +02:00
|
|
|
* Sphinx-based developer documentation added. See
|
2010-03-24 08:56:53 +01:00
|
|
|
http://packages.python.org/plone.app.discussion.
|
|
|
|
[timo]
|
|
|
|
|
2010-03-19 11:17:00 +01:00
|
|
|
* Rename "Single State Workflow" to "Comment Single State Workflow".
|
|
|
|
[timo]
|
|
|
|
|
2010-03-19 10:58:35 +01:00
|
|
|
* Rename 'publish comment' to 'approve comment'. This fixes #1608470.
|
|
|
|
[timo]
|
2010-06-18 13:14:53 +02:00
|
|
|
|
2010-03-19 10:44:07 +01:00
|
|
|
* Show a warning in the moderation view if the moderation workflow is disabled.
|
|
|
|
[timo]
|
|
|
|
|
2010-03-18 17:16:44 +01:00
|
|
|
* Move 'Moderate comments' link from site actions to user actions.
|
|
|
|
[timo]
|
|
|
|
|
2010-06-18 13:14:53 +02:00
|
|
|
* Fix #662654: As an administrator, I can configure a Collection to show recent
|
2010-04-04 19:37:13 +02:00
|
|
|
comments. Comment.Type() now correctly returns the FTI title ('Comment')
|
2010-03-18 14:22:16 +01:00
|
|
|
[chaoflow]
|
|
|
|
|
2010-03-17 16:47:54 +01:00
|
|
|
* German translation updated.
|
|
|
|
[juh]
|
2010-06-18 13:14:53 +02:00
|
|
|
|
2010-03-17 13:34:38 +01:00
|
|
|
* Fix #2419342: Fix untranslated published/deleted status messages.
|
|
|
|
[timo]
|
2010-06-18 13:14:53 +02:00
|
|
|
|
2010-03-17 12:00:10 +01:00
|
|
|
* Remove fixed width of the actions column of the moderation view. The
|
|
|
|
translated button titles can differ in size from the English titles.
|
|
|
|
[timo]
|
|
|
|
|
2010-03-16 16:06:43 +01:00
|
|
|
* Fix #2494228: Remove comments as well when a content object is deleted.
|
|
|
|
[timo]
|
|
|
|
|
2010-03-16 14:06:08 +01:00
|
|
|
* Fix unicode error when non-ASCII characters are typed into the name field of a
|
|
|
|
comment by anonymous users.
|
|
|
|
[regebro]
|
2010-06-18 13:14:53 +02:00
|
|
|
|
2010-03-06 11:04:34 +01:00
|
|
|
* Make p.a.d. work with the recent version of plone.z3cform (0.5.10)
|
2010-03-09 13:30:03 +01:00
|
|
|
[timo]
|
2010-03-06 11:04:34 +01:00
|
|
|
|
2010-03-09 13:30:03 +01:00
|
|
|
* Make p.a.d. styles less generic. This fixes #10253.
|
2010-02-26 18:01:17 +01:00
|
|
|
[timo]
|
|
|
|
|
2010-02-23 09:44:41 +01:00
|
|
|
* Added greek translation.
|
|
|
|
[ggozad]
|
2010-01-28 16:34:39 +01:00
|
|
|
|
2010-04-01 15:48:03 +02:00
|
|
|
* A bug in the moderator panel meant you couldn't delete items in a virtual
|
|
|
|
host, if your portal was named "plone".
|
|
|
|
[regebro]
|
2010-03-16 14:06:08 +01:00
|
|
|
|
2010-04-04 19:29:41 +02:00
|
|
|
|
2010-01-28 16:33:50 +01:00
|
|
|
1.0b3 (2010-01-28)
|
2010-01-25 12:43:29 +01:00
|
|
|
------------------
|
|
|
|
|
2010-01-28 16:00:39 +01:00
|
|
|
* Added an i18n directory for messages in the plone domain and updated scripts
|
|
|
|
to rebuild and sync it.
|
|
|
|
[hannosch]
|
|
|
|
|
2010-01-28 14:44:56 +01:00
|
|
|
* Added an optional conversationCanonicalAdapterFactory showing how to share
|
|
|
|
comments across all translations with LinguaPlone, by storing and retrieving
|
2010-01-28 14:47:42 +01:00
|
|
|
the conversation from the canonical object.
|
|
|
|
[hannosch]
|
|
|
|
|
|
|
|
* Play by the Plone 3.3+ rules and use the INavigationRoot as a base for the
|
|
|
|
moderation view.
|
|
|
|
[hannosch]
|
|
|
|
|
|
|
|
* Added a commentTitle CSS class to the comment titles.
|
|
|
|
[hannosch]
|
|
|
|
|
|
|
|
* Update message ids to match their real text.
|
|
|
|
[hannosch]
|
|
|
|
|
|
|
|
* Set CSS classes for the comment form in the updateActions method.
|
|
|
|
[timo]
|
|
|
|
|
|
|
|
* Respect the allow_comments field on an object and avoid calculations if no
|
|
|
|
comments should be shown.
|
|
|
|
[hannosch]
|
|
|
|
|
|
|
|
* Automatically load the ZCML files of the captcha widgets if they are
|
|
|
|
installed.
|
|
|
|
[hannosch]
|
|
|
|
|
|
|
|
* Fixed i18n domain in GenericSetup profiles to be ``plone``. Other values
|
|
|
|
aren't supported for GS profiles.
|
|
|
|
[hannosch]
|
|
|
|
|
|
|
|
* Provide our own copy of the default one state workflow. Not all Plone sites
|
|
|
|
have this workflow installed.
|
|
|
|
[hannosch]
|
|
|
|
|
|
|
|
* Register the event subscribers for the correct interfaces in Plone 3.
|
|
|
|
[hannosch]
|
|
|
|
|
|
|
|
* Factored out subscriber declarations into its own ZCML file.
|
|
|
|
[hannosch]
|
|
|
|
|
|
|
|
* Bugfix for #2281226: Moderation View: Comments disappear when hitting the
|
|
|
|
'Apply' button without choosing a bulk action.
|
|
|
|
[timo]
|
|
|
|
|
|
|
|
* Allow to show the full text of a comment in the moderation view.
|
|
|
|
[timo]
|
|
|
|
|
|
|
|
* German translation added.
|
|
|
|
[timo]
|
|
|
|
|
|
|
|
* Italian translation added.
|
|
|
|
[keul]
|
2010-01-26 12:33:38 +01:00
|
|
|
|
2010-01-25 12:43:29 +01:00
|
|
|
|
2010-01-22 20:10:27 +01:00
|
|
|
1.0b2 (2010-01-22)
|
2010-01-03 13:45:24 +01:00
|
|
|
------------------
|
|
|
|
|
2010-01-28 14:47:42 +01:00
|
|
|
* Bugfix for #2010181: The name of a commenter who commented while not logged in
|
|
|
|
should not appear as a link.
|
2010-03-24 09:15:18 +01:00
|
|
|
[timo]
|
2010-01-28 14:47:42 +01:00
|
|
|
|
|
|
|
* Bugfix for #2010078: Comments that await moderation are visually distinguished
|
|
|
|
from published comments.
|
2010-03-24 09:15:18 +01:00
|
|
|
[timo]
|
2010-01-28 14:47:42 +01:00
|
|
|
|
|
|
|
* Bugfix for #2010085: Use object_provides instead of portal_type to query the
|
|
|
|
catalog for comment.
|
2010-03-24 09:15:18 +01:00
|
|
|
[timo]
|
2010-01-28 14:47:42 +01:00
|
|
|
|
|
|
|
* Bugfix for #2010071: p.a.d. works with plone.z3cform 0.5.7 and
|
|
|
|
plone.app.z3cform 0.4.9 now.
|
2010-03-24 09:15:18 +01:00
|
|
|
[timo]
|
2010-01-28 14:47:42 +01:00
|
|
|
|
|
|
|
* Bugfix for #1513398: Show "anonymous" when name field is empty in comment
|
|
|
|
form.
|
2010-03-24 09:15:18 +01:00
|
|
|
[timo]
|
2010-01-28 14:47:42 +01:00
|
|
|
|
|
|
|
* Migration view: Dry run option added, abort transaction when something goes
|
|
|
|
wrong during migration, be more verbose about errors.
|
2010-03-24 09:15:18 +01:00
|
|
|
[timo]
|
2010-01-03 13:45:24 +01:00
|
|
|
|
|
|
|
|
2009-12-08 16:41:41 +01:00
|
|
|
1.0b1 (2009-12-08)
|
2009-12-07 20:39:47 +01:00
|
|
|
------------------
|
|
|
|
|
|
|
|
* Fix redirect after a adding a comment
|
2010-03-24 09:15:18 +01:00
|
|
|
[timo]
|
2010-01-28 14:47:42 +01:00
|
|
|
|
2009-12-07 20:39:47 +01:00
|
|
|
* Replace yes/no widgets with check boxes in the discussion control panel
|
2010-03-24 09:15:18 +01:00
|
|
|
[timo]
|
2010-01-28 14:47:42 +01:00
|
|
|
|
2009-12-07 20:39:47 +01:00
|
|
|
* Make comments viewlet show up in Plone 4
|
2010-03-24 09:15:18 +01:00
|
|
|
[timo]
|
2010-01-28 14:47:42 +01:00
|
|
|
|
2009-12-07 20:39:47 +01:00
|
|
|
* Apply Plone 4 styles to comment form
|
2010-03-24 09:15:18 +01:00
|
|
|
[timo]
|
2010-01-28 14:47:42 +01:00
|
|
|
|
2009-12-08 16:41:41 +01:00
|
|
|
* Simplify moderation view by removing the filters
|
2010-03-24 09:15:18 +01:00
|
|
|
[timo]
|
2009-12-07 20:39:47 +01:00
|
|
|
|
2010-04-04 19:37:13 +02:00
|
|
|
|
2009-10-18 15:23:51 +02:00
|
|
|
1.0a2 (2009-10-18)
|
2009-07-14 00:34:29 +02:00
|
|
|
------------------
|
|
|
|
|
2009-10-17 19:16:42 +02:00
|
|
|
* Plone 4 / Zope 2.12 support
|
2010-03-24 09:15:18 +01:00
|
|
|
[timo]
|
2010-06-18 13:14:53 +02:00
|
|
|
|
2009-08-18 23:04:49 +02:00
|
|
|
* Comment migration script added
|
2010-03-24 09:15:18 +01:00
|
|
|
[timo]
|
2010-06-18 13:14:53 +02:00
|
|
|
|
2009-10-18 15:23:51 +02:00
|
|
|
* Pluggable plone.z3cform comment forms
|
2010-03-24 09:15:18 +01:00
|
|
|
[timo]
|
2010-06-18 13:14:53 +02:00
|
|
|
|
2009-12-07 20:39:47 +01:00
|
|
|
* Captcha and ReCaptcha support added
|
2010-03-24 09:15:18 +01:00
|
|
|
[timo]
|
2009-07-14 00:34:29 +02:00
|
|
|
|
2010-04-04 19:37:13 +02:00
|
|
|
|
2009-07-07 10:49:00 +02:00
|
|
|
1.0a1 (2009-06-07)
|
2009-05-11 18:52:16 +02:00
|
|
|
------------------
|
|
|
|
|
2010-01-28 14:47:42 +01:00
|
|
|
* Basic commenting functionality and batch moderation.
|
2010-03-24 09:15:18 +01:00
|
|
|
[timo]
|