Windows 2003 Server: I see DirectoryListing not the ReviewBoard Site

2009-11-05 Thread Akhilesh
Hello, I’m trying to setup reviewboard site on Windows 2003 Server VM and ran into some problems. I followed step-by-step guide: http://www.reviewboard.org/docs/manual/dev/admin/installation/windows/ * Installing the site... Building site directories ... OK Building site configuration files ...

Re: How to post-commit review a first time checkin?

2009-11-05 Thread Chris Clark
Christian Hammond wrote: > Actually, I wouldn't mind such a parameter. (though, --diff-filename, > as we don't use underscores in parameter names). There's actually a > patch up for review for accepting via stdin (though it's a bit stale > and isn't the design we want), so I guess there are mor

Re: Customize ReviewBoard for Email Subject

2009-11-05 Thread Christian Hammond
I don't see any way that we could do this short of writing custom code very specific to your situation. We'd need a complex string parser and formatter and there's just no way to represent such a thing in a generic way in the admin UI. It must be done in code. The proper solution, really, is the f

Re: Customize ReviewBoard for Email Subject

2009-11-05 Thread Kunjal
In the description of the Review, all the developer put the similar template as shown below: What I will do is get the string between [Defect / Enhancement / New Feature] and [Problem] and populate as Email Subject line. [Defect / Enhancement / New Feature] [Problem] Need to fix the callback

Re: How to post-commit review a first time checkin?

2009-11-05 Thread Christian Hammond
Actually, I wouldn't mind such a parameter. (though, --diff-filename, as we don't use underscores in parameter names). There's actually a patch up for review for accepting via stdin (though it's a bit stale and isn't the design we want), so I guess there are more people who want this. If you'd lik

Re: Customize ReviewBoard for Email Subject

2009-11-05 Thread Christian Hammond
There was a bug filed for this ( http://code.google.com/p/reviewboard/issues/detail?id=521) but we decided not to implement it, since in most cases you either 1) Will be posting to mailman lists, which have their own subject formatting, or 2) Are using it for filtering purposes, at which point the

Re: RB 1.0.3 to RB 1.0.5

2009-11-05 Thread Christian Hammond
Hi Kunjal, Glad it's working in the test environment :) The upgrade *should* be simple on the production environment. A new version of Django may be pulled in (security fixes) but this will happen automatically when upgrading Review Board. All you should need to do is run: easy_install -U Rev

Re: Customize ReviewBoard for Email Subject

2009-11-05 Thread Chris Clark
Kunjal wrote: > we want to customize the subject line > of the email which RB sends on submit of review. > Check out reviewboard/reviews/email.py - mail_review_request() look for "subject". I "nice to have" would be a way to customize this from the site admin page. I'm not likely to impleme

Re: How to post-commit review a first time checkin?

2009-11-05 Thread Chris Clark
Background: We have some VMS users using postreview, observant readers may recall that process spawning under VMS is a nightmare to the point that neither CPython or the JVM have a nice portable way of doing this. This causes postreview no end of trouble under VMS whether one