Re: Install ReviewBoard manually from a package?

2016-02-04 Thread Barret Rennie
Hi, You can download the ReviewBoard wheel and egg from https://pypi.python.org/pypi/ReviewBoard/2.5.2 However, you will also have to download all the dependencies yourself. You will also require our fork of Django 1.6.11, which contains security fixes back ported form Django 1.7+. You can

Re: Review board is having issue with ssl certificate .

2016-02-04 Thread Christian Hammond
Hi, This is unfortunately not an issue we can be of too much help with. This is a local configuration issue, and not something related to Review Board. It sounds like what's happened is that you have a SSL certificate created for that server, and it's been given a CommonName of

Re: There was an error displaying this diff.

2016-02-04 Thread Christian Hammond
Hi, Your diff appears to have a bad mixture of line endings. Some lines use \n (everything but the diff content), whereas the diff content uses \r\n. This mixture is what's causing the parsing errors, as patch (and anything else) will see extra newlines in the diff content. This might be

Power Pack 1.4 for Review Board is out, with support for Bitnami

2016-02-04 Thread Christian Hammond
Hey everyone, We've just released Power Pack 1.4. The highlights include: * Ability to use Power Pack for up to 2 users without a license, right out of the box * Toggles for all features, to control what can be used on the server * Management commands for automating Power Pack licensing * Bug

Review board is having issue with ssl certificate .

2016-02-04 Thread kapil chauhan
When I try to restart the httpd daemon the ssl_error,I try to follow the google suggestion but they didn't work. GoogleLink: http://stackoverflow.com/questions/19153353/see-server-name-according-to-ssl-certificates ==> /var/log/httpd/ssl_error_log <== [Thu Feb 04 10:28:11 2016] [warn] RSA

Install ReviewBoard manually from a package?

2016-02-04 Thread duylinhn . xilinx
Is there a way to install ReviewBoard manually from a package? I want to install it on a linux redhat server but it's doesn't have access outside the network. Please advise. Thanks! -- Supercharge your Review Board with Power Pack: https://www.reviewboard.org/powerpack/ Want us to host Review

Re: Reset review id

2016-02-04 Thread Hari Prasad
This got resolved by running the following in mysql console: use bitnami_reviewboard; SET FOREIGN_KEY_CHECKS=0; TRUNCATE reviews_reviewrequest; SET FOREIGN_KEY_CHECKS=1; ALTER TABLE reviews_reviewrequest AUTO_INCREMENT=1; On Thursday, February 4, 2016 at 1:01:03 PM UTC+5:30, Hari Prasad wrote: >