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 n

Re: Customization the Review Board

2012-12-27 Thread maris
Thanks Christian for your reply. I am adding a new entry in review detail page. I have added new model in reviews app and did modify the corresponding template, but while selecting and publishing we are facing issue. We understood that these details are first saved in draft model and on publis

Re: Customization the Review Board

2012-12-26 Thread Christian Hammond
Internally, review requests now allow custom metadata. I have an in-progress change to add API support for this, so maybe in 1.7.2. I'd like that to land at the same time as the work needed for custom fields in the UI, though. Christian On Dec 26, 2012, at 12:20 PM, Matthew Woehlke wrote: >

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 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 work

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 be

Customization the Review Board

2012-12-25 Thread maris
Hi, 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 before publishing and how to p