Re: Announcements to Users

2013-06-25 Thread Raja
I built an extension just for this purpose, its available at https://github.com/rajasaur/rb-extension-pack/tree/master/rbbroadcastmessage Instructions to install are also available in the same page, but if you prefer a pre-built tarball instead of clone and setup.py install, please let me know. Th

Re: rb-site upgrade fails on database migration

2013-06-25 Thread Erik Lattimore
Thanks, that solved the issue. Looks like mysql 5.5 defaults to InnoDB but our original tables were in the older format. I altered them to InnoDB and everything works now. Thanks, --Erik On Tuesday, June 25, 2013 4:26:12 PM UTC-4, Christian Hammond wrote: > > That error has to do with having a m

Review Board 1.7.11 released

2013-06-25 Thread Christian Hammond
Hi everyone, I just put out a release of Review Board 1.7.11. It's a minor release that fixes Python 2.5 compatibility and a small visual bug with HTML entities on IE9. For those still running on Python 2.5, I highly recommend upgrading to Python 2.7 as soon as it's convenient. We will be dr

Re: API URLs - browser wants to download instead of display

2013-06-25 Thread Matthew Dawes
Is RB trying to authenticate against the p4 info server instead of the actual proxy? It was able to connect with p4 previously when it pulled changelist and performed the diff. On Tuesday, June 25, 2013 11:23:09 AM UTC-7, Matthew Dawes wrote: > > My Review Board 1.7.10 installation seems to be

Re: rb-site upgrade fails on database migration

2013-06-25 Thread Christian Hammond
That error has to do with having a mix of InnoDB and MyISAM tables. You need to make sure all tables are the same format. If MySQL is creating new tables with one, then you should convert the rest. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org Bea

Re: rb-site upgrade fails on database migration

2013-06-25 Thread Erik Lattimore
I'm getting the exact same error. I'm trying to test an upgrade before actually performing one on the live server and am getting the same Django stack trace. We are running RB 1.5.2 in production on Ubuntu 12.04. I've been using easy_install to install ReviewBoard and made sure to force the Dja

Re: API URLs - browser wants to download instead of display

2013-06-25 Thread Matthew Dawes
That makes sense. I wanted to be sure that the APIs not displaying in the browser wasn't causing the 404 but it looks like that is not the case. My .reviewboardrc was still pointing at the /reviews/. Thanks again. The last issue with my setup is that we are using a P4 proxy. I am getting to the

Re: Announcements to Users

2013-06-25 Thread Christian Hammond
Hi Peter, A MOTD is something I intend to add, but I have no ETA. Hopefully for 1.8. There's no feature to message all users, but you could whip up a script or an extension to do it without much trouble. I'm not opposed to adding such a feature, if done right, but I think it's best as an exten

Announcements to Users

2013-06-25 Thread Peter Snelling
Is there any way for the administrator to send an e-mail to all reviewboard users? I can just copy all the e-mail addresses manually but I was hoping for something easier than that. Or perhaps to set a short "Message Of the Day" on the top banner? I'm just looking for an easy way tell users abou

Re: API URLs - browser wants to download instead of display

2013-06-25 Thread Christian Hammond
Hi Matthew, Yeah, how browsers handle these vendor-specific mimetypes is pretty annoying. It doesn't treat them as text/xml or application/json. I keep brainstorming around creating browser-friendly encoders for the URLs, but it's pretty far down the priority list. In the meantime, curl is us

Re: strange behavior of django-evolution 0.6.9

2013-06-25 Thread Christian Hammond
Hi Satish, It's really pretty iffy adding your own columns to our models. Things can, and will, break, as you're noticing. Did you add an evolution file for your columns? It wasn't clear from your description. If you ran --evolve --hint, you're going to have a bad time, as it's just going to

API URLs - browser wants to download instead of display

2013-06-25 Thread Matthew Dawes
My Review Board 1.7.10 installation seems to be working for the most part. I can navigate and update all the admin pages and can view the dashboard, groups, submitters, etc but I am having an issue displaying any of the API url's. The browser wants to download them instead of display them. It se

Re: Review Board 1.6.17 and 1.7.10 released

2013-06-25 Thread vk
Error while upgrading! root@xxx:/mnt/usb/backup#* rb-site upgrade /var/www/rb/* Traceback (most recent call last): File "/usr/bin/rb-site", line 8, in load_entry_point('ReviewBoard==1.7.10', 'console_scripts', 'rb-site')() File "/usr/lib/python2.5/site-packages/ReviewBoard-1.7.10-py2.5.

Re: Review Board 1.6.17 and 1.7.10 released

2013-06-25 Thread Christian Hammond
Looks like we have a Python 2.5 regression. We'll need to put out a patch release. I'll do it today. Christian On Jun 25, 2013, at 9:50, v...@newtrax.com wrote: > Error while upgrading! > > > root@xxx:/mnt/usb/backup# rb-site upgrade /var/www/rb/ > Traceback (most recent call last): > File

Re: Problems upgrading from 1.6.6 to 1.7.9

2013-06-25 Thread Santiago Gimeno
Just a little update on this, upgrading to 1.6.16 didn't work either :( 2013/6/21 Santiago Gimeno > Hello, > > After following the upgrade procedures I'm getting this error: > > [Fri Jun 21 13:15:39 2013] [error] > /usr/local/lib/python2.6/dist-packages/Django-1.4.5-py2.6.egg/django/views/gener

Re: Manual server updates required - Permission problems

2013-06-25 Thread Stephen Gallagher
On 06/25/2013 12:51 PM, Matthew Woehlke wrote: > On 2013-06-25 12:27, Stephen Gallagher wrote: >> On 06/25/2013 12:24 PM, Matthew Woehlke wrote: >>> On 2013-06-25 07:48, Stephen Gallagher wrote: Yeah, my TODO list includes working up some SELinux rules for ReviewBoard and getting rb-site

Re: Manual server updates required - Permission problems

2013-06-25 Thread Matthew Woehlke
On 2013-06-25 12:27, Stephen Gallagher wrote: On 06/25/2013 12:24 PM, Matthew Woehlke wrote: On 2013-06-25 07:48, Stephen Gallagher wrote: Yeah, my TODO list includes working up some SELinux rules for ReviewBoard and getting rb-site to be capable of setting them up during installation. It's a p

Re: Manual server updates required - Permission problems

2013-06-25 Thread Stephen Gallagher
On 06/25/2013 12:24 PM, Matthew Woehlke wrote: > On 2013-06-25 07:48, Stephen Gallagher wrote: >> Yeah, my TODO list includes working up some SELinux rules for >> ReviewBoard and getting rb-site to be capable of setting them up during >> installation. It's a pretty big task and low on my priority l

Re: Manual server updates required - Permission problems

2013-06-25 Thread Matthew Woehlke
On 2013-06-25 07:48, Stephen Gallagher wrote: Yeah, my TODO list includes working up some SELinux rules for ReviewBoard and getting rb-site to be capable of setting them up during installation. It's a pretty big task and low on my priority list right now, unfortunately. Heh. I'm running with SE

Re: strange behavior of django-evolution 0.6.9

2013-06-25 Thread satish singh
Hi Team, Can anyone explain me this behaviour.? On Tuesday, 25 June 2013 18:39:48 UTC+5:30, satish singh wrote: > > > I had Review Board 1.7.7.1 on our testing environment running successfully > on production clone db. > > I did a model change because of which it asked for running a evolution >

strange behavior of django-evolution 0.6.9

2013-06-25 Thread satish singh
I had Review Board 1.7.7.1 on our testing environment running successfully on production clone db. I did a model change because of which it asked for running a evolution manually. We ran it and it was successful. Now when we went for upgrade on production db, it asked for manual evolution be

Re: Manual server updates required - Permission problems

2013-06-25 Thread Stephen Gallagher
On 06/25/2013 04:54 AM, Matthew Dawes wrote: > SELinux was enabled. I disabled it and I am back in business. Thank you > so much for the quick response. > > Matt > > On Tuesday, June 25, 2013 1:32:16 AM UTC-7, Christian Hammond wrote: > > Can you show the exact error info? > > See if S

Re: Manual server updates required - Permission problems

2013-06-25 Thread Matthew Dawes
SELinux was enabled. I disabled it and I am back in business. Thank you so much for the quick response. Matt On Tuesday, June 25, 2013 1:32:16 AM UTC-7, Christian Hammond wrote: > > Can you show the exact error info? > > See if SELinux is enabled, and turn it off. > > Christian > > On Jun 24, 2

Re: Review Board 1.6.17 and 1.7.10 released

2013-06-25 Thread victoria
On Mon, Jun 24, 2013 at 6:15 PM, Stephen Gallagher wrote: > On 06/22/2013 11:51 PM, Christian Hammond wrote: >> Hi everyone, >> >> We have two new releases out tonight. Both are important security >> updates for a vulnerability that was reported to us that affects >> primarily public-facing sites.

Re: Manual server updates required - Permission problems

2013-06-25 Thread Christian Hammond
Can you show the exact error info? See if SELinux is enabled, and turn it off. Christian On Jun 24, 2013, at 22:57, Matthew Dawes wrote: > I keep running into this same issue with a new install of ReviewBoard. I have > created multiple sites but each time I get the error message that there is