Ask help about 'Review' page changment

2010-04-12 Thread JohnHenry
Hi, all There is a requirement for us that when a reviewer has reviewed, He should give a type of comment: If he doesn't "Ship It"; There will be a pop-up selection box to let him chose: "Memary Error" "Logic Error" "Proformance illness" "Code Format" and the like, Means that Reviewer should c

Re: AttributeError: 'module' object has no attribute 'image_new_from_file'

2010-04-12 Thread Christian Hammond
It's possible your pygtk is too old. Can you tell me which version is installed? You can run rb-site with --console in the meantime. Christian On Monday, April 12, 2010, Dwayne McCully wrote: > When trying to install the review board site, I'm getting the > following error.  Could someone tell

Re: Misaligned Dashboard w/ 1.0.6

2010-04-12 Thread Christian Hammond
I'm trying to finish up a couple things and then I'll have 1.0.7 out in a few days. Christian On Monday, April 12, 2010, Vesterbaek wrote: >> I can reproduce this too. Looks like a bug in the caching. I'll look into a >> fix tonight. There will probably be a bug fix release soon. > > Any update

Re: Groups

2010-04-12 Thread David Trowbridge
This already exists--in the Authentication settings, there's a check-box for "Allow anonymous read-only access" If you then configure RB with a special auth backend, it'll work. -David On Mon, Apr 12, 2010 at 3:25 AM, Stephen Gallagher wrote: > Christian, how much work do you think it would b

AttributeError: 'module' object has no attribute 'image_new_from_file'

2010-04-12 Thread Dwayne McCully
When trying to install the review board site, I'm getting the following error. Could someone tell me why? Dwayne [r...@anthem web]# rb-site install /proj/reviewboard Traceback (most recent call last): File "/usr/bin/rb-site", line 7, in ? sys.exit( File "/usr/lib/python2.4/site-packages/

Re: Misaligned Dashboard w/ 1.0.6

2010-04-12 Thread Vesterbaek
> I can reproduce this too. Looks like a bug in the caching. I'll look into a > fix tonight. There will probably be a bug fix release soon. Any update on this? We're running the latest released 1.0.6 and have this problem as well. -- Jeppe -- Want to help the Review Board project? Donate today

Re: Groups

2010-04-12 Thread Stephen Gallagher
Christian, how much work do you think it would be to restrict viewing of reviews to logged-in users? Then, with separate RB instances, access control could be handled in a custom auth plugin. On Apr 12, 2010, at 4:36 AM, Madhavi Gupta wrote: Hi Christian, Thank you for the quick response. Wha

Re: Groups

2010-04-12 Thread Madhavi Gupta
Hi Christian, Thank you for the quick response. What I am looking for is as follows : We want to deploy review board across the company for all projects. even if we create separate sites or set up multiple servers, if a person from project A knows a url of project B, he/she can see all the issue

Re: Groups

2010-04-12 Thread Christian Hammond
Hi, There's no way to do this today. Right now, Review Board is very policy-free, and if you need to restrict people to parts of the codebase, restricting the groups they can watch won't give you that. Groups pretty much are just a way to see updates to review requests in the dashboard, and not be

Groups

2010-04-12 Thread Madhavi
Hi, When a new user is added, option is given to the user about adding himself to a group. and then that user can see all the review requests. I want to control this. only administrator can assign groups to users. please let me know how to configure this. -- Want to help the Review Board project