Vincent Fretin
1a45b0a374
Merge pull request #171 from plone/close-input-tag
...
Close input tags properly in moderation.pt to avoid an error with i18ndude find-untranslated
2020-06-29 10:58:04 +02:00
Vincent Fretin
de24c20b83
Close input tags properly in moderation.pt to avoid an error with i18ndude find-untranslated
2020-06-28 14:12:06 +02:00
Vincent Fretin
e1a433956e
Merge pull request #170 from plone/i18n-reuse-existing-translation
...
Reuse existing translation for the "Save" button in the Edit comment form.
2020-06-18 13:05:32 +02:00
Vincent Fretin
eb8b473610
use PMF instead of _ so i18ndude doesn't extract comment_
2020-06-18 11:58:24 +02:00
Vincent Fretin
ab99c5d015
Reuse existing translation for the "Save" button in the Edit comment form.
2020-06-18 11:51:09 +02:00
Vincent Fretin
181fee785b
change mail_notification_message_moderator msgid to keep old mail template for Plone 5.1 in plone.app.locales 5.1.x to stay compatible with both Plone 5.1.x and 5.2.x
2020-03-20 15:15:25 +01:00
Vincent Fretin
06b20b8f81
merge fix from master (Don't execute createReplyForm js if there is no in_reply_to button)
2014-10-09 11:44:31 +02:00
Vincent Fretin
838f229726
Don't execute createReplyForm js if there is no in_reply_to button.
2014-10-09 11:41:00 +02:00
Vincent Fretin
acacc8281a
add a test for delete-own-comment view
2014-09-20 16:21:55 +02:00
Vincent Fretin
2a8082cfa7
add delete_own_comment_enabled option in control panel
2014-09-20 16:02:48 +02:00
Vincent Fretin
42d12200a7
Don't use session at all for content rules, set the event in the request to be able to access comment attributes. This fixes 'InvalidObjectReference: A new object is reachable from multiple databases.' if comment contains a RichTextValue which contains a RawValueHolder (persistent object).
2014-09-20 14:54:02 +02:00
Vincent Fretin
ee28528f55
Don't use session at all for content rules, set the event in the request to be able to access comment attributes. This fixes 'InvalidObjectReference: A new object is reachable from multiple databases.' if comment contains a RichTextValue which contains a RawValueHolder (persistent object).
2014-09-20 14:14:19 +02:00
Vincent Fretin
80a9dea1d8
no extra debug for plone.app.robotframework
2014-09-20 14:08:50 +02:00
Vincent Fretin
02775ac744
fixed typo
2011-11-21 19:27:43 +01:00
Vincent Fretin
9040f25dc1
fixed po headers
2011-11-21 19:17:06 +01:00
Vincent Fretin
4b25ccca48
Added MANIFEST.in to include mo files in the distribution. ( closes #12134 )
2011-11-18 19:41:09 +01:00
Vincent Fretin
7912d9a049
Resync translations
...
svn path=/plone.app.discussion/trunk/; revision=48696
2011-04-10 20:38:14 +00:00
Vincent Fretin
7b42c34493
Nobody seems to maintain the LANGUAGES variable, remove the update-translations.sh script, use a simpler locales/update.sh script.
...
svn path=/plone.app.discussion/trunk/; revision=48695
2011-04-10 20:37:37 +00:00
Vincent Fretin
ab5c728448
Fixed i18n of the "Commenting has been disabled." message.
...
svn path=/plone.app.discussion/trunk/; revision=48694
2011-04-10 20:28:21 +00:00
Vincent Fretin
4b15b31e51
Translate the subject and be sure to set the charset to utf-8 for the mail.
...
svn path=/plone.app.discussion/trunk/; revision=39587
2010-09-01 07:32:28 +00:00
Vincent Fretin
da81b1073b
Fixed translation
...
svn path=/plone.app.discussion/trunk/; revision=39586
2010-09-01 07:30:14 +00:00
Vincent Fretin
0d2e23842e
Removed empty description for text transform
...
svn path=/plone.app.discussion/trunk/; revision=39585
2010-09-01 07:25:04 +00:00
Vincent Fretin
72f715dd4a
Updated French translation
...
svn path=/plone.app.discussion/trunk/; revision=39584
2010-09-01 07:23:34 +00:00
Vincent Fretin
c3f49298fb
plone.app.discussion: 3 messages added
...
svn path=/plone.app.discussion/trunk/; revision=39583
2010-09-01 07:21:48 +00:00
Vincent Fretin
d5baae3eec
Fixed variables in the template for use with the i18n machinery
...
svn path=/plone.app.discussion/trunk/; revision=39582
2010-09-01 07:19:51 +00:00
Vincent Fretin
f5bed31131
internationalize notification mail
...
svn path=/plone.app.discussion/trunk/; revision=39572
2010-08-31 18:07:51 +00:00
Vincent Fretin
5a379b7c4f
Hum, I half committed my changes apparently
...
svn path=/plone.app.discussion/trunk/; revision=38896
2010-08-25 06:46:24 +00:00
Vincent Fretin
17fce9d515
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 conversation is currently enabled.
Warning:
There is a security hole at the moment. Any authenticated user having the
zope2.View permission or anonymous user without captcha can add a comment
by creating a post request.
svn path=/plone.app.discussion/trunk/; revision=38888
2010-08-24 11:25:17 +00:00
Vincent Fretin
352a517a0a
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.
svn path=/plone.app.discussion/trunk/; revision=38835
2010-08-20 11:52:05 +00:00
Vincent Fretin
7705e7facf
Updated zh_TW translation
...
svn path=/plone.app.discussion/trunk/; revision=38610
2010-08-08 08:55:31 +00:00
Vincent Fretin
d75fe71a3b
Add point
...
svn path=/plone.app.discussion/trunk/; revision=38599
2010-08-06 20:22:07 +00:00
Vincent Fretin
7c007b1306
You can now translate the title and description of the product.
...
svn path=/plone.app.discussion/trunk/; revision=38597
2010-08-06 19:22:19 +00:00
Vincent Fretin
8d6e960804
changed translation
...
svn path=/plone.app.discussion/trunk/; revision=38596
2010-08-06 19:17:18 +00:00
Vincent Fretin
69c2ce9556
Added 3 new messages from the single state workflow
...
svn path=/plone.app.discussion/trunk/; revision=38583
2010-08-06 17:24:05 +00:00
Vincent Fretin
bd1d391c2c
previous commit: We need five:registerPackage to register the i18n folder.
...
svn path=/plone.app.discussion/trunk/; revision=38582
2010-08-06 17:19:32 +00:00
Vincent Fretin
be0a6cb685
Added zh_TW translation, use Domain:zh_TW (case sensitive) in plone-zh_TW.po
...
svn path=/plone.app.discussion/trunk/; revision=38581
2010-08-06 17:15:59 +00:00
Vincent Fretin
fd6a8e0fd8
* Renamed legend_add_comment to label_add_comment to have the translation from
...
plone domain.
* label_comment_by and label_commented_at are not in Plone 4 translation anymore, so
these two messages moved to plone.app.discussions i18n domain.
svn path=/plone.app.discussion/trunk/; revision=38574
2010-08-06 15:33:34 +00:00
Vincent Fretin
86aee7a2ea
Added French translation.
...
svn path=/plone.app.discussion/trunk/; revision=38573
2010-08-06 15:21:29 +00:00
Vincent Fretin
733c3439ca
Translate "Warning" shown in @@moderate-comments in the plone domain.
...
svn path=/plone.app.discussion/trunk/; revision=38568
2010-08-06 10:46:37 +00:00
Vincent Fretin
da7e28be74
Fixed some typo
...
svn path=/plone.app.discussion/trunk/; revision=38567
2010-08-06 10:43:44 +00:00
Vincent Fretin
d2b19deeac
use double quotes
...
svn path=/plone.app.discussion/trunk/; revision=38565
2010-08-06 10:01:52 +00:00
Vincent Fretin
c1e861e969
Fixed i18n markup of message_moderation_disabled.
...
svn path=/plone.app.discussion/trunk/; revision=38564
2010-08-06 09:51:23 +00:00
Vincent Fretin
27710ca541
It's 'Allow comments', not 'enable moderation'
...
svn path=/plone.app.discussion/trunk/; revision=38563
2010-08-06 09:34:05 +00:00
Vincent Fretin
6d07243885
Added fr to the script and added the empty i18n/plone-fr.po file
...
svn path=/plone.app.discussion/trunk/; revision=38549
2010-08-05 17:00:05 +00:00
Vincent Fretin
d0cb939828
Added fr directory with empty po file
...
svn path=/plone.app.discussion/trunk/; revision=38548
2010-08-05 16:57:25 +00:00