Commit Graph

286 Commits

Author SHA1 Message Date
Timo Stollenwerk
face5bf5d6 Prepare 2.2.1 release. 2012-11-16 12:07:06 +01:00
Kees Hink
6bd31ad490 Make conversation view not break when comment-id cannot be converted to long, fixes #13327 2012-11-14 13:25:10 +01:00
maartenkling
33e7c1ef39 update changes 2012-11-13 09:41:57 +01:00
Johannes Raggam
882236cb15 For migrations of comments without a valid old_status, apply the 'published'
state.
2012-10-31 22:46:10 +01:00
Johannes Raggam
d2ccec6efe Re-apply eleddy's 'Revert modification date since this is fixed in
p.a.caching now.' as her commit was lost later on due to some git magic.
2012-10-31 22:26:51 +01:00
maartenkling
62b0b47b56 remove the submitting completly, the form is submitted fine without and this fixes both #13037 and #12357 2012-10-26 11:12:44 +02:00
maartenkling
f8bf11dc31 update changes 2012-10-26 08:53:09 +02:00
maartenkling
cea0ebbfb2 update changes 2012-10-22 10:05:58 +02:00
Izak Burger
ea6e00c6cc update changelog 2012-09-17 23:57:51 +02:00
Gaudenz Steinlin
75842b948d Update changelog 2012-09-17 16:56:01 +02:00
Timo Stollenwerk
05c2c19c93 Replace discussionitem_icon.gif with png version. 2012-09-02 08:31:58 +02:00
Eric Steele
5bd40c175a Back to development: 2.2.1 2012-08-30 11:26:10 -04:00
Eric Steele
281f2c834f Preparing release 2.2.0 2012-08-30 11:25:41 -04:00
Timo Stollenwerk
c47689af42 Fix handling of comments with invalid transforms. Write an error msg to the log and just return the untransformed text. 2012-07-12 16:03:02 +02:00
Timo Stollenwerk
08f11534ea Update changes. 2012-07-12 16:01:39 +02:00
Timo Stollenwerk
eded7f1059 text/html added to possible mime types for comments. 2012-07-12 15:54:01 +02:00
Timo Stollenwerk
ac9d4f9584 Rename the id of the text widgets because there can be css-id clashes with
the text field of documents when using TinyMCE in overlays or multiple
instances of TinyMCE on a single page.
2012-07-12 15:49:19 +02:00
Timo Stollenwerk
0535e659ff Refactor the comment creator/author_name to comply with the Plone core convention to store the username on the creator attribute and not the fullname. 2012-07-12 15:39:27 +02:00
Timo Stollenwerk
19a511f4e5 Merge pull request #7 from plone/hide-from-breadcrumb
Hide Conversation objects from breadcrumb navigation
2012-07-12 06:18:42 -07:00
Timo Stollenwerk
4be6bfd4f5 Remove development buildout files and directories. 2012-07-12 15:12:17 +02:00
Timo Stollenwerk
05e36d63ab Update changes for the latest documentation and howto updates. 2012-07-12 15:07:28 +02:00
Timo Stollenwerk
4d12aa4df2 Update changes for pull request https://github.com/plone/plone.app.discussion/pull/6. 2012-07-12 12:45:19 +02:00
Timo Stollenwerk
619f337117 Update changes for pull request https://github.com/plone/plone.app.discussion/pull/9. 2012-07-12 12:40:13 +02:00
Timo Stollenwerk
0e587a7d85 Support for Dexterity added. 2012-06-30 10:59:49 +02:00
Eric Steele
4ef12b189e Back to development: 2.1.8 2012-06-29 22:37:51 -04:00
Eric Steele
b39029fc11 Preparing release 2.1.7 2012-06-29 22:37:15 -04:00
Paul J Stevens
53428fe5f6 total_comments only counts published comments
Also migrate workflow state during migration.
2012-06-13 11:17:22 +00:00
Paul J Stevens
5e08d3a33e Update version in buildout.cfg to allow development 2012-06-13 11:08:28 +00:00
Paul J Stevens
e31f90c440 Prune duplicated test code 2012-06-12 14:44:42 +00:00
Eric Steele
231cadb449 Back to development: 2.1.7 2012-05-30 21:16:20 -04:00
Eric Steele
cdb533e6bc Preparing release 2.1.6 2012-05-30 21:14:53 -04:00
Gaudenz Steinlin
ad5cca6454 Hide Conversation objects from breadcrumb navigation
The breadcrumbs navigation is also used in the search results view.
This lead to Conversation objects showing up if 'Discussion Items'
are searchable.
2012-05-29 13:40:31 +02:00
Gaudenz Steinlin
3eab51e1c4 Add Site Administrator role to Review comments permission 2012-05-29 13:26:05 +02:00
Gaudenz Steinlin
4e0bf9f25e Fix JS comment deletion
If the comment tree had just one top level comment the whole tree was
removed by the JS code if just one comment in the tree was deleted.
These comments were (correctly) not removed from the ZODB.
2012-05-29 13:26:05 +02:00
Hanno Schlichting
1b0ba3c0b0 No longer depend on zope.app packages. 2012-05-18 18:19:12 -04:00
Timo Stollenwerk
38332e557d Back to development. 2012-04-05 07:37:47 +02:00
Timo Stollenwerk
7d7fcc4cd2 Prepare 2.1.5 release. 2012-04-05 07:20:13 +02:00
Timo Stollenwerk
f66d6e1c05 Make topic/collection tests pass when plone.app.collection is installed. 2012-04-02 22:00:27 +02:00
Timo Stollenwerk
58663fb492 Warning message added to discussion control panel that shows up if there are unmigrated comments. 2012-03-15 20:00:08 +01:00
Timo Stollenwerk
c76ef0523e Merge commit 877f2d3e84 which has been accidentially purged. 2012-03-15 19:06:23 +01:00
Timo Stollenwerk
910f75aa7e Make comments and controlpanel views more robust, so they don't break if no workflow is assigned to the 'Discussion Item' content type. 2012-03-15 13:06:00 +01:00
Elizabeth Leddy
877f2d3e84 fix url redirect for content types that must have /view in url to view contents 2012-03-14 15:01:17 -07:00
Timo Stollenwerk
fda1bb1c63 Prepare 2.1.4 release. 2012-02-29 09:33:30 +01:00
Timo Stollenwerk
5e5d9d0da4 Add missing meta_typ to 'Review comments' portal action. 2012-02-29 09:32:35 +01:00
Timo Stollenwerk
2443feb638 Add eleddy's latest commit to changes. 2012-02-29 09:25:15 +01:00
Eric Steele
e9333983d3 Back to development: 2.1.4 2012-01-24 22:03:11 -05:00
Eric Steele
2a36f778af Preparing release 2.1.3 2012-01-24 22:02:46 -05:00
Elizabeth Leddy
07b8ebc5df make sure commenting works when caching with modified headers 2012-01-24 18:28:02 -08:00
Timo Stollenwerk
8176b02c71 Prepare 2.1.2 release. 2011-12-21 19:39:13 +01:00
Timo Stollenwerk
3b1d1b8967 Changelog entry and test to fix #12437 added. 2011-12-21 19:37:40 +01:00