0e72ce12a6
remove upgrade step from here. all upgrade step of plone goes to plone.app.upgrades
JeanMichel FRANCOIS2013-01-08 10:31:16 +01:00
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
JeanMichel FRANCOIS2013-01-04 19:00:24 +01:00
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
William Deegan2012-12-15 16:47:01 -08:00
372b573cb1
move creation of test user to test setup, rather than just in the new test_migrate_comment_with_creator() method
William Deegan2012-12-15 16:45:56 -08:00
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..
William Deegan2012-12-13 21:14:40 -08:00
412cfed5c5
first check if captcha is installed before we open browsers zcml files that depend on these packages, fixes#12118 and #12774maartenkling2012-11-26 14:50:07 +01:00
f1aaa0d752
The border attribute is obsolete. Consider specifying img { border: 0; } in CSS instead.
maartenkling2012-11-01 08:31:02 +01:00
882236cb15
For migrations of comments without a valid old_status, apply the 'published' state.
Johannes Raggam2012-10-31 22:46:10 +01:00
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.
Johannes Raggam2012-10-31 22:26:51 +01:00
62b0b47b56
remove the submitting completly, the form is submitted fine without and this fixes both #13037 and #12357maartenkling2012-10-26 11:12:44 +02:00
528e1a1434
Run ConversationTest for dexterity types only if dexterity is installed.
Timo Stollenwerk2012-07-12 18:56:10 +02:00
103c7323e7
Fix test that fails due to the creator/author_name changes.
Timo Stollenwerk2012-07-12 17:29:05 +02:00
a6a48a58dd
Fix test that fails due to the css id changes due to comment text field.
Timo Stollenwerk2012-07-12 17:28:12 +02:00
c47689af42
Fix handling of comments with invalid transforms. Write an error msg to the log and just return the untransformed text.
Timo Stollenwerk2012-07-12 10:26:39 +02:00
702f7e1f1d
Make 'text/plain' the default mime type for comments and make sure the default type is set properly when creating a new comment.
Timo Stollenwerk2012-06-17 12:09:25 +02:00
f45373b311
Test for mime type transformation from html to html added.
Timo Stollenwerk2012-06-15 21:15:02 +02:00
eded7f1059
text/html added to possible mime types for comments.
Timo Stollenwerk2012-06-15 17:27:11 +02:00
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.
Timo Stollenwerk2012-02-15 17:04:29 +01:00
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.
Timo Stollenwerk2012-01-30 13:30:46 +01:00