Re: Feedback on design/implementation for user-configurable signaling

2009-08-28 Thread Helder Ribeiro
Seems like there's something being built in that direction already: http://github.com/jtauber/django-notification/tree/master Will investigate further. I might be able to port my stuff to theirs. On Thu, Aug 13, 2009 at 8:01 PM, Helder Ribeiro wrote: > Hi guys, > > I'm also about to embark into

Re: Review board automated with git

2009-08-28 Thread Marek
More in detail, what we do is: 1. Write some code 2. Do the commit 3. Post a review to a system 4. push 5. Go to 1. and it works! but if we do: 1. Write some code 2. Do the commit 3. Post a review to a system 4. Go to 1 Then posting review for the second time will show sth like "file not found i

Re: Error 206: Repository path not specified

2009-08-28 Thread jdt141
not prefixing the path with "http://"; makes a world of difference... On Aug 27, 6:05 pm, Christian Hammond wrote: > Make sure for Perforce that the Path is an exact match for the server name > specified in: > > p4 info > > If they differ at all, it will not work. > > Christian > > -- > Christia

Re: Error 206: Repository path not specified

2009-08-28 Thread Tom Sakkos
On Aug 27, 2009, at 5:05 PM, Christian Hammond wrote: > Make sure for Perforce that the Path is an exact match for the > server name specified in: > > p4 info > > If they differ at all, it will not work. > > Christian > > -- > Christian Hammond - chip...@chipx86.com > Review Board - http

Re: Email Settings

2009-08-28 Thread grimbeaver
I already asked about this once before. The e-mails always come from the address of the person who performed the action. I've already opened an enhancement request a while ago to have them come from a single static address. http://code.google.com/p/reviewboard/issues/detail?id=1222 On Aug 28,

new review request problem

2009-08-28 Thread Pubudu Rathnayake
Hi when i tried to make a new review request ,i got the error message related HTTPS certificate and then i check out my repositor to a folder in the mechine where my server is set up(windows 2003 ),then loged and tried to make review request, it stay in the same page and it did not show any mess

Email Settings

2009-08-28 Thread dartarrow
Hey, how do i set the FROM email address? I have exim4 setup on my localhost which send the email from "webmas...@localhost" I would like to change that to something like reviewbo...@mycompany.com Thanks --~--~-~--~~~---~--~~ You received this message because yo

Re: Trouble with rb-site install on Windows

2009-08-28 Thread Abdul Qabiz
Hi I was having same issue. I download PIL 1.6 from http://www.pythonware.com/products/pil/ and installed via installer. It fixed the issue. It seems, when you install PIL using easy_install, it's not working with reviewboard (or DJango), perhaps it installs 1.7 (beta builds). On Aug 19, 12:

Re: Email Settings

2009-08-28 Thread Alvin
well... i figured that one out. The problem is that I'm using post-review from a subversion hook with the --submit-as option. And the dedicated user was not assigned a Name / email and therefore will default to webmas...@localhost. On Fri, Aug 28, 2009 at 3:08 PM, dartarrow wrote: > Hey, > > how