Re: Email All Reviewboard Users

2014-07-01 Thread Jothiram Selvam
David, It will be a good feature for review board if the admin wants send an email to all registered users. Please consider it for future releases. For now, I can extract all the email addresses and send them the email. Best regards, Joe. On Tue, Jul 1, 2014 at 2:17 AM, David Trowbridge

Re: RB website showing only directory listing

2014-07-01 Thread shravanthi s
I created a symbolic link as suggested ln -s /var/www/mytest.example.com/conf/apache-wsgi.conf /etc/httpd/conf.d/reviewboard.conf http://mytest.example.com/conf/apache-wsgi.conf/etc/httpd/conf.d/reviewboard.conf But now am seeing RHEL test page when i try to access the website. The only

Re: RB website showing only directory listing

2014-07-01 Thread Stephen Gallagher
On 07/01/2014 08:41 AM, shravanthi s wrote: I created a symbolic link as suggested ln -s /var/www/mytest.example.com/conf/apache-wsgi.conf /etc/httpd/conf.d/reviewboard.conf http://mytest.example.com/conf/apache-wsgi.conf/etc/httpd/conf.d/reviewboard.conf But now am seeing RHEL test

Re: Error 500 on new 2.0.2 install

2014-07-01 Thread Stephen Gallagher
On 06/30/2014 05:30 PM, Jacek Furmankiewicz wrote: All is OK. I think there was something wrong with the copy of ReviewBoard that is included in the CentOS repos (1.7.6). I did a clean reinstall from easy_install for the 2.0.2 and everything went fine. CentOS 6 has access to 1.7.26... If

Re: Error 500 on new 2.0.2 install

2014-07-01 Thread Stephen Gallagher
On 07/01/2014 12:47 PM, Stephen Gallagher wrote: On 06/30/2014 05:30 PM, Jacek Furmankiewicz wrote: All is OK. I think there was something wrong with the copy of ReviewBoard that is included in the CentOS repos (1.7.6). I did a clean reinstall from easy_install for the 2.0.2 and everything

Upgrade to 2.0.2 Failed

2014-07-01 Thread Andrew Hills (anhills)
Hi all, During an upgrade from 1.7.21 to 2.0.2, rb-site upgrade hung. I killed it, and running it again yields the error below, and now no combination of versions works. My last database backup is not so very old, but I'd really rather not lose anything if it's possible to avoid it. (The

Re: Error 500 on new 2.0.2 install

2014-07-01 Thread Jacek Furmankiewicz
Yes, I am OK now. Now, it was the first time I was trying to reinstall RB in 1.5 years, so I may have messed something up. But a fresh install with 2.0.2 worked like a charm, all is good. Thank you for all your help. On Tue, Jul 1, 2014 at 11:49 AM, Stephen Gallagher

Re: Upgrade to 2.0.2 Failed

2014-07-01 Thread Christian Hammond
Hi Andrew, At what point did it hang? This looks very much like the process was killed while it was performing database migrations, which is not something you can easily recover from without a lot of manual surgery. You said you upgraded from 1.7.21 to 2.0.2, but that log is showing 2.0 to

create review

2014-07-01 Thread nidhi singh
Hello I am new to review board and m trying to create a review on a project but no email is being sent to the reviewer. How should I proceed, please help me Thanks -- Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/ --- Sign up for Review Board hosting at RBCommons:

Re: Search doesn't seem to work, when I try to index it says Indexing 0 review requests

2014-07-01 Thread Ian
Anyone have any ideas? =\ On Thursday, June 26, 2014 4:25:29 PM UTC-7, Ian wrote: $ sudo -u _www rb-site manage /Library/Server/Web/Data/WebApps/ReviewBoard rebuild_index -- -v 3 WARNING: This will irreparably remove EVERYTHING from your search index in connection 'default'. Your choices

Re: Search doesn't seem to work, when I try to index it says Indexing 0 review requests

2014-07-01 Thread Christian Hammond
Can you see what happens when you run this:     $ rb-site manage /path/to/site shell     from reviewboard.reviews.models import ReviewRequest     from django.db.models import Q     qs = ReviewRequest.objects.public(status=None, extra_status=Q(status=‘P’) | Q(status=’S’))     qs =

Re: One of the files in the diff shows only one column missing the newer version

2014-07-01 Thread Christian Hammond
This is due to a very long string preventing it from wrapping, in combination with some CSS that prevented scrolling. A proper fix to sanely wrap long lines is coming in 2.0.3 (this week). Christian --  Christian Hammond - christ...@beanbaginc.com Review Board - http://www.reviewboard.org

Re: Email All Reviewboard Users

2014-07-01 Thread Christian Hammond
It’s something that can be considered, but I think it’s probably a better idea for an extension. Christian --  Christian Hammond - christ...@beanbaginc.com Review Board - http://www.reviewboard.org Beanbag, Inc. - http://www.beanbaginc.com On July 1, 2014 at 5:23:13 AM, Jothiram Selvam

Re: Upgrade to 2.0.2 Failed

2014-07-01 Thread Andrew Hills (anhills)
Hi Christian, Yeah, sorry, I took it through a few versions before calling for help. The killed upgrade was 1.7.21 to 2.0.2. I'm willing to do the manual surgery--I've got the MySQL manual open--but I don't know where to start. My first thought was to create a new 2.0.2 installation and

Re: Upgrade to 2.0.2 Failed

2014-07-01 Thread Christian Hammond
Hi Andrew, The surgery, depending on when the process was killed, would require a lot of deep knowledge of how evolutions work, how they relate to the table changes, and some improvisation. If you wanted to just try to re-create the database, you could try a new install and then dumping all

Re: Problem with viewing diff with pre commit review.

2014-07-01 Thread Christian Hammond
This looks like a result of a bug we just fixed. It’ll go into 2.0.3 (this week). Christian --  Christian Hammond - christ...@beanbaginc.com Review Board - http://www.reviewboard.org Beanbag, Inc. - http://www.beanbaginc.com On June 30, 2014 at 10:48:41 PM, Sudheendra S.N

Re: Search doesn't seem to work, when I try to index it says Indexing 0 review requests

2014-07-01 Thread Ian
I'm getting an error making qs. Did I type it wrong? $ sudo rb-site manage /Library/Server/Web/Data/WebApps/ReviewBoard shell Python 2.7.5 (default, Mar 9 2014, 22:15:05) [GCC 4.2.1 Compatible Apple LLVM 5.0 (clang-500.0.68)] on darwin Type help, copyright, credits or license for more

Re: Search doesn't seem to work, when I try to index it says Indexing 0 review requests

2014-07-01 Thread Christian Hammond
Oops, my fault. That should be extra_query. Christian --  Christian Hammond - christ...@beanbaginc.com Review Board - http://www.reviewboard.org Beanbag, Inc. - http://www.beanbaginc.com On July 1, 2014 at 2:15:19 PM, Ian (iander...@mac.com) wrote: I'm getting an error making qs.  Did I type

Re: create review

2014-07-01 Thread David Trowbridge
Can you provide us more information about your setup? Is this a server that you set up? What version of review board? What is the configuration in the System Settings E-Mail admin page? -David On Tue, Jul 1, 2014 at 2:35 AM, nidhi singh nidhi.sh2...@gmail.com wrote: Hello I am new to

Re: Stuck with setup of rbtools

2014-07-01 Thread David Trowbridge
RBTools 0.6.1 had some issues with the setup-repo command. These are improved in 0.6.2. You can reproduce what setup-repo will do by creating a .reviewboardrc file in the root of your repository with the REPOSITORY and SERVER configuration keys. -David On Sat, Jun 28, 2014 at 2:06 PM,

Re: Upgrade to 2.0.2 Failed

2014-07-01 Thread Andrew Hills (anhills)
Hi all, I just wanted to note that my issue was resolved completely and very quickly with Christian's help; I couldn't be happier with the outcome. If you're on the fence, you can take my word for it: support doesn't get better than this. Thanks, Andrew On Jul 1, 2014, at 2:44 PM, Christian

Re: Search doesn't seem to work, when I try to index it says Indexing 0 review requests

2014-07-01 Thread Ian
Ah, OK that looks like this. $ sudo rb-site manage /Library/Server/Web/Data/WebApps/ReviewBoard shell Password: Python 2.7.5 (default, Mar 9 2014, 22:15:05) [GCC 4.2.1 Compatible Apple LLVM 5.0 (clang-500.0.68)] on darwin Type help, copyright, credits or license for more information.

Re: Search doesn't seem to work, when I try to index it says Indexing 0 review requests

2014-07-01 Thread Christian Hammond
What are the review requests like on your server? Are they all against a private repository or invite-only group? Christian --  Christian Hammond - christ...@beanbaginc.com Review Board - http://www.reviewboard.org Beanbag, Inc. - http://www.beanbaginc.com On July 1, 2014 at 7:05:49 PM, Ian

Re: Upgrade to 2.0.2 Failed

2014-07-01 Thread Christian Hammond
Thanks for the kind words, Andrew! :) Glad things are working! Christian --  Christian Hammond - christ...@beanbaginc.com Review Board - http://www.reviewboard.org Beanbag, Inc. - http://www.beanbaginc.com On July 1, 2014 at 5:19:50 PM, Andrew Hills (anhills) (anhi...@cisco.com) wrote: Hi all,

Re: create review

2014-07-01 Thread nidhi singh
Hi, Yes. m trying to setup a server and my reviewboard version is 2.0.2. In the e-mail setting, just provided all the details like mail server, credentials..etc Thanx Nidhi -- Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/ --- Sign up for Review Board hosting

Re: RB website showing only directory listing

2014-07-01 Thread shravanthi s
The httpd.conf file has the line Include conf.d/*.conf And i have created a sym link ln -s /var/www/ mytest.example.com/conf/apache-wsgi.conf /etc/httpd/conf.d/reviewboard. conf The apache-wsgi.conf is as below : VirtualHost mytest.example.com:80 ServerName mytest.example.com

Re: create review

2014-07-01 Thread David Trowbridge
If there's a failure connecting to the mail server, that should be reflected in the reviewboard.org log. If there's a subsequent delivery failure, you should be able to find that in the mail server logs. -David On Tue, Jul 1, 2014 at 10:09 PM, nidhi singh nidhi.sh2...@gmail.com wrote: Hi,

Re: Issue 3454 in reviewboard: Editing caption for uploaded files does not work properly

2014-07-01 Thread reviewboard
Comment #2 on issue 3454 by joanna.p...@gmail.com: Editing caption for uploaded files does not work properly http://code.google.com/p/reviewboard/issues/detail?id=3454 I am tabbing away from the input box. Now I checked that caption is saved when pressing enter and it is possible to

Re: Issue 3455 in reviewboard: Redundant information related to review of files should be removed

2014-07-01 Thread reviewboard
Comment #2 on issue 3455 by joanna.p...@gmail.com: Redundant information related to review of files should be removed http://code.google.com/p/reviewboard/issues/detail?id=3455 Ok, thank you for suggestions. I will try to figure it out and let you know about results of my investigations.

Issue 3459 in reviewboard: Failed to get repository information( rb 2.1 alpha 0 (dev))

2014-07-01 Thread reviewboard
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 3459 by way.sun...@gmail.com: Failed to get repository information( rb 2.1 alpha 0 (dev)) http://code.google.com/p/reviewboard/issues/detail?id=3459 *** READ THIS BEFORE POSTING! *** *** You must complete this form in its

Re: Issue 3451 in reviewboard: Server Error when viewing specific diff

2014-07-01 Thread reviewboard
Comment #2 on issue 3451 by thom.ger...@gmail.com: Server Error when viewing specific diff http://code.google.com/p/reviewboard/issues/detail?id=3451 Confirming I've seen this exception as well. The bit missing from the Traceback here is that the exception is a KeyError: There is no