Two reviewboard sites in separate subdirectories keep intefering

2013-09-17 Thread Bart Dubelaar
Dear Reviewboard group, I'm trying to run two Reviewboard sites on one server, under one domain (in different subdirs). Whenever I try to use site 2 after site 1, the links on site 2 will all point to the url of site 1. And the standard error message displayed is:The page you were looking for

Moved to Links

2013-09-17 Thread Keith Moyer
This seems basic enough that I would think it's been answered numerous times, but for the life of me I can't find a bug report nor an explanation on why it behaves the way it does. When a changeset includes moved lines of code, they are marked with Moved to and Moved from tags (very useful!).

Re: Moved to Links

2013-09-17 Thread Christian Hammond
Hi Keith, You shouldn't be seeing that behavior. Can you check the browser's JavaScript console to see if there are any errors? We don't rely on the anchors themselves to jump. It's handled in JavaScript. Also, what version are you using? (Agreed that target isn't the right attribute for us to

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