Gil Forcada
|
4bc77a2831
|
Sort imports
Remove unused ones as well.
|
2015-05-03 08:16:41 +02:00 |
|
Timo Stollenwerk
|
65ade424d8
|
Pep8.
|
2013-04-17 14:55:50 +02:00 |
|
Asko Soukka
|
4165a74180
|
Fix migration to not fail when member has been deleted
|
2013-04-10 10:28:46 +03: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
|
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 |
|
Johannes Raggam
|
882236cb15
|
For migrations of comments without a valid old_status, apply the 'published'
state.
|
2012-10-31 22:46:10 +01:00 |
|
Paul J Stevens
|
53428fe5f6
|
total_comments only counts published comments
Also migrate workflow state during migration.
|
2012-06-13 11:17:22 +00:00 |
|
Timo Stollenwerk
|
cce409a729
|
Pep8
|
2012-01-13 14:40:26 +01:00 |
|
David Glick
|
636bca745c
|
merge r47140, r47290, r47579 from davisagli-features: fix timezone handling when migrating legacy comments and when indexing
svn path=/plone.app.discussion/trunk/; revision=48358
|
2011-04-02 21:26:36 +00:00 |
|
David Glick
|
eb004aab44
|
merge r46437 and r46946 from davisagli-features: respect the per-comment mime_type setting, and use the old cooked text/html from legacy comments when migrating
svn path=/plone.app.discussion/trunk/; revision=48356
|
2011-04-02 19:51:37 +00:00 |
|
David Glick
|
bf5946367a
|
merge r46436 from davisagli-features: make it possible to specify a callback filter for the migration
svn path=/plone.app.discussion/trunk/; revision=48354
|
2011-04-02 19:33:10 +00:00 |
|
Maurits van Rees
|
a2a17085a3
|
Nuke trailing white space
svn path=/plone.app.discussion/trunk/; revision=46366
|
2010-12-15 23:52:56 +00:00 |
|
Timo Stollenwerk
|
6b4fd0f0c1
|
Ignore certain lines for code coverage.
svn path=/plone.app.discussion/trunk/; revision=40083
|
2010-09-20 10:03:55 +00:00 |
|
Timo Stollenwerk
|
785b006394
|
Obey the 80 chars limit in the migration function.
svn path=/plone.app.discussion/trunk/; revision=39331
|
2010-08-28 20:18:36 +00:00 |
|
Timo Stollenwerk
|
632e167806
|
revert 39237 since this breaks some tests.
svn path=/plone.app.discussion/trunk/; revision=39330
|
2010-08-28 20:10:48 +00:00 |
|
Timo Stollenwerk
|
a2a8956d09
|
Obey the 80 char limit.
svn path=/plone.app.discussion/trunk/; revision=39327
|
2010-08-28 20:02:08 +00:00 |
|
Timo Stollenwerk
|
0925a63c15
|
Unnecessary imports removed.
svn path=/plone.app.discussion/trunk/; revision=38139
|
2010-07-19 08:25:37 +00:00 |
|
Timo Stollenwerk
|
bddc4a96da
|
Remove unnecessary import.
svn path=/plone.app.discussion/trunk/; revision=37692
|
2010-07-07 11:37:44 +00:00 |
|
Timo Stollenwerk
|
3d22bc56c4
|
Fix encoding error in migration procedure, otherwise migration procedure breaks on joining output list in case we have there any non-ascii characters. [piv]
svn path=/plone.app.discussion/trunk/; revision=36844
|
2010-05-31 09:58:42 +00:00 |
|
Timo Stollenwerk
|
dc2e5232f7
|
fix migration tests. do not use transactions during unit testing.
svn path=/plone.app.discussion/trunk/; revision=32805
|
2010-01-03 17:36:01 +00:00 |
|
Timo Stollenwerk
|
e0cc673683
|
count old comments only during migration. show error log when comments could not be migrated.
svn path=/plone.app.discussion/trunk/; revision=32767
|
2010-01-02 19:45:05 +00:00 |
|
Timo Stollenwerk
|
275cb885ea
|
dry_run and abort migration added to migration view.
svn path=/plone.app.discussion/trunk/; revision=32588
|
2009-12-21 23:36:35 +00:00 |
|
Timo Stollenwerk
|
98204dc84a
|
fix the recursive migrate_replies function, so that it returns True only after all comments on a certain level have been migrated.
svn path=/plone.app.discussion/trunk/; revision=28054
|
2009-07-13 22:14:30 +00:00 |
|
Timo Stollenwerk
|
377f9ddbfd
|
fix depth in migrated comments and add more complex threaded test case.
svn path=/plone.app.discussion/trunk/; revision=28053
|
2009-07-13 21:01:38 +00:00 |
|
Timo Stollenwerk
|
8bc0b068ae
|
delete old replies and talkbacks during the migration.
svn path=/plone.app.discussion/trunk/; revision=28052
|
2009-07-13 20:22:37 +00:00 |
|
Timo Stollenwerk
|
356db660b0
|
migrate creation_date and modification_date too.
svn path=/plone.app.discussion/trunk/; revision=28019
|
2009-07-12 17:55:54 +00:00 |
|
Timo Stollenwerk
|
18ee5159bd
|
function to recursively migrate comments added.
svn path=/plone.app.discussion/trunk/; revision=28016
|
2009-07-12 16:09:34 +00:00 |
|
Timo Stollenwerk
|
d7eaab75c8
|
add migration test for comment Creator and nested comments.
svn path=/plone.app.discussion/trunk/; revision=27960
|
2009-07-12 07:09:07 +00:00 |
|
Timo Stollenwerk
|
88cbd01379
|
migration view and very simple first test added.
svn path=/plone.app.discussion/trunk/; revision=27894
|
2009-07-07 16:16:58 +00:00 |
|