A Complete Web Development Solution | Halwasiya Infosys

2009-06-02 Thread halwit...@gmail.com
Dear Sir/Madam At last you found us! Halwasiya Infosys is the one-stop shop you have been looking for to fill all of your Web Development needs. From Logos to Web Sites to Facebook Applications to Iphone Applications to promoting your company on the web, we do it all and at very competitive price

A Complete Web Development Solution | Halwasiya Infosys

2009-06-02 Thread halwit...@gmail.com
Dear Sir/Madam At last you found us! Halwasiya Infosys is the one-stop shop you have been looking for to fill all of your Web Development needs. From Logos to Web Sites to Facebook Applications to Iphone Applications to promoting your company on the web, we do it all and at very competitive price

Custom post-review implementations making them easier proposal

2009-06-02 Thread Chris Clark
If you want to deploy post-review with some site specific customizations (e.g. add support for a custom in house SCM) there are only a few options: * Privately fork post-review and try and sync all the changes that occur in "trunk" into your version * add a wrapper script around po

Re: Mail features

2009-06-02 Thread Christian Hammond
You can go ahead and join groups with this method and still not receive emails. We only email people individually if there is no mailing list associated with the group. People can join the group but not the mailing list and shouldn't see the emails. Now, if you are on the target reviewer list or

Re: Mail features

2009-06-02 Thread Helder Ribeiro
On Tue, Jun 2, 2009 at 3:52 PM, Chris Clark wrote: > > Vesterbaek wrote: >> I would find it useful to to be able to configure this independently >> for groups and people, such that a user can choose to be member of a >> particular group, but not receive any emails from review requests to >> that

Re: Mail features

2009-06-02 Thread Chris Clark
Vesterbaek wrote: > I would find it useful to to be able to configure this independently > for groups and people, such that a user can choose to be member of a > particular group, but not receive any emails from review requests to > that group, but only get emails if a review request is directed a

Re: Mail features

2009-06-02 Thread Vesterbaek
I would find it useful to to be able to configure this independently for groups and people, such that a user can choose to be member of a particular group, but not receive any emails from review requests to that group, but only get emails if a review request is directed at the user (listed in "peo

Re: fail to post-commit with --revision-range

2009-06-02 Thread sailor...@gmail.com
I tried to make a change as below. 546c546 < rev_str += "-r %s" % rev --- > rev_str += " -r %s" % rev It seems this Python code is not too complex, I will try to customize it later. --~--~-~--~~~---~--~~ You received this message because y

Re: fail to post-commit with --revision-range

2009-06-02 Thread sailor...@gmail.com
Can anyone help on this issue? post-commit review is really important for my company. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "reviewboard" group. To post to this group, send email to reviewboard@googlegroup

windows post-review errors while using on server

2009-06-02 Thread mmorgan
Hi, I pretty new to review board, but want to say firstly it is a great tool so keep up the good work! Ive managed to set up review board on my windows server, which also hosts my svn repository. Ive decided to try to get post-review set up so that we can automatically create reviews from the svn

Re: django.core.exceptions.ImproperlyConfigured: MySQLdb-1.2.1p2 or newer is required; you have 1.2.1

2009-06-02 Thread Josh Joy
I'm not entirely sure what that means? How do I now which Python is running Review Board? I'm just using the one under bin...I have a fresh install of CentOS...so I'm not seeing multiple versions of Python... Thanks, Josh On Tue, Jun 2, 2009 at 12:08 AM, Christian Hammond wrote: > Make sure yo

Re: django.core.exceptions.ImproperlyConfigured: MySQLdb-1.2.1p2 or newer is required; you have 1.2.1

2009-06-02 Thread Christian Hammond
Make sure you installed the new MySQLdb using the same version of Python that's running Review Board. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.review-board.org VMware, Inc. - http://www.vmware.com On Mon, Jun 1, 2009 at 7:26 PM, joshjdevl wrote: > > Hi,