Customize ReviewBoard instance

2010-04-03 Thread Jan Koprowski
Hi! I'am start using reviewboard and need some customizations: 1) I need hooks run after Submited or Discarded 2) Add custom footer, change logo, title First thing is a way to customize some layoutes. I know how I can do that now: * copy templates from reviewboard to my folder * set i

Re: Customize ReviewBoard instance

2010-04-05 Thread Christian Hammond
Hi, We have a few things planned and in development for the level of customization you guys want. 1) We have some things that will be in the 1.6 release (it's actually written today, just isn't scheduled for 1.5) for WebHooks, which allow for calling external scripts (technically, doing an HTTP P

Re: Customize ReviewBoard instance

2010-04-05 Thread Jan Koprowski
Thank You very much for answer :) To the POST hooks :) or URL hooks. IMHO there are many ways to pass arguments to hook like this. I think this will be good to have something like "method" argument in hook calling which could be similar to jquery.ajax argument. Which means when we call hook we cou

Re: Customize ReviewBoard instance

2010-04-05 Thread Christian Hammond
The beauty of Git is that you don't have to only base your changes on one branch. You can easily merge from multiple branches into your branch. What I'd recommend is to have a branch, for example "vendor", which is what your internal builds will be from. Then, each feature would go its own featur

Re: Customize ReviewBoard instance

2010-04-06 Thread Jan Koprowski
This give some point of view :) Great thanks! For now I have separate branch for each of my issue. Each branch is lead from reviewboard master and contain only changes for each issue. All of issues is merged to "intel" branch. I made some smart command "intelit" which make greate use from git arch