Timo Stollenwerk
|
13772c6e5b
|
Redirect back to the discussion control panel when the discussion control panel form is submitted.
svn path=/plone.app.discussion/trunk/; revision=46040
|
2010-11-30 09:06:46 +00:00 |
|
Timo Stollenwerk
|
824ed1e94a
|
Fix document_byline bottom margin if commenter images are disabled.
svn path=/plone.app.discussion/trunk/; revision=46037
|
2010-11-30 07:33:22 +00:00 |
|
Timo Stollenwerk
|
0c94707743
|
Dynamically show the comment formatting message dependent on the text transform setting.
svn path=/plone.app.discussion/trunk/; revision=46035
|
2010-11-29 22:42:20 +00:00 |
|
Timo Stollenwerk
|
ea2ff81b43
|
Description for text transform added to the discussion control panel.
svn path=/plone.app.discussion/trunk/; revision=46027
|
2010-11-29 18:54:29 +00:00 |
|
Timo Stollenwerk
|
9dd33c47d0
|
Move the discussion control panel to the core Plone configuration.
svn path=/plone.app.discussion/trunk/; revision=46020
|
2010-11-29 17:40:37 +00:00 |
|
Timo Stollenwerk
|
f0cecaf274
|
Always set the effective date of a comment to the same value as the creation date.
svn path=/plone.app.discussion/trunk/; revision=46019
|
2010-11-29 17:36:52 +00:00 |
|
Timo Stollenwerk
|
b26d5a5a62
|
Fix SMTP exception when an email is send to the moderator.
svn path=/plone.app.discussion/trunk/; revision=46013
|
2010-11-29 08:27:09 +00:00 |
|
Timo Stollenwerk
|
3b31ac1602
|
Always import ObjectCreatedEvent from zope.lifecycleevent.
svn path=/plone.app.discussion/trunk/; revision=46006
|
2010-11-28 12:01:27 +00:00 |
|
Timo Stollenwerk
|
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.
svn path=/plone.app.discussion/trunk/; revision=46005
|
2010-11-28 11:39:19 +00:00 |
|
Timo Stollenwerk
|
b08d7ddbeb
|
revert r46002.
svn path=/plone.app.discussion/trunk/; revision=46003
|
2010-11-28 10:00:31 +00:00 |
|
Timo Stollenwerk
|
7e39197114
|
hudson buildout added.
svn path=/plone.app.discussion/trunk/; revision=46002
|
2010-11-28 09:51:35 +00:00 |
|
David Glick
|
4c31afeac2
|
fix comparison of string to integer which broke 'check all'
svn path=/plone.app.discussion/trunk/; revision=45926
|
2010-11-23 18:53:38 +00:00 |
|
Timo Stollenwerk
|
7dbcc9e2be
|
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 http://dev.plone.org/plone/ticket/11292. Refs #11292
svn path=/plone.app.discussion/trunk/; revision=45915
|
2010-11-23 14:03:47 +00:00 |
|
Israel Saeta Pérez
|
6f698551ce
|
Update Spanish localization.
svn path=/plone.app.discussion/trunk/; revision=45880
|
2010-11-19 11:01:05 +00:00 |
|
Victor Fernandez de Alba
|
289f876244
|
Corrected typo in catalan translation
svn path=/plone.app.discussion/trunk/; revision=45852
|
2010-11-17 14:50:43 +00:00 |
|
Victor Fernandez de Alba
|
48d225e97e
|
Catalan translations
svn path=/plone.app.discussion/trunk/; revision=45851
|
2010-11-17 14:26:15 +00:00 |
|
Luca Fabbri
|
7083607d63
|
update italian translation
svn path=/plone.app.discussion/trunk/; revision=45811
|
2010-11-15 16:02:11 +00:00 |
|
Yiorgis Gozadinos
|
ab00fa3d99
|
Make the creator indexer return utf-8 to the catalog.
svn path=/plone.app.discussion/trunk/; revision=45735
|
2010-11-10 10:06:20 +00:00 |
|
Timo Stollenwerk
|
d358a31c74
|
Comments viewlet test for posting anonymous comments added.
svn path=/plone.app.discussion/trunk/; revision=45663
|
2010-11-08 17:10:19 +00:00 |
|
Timo Stollenwerk
|
5b788d1156
|
Merge 'Convert anonymous-supplied name to unicode as done for authenticated members.' from jarn-unicode branch.
svn path=/plone.app.discussion/trunk/; revision=45662
|
2010-11-08 17:09:26 +00:00 |
|
Anton Stonor
|
91a488931d
|
staring Danish translation
svn path=/plone.app.discussion/trunk/; revision=45615
|
2010-11-07 22:02:08 +00:00 |
|
Radim Novotny
|
469da01f11
|
typo in Czech translation
svn path=/plone.app.discussion/trunk/; revision=45607
|
2010-11-07 18:52:12 +00:00 |
|
Timo Stollenwerk
|
cbd2edf932
|
Catch SMTP exceptions when sending email notifications.
svn path=/plone.app.discussion/trunk/; revision=45199
|
2010-11-04 15:56:12 +00:00 |
|
Timo Stollenwerk
|
501cee78e2
|
".comment" and ".replyTreeLevel0" are both CSS classes of the comment div. Fix for Plone 3 only.
svn path=/plone.app.discussion/trunk/; revision=45189
|
2010-11-04 14:50:30 +00:00 |
|
Timo Stollenwerk
|
823ada7491
|
Remove AJAX comment deletion binding. This function relies on the nextUntil() selector introduced by jQuery 1.4 and therefore breaks in Plone 3 (that currently uses jQuery 1.3.2).
svn path=/plone.app.discussion/trunk/; revision=45188
|
2010-11-04 14:42:32 +00:00 |
|
Timo Stollenwerk
|
b68da9925b
|
Use parseInt with second param to make jslint happy.
svn path=/plone.app.discussion/trunk/; revision=45187
|
2010-11-04 14:37:18 +00:00 |
|
Radim Novotny
|
b3ec7d61f5
|
Updated Czech translation :)
svn path=/plone.app.discussion/trunk/; revision=45126
|
2010-11-03 13:52:16 +00:00 |
|
Timo Stollenwerk
|
3d2f01b440
|
Translations updated.
svn path=/plone.app.discussion/trunk/; revision=45125
|
2010-11-03 13:45:00 +00:00 |
|
Timo Stollenwerk
|
25a82538b4
|
Fix Czech language code and name.
svn path=/plone.app.discussion/trunk/; revision=45124
|
2010-11-03 13:42:20 +00:00 |
|
Timo Stollenwerk
|
7f98b94031
|
Fix Dutch language code and name.
svn path=/plone.app.discussion/trunk/; revision=45123
|
2010-11-03 13:40:48 +00:00 |
|
Timo Stollenwerk
|
b95707ac52
|
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.
svn path=/plone.app.discussion/trunk/; revision=45110
|
2010-11-03 11:26:18 +00:00 |
|
Timo Stollenwerk
|
8e8e78c2d9
|
Fix language code and name in the Basque .po file.
svn path=/plone.app.discussion/trunk/; revision=45082
|
2010-11-02 11:34:52 +00:00 |
|
Israel Saeta Pérez
|
1b02b799c6
|
Add and update es and eu l10ns.
svn path=/plone.app.discussion/trunk/; revision=45063
|
2010-11-02 09:05:22 +00:00 |
|
Timo Stollenwerk
|
a39ac82858
|
There is no need to set the comment title in the tests, since comments do not have title fields anymore.
svn path=/plone.app.discussion/trunk/; revision=44738
|
2010-10-31 11:09:32 +00:00 |
|
Timo Stollenwerk
|
feec103b56
|
Fix user email notification test for Plone 3.
svn path=/plone.app.discussion/trunk/; revision=44737
|
2010-10-31 10:48:45 +00:00 |
|
Timo Stollenwerk
|
fa6e380eaf
|
Use secureSend for user email notification on Plone 3
svn path=/plone.app.discussion/trunk/; revision=44736
|
2010-10-31 10:34:58 +00:00 |
|
Timo Stollenwerk
|
c8cd370fc9
|
Use len(tuple()) instead of tuple() to make tests pass again.
svn path=/plone.app.discussion/trunk/; revision=44706
|
2010-10-30 19:26:51 +00:00 |
|
Timo Stollenwerk
|
093eaa393a
|
Use tuple() to test for generators. Thanks to otacon!
svn path=/plone.app.discussion/trunk/; revision=42096
|
2010-10-30 18:58:20 +00:00 |
|
Timo Stollenwerk
|
cc96acb50a
|
Ajaxify comment deletion and approval. thanks thomasdesvenain!
svn path=/plone.app.discussion/trunk/; revision=40984
|
2010-10-30 17:32:31 +00:00 |
|
Timo Stollenwerk
|
82afd3ef15
|
New feature: As a logged-in user, I can enable/disable email notification of additional comments on this content object.
svn path=/plone.app.discussion/trunk/; revision=40949
|
2010-10-30 15:02:05 +00:00 |
|
Timo Stollenwerk
|
5fe339215b
|
Use the jstestdriver coverage plugin.
svn path=/plone.app.discussion/trunk/; revision=40909
|
2010-10-30 11:24:03 +00:00 |
|
Timo Stollenwerk
|
380b81bd3e
|
Disable the moderation qunit tests for now because they are currently failing.
svn path=/plone.app.discussion/trunk/; revision=40907
|
2010-10-30 11:12:04 +00:00 |
|
Timo Stollenwerk
|
0820d3771f
|
Basic js-test-driver configuration added.
svn path=/plone.app.discussion/trunk/; revision=40892
|
2010-10-30 10:22:21 +00:00 |
|
Timo Stollenwerk
|
81dcdeaea3
|
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. Refs #11195
svn path=/plone.app.discussion/trunk/; revision=40868
|
2010-10-29 10:43:46 +00:00 |
|
Timo Stollenwerk
|
f6b7ef1bcb
|
Remove the too generic id attribute of the comment form.
svn path=/plone.app.discussion/trunk/; revision=40858
|
2010-10-28 10:30:10 +00:00 |
|
Timo Stollenwerk
|
777e687169
|
Rename the id of the comment form from "form" to "comment-form".
svn path=/plone.app.discussion/trunk/; revision=40857
|
2010-10-28 09:45:34 +00:00 |
|
Timo Stollenwerk
|
22e4189c37
|
Revert revisions r40851 to r40853, they should have gone into the ajax-ui branch.
svn path=/plone.app.discussion/trunk/; revision=40856
|
2010-10-28 09:39:00 +00:00 |
|
Timo Stollenwerk
|
14e2600a79
|
Make ajax call for delete comment button work for comment replies.
svn path=/plone.app.discussion/trunk/; revision=40853
|
2010-10-27 16:10:04 +00:00 |
|
Timo Stollenwerk
|
926e4f6b8e
|
Integrate Denys ajax ui code.
svn path=/plone.app.discussion/trunk/; revision=40852
|
2010-10-27 14:44:52 +00:00 |
|
Timo Stollenwerk
|
79f4481722
|
Use "#comment-form" as id for the comment form instead of "#form" which is too generic.
svn path=/plone.app.discussion/trunk/; revision=40851
|
2010-10-27 14:44:06 +00:00 |
|