rbt diff with --include issue/help

2016-02-03 Thread Michael Bell
Hi, I am seeing an anomaly when I run 'rbt diff' with '--include'. I am using '--include' because I only want to include that file in the revision range. The command I'm running is: rbt diff --server=http://xx.x.xx.xxx --repository-url=http://repo/svn/ --include=/path/example/with/file.txt

Does full-text search still work with RB 2.5.2?

2016-01-21 Thread Michael Bell
Hi, I have a fresh 2.5.2 install on Centos 7. I have run 'rb-site manage /var/www/reviewboard update_index' and can search (mostly) fine. However, I am not able to use 'summary: ', 'file: ', etc. Does this full-text search work in 2.5.2? I have also noticed the search does not match

Extension - Inject CSS when loading a review for a specific user

2015-12-17 Thread Michael Bell
Hi, Im on the RB 2.5.2. I am writing an extension to inject CSS into a review (/r/[xx]) but only for a particular user. So when the review page loads, if user is xyz, inject the CSS, if not, do nothing. I tried using a TemplateHook to inject the CSS onto specific pages. It worked, however I