Issue 3066 in reviewboard: It's possible to create multiple groups with the same name.

2013-08-21 Thread reviewboard

Status: Accepted
Owner: trowb...@gmail.com
Labels: Type-Defect Priority-Medium Component-Admin

New issue 3066 by trowb...@gmail.com: It's possible to create multiple  
groups with the same name.

http://code.google.com/p/reviewboard/issues/detail?id=3066

What version are you running?
1.7.x tip

What's the URL of the page containing the problem?
http://127.0.0.1:8080/admin/db/reviews/group/

What steps will reproduce the problem?
It's possible to create multiple groups with the same name when  
local_site=None, despite the unique_together constraint.


What is the expected output? What do you see instead?
This should not be allowed, since multiple groups with the same name break  
when we expect a single result.


What operating system are you using? What browser?
Doesn't matter.

--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Issue 3065 in reviewboard: cannot able to open site

2013-08-21 Thread reviewboard


Comment #3 on issue 3065 by trowb...@gmail.com: cannot able to open site
http://code.google.com/p/reviewboard/issues/detail?id=3065

A copy of the full apache configuration and the apache logs would also be  
helpful.


--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/groups/opt_out.


Issue 3067 in reviewboard: RB can't resolve diff when parent diff is given

2013-08-21 Thread reviewboard

Status: New
Owner: 
Labels: Type-Defect Priority-Medium

New issue 3067 by glind...@dynamiccontrols.com: RB can't resolve diff when  
parent diff is given

http://code.google.com/p/reviewboard/issues/detail?id=3067

*** For customer support, please post to reviewbo...@googlegroups.com
*** If you have a patch, please submit it to
http://reviews.reviewboard.org/
***
*** Do not post confidential information in this bug report!

What version are you running?
RB 1.7.13

What's the URL of the page containing the problem?
n/a

What steps will reproduce the problem?
1. create new local repo with three changeset, see attachment
2. create new empty central repository, linked to RB
3. push up revision 0 to central repository (don't push up r1 and r2)
4. my intention is to use RB to review changes between rev 1 and rev 2:
5. create parent diff: hg diff -r0 -r1parent.diff
6. create diff to review: hg diff -r1 -r2target diff
7. create new review in RB, upload parent.diff  target.diff
8. When clicking Create Review Request RB responds with error:
The file 'f1' (r5f714bed7dcc) could not be found in the repository

What is the expected output? What do you see instead?
- I expect RB to create a new review, instead it returns a fault. RB starts  
looking for file 'f1' (r5f714bed7dcc) in the central repository, but it  
doesn't exist. This is logical because the listed revision is not in th  
central repository.


What operating system are you using? What browser?
- tried it from Windows XP and Debian Linux, both give the same result
- browser is Iceweasel

Please provide any additional information below.
- I created the parent and target diff manually to exclude any tool  
involvement



Attachments:
sandbox.zip  6.5 KB

--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/groups/opt_out.