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 ? Thx

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

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: ValueError: No JSON object could be decoded

2009-12-03 Thread Mahesh
ha.. that is the domain name which I have given for my local installation. :) Mahesh On Dec 3, 1:34 am, Christian Hammond chip...@chipx86.com wrote: Hi, Is it really reviewboard.com that you're trying to access? Because we don't own that domain :) What's specifying that domain? Christian

Re: ValueError: No JSON object could be decoded

2009-12-03 Thread Mahesh
Yeah, even then he's giving the same error. Actually i am trying to run post-review from the same m/c where I have installed reviewboard. It has a checked out copy of the CVS rep. -Mahesh On Dec 3, 2:11 am, Chris Clark chris.cl...@ingres.com wrote: Have you tried using the:     --server

Repository not visible

2010-04-25 Thread mahesh
I have installed review board and I am able to create users, Git repository. I am not able to create review requests as repository is not visible in combo box. Review board 1.0.7; Python 2.6.4 do I need to install anything else ? Thx/ -- Want to help the Review Board project? Donate today at

Re: Repository not visible

2010-05-02 Thread mahesh
Hi Now I have created a GiT repo locally and it is owned by same user which owns other file system of rb-sites (i.e. www-data); Still it doesn't show it up in the drop down Thx/ Mahesh On Apr 25, 11:38 pm, Christian Hammond chip...@chipx86.com wrote: Make sure that git is in the server's path

Re: Repository not visible

2010-05-06 Thread mahesh
- Error loading SCMTool for repository r2 (ID 1): Traceback (most recent call last): File /usr/local/lib/python2.6/dist-packages/ReviewBoard-1.0.7- py2.6.egg/reviewboard/reviews/forms.py, line 62, in __init__ Thx/ Mahesh On May 3, 5:58 am, Christian Hammond chip...@chipx86.com wrote: Can you enable

Re: not able to add perforce repository to reviewboard

2016-10-05 Thread mahesh yadav
gt;>> from P4 import P4 >>> p4 = P4() >>> p4.port = "ssl:mycompany.com:1666" >>> p4.connect() P4 [telict@ncdqd139 ssl:mycompany.com:1666] connected What could be the possible error here ? Thank You On Tuesday, October 4, 2016 at 11:10:24 AM UTC+5:3

Re: not able to add perforce repository to reviewboard

2016-10-06 Thread mahesh yadav
Can anyone help me out here ? I am still facing this issue !! Thank You On Wednesday, October 5, 2016 at 5:24:32 PM UTC+5:30, mahesh yadav wrote: > > After deleting P4API.so file and reinstalling p4python i was able to > resolve ssl issue. However, now i'm getting anot

webhook not working

2016-09-20 Thread mahesh yadav
Hello, I am a newbie currently working on a continuous integration project. I am trying to remotely trigger build in jenkins using a php script. However, when i provide the url of my php script in webhooks extension of reviewboard its not triggering build in jenkins on publishing a new review

Re: webhook not working

2016-09-26 Thread mahesh yadav
Hammond > President/CEO of Beanbag <https://www.beanbaginc.com/> > Makers of Review Board <https://www.reviewboard.org/> > > On Mon, Sep 19, 2016 at 11:41 PM, mahesh yadav <maheshy...@gmail.com > > wrote: > >> Hello, >> >> I am a newbie currently working

not able to add perforce repository to reviewboard

2016-10-03 Thread mahesh yadav
Hello, I am trying to add a perforce repository to my reviewboard but its giving me this error :- "The specified Perforce Port includes ssl: ,but the p4python library was build without SSL support or the library path is incorrect." The steps which i followed :- wget