Add a new extension to be identified by pygments lexer

2016-06-17 Thread Vitali
Hello, Is there a way to add a custom extension to be identified by Pygments? In our project we use a custom extension for files with XML syntax. Thank you, Vitali -- Supercharge your Review Board with Power Pack: https://www.reviewboard.org/powerpack/ Want us to host Review

API caching still broken in 0.7.1 + 2.0.13?

2015-02-25 Thread Vitali Lovich
This has caused us some grief where stale values were being returned: https://code.google.com/p/reviewboard/issues/detail?id=3778 https://code.google.com/p/reviewboard/issues/detail?id=3778 -Vitali -- Supercharge your Review Board with Power Pack: https://www.reviewboard.org/powerpack/ Want

Mass changing user preferences/setting preference defaults for new users

2015-02-20 Thread Vitali Lovich
Hi, Is there a way to change the preferences en-masse for a bunch of users? I want to turn off the “Get e-mail notifications for my own activity” across the board. Additionally, I would like to change this as the default for new users going forward. Thanks, Vitali -- Supercharge your Review

Django exception re-indexing site after upgrading to 2.0.15

2015-04-07 Thread Vitali Lovich
Hi, I'm hitting https://code.google.com/p/reviewboard/issues/detail?id=3836 after upgrading to 2.0.15 trying to do a full index. Any help would be appreciated. Exception pasted below in full for convenience: Removing all documents from your index because you said so. All documents removed.

Re: Django exception re-indexing site after upgrading to 2.0.15

2015-04-07 Thread Vitali Lovich
Looks like the problem is that reviewboard 2.0.15 depends on django-haystack = 2.3.1 but that isn't expressed in the requirements. On Tuesday, April 7, 2015 at 10:12:54 AM UTC-7, Vitali Lovich wrote: Hi, I'm hitting https://code.google.com/p/reviewboard/issues/detail?id=3836 after upgrading