Getting Review Board to Recreate Static Assets

2015-09-01 Thread Peter Williams
Review Board minifies it JS files into the follow location: reviewboard/lib/python2.6/site-packages/ReviewBoard-2.0.17-py2.6.egg/reviewboard/htdocs/static/rb/js This can often be generated from a combination of JS files in:

Re: Getting Review Board to Recreate Static Assets

2015-09-01 Thread Peter Williams
sending them upstream. > If there's custom behavior you need, it's best to look into what extensions > can do or talk to us about improvements you need there. > > Christian > > -- > Christian Hammond - chi...@chipx86.com > Review Board - https://www.reviewboard.org >

Review Board Power Pack Reports

2014-12-09 Thread Peter Williams
Hello! Without installing the new power pack, is there a way to get a list of the metrics + charts being used in the power pack? It would be easier to evaluate by distributing this to the evaluators. Thanks -- Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/ --- Sign

ReviewBoard Extensions ( BaseTextAreaField )

2014-09-23 Thread Peter Williams
Hello RB users / admins, Is there a way to specify default text within a BaseTextAreaField? My current field looks something like below: from reviewboard.reviews.fields import BaseTextAreaField class OutputField(BaseTextAreaField): field_id = testme' label = 'test label' I couldn't