Re: How to customize :: Add a new field to each review comment

2010-02-26 Thread Christian Hammond
Hi Srinidhi, Sorry for not getting back to you on this. The data for comments are stored in reviewboard/reviews/models.py. You'd need to update the API (webapi/) and the UI (htdocs/media/rb/js/*) and the review request page (reviews/views.py) and probably more things. You're going to hit a

Re: How to customize :: Add a new field to each review comment

2010-02-26 Thread Stodge
Could you use the django-tagging application? I'm not sure if that would help but I thought I'd suggest it. On Feb 7, 6:53 pm, B S Srinidhi srinidhi...@gmail.com wrote: Hi, I'm fairly new to ReviewBoard (and Django :) and need some help in customizing RB for an internal deployment. I would

Re: How to customize :: Add a new field to each review comment

2010-02-26 Thread Christian Hammond
Django-tagging would still require a lot of work to implement properly. Once you're at the point of modifying Review Board to this degree, you may as well just add this to Review Board directly. This sort of feature request is fairly common, and we've been discussing to what degree we want to

How to customize :: Add a new field to each review comment

2010-02-07 Thread B S Srinidhi
Hi, I'm fairly new to ReviewBoard (and Django :) and need some help in customizing RB for an internal deployment. I would like to introduce a classification field for each review comment. This field will basically be a dropdown list of classifications - such as Memory leak, Return value check,