Re: Syntax highlighting for Template toolkit (.tt file format) in ReviewBoard is incorrect

2015-10-26 Thread Christian Hammond
Hi, We use a third-party library, Pygments, for syntax highlighting. It appears to have no knowledge of Perl Template Toolkit files, and thinks *.tt files are Treetop files. We have some new logic coming in 2.0.21 and 2.5, which will be smarter about what type of file it's processing, but the

Re: Error 500 when accessing PowerPack report link

2015-10-26 Thread Christian Hammond
Hi Paul, Sorry for that annoyance. We're actually right now in the process of putting out a 1.3.4 release, which fixes this problem. Give us 20 minutes and then try upgrading. Christian -- Christian Hammond - christ...@beanbaginc.com Review Board - https://www.reviewboard.org Beanbag, Inc. -

Re: Issue 3446 in reviewboard: ReviewRequestFieldsHook and email notfications

2015-10-26 Thread reviewboard
Comment #5 on issue 3446 by ke...@keithmoyer.com: ReviewRequestFieldsHook and email notfications https://code.google.com/p/reviewboard/issues/detail?id=3446 Any chance this will make it into Review Board 2.5? Not trying to rush it; just making sure it wasn't forgotten since you mentioned

Error 500 when accessing PowerPack report link

2015-10-26 Thread Robbie McTavish
Hi All I am wondering if you can help me. I have rboard 2.0.11 installed and the latest powerpack with trial license. I get an error 500 when clicking the Reports link. Any idea what could be wrong? I am running ubuntu 14.04 with Apache 2 and wsgi mod. Thanks Paul -- Supercharge your

Re: Issue 3446 in reviewboard: ReviewRequestFieldsHook and email notfications

2015-10-26 Thread reviewboard
Comment #6 on issue 3446 by chip...@gmail.com: ReviewRequestFieldsHook and email notfications https://code.google.com/p/reviewboard/issues/detail?id=3446 Hi Keith, This bug has moved over to https://hellosplat.com/s/beanbag/tickets/3446/ -- You received this message because this project is

Re: Posting NEW source files for review?

2015-10-26 Thread Christian Hammond
Hi Joseph, Every revision control system lets you schedule new files to post to review (using `git add`, `svn add`, `p4 add`, etc.). RBTools will see these added files and include them along with the modified ones. Same with deleted files. What are you using for revision control? Christian On