Issue 3626 in reviewboard: Next/previous comment keyboard shortcuts don't work

2014-10-17 Thread reviewboard

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

New issue 3626 by ke...@keithmoyer.com: Next/previous comment keyboard  
shortcuts don't work

https://code.google.com/p/reviewboard/issues/detail?id=3626

What version are you running?
2.0.2/2.0.7/2.0.8

What's the URL of the page containing the problem?
/r/#/diff/#/

What steps will reproduce the problem?
1. Open a diff that has comments
2. Press x, c, [, or ]
3. Notice nothing happens

What is the expected output? What do you see instead?
The focus should jump to the next/previous comment.

What operating system are you using? What browser?
Windows 7 + Firefox, Windows 7 + Chrome, Linux + Firefox, Linux + Chrome

Please provide any additional information below.

It looks like the anchor is annotated with commentflag-anchor while the  
_getNextAnchor code in diffViewerPageView.js is looking for comment-anchor


--
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/d/optout.


Re: Issue 2124 in reviewboard: Add search functionality to the user and group pages.

2014-10-17 Thread reviewboard

Updates:
Status: Fixed
Labels: Milestone-Release1.7

Comment #2 on issue 2124 by chip...@gmail.com: Add search functionality to  
the user and group pages.

https://code.google.com/p/reviewboard/issues/detail?id=2124

This has since been implemented through the search at the top of the page  
in 1.7.


--
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/d/optout.


Re: Issue 3213 in reviewboard: rbtools git client fails if core.bare is unset

2014-10-17 Thread reviewboard


Comment #5 on issue 3213 by trowb...@gmail.com: rbtools git client fails if  
core.bare is unset

https://code.google.com/p/reviewboard/issues/detail?id=3213

This commit was made before we created the release-0.6.x branch (from  
master), so it's included in all 0.6.x releases.


--
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/d/optout.


Issue 3625 in reviewboard: Can't create a repository via REST API 2.0

2014-10-17 Thread reviewboard

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

New issue 3625 by z...@zakjan.cz: Can't create a repository via REST API 2.0
https://code.google.com/p/reviewboard/issues/detail?id=3625

What version are you running?

2.0.6

What's the URL of the page containing the problem?

POST /api/repositories/

What steps will reproduce the problem?

1. try to create a repository via REST API 2.0 with already used path

```curl -X POST -H 'Cookie: rbsessionid='  
-F 'name=testrepo' -F 'tool=Git'  
-F 'path=g...@github.com:organization/repository.git'  
https://review.localhost/api/repositories/```


What is the expected output? What do you see instead?

an error message like in GUI "A repository with this path already exists"

but I receive 500 Internal Server Error response, and in logs I can see:

   
File "/usr/lib/python2.6/site-packages/ReviewBoard-2.0.6-py2.6.egg/reviewboard/webapi/resources/repository.py",  
line 358, in create

e.params['field']: e.message,
AttributeError: 'ValidationError' object has no attribute 'params'

What operating system are you using? What browser?

irrelevant

--
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/d/optout.


Re: Issue 3624 in reviewboard: Can't edit list of reviewers - screen real estate is messed up.

2014-10-17 Thread reviewboard


Comment #1 on issue 3624 by juliekan...@gmail.com: Can't edit list of  
reviewers - screen real estate is messed up.

https://code.google.com/p/reviewboard/issues/detail?id=3624

Update: I just tried in Safari on same os, and works as expected.

--
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/d/optout.


Issue 3624 in reviewboard: Can't edit list of reviewers - screen real estate is messed up.

2014-10-17 Thread reviewboard

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

New issue 3624 by juliekan...@gmail.com: Can't edit list of reviewers -  
screen real estate is messed up.

https://code.google.com/p/reviewboard/issues/detail?id=3624

*** READ THIS BEFORE POSTING!
***
*** You must complete this form in its entirety, or your bug report will be
*** rejected.
***
*** If you have a security issue to report, please send it confidentially
to
*** secur...@reviewboard.org. Posting security-related issues to this bug
*** tracker causes us to have to do an emergency release.
***
*** For customer support, please post to reviewbo...@googlegroups.com
***
*** If you have a patch, please submit it to
http://reviews.reviewboard.org/
***
*** This bug tracker is public. Please check that any logs or other
information
*** that you include has been stripped of confidential information.


What version are you running?
2.0.6

What's the URL of the page containing the problem?
https://reviewboard.eng.vmware.com/r/682555/

What steps will reproduce the problem?
1. Browse to page displaying review request
2. Notice that fields under the "Information" heading are squeezed far to  
the right of the large text areas for Description and Testing Done. This is  
new as of the server upgrade. These fields used to be on top.

3. Try to edit the "Reviewers" list.

What is the expected output? What do you see instead?
I see a tiny, 2mm wide text box that I can not edit very easily. It is  
nearly impossible to add a new reviewer.


What operating system are you using? What browser?
Mac osx 10.9.4 and the latest Google Chrome

Please provide any additional information below.


--
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/d/optout.


Re: Issue 3213 in reviewboard: rbtools git client fails if core.bare is unset

2014-10-17 Thread reviewboard


Comment #4 on issue 3213 by nano...@gmail.com: rbtools git client fails if  
core.bare is unset

https://code.google.com/p/reviewboard/issues/detail?id=3213

Hi David,

could you please cherry-pick 6a44356 to release-0.6.x so that it could be  
included in next 0.6.3 release?


Regards

Nicolas

--
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/d/optout.