Re: Authentication problems with 1.5 api via perl.

2013-02-25 Thread cmuser
i have tried to built like this,but still not working #!/usr/local/bin/perl use LWP::UserAgent; use MIME::Base64; $url=http://codereview.xyz.com/api/review-requests/;; $newurl=http://codereview.xyz.com/r/new/;; $user=admin; $pwd=admin; $text=$user:$pwd; $text = encode_base64($text); #print

Re: Review Board 1.7.6 is released!

2013-02-25 Thread victoria
On Thu, Feb 21, 2013 at 4:50 PM, Stephen Gallagher step...@gallagherhome.com wrote: On Thu 21 Feb 2013 10:14:29 AM CET, Christian Hammond wrote: Hey everyone, 1.7.6 is out. The big highlight is support for Perforce ticket-based auth, which I know will make a lot of you happy. There's also a

Re: Reviewboard returns error 200 when publishing a review

2013-02-25 Thread amac Mac
Hi Christian, It is Firefox. Below is the requested info. If it helps, once the review gets into this state, the person can reproduce at will as their review comes up waiting to published or discarded. Thanks, -amac URL Status Domain Size Timeline Firebug's log limit has been reached. 0

RB migration- non-existent revisions?

2013-02-25 Thread agentm
Hello- I am migrating from RB 1.6.3 on SQLite and local git repos to RB 1.7.5 on PostgreSQL and remote git repos and cgit. I have successfully migrated the data and reviewboard 1.7.5 is running, however, the diff viewer is broken. It seems that RB is passing non-existent SHA hashes to cgit so

Re: RB migration- non-existent revisions?

2013-02-25 Thread Matthew Woehlke
On 2013-02-25 11:54, age...@themactionfaction.com wrote: I am migrating from RB 1.6.3 on SQLite and local git repos to RB 1.7.5 on PostgreSQL and remote git repos and cgit. I have successfully migrated the data and reviewboard 1.7.5 is running, however, the diff viewer is broken. It seems that

Re: Error while adding perforce 2012.2 repository to reviewboard 1.7.4

2013-02-25 Thread David Trowbridge
Can you get full logs of the output of all of those steps and attach them/pastebin them somewhere? -David On Wed, Feb 20, 2013 at 2:27 AM, chuck j cjerry2...@gmail.com wrote: Thanks David for responding my email. Here are the steps which i followed. My Linux box has el5 has following

Re: Reviewboard returns error 200 when publishing a review

2013-02-25 Thread Christian Hammond
Okay, I see a lot of requests that are all valid-looking, and returning proper HTTP 200 results. Nothing there looks wrong. I don't see any payload responses, so maybe that just wasn't included in your dump. I'd need to know exactly which of those requests the 200 error is coming from. (It

Re: RB migration- non-existent revisions?

2013-02-25 Thread agentm
On Monday, February 25, 2013 2:17:07 PM UTC-5, Matthew Woehlke wrote: On 2013-02-25 11:54, age...@themactionfaction.com javascript: wrote: I am migrating from RB 1.6.3 on SQLite and local git repos to RB 1.7.5 on PostgreSQL and remote git repos and cgit. I have successfully migrated

git short hashes cannot work with remote repository

2013-02-25 Thread agentm
Hello, we have encountered what seems to be a bug in both reviewboard and cgit when using rb with a remote git repo via cgit. This is due to a migration from local to remote git repos. Some of our reviews include short git hashes (from uploaded diffs, I assume), which rb then complains about:

Re: git short hashes cannot work with remote repository

2013-02-25 Thread David Trowbridge
You'd want to look at the source_revision field in the diffviewer_filediff table. Alternatively, if you'd like to do it with a management command or the django shell, it's the source_revision field in the reviewboard.diffviewer.models.FileDiff model. -David On Mon, Feb 25, 2013 at 12:57 PM,

Re: Mass re-assign of review requests?

2013-02-25 Thread David Trowbridge
Paul, You could write a django management command (or use the django shell) to do this. It would require some knowledge of how the django ORM works, but if there's a lot of them, it might be faster. -David On Mon, Feb 25, 2013 at 12:30 PM, Paul Lynch plynch...@gmail.com wrote: We recently

Disable clicking fields to edit

2013-02-25 Thread Jeffrey Wei
Hi, Is there a way I can disable the feature that automatically starts to edit a field when I click on it? I want to have to click the pencil icon to edit a field. Thanks. -- Want to help the Review Board project? Donate today at http://www.reviewboard.org/donate/ Happy user? Let us know

Re: Issue 1125 in reviewboard: server port number is missing in review request email

2013-02-25 Thread reviewboard
Comment #9 on issue 1125 by darkra...@gmail.com: server port number is missing in review request email http://code.google.com/p/reviewboard/issues/detail?id=1125 This is happening again, I have version 1.7.6 and the port number disappears when saving the Server setting. -- You received

Re: Issue 583 in reviewboard: ReviewBoard does not verify patch when uploading

2013-02-25 Thread reviewboard
Comment #12 on issue 583 by kamil.ki...@gmail.com: ReviewBoard does not verify patch when uploading http://code.google.com/p/reviewboard/issues/detail?id=583 We still run in to this on an almost daily basis. In our case it happens when you post a review for a Mercurial revision that is on

Issue 2913 in reviewboard: diff view does not show

2013-02-25 Thread reviewboard
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 2913 by matthew@kitware.com: diff view does not show http://code.google.com/p/reviewboard/issues/detail?id=2913 What version are you running? RB 1.7.5 What's the URL of the page containing the problem? url of closed

Re: Issue 2913 in reviewboard: Review request close description does not show up correctly on the diff page

2013-02-25 Thread reviewboard
Updates: Summary: Review request close description does not show up correctly on the diff page Labels: Component-DiffViewer Comment #1 on issue 2913 by trowb...@gmail.com: Review request close description does not show up correctly on the diff page