Re: Misaligned Dashboard w/ 1.0.6

2010-04-20 Thread Christian Hammond
Actually, the fix was in Djblets and I didn't do a release. Oops. I'll probably do one before long, so if you just want to use a nightly of Djblets, the problem will go away. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware, Inc. - http://www.

Re: SMTP support/debugging

2010-04-20 Thread Christian Hammond
On Tue, Apr 20, 2010 at 12:41 PM, Stephen Gallagher < step...@gallagherhome.com> wrote: > On 04/20/2010 03:37 PM, Christian Hammond wrote: > >> I'm not sure whether mod_wsgi would be somehow different or not. >> initialize is called in reviewboard/urls.py, which should definitely be >> invoked reg

Re: SMTP support/debugging

2010-04-20 Thread Stephen Gallagher
On 04/20/2010 03:37 PM, Christian Hammond wrote: I'm not sure whether mod_wsgi would be somehow different or not. initialize is called in reviewboard/urls.py, which should definitely be invoked regardless. If you're seeing the "Log file for Review Board ..." in the log files, then you should be

Re: Syntax highlighting

2010-04-20 Thread Christian Hammond
Hi Tim, We use a Python module called Pygments (http://www.pygments.org/) for the syntax highlighting, so we basically support whatever they do. The lack of Obj-C highlighting is certainly an annoyance that I've dealt with too. It's due to Pygments giving preference to I think Matlab files or som

Re: SMTP support/debugging

2010-04-20 Thread Christian Hammond
I'm not sure whether mod_wsgi would be somehow different or not. initialize is called in reviewboard/urls.py, which should definitely be invoked regardless. If you're seeing the "Log file for Review Board ..." in the log files, then you should be seeing signal connections. That is, unless something

Syntax highlighting

2010-04-20 Thread Tim Hollingsworth
Hello, Firstly I just started using Review Board and have had a very positive experience so far, thanks! Is there some place to find out what syntax highlighting is available? Is it pluggable or standardized? I'm using C++ and objective-c. The C++ has some highlighting, but not very meaningful

Re: SMTP support/debugging

2010-04-20 Thread Stephen Gallagher
On 04/20/2010 03:31 PM, Christian Hammond wrote: It shouldn't work for just one or the other. Try running ./contrib/internal/prepare-dev.py. That connect_signals should be happening on the first request to Review Board. Are you running this using fastcgi or mod_python? Might also be worth ch

Re: SMTP support/debugging

2010-04-20 Thread Christian Hammond
It shouldn't work for just one or the other. Try running ./contrib/internal/prepare-dev.py. That connect_signals should be happening on the first request to Review Board. Are you running this using fastcgi or mod_python? Might also be worth checking to make sure that the following points are also

Re: SMTP support/debugging

2010-04-20 Thread Stephen Gallagher
On 04/20/2010 02:48 PM, Christian Hammond wrote: Good question... Can you run the test suite from a source tree and see if anything fails? (./reviewboard/manage.py test) Christian Getting a traceback trying to run the tests. I'm using the contrib/conf/settings_local.py.tmpl as the settin

Re: SMTP support/debugging

2010-04-20 Thread Christian Hammond
Good question... Can you run the test suite from a source tree and see if anything fails? (./reviewboard/manage.py test) Christian On Tuesday, April 20, 2010, Stephen Gallagher wrote: > On 04/20/2010 11:26 AM, Stephen Gallagher wrote: > > Sorry, maybe I was unclear. By putting that log message

Re: SMTP support/debugging

2010-04-20 Thread Stephen Gallagher
On 04/20/2010 11:26 AM, Stephen Gallagher wrote: Sorry, maybe I was unclear. By putting that log message where Scott recommended, I proved that send_review_mail() was not being called at all (the log message never printed). So I'm trying to figure out how to track down the misconfiguration.

Re: SMTP support/debugging

2010-04-20 Thread Jan Koprowski
I have some more ideas: 1) Check You can telnet to smtp server from machine where ReviewBoard works 2) Try to use IP address instead host name 3) Ask someone is this isn't the problem of proxy or DNS server. If You can telnet to server from command line (in Linux) check You have not set variable HT

Re: SMTP support/debugging

2010-04-20 Thread Stephen Gallagher
Sorry, maybe I was unclear. By putting that log message where Scott recommended, I proved that send_review_mail() was not being called at all (the log message never printed). So I'm trying to figure out how to track down the misconfiguration. On 04/20/2010 11:22 AM, Jan Koprowski wrote: In my

Re: SMTP support/debugging

2010-04-20 Thread Jan Koprowski
In my case SMTP server doesn't provide TLS authentication but information about this issue I found in Apache logs without any problems. On Apr 20, 5:01 pm, Stephen Gallagher wrote: > On 04/19/2010 05:25 PM, Scott Quesnelle wrote: > > > > > Here is what I did with V 1.0 when I had an email issue,

Re: SMTP support/debugging

2010-04-20 Thread Stephen Gallagher
On 04/19/2010 05:25 PM, Scott Quesnelle wrote: Here is what I did with V 1.0 when I had an email issue, in reviewboard/reviews/email.py In function def send_review_mail(user, review_request, subject, in_reply_to, extra_recipients, template_name, context={}): I added the li

Re: Misaligned Dashboard w/ 1.0.6

2010-04-20 Thread Vesterbaek
Hmm, perhaps I was a bit too fast on this. Did some more re-starting/ force-reloading and it seems to work correctly now. -- Jeppe -- Want to help the Review Board project? Donate today at http://www.reviewboard.org/donate/ Happy user? Let us know at http://www.reviewboard.org/users/ -~---

How move existing database from sqlite to MySQL

2010-04-20 Thread Jan Koprowski
Hi ! Is there any BKM to move ReviewBoard data from sqlite3 to MySQL for working project with data? Greetings from Poland! -- Jan Koprowski -- Want to help the Review Board project? Donate today at http://www.reviewboard.org/donate/ Happy user? Let us know at http://www.reviewboard.org/users

Re: Misaligned Dashboard w/ 1.0.6

2010-04-20 Thread Christian Hammond
I'll try more tests, but they should be. The caching problem was pretty clear, and I haven't repro'd it since, but I'll play with it more and see what I missed. What columns are you using? Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware, Inc

Re: Misaligned Dashboard w/ 1.0.6

2010-04-20 Thread Vesterbaek
Are we sure this is resolved. Upgraded to 1.0.7, restarted apache and memcached but still see this problems occasionally (refreshing with shift+F5 seems to be a good way to reproduce). Have tried with both chrome and firefox. -- Jeppe -- Want to help the Review Board project? Donate today at h