Re: images + /media and DEBUG flag

2009-05-22 Thread mahesh
Correction :- it is settings_local.py On May 22, 11:13 am, mahesh forvai...@gmail.com wrote: Hi, I am (trying to) run RB on windows XP and my images, media does not appear if DEBUG=False is set in settings.py. However if I set it to True; it shows up, if I am missing anything ?

images + /media and DEBUG flag

2009-05-22 Thread mahesh
Hi, I am (trying to) run RB on windows XP and my images, media does not appear if DEBUG=False is set in settings.py. However if I set it to True; it shows up, if I am missing anything ? Thx/Mahesh --~--~-~--~~~---~--~~ You received this message because you are

Re: images + /media and DEBUG flag

2009-05-22 Thread mahesh
Never mind; I've found it out; it is indeed programmed that way in urls.py # Add static media if running in DEBUG mode if settings.DEBUG: On May 22, 11:14 am, mahesh forvai...@gmail.com wrote: Correction :- it is settings_local.py On May 22, 11:13 am, mahesh forvai...@gmail.com wrote:

Re: images + /media and DEBUG flag

2009-05-22 Thread Christian Hammond
Correct. You need to have a real site installation using rb-site if you want to actually host a Review Board sever. You shouldn't use the built-in server or DEBUG=True on any sort of production install. Christian -- Christian Hammond - chip...@chipx86.com Review Board -

Re: Unable to use ImageFields even though PIL is installed

2009-05-22 Thread Bartlomiej Celary
I did easy_install indeed. It worked when I installed it via .exe installer. Thanks! Bartek Celary 2009/5/22 Christian Hammond chip...@chipx86.com: How did you install PIL? easy_install, or the PIL setup.exe? If you're getting that error, then PIL is definitely not installed where Python

Facing problems when modifying the Bugs field in a review

2009-05-22 Thread deiv...@gmail.com
Hi, I am using a IE7 on a Windows XP client to access my review board setup. I face a problem in my setup of ReviewBoard. When I try to add/change the value in the Bugs field in a review, I notice that on the top of the screen, the Saving... animation does not go away. Also, I notice that on

Re: Facing problems when modifying the Bugs field in a review

2009-05-22 Thread Deiva
Just to add on, if I press F5 to refresh, the error goes away, and the Bugs field is updated to reflect the new value. I suppose, this could work, but it would not be a good solution for me to be pressing the F5 key everytime I wanted to add to or modify the Bugs field in a review page. Any

value error: year out of range

2009-05-22 Thread nicolar
hi all, after modifying a request the dashboard no longer works! i have to log in in admin area and i have to delete the request in order to get the system working again. If do not modify the request all works fine. Can anyone give me a tip? many thanks! Nicola The log of the error:

Re: Facing problems when modifying the Bugs field in a review

2009-05-22 Thread Deiva
Which version of Review Board are you using? Dow!!! I missed out the most important info. My host machine setup for ReviewBoard is as follows: OS: CentOS 5.2 Python 2.4.3 ReviewBoard 1.0rc2 Djblets 0.5rc1 Django 1.0.2-final django-evolution (latest checkout from SVN on 21 May 2009) flup 1.0.1

Re: Can't upgrade or new install.

2009-05-22 Thread Mohamed Mansour
Yea, I made sure I did that, any how, I logged back in 2 days after and it worked fine. I absolutely did nothing. Mysterious, but it worked. Thanks! On May 20, 4:04 pm, Christian Hammond chip...@chipx86.com wrote: It sounds like that user just doesn't have access to the database. This is a

Re: Facing problems when modifying the Bugs field in a review

2009-05-22 Thread Christian Hammond
I think there may be a bug filed on this. Basically, it sounds like there are issues in IE with bug numbers when a bug tracker is not set up. We can look into this for RC3. To configure a bug tracker, go into the repository entry and enter the URL to a bug report, using %s in place of the bug

Issue 1060 in reviewboard: easy_install P4PythonInstaller *Error*

2009-05-22 Thread codesite-noreply
Comment #10 on issue 1060 by thulasibhaskar: easy_install P4PythonInstaller *Error* http://code.google.com/p/reviewboard/issues/detail?id=1060 Does Any one have soution for this? error: Unexpected HTML page found at

Issue 1060 in reviewboard: easy_install P4PythonInstaller *Error*

2009-05-22 Thread codesite-noreply
Comment #11 on issue 1060 by erichuss: easy_install P4PythonInstaller *Error* http://code.google.com/p/reviewboard/issues/detail?id=1060 thulasibhaskar: You probably need to upgrade your version of setuptools. Supporting SVN checkouts was added in 0.6c9. -- You received this message

Issue 831 in reviewboard: Can't leave comments before you publish your own newly created review request

2009-05-22 Thread codesite-noreply
Comment #4 on issue 831 by devli...@buzzardsoft.com: Can't leave comments before you publish your own newly created review request http://code.google.com/p/reviewboard/issues/detail?id=831 I agree that there's a use case for adding comments before publishing a review. The main one is to

Issue 1131 in reviewboard: Highlight comment lines range

2009-05-22 Thread codesite-noreply
Status: New Owner: Labels: Type-Enhancement Priority-Medium New issue 1131 by rtimush: Highlight comment lines range http://code.google.com/p/reviewboard/issues/detail?id=1131 It would be nice to have lines related to comment highlighted when mouse is over the flag on the diff view. Now