Upgrading to 1.6

2012-01-05 Thread Jeremy Poulter
Title: HTML Signature: Jeremy Poulter Hi, We have a 1.5.5 release of ReviewBoard setup and while the instructions for upgrading look simple I would like to trial the upgrade process before making the changes on the live server. What is the easiest way of duplicating

Re: Preventing self-reviews

2012-01-05 Thread Igor Berger
Agreed. But I want to make sure at least 1 other person looks at my changes. It's good that I can comment on a review I submitted. But I want to enforce that someone else has to click Ship It. -- Want to help the Review Board project? Donate today at http://www.reviewboard.org/donate/ Happy use

local reviewboard website will not display

2012-01-05 Thread Derek
Hey all, I have a reviewboard installation on a local server. The URL I used was review.mysite.com. It was working and I set it up and tested it. It has now been several weeks because of the Christmas break, and I am trying to access it. However, when I go to review.mysite.com, all it does is

Getting a list of pending review requests

2012-01-05 Thread Igor Berger
Hello, Is there any way to get a list of pending review requests in the current source tree from post-review? Thanks, Igor. -- Want to help the Review Board project? Donate today at http://www.reviewboard.org/donate/ Happy user? Let us know at http://www.reviewboard.org/users/ -~--~--

Re: "View Diff" cause "patch didn't apply cleanly" error when ReviewBoard is used with BitBucket repositories

2012-01-05 Thread Olivia
Hi Nikita, I met the same issue with Git repository. Do you have any suggestion to fix? Should I also change /usr/local/lib/python2.6/dist-packages/ ReviewBoard-1.6-py2.6.egg/reviewboard/scmtools/git.py and how? Best Regards, Olivia Yin On 2011年12月21日, 下午11时08分, Nikita Zhuk wrote: > Ok, I've d

Re: Review group mailing list too long

2012-01-05 Thread Igor Berger
Thanks for a detailed response. Unfortunately, this is a pretty low priority for us. I've filed an enhancementrequest. Regards, Igor. -- Want to help the Review Board project? Donate today at http://www.reviewboard.org/donate/ Happy

Re: line width

2012-01-05 Thread Shreyas Desai
David, The way we can see in IDEs vertical line on right side. In diff view I want to set right margin for line width to 100 chars. I guess default is 80 chars. thx, Shreyas On Thu, Jan 5, 2012 at 2:54 AM, David Trowbridge wrote: > Can you clarify what you mean by line width? > > -David > > >

Re: line width

2012-01-05 Thread David Trowbridge
There's currently no facility for showing a line at a given width. We also can't force line-wrapping if there's a very long line without any wrappable characters. - David On Jan 4, 2012, at 7:54 PM, Shreyas Desai wrote: > David, > The way we can see in IDEs vertical line on right side. > > I

Re: Audit facility?

2012-01-05 Thread Chad Peterson
If you need only a simple history of reviews, navigate "All Review Requests" and click on "Show Submitted" and you'll see the entire list of all reviews open and closed. If your audit is going to require more advanced stuff, then currently you'd have to accomplish this through some other means.

Re: Upgrading to 1.6

2012-01-05 Thread Christian Hammond
Hi Jeremy. The easiest way would be to set up an exact copy on the other server by dumping/importing the database (this will depend on which database you're using) and installing/creating a site for the version of Review Board being used on the old server. You can install that version by doing

Re: local reviewboard website will not display

2012-01-05 Thread Christian Hammond
Hi Derek, Does restating Apache fix anything? Are there anything in the logs? Can the IP address change? Christian On Jan 5, 2012, at 6:43, Derek wrote: > Hey all, > > I have a reviewboard installation on a local server. The URL I used > was review.mysite.com. It was working and I set i

Re: Getting a list of pending review requests

2012-01-05 Thread Christian Hammond
Not from post-review, but a script could be written to use the API to query based on repository. You'd want to look at our API docs. Specifically the Review Request List resource. (I'm not at a computer or I'd send you the direct link.) Christian On Jan 5, 2012, at 7:46, Igor Berger wrote:

Re: "View Diff" cause "patch didn't apply cleanly" error when ReviewBoard is used with BitBucket repositories

2012-01-05 Thread Vairav
Hi, I have a similar setup of ReviewBoard with Mercurial repository being managed by RhodeCode with a username and password authentication. I'm able to do a 'hg postreview -o xxx' and when I click on 'View Diff' I'm getting the same error. Any pointers on the same would be really helpful. Than

Re: "View Diff" show that "patch didn't apply cleanly" when used with RhodeCode

2012-01-05 Thread Vairav
Hi Everyone, I've currently moved from the basic hgweb.cgi to RhodeCode for my Mercurial repository. Since RhodeCode does a Username/Password authentication, I've added the Username and Password in the Repositories setting. When I did a 'hg postreview -o xxx', the review successfully appears o