Is 'Superuser' still able to change the review requests created by another one in 2.0?

2014-05-20 Thread Yiping Chi
It seems like in 1.7, a 'Superuser' can change the fields (like descriptions) of a review request which is created by someone else. And 'Superuser' can publish such changes. While, in 2.0, a 'Superuser' can still modify the fields. However, the drafts (changes) are only accessible to the

Re: Is 'Superuser' still able to change the review requests created by another one in 2.0?

2014-05-20 Thread David Trowbridge
This was not an intentional change. Would you mind filing an issue in the bug tracker? -David On Tue, May 20, 2014 at 12:11 AM, Yiping Chi chi...@gmail.com wrote: It seems like in 1.7, a 'Superuser' can change the fields (like descriptions) of a review request which is created by someone

Re: Attribute error when posting a review with rbt tool

2014-05-20 Thread Steen Lillethorup Frederiksen
Thanks for your answer... We are using revision 1.6.9 of the review board, and revision 0.6 og the RBTools. BR Steen L. Frederiksen Den mandag den 19. maj 2014 20.55.08 UTC+2 skrev Christian Hammond: This is a compatibility problem with older versions of Review Board. We're going to get

A repository was not found at the specified path - HTTPS issue

2014-05-20 Thread bhagwat mane
Hi Team, *Issue :* A repository was not found at the specified path. *When :* Adding or updating client SVN repository (https://), it is hosted at another place and required SSL certificate. *Background *: We have migrated CollabNet Subversion 1.6 to 1.8. after migration we have facing above

Re: Announcing the release of Review Board 2.0!

2014-05-20 Thread Stephen Gallagher
On 05/19/2014 08:25 PM, Christian Hammond wrote: Hi everyone, We're finally there! Review Board 2.0 is out, and it's glorious. There's so much in this release, that I'm not going to repeat any of it here. Our announcement post

Re: Announcing the release of Review Board 2.0!

2014-05-20 Thread Paul Fee
Hi Stephen, I updated a rawhide machine to ReviewBoard-2.0-12.fc21.noarch. Upon invoking rb-site, instead of usage help, I get the following error: === $ rb-site Traceback (most recent call last): File /usr/bin/rb-site, line 5, in module from pkg_resources import

Re: Announcing the release of Review Board 2.0!

2014-05-20 Thread Stephen Gallagher
On 05/20/2014 12:15 PM, Paul Fee wrote: Hi Stephen, I updated a rawhide machine to ReviewBoard-2.0-12.fc21.noarch. Upon invoking rb-site, instead of usage help, I get the following error: === $ rb-site Traceback (most recent call last): File /usr/bin/rb-site, line 5, in

Re: A repository was not found at the specified path - HTTPS issue

2014-05-20 Thread David Trowbridge
Given #7 (that command-line svn has the same issue), this is a problem with your SSL setup on your SVN server, and not anything related to Review Board. -David On Tue, May 20, 2014 at 3:30 AM, bhagwat mane manebhag...@gmail.com wrote: Hi Team, *Issue :* A repository was not found at the

Re: can Admin dashboard charts be displayed per repository?

2014-05-20 Thread David Trowbridge
This is not possible. We are currently working on creating some powerful reporting capabilities for the Review Board Power Pack add-on product. If you'd be interested in testing that out once it's ready, please let us know. -David On Mon, May 19, 2014 at 6:16 AM, Sathish M

Unable to reset user password on RB 2.0

2014-05-20 Thread MoonWalker
hi, One of my users forgot his password and he requested to reset his password.The system send him an email, but when he tried to click on the link he gets the following message. Something broke! (Error 500) It appears something broke when you tried to go to here. This is either a bug in

Re: Unable to reset user password on RB 2.0

2014-05-20 Thread David Trowbridge
This is probably a bug. Can you check the logs to find a traceback? -David On Tue, May 20, 2014 at 5:15 PM, MoonWalker daniel.cabrera...@gmail.comwrote: hi, One of my users forgot his password and he requested to reset his password.The system send him an email, but when he tried to click

Re: Unable to reset user password on RB 2.0

2014-05-20 Thread MoonWalker
This is the link that the user got http://codereview.local/account/reset/MTc-3rr-f8c1f5f1c29c8b9d0695/http://codereview.devneta.local/account/reset/MTc-3rr-f8c1f5f1c29c8b9d0695/ P.S codereview.local is the server name On Wednesday, May 21, 2014 10:15:25 AM UTC+10, MoonWalker wrote: hi, One

Re: Unable to reset user password on RB 2.0

2014-05-20 Thread MoonWalker
David, Thank your for your replay, I tried to enable logs from the GUI by going to System Information - Server Log, but I got this message: The page you were looking for does not exist. If you're pretty sure this page *does* exist, try logging inhttp://codereview.devneta.local/account/login/

Re: Unable to reset user password on RB 2.0

2014-05-20 Thread MoonWalker
Seems like logging is not enable. I can not remember how to enable it :-/ On Wednesday, May 21, 2014 10:45:57 AM UTC+10, MoonWalker wrote: David, Thank your for your replay, I tried to enable logs from the GUI by going to System Information - Server Log, but I got this message: The page

Re: Unable to reset user password on RB 2.0

2014-05-20 Thread MoonWalker
never mind found it :-) conf/settings_local.py and set DEBUG to True On Wednesday, May 21, 2014 10:51:50 AM UTC+10, MoonWalker wrote: Seems like logging is not enable. I can not remember how to enable it :-/ On Wednesday, May 21, 2014 10:45:57 AM UTC+10, MoonWalker wrote: David, Thank

Re: Unable to reset user password on RB 2.0

2014-05-20 Thread MoonWalker
NoReverseMatch at /account/reset/MTc-3rs-b3748417e7b66b3a7560/ Reverse for 'password_reset_complete' with arguments '()' and keyword arguments '{}' not found. 0 pattern(s) tried: [] Request Method:GETRequest URL: http://codereview.devneta.local/account/reset/MTc-3rs-b3748417e7b66b3a7560/Django

Re: Unable to reset user password on RB 2.0

2014-05-20 Thread Christian Hammond
That's debug mode, which you don't want to leave on long-term, as it alters many of the behaviors of Review Board. The Logging settings page is what you're looking for. Christian On Tuesday, May 20, 2014, MoonWalker daniel.cabrera...@gmail.com wrote: never mind found it :-)

Re: Unable to reset user password on RB 2.0

2014-05-20 Thread MoonWalker
sure, I got this after activating server log and performing the previous steps: 01:17:52ERROR - Exception thrown for user AnonymousUser at http://codereview.devneta.local/account/reset/MTc-3rs-c684237ed2f76fc70e53/ Reverse for 'password_reset_complete' with arguments '()' and keyword

Re: Unable to reset user password on RB 2.0

2014-05-20 Thread David Trowbridge
Yes. Please file it including the above traceback. -David On Tue, May 20, 2014 at 6:25 PM, MoonWalker daniel.cabrera...@gmail.comwrote: sure, I got this after activating server log and performing the previous steps: 01:17:52ERROR - Exception thrown for user AnonymousUser at

Re: Unable to reset user password on RB 2.0

2014-05-20 Thread MoonWalker
Done. Issue 3358https://code.google.com/p/reviewboard/issues/detail?id=3358 :Unable to reset password On Wednesday, May 21, 2014 11:28:50 AM UTC+10, David Trowbridge wrote: Yes. Please file it including the above traceback. -David On Tue, May 20, 2014 at 6:25 PM, MoonWalker

error displaying diff in RB2.0

2014-05-20 Thread MoonWalker
This is the first time that I find this issue. There is nothing fancy in this file INI_de.h to trigger this: There was an error displaying this diff. unknown encoding: This may be a bug in the software, a temporary outage, or an issue with the format of your diff. Please try again, and if

Issue 3351 in reviewboard: 'Superuser' can't modify review requests created by other users

2014-05-20 Thread reviewboard
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 3351 by chi...@gmail.com: 'Superuser' can't modify review requests created by other users http://code.google.com/p/reviewboard/issues/detail?id=3351 *** READ THIS BEFORE POSTING! *** *** You must complete this form in its

Issue 3352 in reviewboard: The publish change dialog doesn't show up when a field is edited

2014-05-20 Thread reviewboard
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 3352 by pvals...@gmail.com: The publish change dialog doesn't show up when a field is edited http://code.google.com/p/reviewboard/issues/detail?id=3352 What version are you running? 2.0 What's the URL of the page

Issue 3353 in reviewboard: UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in 2.0 release

2014-05-20 Thread reviewboard
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 3353 by dangerpe...@gmail.com: UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in 2.0 release http://code.google.com/p/reviewboard/issues/detail?id=3353 *** READ THIS BEFORE POSTING! *** *** You must complete this

Issue 3354 in reviewboard: TypeError for New Review Request and View Diff after updade to Review Board 2.0

2014-05-20 Thread reviewboard
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 3354 by nicolas@gmail.com: TypeError for New Review Request and View Diff after updade to Review Board 2.0 http://code.google.com/p/reviewboard/issues/detail?id=3354 *** READ THIS BEFORE POSTING! *** *** You must

Re: Issue 3354 in reviewboard: TypeError for New Review Request and View Diff after updade to Review Board 2.0

2014-05-20 Thread reviewboard
Updates: Status: NeedInfo Comment #1 on issue 3354 by chip...@gmail.com: TypeError for New Review Request and View Diff after updade to Review Board 2.0 http://code.google.com/p/reviewboard/issues/detail?id=3354 Do you have any kind of custom Subversion configuration file being used

Re: Issue 3353 in reviewboard: UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in 2.0 release

2014-05-20 Thread reviewboard
Updates: Status: PendingReview Owner: trowb...@gmail.com Labels: Component-SCMTools Comment #1 on issue 3353 by trowb...@gmail.com: UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in 2.0 release http://code.google.com/p/reviewboard/issues/detail?id=3353 (No

Re: Issue 3352 in reviewboard: The publish change dialog doesn't show up when a field is edited

2014-05-20 Thread reviewboard
Updates: Status: NeedInfo Comment #1 on issue 3352 by trowb...@gmail.com: The publish change dialog doesn't show up when a field is edited http://code.google.com/p/reviewboard/issues/detail?id=3352 Can you clear your browser cache and try again? If that still fails, can you check

Re: Issue 3338 in reviewboard: 2.0RC3: 'Upload Diff' allows user to click button without choosing diffs

2014-05-20 Thread reviewboard
Updates: Status: Fixed Comment #3 on issue 3338 by trowb...@gmail.com: 2.0RC3: 'Upload Diff' allows user to click button without choosing diffs http://code.google.com/p/reviewboard/issues/detail?id=3338 Fixed in djblets release-0.8.x (da531b9). Thanks! -- You received this message

Re: Issue 3033 in reviewboard: Repository settings break when using bug tracking hosting services with extra %s

2014-05-20 Thread reviewboard
Updates: Status: Fixed Comment #21 on issue 3033 by trowb...@gmail.com: Repository settings break when using bug tracking hosting services with extra %s http://code.google.com/p/reviewboard/issues/detail?id=3033 Fixed in release-2.0.x (e0a8fef). Thanks! -- You received this message

Issue 3355 in reviewboard: Review Board cannot display Czech character ř

2014-05-20 Thread reviewboard
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 3355 by step...@gallagherhome.com: Review Board cannot display Czech character ř http://code.google.com/p/reviewboard/issues/detail?id=3355 What version are you running? Review Board 2.0 What's the URL of the page

Issue 3356 in reviewboard: Diff currently unavailable when reviewing change to file that is not pushed to remote repo yet

2014-05-20 Thread reviewboard
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 3356 by smsm...@gmail.com: Diff currently unavailable when reviewing change to file that is not pushed to remote repo yet http://code.google.com/p/reviewboard/issues/detail?id=3356 What version are you running? 1.7.20 of

Re: Issue 3356 in reviewboard: Diff currently unavailable when reviewing change to file that is not pushed to remote repo yet

2014-05-20 Thread reviewboard
Updates: Status: UserError Comment #1 on issue 3356 by trowb...@gmail.com: Diff currently unavailable when reviewing change to file that is not pushed to remote repo yet http://code.google.com/p/reviewboard/issues/detail?id=3356 The example you gave looks like RBTools 0.5, in which

Re: Issue 3356 in reviewboard: Diff currently unavailable when reviewing change to file that is not pushed to remote repo yet

2014-05-20 Thread reviewboard
Comment #2 on issue 3356 by smsm...@gmail.com: Diff currently unavailable when reviewing change to file that is not pushed to remote repo yet http://code.google.com/p/reviewboard/issues/detail?id=3356 I have just tried with RBTools 0.6. The change is no longer HEAD, but let's call it

Re: Issue 3356 in reviewboard: Diff currently unavailable when reviewing change to file that is not pushed to remote repo yet

2014-05-20 Thread reviewboard
Updates: Status: NeedInfo Comment #3 on issue 3356 by trowb...@gmail.com: Diff currently unavailable when reviewing change to file that is not pushed to remote repo yet http://code.google.com/p/reviewboard/issues/detail?id=3356 Can you run with --debug and post the output? -- You

Issue 3357 in reviewboard: draft banner does not automatically appear when review fields are changed, page refresh required

2014-05-20 Thread reviewboard
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 3357 by christop...@delphix.com: draft banner does not automatically appear when review fields are changed, page refresh required http://code.google.com/p/reviewboard/issues/detail?id=3357 *** READ THIS BEFORE POSTING! ***

Re: Issue 3357 in reviewboard: draft banner does not automatically appear when review fields are changed, page refresh required

2014-05-20 Thread reviewboard
Comment #1 on issue 3357 by christop...@delphix.com: draft banner does not automatically appear when review fields are changed, page refresh required http://code.google.com/p/reviewboard/issues/detail?id=3357 Sorry it looks like this is a duplicate of 3352 -- You received this message

Re: Issue 3357 in reviewboard: draft banner does not automatically appear when review fields are changed, page refresh required

2014-05-20 Thread reviewboard
Updates: Status: NeedInfo Comment #2 on issue 3357 by trowb...@gmail.com: draft banner does not automatically appear when review fields are changed, page refresh required http://code.google.com/p/reviewboard/issues/detail?id=3357 Can you also look at the questions in

Re: Issue 3352 in reviewboard: The publish change dialog doesn't show up when a field is edited

2014-05-20 Thread reviewboard
Comment #2 on issue 3352 by christop...@delphix.com: The publish change dialog doesn't show up when a field is edited http://code.google.com/p/reviewboard/issues/detail?id=3352 I see this issue as well in Firefox 29.0.1 on Linux and IE11 on Windows. Clearing my browser cache does not help.

Issue 3358 in reviewboard: Unable to reset password

2014-05-20 Thread reviewboard
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 3358 by daniel.c...@gmail.com: Unable to reset password http://code.google.com/p/reviewboard/issues/detail?id=3358 *** READ THIS BEFORE POSTING! *** *** You must complete this form in its entirety, or your bug report will be

Re: Issue 3352 in reviewboard: The publish change dialog doesn't show up when a field is edited

2014-05-20 Thread reviewboard
Updates: Status: Confirmed Owner: chip...@gmail.com Labels: Milestone-Release2.0 Comment #3 on issue 3352 by chip...@gmail.com: The publish change dialog doesn't show up when a field is edited http://code.google.com/p/reviewboard/issues/detail?id=3352 I can reproduce

Re: Issue 3357 in reviewboard: draft banner does not automatically appear when review fields are changed, page refresh required

2014-05-20 Thread reviewboard
Updates: Status: Duplicate Mergedinto: 3352 Comment #3 on issue 3357 by chip...@gmail.com: draft banner does not automatically appear when review fields are changed, page refresh required http://code.google.com/p/reviewboard/issues/detail?id=3357 Definitely a dup. -- You

Re: Issue 3352 in reviewboard: The publish change dialog doesn't show up when a field is edited

2014-05-20 Thread reviewboard
Updates: Status: PendingReview Comment #5 on issue 3352 by chip...@gmail.com: The publish change dialog doesn't show up when a field is edited http://code.google.com/p/reviewboard/issues/detail?id=3352 Fix pending at https://reviews.reviewboard.org/r/5848/ -- You received this