Re: Reviewboard 2.0: rb-site upgrade failed migrating from 1.5.

2014-05-01 Thread Paul Fee
Hi Christian, I found your fix on github and manually applied the change to rbsite.py https://github.com/reviewboard/reviewboard/commit/11a850ca279416feed96beae9efd6c4c1f188f15 Repeating the procedure allows rb-site upgrade to get past the previous error: django.db.utils.OperationalError:

Re: Reviewboard 2.0: rb-site upgrade failed migrating from 1.5.

2014-05-01 Thread Christian Hammond
Hi Paul, Your database is using MyISAM while MySQL is configuring new databases to use InnoDB. You'll need to edit your database dump to set all table types to InnoDB and re-import/upgrade. This is a more general MySQL issue, and not one we really have control over during upgrade. Christian On

Issue 3321 in reviewboard: Add UI to join groups from the group page

2014-05-01 Thread reviewboard
Status: New Owner: Labels: Type-Enhancement Priority-Medium New issue 3321 by buck.a...@gmail.com: Add UI to join groups from the group page http://code.google.com/p/reviewboard/issues/detail?id=3321 What version are you running? 1.7.6, but this functionality also doesn't exist in 2.0

Re: Issue 3321 in reviewboard: Add UI to join groups from the group page

2014-05-01 Thread reviewboard
Updates: Status: Duplicate Mergedinto: 400 Comment #1 on issue 3321 by trowb...@gmail.com: Add UI to join groups from the group page http://code.google.com/p/reviewboard/issues/detail?id=3321 (No comment was entered for this change.) -- You received this message because this

Re: Issue 3321 in reviewboard: Add UI to join groups from the group page

2014-05-01 Thread reviewboard
Comment #2 on issue 3321 by buck.a...@gmail.com: Add UI to join groups from the group page http://code.google.com/p/reviewboard/issues/detail?id=3321 I reviewed issue 400 prior to submitting this request and I don't believe that this is a duplicate. This request is specifically asking for

Re: Issue 400 in reviewboard: Fix group membership/watched group UI split

2014-05-01 Thread reviewboard
Comment #8 on issue 400 by trowb...@gmail.com: Fix group membership/watched group UI split http://code.google.com/p/reviewboard/issues/detail?id=400 Issue 3321 has been merged into this issue. -- You received this message because this project is configured to send all issue notifications

Re: Issue 3307 in reviewboard: cannot add repository using webapi even if non-super-user has this perm

2014-05-01 Thread reviewboard
Updates: Status: Fixed Comment #3 on issue 3307 by trowb...@gmail.com: cannot add repository using webapi even if non-super-user has this perm http://code.google.com/p/reviewboard/issues/detail?id=3307 Fixed in release-1.7.x (e795f3b). Thanks! -- You received this message because