Commit Graph

943 Commits

Author SHA1 Message Date
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 e3eaef18b8 We have to fetch the "uuid" explicitly for Plone 3.
svn path=/plone.app.discussion/trunk/; revision=46007
2010-11-28 12:03:21 +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 664e5c273e hudson buildout added.
svn path=/plone.app.discussion/trunk/; revision=46004
2010-11-28 10:20:51 +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
Timo Stollenwerk 549c93af29 Use the 1.0-next KGS of dexterity instead of the outdated 2.0-next.
svn path=/plone.app.discussion/trunk/; revision=45927
2010-11-23 19:25:03 +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
Timo Stollenwerk 3c219397fa Buildout for tests with dexterity compatibility added.
svn path=/plone.app.discussion/trunk/; revision=45914
2010-11-23 13:05:23 +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
Timo Stollenwerk 2e880bec21 Give sneridagh the proper credits for the Catalan translation.
svn path=/plone.app.discussion/trunk/; revision=45853
2010-11-17 15:32:52 +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
Timo Stollenwerk c043061b1b We are still on 1.0RC1. :)
svn path=/plone.app.discussion/trunk/; revision=45736
2010-11-10 10:11:14 +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
Anton Stonor 85c5e5565b revert, wrong commit
svn path=/plone.app.discussion/buildouts/; revision=45614
2010-11-07 22:01:47 +00:00
Anton Stonor 37853ad226 starting danish translation
svn path=/plone.app.discussion/buildouts/; revision=45613
2010-11-07 21:55:33 +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 13e9d54793 Update version to RC1.
svn path=/plone.app.discussion/trunk/; revision=45198
2010-11-04 15:55:52 +00:00
Timo Stollenwerk e632349b83 Point to the latest b12 KGS.
svn path=/plone.app.discussion/trunk/; revision=45191
2010-11-04 14:54:28 +00:00
Timo Stollenwerk 6c03985d44 Set version to 1.0b12.
svn path=/plone.app.discussion/trunk/; revision=45190
2010-11-04 14:51:00 +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
Timo Stollenwerk 89ac3f6b86 Prepare plone.app.discussion 1.0b11.
svn path=/plone.app.discussion/trunk/; revision=45133
2010-11-03 16:21:13 +00:00
Timo Stollenwerk 004b5def22 Preparing release 1.0b11
svn path=/plone.app.discussion/trunk/; revision=45131
2010-11-03 15:26:06 +00:00
Timo Stollenwerk 3ebc83447f Point to the 1.0b11 KGS in README.
svn path=/plone.app.discussion/trunk/; revision=45130
2010-11-03 15:13:28 +00:00
Timo Stollenwerk 2bc0acd968 Update Sphinx release number to 1.0b11.
svn path=/plone.app.discussion/trunk/; revision=45128
2010-11-03 13:59:54 +00:00
Timo Stollenwerk dc37db70d9 zope.i18n pinned down in Plone 3 KGS.
svn path=/plone.app.discussion/trunk/; revision=45127
2010-11-03 13:54:57 +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 a8616c1c87 Don't declare the zope.schema dependency in setup.py because it will fetch a version that breaks the Plone 3 buildout.
svn path=/plone.app.discussion/trunk/; revision=45083
2010-11-02 12:21:02 +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
Timo Stollenwerk 885c988ec9 Declare z3c.form and zope.schema as minimum version dependencies in setup.py in case people use a different KGS.
svn path=/plone.app.discussion/trunk/; revision=45081
2010-11-02 10:38:38 +00:00
Israel Saeta Pérez 5c4eb30215 Update changelog.
svn path=/plone.app.discussion/trunk/; revision=45065
2010-11-02 09:07:07 +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