Re: Uploading a internally generated diff file

2009-10-05 Thread Sujith
Thanks for the post-review link. This seems to be really useful I'll go through it and let you know in case of further problems. Another thing which I wanted to implement is to add a new button on new-review-request page and write a python function that would execute on its click. Can you

Re: Uploading a internally generated diff file

2009-10-05 Thread Christian Hammond
Well, you'd have to become familiar with the Django templates (not a ton of work), and how Django handles forms. Then you'd have to write custom code in our form for whatever you're looking to do. The templates are in reviewboard/templates/reviews, and the form code is in

Uploading a internally generated diff file

2009-10-01 Thread Sujith
Hello , When I click on New review request I get an option of uploading file by browsing. Now I have a slightly different requirement I want reviewboard to upload and internally generated diff file which would have a constant name and path. Can this be done? I have a decent understanding of

Re: Uploading a internally generated diff file

2009-10-01 Thread Christian Hammond
Hi, I'm not really sure I understand what you mean by an internally generated diff and a constant name and path. Have you looked into using post-review? We generally recommend this over the New Review Request page. http://review-board.org/docs/manual/dev/users/tools/post-review/ Christian --