Re: Installing ReviewBoard in Ubuntu 10.04

2010-09-08 Thread Christian Hammond
Yeah, you're doing things the hard way. You really should follow the installation instructions and use easy_install. If you can't download because you're behind an HTTP proxy, you can first do: $ sudo -s $ export http_proxy=http://youproxy $ easy_install -U If you can't access

Re: how to configure pre commit hooks for subversion

2010-09-08 Thread Omni Adams
On Fri, Sep 3, 2010 at 22:23, Josh Joy joshjd...@gmail.com wrote: Could someone please point me to documentation describing how to set up ReviewBoard and subversion for pre commit hooks? And also what is the workflow process? I found information for post-review though not pre commit setup

Re: Installing ReviewBoard in Ubuntu 10.04

2010-09-08 Thread Rajat Khandelwal
yeah, I did the network proxy settings and easy_install was very easy. thanks. On Wed, Sep 8, 2010 at 12:27 AM, Christian Hammond chip...@chipx86.comwrote: Yeah, you're doing things the hard way. You really should follow the installation instructions and use easy_install. If you can't

Overriding admin password

2010-09-08 Thread Dave Brookshire
I've inherited a review board server setup by someone who has left. Things have been swimming along quite well until recently, when LDAP authentications began to fail. Those users currently logged in are able to continue working, but any new logins fail. Nothing seems to be logged, and since I

Way to be a contributor?

2010-09-08 Thread Jan Koprowski
Hi, I feel strong need to develop ReviewBoard. I wrote few patches and from time to time fix something what I found inside RB but ... I still fill I don't help.I still don't know what is the current needs of ReviewBoard, in which point of Release project is and what should be made to

RE: Way to be a contributor?

2010-09-08 Thread aleksandar . babic
-opprinn. melding- Emne: Way to be a contributor? Fra: Jan Koprowski jan.koprow...@gmail.com Dato: 08.09.2010 19:35 Hi, I feel strong need to develop ReviewBoard. I wrote few patches and from time to time fix something what I found inside RB but ... I still fill I don't help.I still

Re: Overriding admin password

2010-09-08 Thread Christian Hammond
Hi Dave, While we should probably provide an easier way to do this, the following should work. $ rb-site manage /path/to/site shell from django.contrib.auth.models import User u = User.objects.get(username=admin) u.set_password(the new password) u.save() Replace the

Re: RB integration with Redmine bug tracker

2010-09-08 Thread Chetan
Guys can someone throw some light on this issue? I think this to be a bug what do u guys suggest?if so can do some hard coding to work around this issue? On Sep 7, 12:59 pm, Chetan chetan@gmail.com wrote: I hope i am clear in what i have mentioned... When i give a bug

Re: RB integration with Redmine bug tracker

2010-09-08 Thread Jan Koprowski
Hi Chetan, There is no issue. There is no way to post bug in Redmine using ReviewBoard. Only You can do is link to existing bug. That is all. On Thu, Sep 9, 2010 at 6:21 AM, Chetan chetan@gmail.com wrote: Guys can someone throw some light on this issue? I think this to be a bug what do

Re: RB integration with Redmine bug tracker

2010-09-08 Thread Christian Hammond
It shouldn't ever be appending any text. It'll take what was entered in the Bugs field in the review request and place it where %s is in the URL. It really can't put any extra text in there unless it was provided in one of those forms. So I'm not really sure what you're seeing. Christian --

Re: Issue 1684 in reviewboard: Error: Please correct the error below django.utils.functional.__proxy__ object at 0x257dfd0

2010-09-08 Thread reviewboard
Comment #5 on issue 1684 by robert.olejnik: Error: Please correct the error below django.utils.functional.__proxy__ object at 0x257dfd0 http://code.google.com/p/reviewboard/issues/detail?id=1684 I had the same problem - resolved when added www-data (Debian installation apache2 default

Re: Issue 1793 in reviewboard: Authentication failure with full gecos

2010-09-08 Thread reviewboard
Comment #4 on issue 1793 by alleonik: Authentication failure with full gecos http://code.google.com/p/reviewboard/issues/detail?id=1793 full passwd record with gecos: tester:x:789:10:tester,everywhere,(4) 3-9,(4) 3-9:/home/tester:/bin/csh -- You received this message because you are

Re: Issue 1762 in reviewboard: Publish/Discard buttons don't load with Safari 5.0.1

2010-09-08 Thread reviewboard
Comment #2 on issue 1762 by tedmjohnson: Publish/Discard buttons don't load with Safari 5.0.1 http://code.google.com/p/reviewboard/issues/detail?id=1762 There are no errors listed in the console. What other info is needed? -- You received this message because you are subscribed to the

Issue 1802 in reviewboard: RB 1.0.5.1 interprets Safari as iPhone?

2010-09-08 Thread reviewboard
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 1802 by tedmjohnson: RB 1.0.5.1 interprets Safari as iPhone? http://code.google.com/p/reviewboard/issues/detail?id=1802 *NOTE: Do not post confidential information in this bug report.* What version are you running? 1.0.5.1

Issue 1803 in reviewboard: post-review : git http or https remote with username name in remote url.

2010-09-08 Thread reviewboard
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 1803 by benbennett: post-review : git http or https remote with username name in remote url. http://code.google.com/p/reviewboard/issues/detail?id=1803 *NOTE: Do not post confidential information in this bug report.* What

Re: Issue 1803 in reviewboard: post-review : git http or https remote with username name in remote url.

2010-09-08 Thread reviewboard
Comment #1 on issue 1803 by benbennett: post-review : git http or https remote with username name in remote url. http://code.google.com/p/reviewboard/issues/detail?id=1803 Patch to fix the problem. Only does username, not password. Attachments: commit-e810e17.1803 1.0 KB -- You

Re: Issue 1803 in reviewboard: post-review : git http or https remote with username name in remote url.

2010-09-08 Thread reviewboard
Comment #2 on issue 1803 by benbennett: post-review : git http or https remote with username name in remote url. http://code.google.com/p/reviewboard/issues/detail?id=1803 fix of the fix Attachments: commit-18022f8.correct. 1.1 KB -- You received this message because you are

Re: Issue 1802 in reviewboard: RB 1.0.5.1 interprets Safari as iPhone?

2010-09-08 Thread reviewboard
Updates: Status: Fixed Comment #1 on issue 1802 by chipx86: RB 1.0.5.1 interprets Safari as iPhone? http://code.google.com/p/reviewboard/issues/detail?id=1802 Please upgrade. This has long been fixed. -- You received this message because you are subscribed to the Google Groups

Re: Issue 1803 in reviewboard: post-review : git http or https remote with username name in remote url.

2010-09-08 Thread reviewboard
Updates: Status: Confirmed Labels: Component-RBTools Comment #3 on issue 1803 by chipx86: post-review : git http or https remote with username name in remote url. http://code.google.com/p/reviewboard/issues/detail?id=1803 Hi Ben, Can you put this up on

Re: Issue 1803 in reviewboard: post-review : git http or https remote with username name in remote url.

2010-09-08 Thread reviewboard
Comment #4 on issue 1803 by benbennett: post-review : git http or https remote with username name in remote url. http://code.google.com/p/reviewboard/issues/detail?id=1803 Sure here you go http://reviews.reviewboard.org/r/1771/ Made a few slight changes to such to correct whitespace and

Re: Issue 1722 in reviewboard: UTF-16 file from Perforce not displayed

2010-09-08 Thread reviewboard
Comment #1 on issue 1722 by AaronJSherman: UTF-16 file from Perforce not displayed http://code.google.com/p/reviewboard/issues/detail?id=1722 Any word on a fix for this (hopefully in the 1.0.x series, but at this point, I'd take anything I could get)? -- You received this message