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

2015-10-26 Thread Premkumar Pasumpon
Hi All, The syntax highlighting in ReviewBoard for our .tt files doesn't look right All the code in .tt files has red boxes around it. Probably ReviewBoard thinks .tt is a different type of file than a Perl Template Toolkit file, and is treating everything as a syntax error. Would it be possi

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 bes

Posting NEW source files for review?

2015-10-26 Thread Joseph Henry
Me and my team are trying out ReviewBoard and I was wanting to know how do you post NEW source files for review? rbt post works pretty well if you are making changes to existing source, but there does not appear to be a way to upload NEW source. I tried doing this from the WebUI but that did no

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

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 Rev

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. - ht

Power Pack for Review Board 1.3.4 is released

2015-10-26 Thread Christian Hammond
Hey everyone, We just released Power Pack 1.3.4 for Review Board, featuring some bug fixes for Reports and compatibility fixes with the upcoming Review Board 2.5. Power Pack 1.3.4 builds on top of last release's 1.3.3, fixing a couple of annoying bugs. Fir

How to make sure 'git push' does not work until the codes are reviewed?

2015-10-26 Thread Jinzheng Sha
Hi All, I am a newbie to ReviewBoard. And I just set up RB server on AWS, and ran into an interesting question. Hope you can give me some insights. The problem is that if I check out a working copy from the remote server, make some local changes directly in the 'master' branch, and run 'git pu