Kees Hink
cc02ed01ad
Remove DL's from portal message in templates.
2014-02-11 09:38:54 +01:00
Ovidiu Miron
6bc5db4276
Fixed typo error
2014-02-04 11:46:29 +02:00
Ovidiu Miron
a9d0cb574b
Execute the property workflow
2014-02-04 11:15:31 +02:00
maartenkling
8ccd648928
user member.getId as author_username, so membrane users and plone users have portraits and author urls
2014-02-02 14:55:37 +01:00
Timo Stollenwerk
a8dc5dd3f0
Remove test_suite functions since they are only needed for zope.testing < 3.8.0.
2013-12-19 09:54:03 +01:00
tisto
a2ae2a888f
Remov qunit and jstestdriver test setup.
2013-12-15 12:56:51 +01:00
tisto
f0a9d9ad6b
Pep8
2013-12-15 12:02:32 +01:00
Timo Stollenwerk
a2552acd2b
Merge pull request #36 from aputtu/patch-1
...
Corrections and additions to the Danish translation
2013-11-26 10:27:52 -08:00
Alan Hoey
8161dc14da
Fixing test failures.
2013-11-25 12:54:49 +00:00
Alan Hoey
e6ec6ebe16
Add tests to confirm that some methods of a conversation incorrectly use an unwrapped comment to determine whether anonymous users can view.
2013-11-25 12:52:31 +00:00
Alan Hoey
4804868ab2
Refactor acquisition tests to define the expected behaviour when dealing with wrapped and unwrapped comments.
2013-11-25 12:06:05 +00:00
Alan Hoey
4be4c03c49
Fix total comments index
2013-11-21 18:13:31 +00:00
vmaksymiv
8e56b99638
added test acquisition chain for unwrapped object
...
Conflicts:
plone/app/discussion/tests/test_acquisition.py
2013-11-21 17:23:36 +00:00
Kees Hink
5fb6968fca
Add a test for Acquisition in comments.
2013-11-21 17:22:12 +00:00
Roman Kozlovskyi
f1747c7a87
Updated ukrainian translations
2013-11-17 21:10:02 +02:00
David Glick
7cfbd20d72
don't fail test if portal_atct is missing
2013-11-15 00:11:13 -08:00
Timo Stollenwerk
654869a30d
Remove old topic test. New collections are tested in p.a.contenttypes anyways.
2013-11-14 11:01:14 +01:00
Mikel Larreategi
4fdd1f7467
update basque translation
2013-11-14 09:13:20 +01:00
Mikel Larreategi
ceae98cd19
update basque translation
2013-11-14 09:12:38 +01:00
Mikel Larreategi
2f781fe6e9
update basque translation
2013-11-14 09:12:31 +01:00
Benoît Suttor
c3ce01edd0
Use defaultUser.png instead of defaultUser.gif
...
Indeed, defaultUser.gif is in a deprecated skins folder (Products/CMFPlone/
skins/plone_deprecated/defaultUser.gif) and not defaultUser.png
(Products/CMFPlone/skins/plone_images/defaultUser.png).
Test is also updated.
2013-11-13 15:53:12 +01:00
JeanMichel FRANCOIS
410b8c998a
Fix ownership of comments.
2013-11-05 10:23:15 +01:00
aputtu
00861f5f9c
Corrections and additions to the Danish translation
2013-10-22 20:22:05 +02:00
David Glick
dcba2c2714
re-add ICommentingTool to support migration
2013-10-18 21:40:50 -07:00
tisto
d225cbfc9a
Remove bbb directory.
2013-10-16 19:20:15 +02:00
tisto
e7cae8430a
Replace deprecated test assert statements.
2013-10-10 16:29:15 +02:00
tisto
fbc78e2951
Remove portal_discussion tool.
2013-10-10 15:36:18 +02:00
tisto
08c3db59e1
Portuguese translation added.
2013-09-24 14:21:45 +02:00
Huub Bouma
fd85de9c30
Fix comments Title if utf-8 characters in author_name
2013-09-20 16:28:05 +02:00
Timo Stollenwerk
9049368cba
Refactor tests to use the PLONE_APP_CONTENTTYPES_FIXTURE instead of the PLONE_FIXTURE. This fixes all test p.a.discussion test failures.
2013-08-29 22:20:47 +02:00
Jens W. Klein
645bbb0a95
typo: renamed 'annotions' to 'annotations'
2013-08-26 14:49:26 +02:00
JeanMichel FRANCOIS
34bbd39829
fix: add form serialized data to the delete comment ajax form submit
...
Even if in fresh Plone there is no data, I'm in a case where I'm adding
'ajax' marker in the form to not render all the page (which is the case
here) and the render is not used at all except if the action do not
happens in ajax.
2013-08-21 11:07:48 +02:00
Andrea Cecchi
bde1a1a44a
fix reindexObject for comment container object
2013-08-20 15:37:56 +02:00
Andreas Zeidler
b027789391
prevent the viewlet from raising an error for objects that are not annotatable
2013-08-15 00:01:22 +02:00
Paul J Stevens
52c6372664
fix deprecation warning
2013-06-04 13:23:22 +00:00
Paul J Stevens
1946991928
fix regression
...
introduced by 702f7e1f1d
2013-06-04 13:19:41 +00:00
Thomas Desvenain
f90c1531bc
Update french translation
2013-05-23 09:35:41 +02:00
Jan Ulrich Hasecke
a03409a2cb
Update plone.app.discussion.po
...
Some translations
2013-05-22 19:03:00 +02:00
Kees Hink
fd9d0a0eba
Revert "Add a test for permission Acquisition on comments."
...
This reverts commit 66d355544f
.
2013-05-10 13:39:02 +02:00
Kees Hink
6d5c193d8c
Revert "Move application of custom workflow to test_acquisition.py..."
...
This reverts commit 6e9b32254e
.
2013-05-10 13:38:46 +02:00
Kees Hink
6e9b32254e
Move application of custom workflow to test_acquisition.py...
...
...so it doesn't interfere with other test in the layer.
2013-05-10 13:26:30 +02:00
Kees Hink
66d355544f
Add a test for permission Acquisition on comments.
...
We use a different workflow for comments:
The View permission is acquired instead of given explicitly,
as outlined in https://dev.plone.org/ticket/12531 .
2013-05-10 13:18:58 +02:00
Timo Stollenwerk
e2a43aefb6
Remove testbrowser dump.
2013-04-22 14:55:04 +02:00
Timo Stollenwerk
73d84a22d7
Pep8.
2013-04-18 16:12:00 +02:00
Timo Stollenwerk
607719fd42
Pep8.
2013-04-18 15:57:01 +02:00
Timo Stollenwerk
b151244138
Pep8.
2013-04-18 15:51:57 +02:00
Timo Stollenwerk
0a8cd01922
Pep8
2013-04-18 15:46:28 +02:00
Timo Stollenwerk
37faab444a
Pep8.
2013-04-18 15:38:17 +02:00
Timo Stollenwerk
0b8112fda1
Pep8.
2013-04-18 15:31:40 +02:00
Timo Stollenwerk
849299f233
Pep8.
2013-04-18 15:21:00 +02:00
Timo Stollenwerk
20935da608
Pep8.
2013-04-17 19:37:10 +02:00
Timo Stollenwerk
29fe4bbec7
Pep8.
2013-04-17 19:34:17 +02:00
Timo Stollenwerk
b4c22e90bf
Pep8.
2013-04-17 19:27:30 +02:00
Timo Stollenwerk
943065c15f
Pep8.
2013-04-17 19:07:40 +02:00
Timo Stollenwerk
dcb2d3e7d4
Pep8
2013-04-17 19:04:45 +02:00
Timo Stollenwerk
65ade424d8
Pep8.
2013-04-17 14:55:50 +02:00
Timo Stollenwerk
aa61364342
Merge pull request #25 from datakurre/master
...
Fix migration to not fail when member has been deleted
2013-04-17 05:52:17 -07:00
Timo Stollenwerk
628f72ea0b
Pep8.
2013-04-17 14:24:39 +02:00
Timo Stollenwerk
1e95e33573
Pep8
2013-04-13 22:47:30 +02:00
Roman Kozlovskyi
803d6c7fbb
Updated ukrainian translations
2013-04-12 15:11:29 +03:00
Asko Soukka
4165a74180
Fix migration to not fail when member has been deleted
2013-04-10 10:28:46 +03:00
Felipe Duardo
7f16b55493
return to last commit...
2013-04-09 13:55:21 -03:00
Felipe Duardo
79a96a8c1e
Added a prefix to the id attr of the comment field
...
The W3C validator does not accept the attributes id or class started with numbers.
2013-04-09 12:21:14 -03:00
Érico Andrei
d77ecc31f3
Update pt_BR translation
2013-04-06 09:57:13 -03:00
Érico Andrei
e6deebf9b5
Sync translations
2013-04-06 09:56:53 -03:00
Érico Andrei
1bbaace2fd
Sync translations
2013-04-06 09:48:44 -03:00
Patrick Gerken
05f0e7e4d8
Many updates to handle non public comments properly
2013-03-28 14:28:22 +01:00
Timo Stollenwerk
0c6b873bef
Do not raise an error when no workflow is assigned to the comment type.
2013-03-27 17:06:14 +01:00
Timo Stollenwerk
317bbca6d8
Whitespace.
2013-03-27 16:58:35 +01:00
bdbaddog
6f675b6f80
Merge pull request #23 from bdbaddog/fix_comment_user_migration
...
fix migration of author_name and author_username
2013-02-11 10:20:41 -08:00
Roman Kozlovskyi
948d7d4956
Updated Ukrainian translation
2013-02-04 13:39:17 +02:00
ichim-david
e2d8543020
Cherry-picked 7a48d5 and 10f031 from 2.1.x branch to master
2013-02-03 22:07:51 +02:00
ichim-david
321f725bda
Added Romanian translation
2013-02-03 18:11:00 +02:00
Timo Stollenwerk
a6afdf265c
Pep8
2013-01-10 18:40:04 +01:00
Timo Stollenwerk
69b628c386
Pep8.
2013-01-10 18:33:46 +01:00
JeanMichel FRANCOIS
0e72ce12a6
remove upgrade step from here. all upgrade step of plone goes to plone.app.upgrades
2013-01-08 10:31:16 +01:00
JeanMichel FRANCOIS
a16958c1c7
add anonymous_email_enabled settings to really let integrator activate it. add the migration script which add the option to the registry and do not change the behavior: the email will not be displayed by default
2013-01-04 19:00:24 +01:00
William Deegan
68d195375e
use member.getProperty('fullname') if member.fullname is an empty string. Not sure in what case this would happen, but it did happen in my site migration
2012-12-15 16:47:01 -08:00
William Deegan
372b573cb1
move creation of test user to test setup, rather than just in the new test_migrate_comment_with_creator() method
2012-12-15 16:45:56 -08:00
William Deegan
ff1f65a75e
simplify some of the logic and get some tests in place to cover them. TDB: test against actual site to ensure the changes to the logic don't break a real environment, but still work with the tests..
2012-12-13 21:14:40 -08:00
William Deegan
485571325f
fix migration of author_name and author_username
2012-11-27 21:32:07 -08:00
maartenkling
412cfed5c5
first check if captcha is installed before we open browsers zcml files that depend on these packages, fixes #12118 and #12774
2012-11-26 14:50:07 +01:00
Kees Hink
e57d3a2ad4
Convert test for invalid comment id in url to integration test.
2012-11-16 10:29:50 +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
3f82467828
add missing declaration
2012-11-13 09:45:17 +01:00
maartenkling
1c25c5c10a
add permissions to type, fixes #11497
2012-11-13 09:40:32 +01:00
maartenkling
c6af5ee670
Merge remote-tracking branch 'upstream/master'
2012-11-13 09:37:14 +01:00
Timo Stollenwerk
e008bcf54d
Whitespace.
2012-11-04 17:25:25 +01:00
Timo Stollenwerk
41a53fc8ff
Fix failing test.
2012-11-04 17:18:46 +01:00
maartenkling
f1aaa0d752
The border attribute is obsolete. Consider specifying img { border: 0; } in CSS instead.
2012-11-01 08:31:02 +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
Johannes Raggam
dae55074cd
really set the modification date
2012-10-31 22:15:20 +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
cb14c4f89e
change how to submit the form to stop ff to hang, this fixes #13037
2012-10-25 21:46:57 +02:00
maartenkling
96d72e7e29
fix #11324 , add fallback border color for ie8 and browser that not support boxshadows
2012-10-22 10:04:35 +02:00
maartenkling
66898bb87a
remove inline styles, this also fixes #12399
2012-10-22 09:58:40 +02:00
Timo Stollenwerk
07140cd136
Merge pull request #13 from l34marr/master
...
zh-tw PO updated
2012-10-19 06:02:26 -07:00
Thomas Clement Mogensen
481690ac09
update danish translation
2012-10-19 14:35:53 +02:00
Thijs Jonkman
1fb71d5f17
Unified the site setup html structure
...
Change to unify the site setup html structure
=============================================
- Check for structure:
#portal-column-content
#content
.setup-link
.documentFirstHeading
.documentDescription
#content-core
- Check for body template- class
Related changes
---------------
Templates have also changed in:
plone.app.contentrules
plone.app.controlpanel
plone.app.discussion
plone.app.registry
plone.app.users
Products.CMFPlone
Styles have been updated in plonetheme.sunburst
2012-10-14 17:00:13 +02:00