Re: Customization the Review Board

2012-12-27 Thread Christian Hammond
I can't really give you advice here, because any customizations you make today are going to make it harder to debug problems you'll inevitably hit with the database schema down the road. I'll make it a priority to get proper extension support for customizable fields in for 1.7.2 (or whatever the

Re: Customization the Review Board

2012-12-26 Thread Matthew Woehlke
On 2012-12-25 23:36, maris wrote: We want to customize the Review Board , by adding some additional fields like project name in Review Details page. I am stuck after adding model for the same. I would like to implement it as a drop down to select. Please let me know, how to save it as a draft

Re: Customization the Review Board

2012-12-26 Thread Christian Hammond
Hi guys, I'm hoping to create a sample extension for this in time, but honestly, there's work that still needs to be done for this. The extension support we added is intended to be experimental and incomplete, and we'll be adding to it over time. I imagine we'll start to make custom fields

Re: Customization the Review Board

2012-12-26 Thread Matthew Woehlke
On 2012-12-26 14:56, Christian Hammond wrote: I'm hoping to create a sample extension for this in time, but honestly, there's work that still needs to be done for this. The extension support we added is intended to be experimental and incomplete, and we'll be adding to it over time. I imagine

Re: Customization of Review Board?

2011-04-12 Thread David Trowbridge
Doing this would require some code changes (see publishDraft in reviewboard/htdocs/media/rb/js/reviews.js ). I'm not familiar with your development process, but I'd actually recommend against doing this. Do you really have bugs filed for every single code change that you want to review? -David

Re: Customization of Review Board?

2011-04-12 Thread Akash Nawani
On Tue, Apr 12, 2011 at 12:39 PM, David Trowbridge trowb...@gmail.comwrote: Doing this would require some code changes (see publishDraft in reviewboard/htdocs/media/rb/js/reviews.js ). Thanks for the information David. This feature is not required anymore, we have altered our scripts

Re: Customization of Review Board?

2011-04-11 Thread Akash Nawani
Hi David, There is one more query, can we make bug-id field as a required field while creating a review request? On Fri, Apr 8, 2011 at 8:42 AM, Akash Nawani akash.naw...@gmail.com wrote: Thanks a lot David. On Fri, Apr 8, 2011 at 2:49 AM, David Trowbridge trowb...@gmail.comwrote: These

Re: Customization of Review Board?

2011-04-07 Thread David Trowbridge
These two items are already possible through Review Board's settings page. See http://www.reviewboard.org/docs/manual/1.5/admin/admin-ui/authentication-settings/ for details on the Allow anonymous read-only access and Enable registration settings. -David On Thu, Apr 7, 2011 at 9:43 AM, Aki

Re: Customization of Review Board?

2011-04-07 Thread Akash Nawani
Thanks a lot David. On Fri, Apr 8, 2011 at 2:49 AM, David Trowbridge trowb...@gmail.com wrote: These two items are already possible through Review Board's settings page. See http://www.reviewboard.org/docs/manual/1.5/admin/admin-ui/authentication-settings/ for details on the Allow