Re: create review

2014-07-02 Thread nidhi singh
Hi David, I have just started with reviewboard and just want to start with the basics like to request for a review and ask people to review my code. But m not able to find the proper steps to follow, neither any video m able to find If it is there, please guide me, as I want to explore

Re: create review

2014-07-02 Thread David Trowbridge
Before I answer that, I'd like to check: have you added your repository to the review board server? https://www.reviewboard.org/docs/manual/2.0/admin/configuration/repositories/ -David On Wed, Jul 2, 2014 at 12:16 AM, nidhi singh nidhi.sh2...@gmail.com wrote: Hi David, I have just started

Re: create review

2014-07-02 Thread nidhi singh
Hi Yes I have added the svn repository to review board server thank you -- Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/ --- Sign up for Review Board hosting at RBCommons: https://rbcommons.com/ --- Happy user? Let us know at http://www.reviewboard.org/users/ ---

Re: create review

2014-07-02 Thread David Trowbridge
To create a review request, you can either click the New Review Request page and select a committed change, or you can use 'rbt post' to create one for a pending change. https://www.reviewboard.org/docs/rbtools/0.6/rbt/commands/post/ Once you create a review request, fill out the required

Re: create review

2014-07-02 Thread nidhi singh
Hi yeah, m able to send review request to my peer but no email is being sent, as when the person is logging into review board then only he/she can see the request, m not able to send the email reminder but I have configured the email settings Thank You -- Get the Review Board Power Pack

Re: create review

2014-07-02 Thread David Trowbridge
Please see the previous message in this thread where I provided some suggestions for how to debug the e-mail issue. -David On Wed, Jul 2, 2014 at 2:19 AM, nidhi singh nidhi.sh2...@gmail.com wrote: Hi yeah, m able to send review request to my peer but no email is being sent, as when the

Upgrade from 1.6.11 to 2.0.2 - rb is taking a nap

2014-07-02 Thread c mu
Hi, Im trying to upgrade my site. I did follow the upgrade instructions: easy_install -U ReviewBoard rb-site upgrade /path/to/site -- Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/ --- Sign up for Review Board hosting at RBCommons: https://rbcommons.com/ --- Happy

Re: Upgrade from 1.6.11 to 2.0.2 - rb is taking a nap

2014-07-02 Thread David Trowbridge
Can you check the Review Board and web server log files for errors? -David On Wed, Jul 2, 2014 at 2:28 AM, c mu cmu.tr...@gmail.com wrote: Hi, Im trying to upgrade my site. I did follow the upgrade instructions: easy_install -U ReviewBoard rb-site upgrade /path/to/site -- Get the

upgrade from 1.6.11 to 2.0.2 failed - rb is taking a nap

2014-07-02 Thread c mu
Hi, i'm trying to upgrade mein RB. I followed the instructions and there was no error (easy_install -U ReviewBoard, rb-site upgrade..) but if I try to open the website, I get the following: MOD_PYTHON ERROR ProcessId: 2977 Interpreter:'reviewboard_review-board' ServerName:

Re: upgrade from 1.6.11 to 2.0.2 failed - rb is taking a nap

2014-07-02 Thread Christian Hammond
mod_python is no longer supported by Django, Apache, or us. You’ll need to move to mod_wsgi. You can generate a temporary site in another directory in order to get a sample apache-wsgi.conf file that you can refer to when upgrading your Apache configuration. Christian --  Christian Hammond - 

Re: create review

2014-07-02 Thread nidhi singh
Hi m able to send a test email to myself but not to the review group , got the following error: in login [Wed Jul 02 15:35:59.654930 2014] [:error] [pid 2944:tid 864] raise SMTPException(SMTP AUTH extension not supported by server.) [Wed Jul 02 15:35:59.654930 2014] [:error] [pid

Re: upgrade from 1.6.11 to 2.0.2 failed - rb is taking a nap

2014-07-02 Thread c mu
Okay, I did that. But now, I get a new error. here's my apache2 config: VirtualHost *:80 ServerName de-rb01.domain.de DocumentRoot /clients01/review-board/htdocs # Error handlers ErrorDocument 500 /errordocs/500.html WSGIPassAuthorization On WSGIScriptAlias

Re: Active Directory - Can't Assign New User to Review

2014-07-02 Thread fireworm
*bump* Anyone have any ideas? On Thursday, June 26, 2014 11:53:46 AM UTC-7, fireworm wrote: Removed the pyc file (review_request.pyc). Set myself as the owner (not www-data or admin or whatever). Restarted apache. Refreshed the review webpage. Page loaded just fine, no pyc next to

rbtools with subversion instance requiring authentication

2014-07-02 Thread Michelle Avery
Hi, I set up an instance of reviewboard a few weeks ago as a quick proof of concept for my company. At the time, I ran into a problem getting my subversion post-commit hook to work. Our repository allows no anonymous access, so the svn info, log, etc. calls issued by rbtools were hanging

Image review not working

2014-07-02 Thread Justin Jansen
I am evaluating reviewboard and have 2.0.2 installed on ubuntu 12.04 installed as the only website so I installed it at /var/www and took over the default apache config. However, I am having trouble getting image review to work correctly. I have read several posts on similar issues and tried

Re: Image review not working

2014-07-02 Thread Christian Hammond
Hi Justin, The Apache config looks fine. A few questions. Do you get a thumbnail on the review request page for that image? Can you screenshot the brokenness that you’re seeing? Also, can you show me that link? As a sanity-check, you’re getting that page when clicking the thumbnail, right?

Re: create review

2014-07-02 Thread David Trowbridge
It looks like your SMTP server is not expecting a username and password. For the 500 error, check the apache error log. -David On Wed, Jul 2, 2014 at 3:16 AM, nidhi singh nidhi.sh2...@gmail.com wrote: Hi m able to send a test email to myself but not to the review group , got the

Re: rbtools with subversion instance requiring authentication

2014-07-02 Thread Michelle Avery
Hi Christian, I started out with a post-commit hook using a file:// URL, but I couldn't get that to work. It's been a while since I worked on it, but I was working with it that way today, and if I recall correctly, I never managed to get past the Unable to find a Review Board server for this

Re: Issue 2708 in reviewboard: 'NoneType' object has no attribute 'get_scmtool'

2014-07-02 Thread reviewboard
Comment #7 on issue 2708 by trowb...@gmail.com: 'NoneType' object has no attribute 'get_scmtool' http://code.google.com/p/reviewboard/issues/detail?id=2708 This seems to be a problem with your particular copy of easy_install, and seems unrelated to review board. -- You received this

Issue 3460 in reviewboard: Pasting url conataning =burtNUM in Testing Done field breaks

2014-07-02 Thread reviewboard
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 3460 by trivi...@gmail.com: Pasting url conataning =burtNUM in Testing Done field breaks http://code.google.com/p/reviewboard/issues/detail?id=3460 *** READ THIS BEFORE POSTING! *** *** You must complete this form in its

Re: Issue 3460 in reviewboard: Pasting url conataning =burtNUM in Testing Done field breaks

2014-07-02 Thread reviewboard
Updates: Status: Fixed Labels: Milestone-Release1.7.x Comment #1 on issue 3460 by chip...@gmail.com: Pasting url conataning =burtNUM in Testing Done field breaks http://code.google.com/p/reviewboard/issues/detail?id=3460 1.7.7.1 is pretty old. This has since been fixed in

Re: Issue 3446 in reviewboard: ReviewRequestFieldsHook and email notfications

2014-07-02 Thread reviewboard
Updates: Labels: Milestone-Extensions Comment #1 on issue 3446 by chip...@gmail.com: ReviewRequestFieldsHook and email notfications http://code.google.com/p/reviewboard/issues/detail?id=3446 This is something I'd like to add. E-mails are a bit tricky, though, so we wouldn't

Re: Issue 3446 in reviewboard: ReviewRequestFieldsHook and email notfications

2014-07-02 Thread reviewboard
Updates: Status: Confirmed Comment #2 on issue 3446 by chip...@gmail.com: ReviewRequestFieldsHook and email notfications http://code.google.com/p/reviewboard/issues/detail?id=3446 (No comment was entered for this change.) -- You received this message because this project is

Re: Issue 3460 in reviewboard: Pasting url conataning =burtNUM in Testing Done field breaks

2014-07-02 Thread reviewboard
Comment #2 on issue 3460 by trivi...@gmail.com: Pasting url conataning =burtNUM in Testing Done field breaks http://code.google.com/p/reviewboard/issues/detail?id=3460 Hi Team, Request you to please provide us the patch until we upgrade to higher version. -- You received this message

Re: Issue 3460 in reviewboard: Pasting url conataning =burtNUM in Testing Done field breaks

2014-07-02 Thread reviewboard
Comment #4 on issue 3460 by trivi...@gmail.com: Pasting url conataning =burtNUM in Testing Done field breaks http://code.google.com/p/reviewboard/issues/detail?id=3460 Thanks for guiding me. I will try to figure it out. -- You received this message because this project is configured to

Re: Issue 2723 in reviewboard: Show issue status in dashboard

2014-07-02 Thread reviewboard
Comment #25 on issue 2723 by pablo.gr...@55social.com: Show issue status in dashboard http://code.google.com/p/reviewboard/issues/detail?id=2723 I cannot longer reproduce that. Maybe I just got confused ... Thanks for the response, and my appologies. -- You received this message because