Re: error in file attachment

2013-03-08 Thread Christian Hammond
Hi Aditi, It looks like your server's Media URL is set incorrectly. Someone with admin access needs to go into the General Settings page and check the Media URL field, which, in most cases, should be /media/. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewb

Re: error in file attachment

2013-03-08 Thread nehab111
Thanks a lot Its working. On Friday, March 8, 2013 2:17:00 PM UTC+5:30, Aditi Sarkar wrote: > > Hello Everyone, > We are doing college level project on Review Board. > We are getting error in file attachment with repository selected as 'None' > as well as with 'Perforce'

Doubts regarding the report generation

2013-03-08 Thread nehab111
Hey all, We are doing project on reviewboard. We are generating reports to help the users of reviewboard to get the detailed information. We have added a a tab named 'Reports' on the left block of dashbaord. Different reports will be generated depending upon whether user wants a repor

Regarding the New Review Request

2013-03-08 Thread Neha Chaudhary
Hello Everyone, I am working on Review Board. After selecting the 'New Review Request' option, the user is directed to a web page which consists of fields: Repository, Change number, Diff and a 'Create Review Request' button. As i am also working on Perforce, i have selected 'Perfo

Hosting multiple RB sites on one host, one database server with multiple databases, one per RB site.

2013-03-08 Thread Sassan
OK, so we have done this before but now cannot figure out how we did this. Here's the setup. Our system is Ubuntu 12.04.02 32-Bit Installed application versions: ReviewBoard 1.6.15 mysql Ver 14.14 Distrib 5.5.29 Apache2 http 2.2 We have one host we use to serve up review Board sites through ap

GitHub Enterprise Raw file URL mask

2013-03-08 Thread Eric Schoonover
I'm trying to figure out what the appropriate "Raw file URL mask" is for a GitHub Enterprise installation. Can someone help me out? - Eric -- 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: GitHub Enterprise Raw file URL mask

2013-03-08 Thread Christian Hammond
Hi Eric, I don't know off-hand, but I think it's possible we'll need to release an update to better support GitHub Enterprise with the new API. There's a patch that adds the beginning of this support, which still needs work, but you can try it at http://reviews.reviewboard.org/r/3425/ Christian

Re: GitHub Enterprise Raw file URL mask

2013-03-08 Thread Christian Hammond
Hi again, Actually, that patch will break you when we go to introduce official support, since it's not the model we want to follow. Give me a couple hours and I'll get a new patch up that you can test out (or get you a build if you tell me the Python version). Christian -- Christian Hammond - c

RB 1.7.5 500 error

2013-03-08 Thread agentm
We just saw this in production on RB 1.7.5 when a user made a review. Traceback (most recent call last): File "/scr/rbvirtualenv/lib/ python2.6/site-packages/Django-1.4.5-py2.6.egg/django/core/handlers/base.py", line 111, in get_response response = callback(request, *callback_args, **callb

Re: Hosting multiple RB sites on one host, one database server with multiple databases, one per RB site.

2013-03-08 Thread Raja
Hi This is a problem with how the apache server is configured. You are using name based virtual hosting but defined the same ServerName for both the VirtualHost definitions. Apache should have given you a warning when you restarted the server, because it kind of hides the second VirtualHost definit