Issue 3093 in reviewboard: prevent adding a duplicated repo name on reviewboard server

2013-09-17 Thread reviewboard
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 3093 by nano...@gmail.com: prevent adding a duplicated repo name on reviewboard server http://code.google.com/p/reviewboard/issues/detail?id=3093 What version are you running? 1.7.6 What's the URL of the page containing

Re: Issue 2380 in reviewboard: E-mail settings form should turn off autocomplete for username/password fields

2013-09-17 Thread reviewboard
Comment #5 on issue 2380 by edwlee...@gmail.com: E-mail settings form should turn off autocomplete for username/password fields http://code.google.com/p/reviewboard/issues/detail?id=2380 Looking into this. -- You received this message because this project is configured to send all issue

Re: Issue 3093 in reviewboard: prevent adding a duplicated repo name on reviewboard server

2013-09-17 Thread reviewboard
Updates: Status: NeedInfo Comment #1 on issue 3093 by chip...@gmail.com: prevent adding a duplicated repo name on reviewboard server http://code.google.com/p/reviewboard/issues/detail?id=3093 What database are you using? We have constraints in place to prevent duplicate names, but

Re: Issue 3093 in reviewboard: prevent adding a duplicated repo name on reviewboard server

2013-09-17 Thread reviewboard
Comment #2 on issue 3093 by nano...@gmail.com: prevent adding a duplicated repo name on reviewboard server http://code.google.com/p/reviewboard/issues/detail?id=3093 our server is configured to use MySQL database. Ihave not checked yet if there is a uniq for repo name field -- You

Re: Issue 3093 in reviewboard: prevent adding a duplicated repo name on reviewboard server

2013-09-17 Thread reviewboard
Comment #4 on issue 3093 by trowb...@gmail.com: prevent adding a duplicated repo name on reviewboard server http://code.google.com/p/reviewboard/issues/detail?id=3093 We do have a unique_together constraint with repository name and local site, but apparently those aren't enforced when one

Re: Issue 3093 in reviewboard: prevent adding a duplicated repo name on reviewboard server

2013-09-17 Thread reviewboard
Comment #5 on issue 3093 by chip...@gmail.com: prevent adding a duplicated repo name on reviewboard server http://code.google.com/p/reviewboard/issues/detail?id=3093 We use unique_together= in the Meta definition for the model. However, django-evolution does not appear to support this, so

Re: Issue 2341 in reviewboard: post-review doesn't handle multiple repositories based on the same vob (clearcase)

2013-09-17 Thread reviewboard
Comment #7 on issue 2341 by trowb...@gmail.com: post-review doesn't handle multiple repositories based on the same vob (clearcase) http://code.google.com/p/reviewboard/issues/detail?id=2341 Please post patches to http://reviews.reviewboard.org. -- You received this message because this

Re: Issue 2341 in reviewboard: post-review doesn't handle multiple repositories based on the same vob (clearcase)

2013-09-17 Thread reviewboard
Comment #6 on issue 2341 by drenna...@gmail.com: post-review doesn't handle multiple repositories based on the same vob (clearcase) http://code.google.com/p/reviewboard/issues/detail?id=2341 I updated to using reviewboard 1.7.13 and my old patch broke. So I decide to 'fix' this

Re: Issue 2380 in reviewboard: E-mail settings form should turn off autocomplete for username/password fields

2013-09-17 Thread reviewboard
Comment #6 on issue 2380 by trowb...@gmail.com: E-mail settings form should turn off autocomplete for username/password fields http://code.google.com/p/reviewboard/issues/detail?id=2380 Fixed in release-1.7.x (f7e24be). Thanks! -- You received this message because this project is configured