Re: Issue 3356 in reviewboard: Diff currently unavailable when reviewing change to file that is not pushed to remote repo yet

2014-05-21 Thread reviewboard


Comment #4 on issue 3356 by smsm...@gmail.com: Diff currently unavailable  
when reviewing change to file that is not pushed to remote repo yet

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

Here we go. Note that def456 is the (only) parent of abc123, and ghi789 is  
the commit before the git mv commit. It seems odd to pass --no-renames and  
-M together.


$ rbt post --debug --parent=abc123^ abc123

RBTools 0.6
Python 2.7.5 (default, Aug 25 2013, 00:04:04)

[GCC 4.2.1 Compatible Apple LLVM 5.0 (clang-500.0.68)]

Running on Darwin-13.1.0-x86_64-i386-64bit
Home = /Users/foo
Current directory = /Users/foo/repo
Checking for a Subversion repository...
Running: svn info --non-interactive
Command exited with rc 1: ['svn', 'info', '--non-interactive']

svn: E155007: '/Users/foo/repo' is not a working copy
---

Checking for a Git repository...
Running: git rev-parse --git-dir
Running: git config core.bare
Running: git rev-parse --show-toplevel
Running: git symbolic-ref -q HEAD
Running: git config --get branch.master.merge
Running: git config --get branch.master.remote
Running: git config --get remote.origin.url
repository info: Path: g...@github.example.com:example/project.git, Base  
path: , Supports changesets: False

Making HTTP GET request to https://rb.example.com/api/
Making HTTP GET request to http://rb.example.com/api/info/
Running: git rev-parse abc123
Running: git rev-parse abc123^
Running: git branch -r --contains def456
Running: git merge-base def456 origin/master
Running: git diff --no-color --full-index --ignore-submodules  
--no-renames def456..abc123 -M
Running: git diff --no-color --full-index --ignore-submodules  
--no-renames ghi789..def456 -M

Running: git log --reverse --pretty=format:%s%n%n%b ^ghi789 abc123
Making HTTP GET request to http://rb.example.com/api/review-requests/
Making HTTP POST request to http://rb.example.com/api/review-requests/
Making HTTP GET request to  
http://rb.example.com/api/review-requests/123/diffs/
Making HTTP POST request to  
http://rb.example.com/api/review-requests/123/diffs/
Making HTTP GET request to  
http://rb.example.com/api/review-requests/123/draft/
Making HTTP PUT request to  
http://rb.example.com/api/review-requests/123/draft/

Review request #123 posted.

http://rb.example.com/r/123/
http://rb.example.com/r/123/diff/


--
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 3359 in reviewboard: Support pasting screenshot from clipboard

2014-05-21 Thread reviewboard

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

New issue 3359 by siul...@gmail.com: Support pasting screenshot from  
clipboard

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

It would be nice if I can capture screenshot into clipboard (prtscn in  
Windows and Ctrl-Cmd-Shift-3 (or 4) in Mac) and then paste directly into  
review board as screenshot, without going through the file system.


Chrome and Firefox now supports pasting an image from clipboard. In Chrome,  
it is available in clipboardData.files and in Firefox, you should capture  
it via a contenteditable.


--
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 3354 in reviewboard: TypeError for New Review Request and View Diff after updade to Review Board 2.0

2014-05-21 Thread reviewboard


Comment #2 on issue 3354 by nicolas@gmail.com: TypeError for New  
Review Request and View Diff after updade to Review Board 2.0

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

Hello,

THe only customization present on my Subversion is a post-commit hook to  
call RBTools.

Apache has been restarted after the upgrade.

A new RB site has been created and the database compared to the existing  
one, but no difference appears.


Thanks,
Best regards.

--
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 1333 in reviewboard: Link to bug tracker inside description field not discovered if bug # is not a numeric value

2014-05-21 Thread reviewboard


Comment #6 on issue 1333 by kamihass...@gmail.com: Link to bug tracker  
inside description field not discovered if bug # is not a numeric value

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

I dont know whats going on but I kamw and kamihass...@gmail.com did not ok  
any of this what ever is going on I have had some funny things going on  
with my work home computers and it needs to stop.. have the ball to call me  
3086452406 ..


--
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 3354 in reviewboard: TypeError for New Review Request and View Diff after updade to Review Board 2.0

2014-05-21 Thread reviewboard


Comment #3 on issue 3354 by nicolas@gmail.com: TypeError for New  
Review Request and View Diff after updade to Review Board 2.0

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

As a complement of information, I have the same issue when I want to view  
the diff of an existing review. Debug info is not as complete as in the  
previous attached file but it's the same error.


expected string or Unicode object, client.ConfigItem found

Traceback (most recent call last):
   
File /usr/local/lib/python2.6/dist-packages/ReviewBoard-2.0-py2.6.egg/reviewboard/diffviewer/views.py,  
line 94, in get

*args, **kwargs)
   
File /usr/local/lib/python2.6/dist-packages/Django-1.6.5-py2.6.egg/django/views/generic/base.py,  
line 154, in get

context = self.get_context_data(**kwargs)
   
File /usr/local/lib/python2.6/dist-packages/ReviewBoard-2.0-py2.6.egg/reviewboard/reviews/views.py,  
line 867, in get_context_data

make_review_request_context(self.request, self.review_request))
   
File /usr/local/lib/python2.6/dist-packages/ReviewBoard-2.0-py2.6.egg/reviewboard/reviews/context.py,  
line 92, in make_review_request_context

upload_diff_form = UploadDiffForm(review_request, request=request)
   
File /usr/local/lib/python2.6/dist-packages/ReviewBoard-2.0-py2.6.egg/reviewboard/reviews/forms.py,  
line 102, in __init__

history=review_request.diffset_history_id).latest()
TypeError: expected string or Unicode object, client.ConfigItem found


Best regards.

--
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 3316 in reviewboard: Don't email yourself

2014-05-21 Thread reviewboard


Comment #2 on issue 3316 by ch...@orr.me.uk: Don't email yourself
http://code.google.com/p/reviewboard/issues/detail?id=3316

I agree that this should be a user preference, but at every company where  
I've used RB, most people set up email filters to auto-delete these emails  
-- so it would be great if this preference was disabled by default (i.e. do  
not enable Remind me via email what I just did a second ago by default).


--
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 3353 in reviewboard: UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in 2.0 release

2014-05-21 Thread reviewboard

Updates:
Status: Fixed

Comment #2 on issue 3353 by  
trowb...@gmail.com: UnicodeDecodeError: 'ascii' codec can't decode byte  
0xc3 in 2.0 release

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

Fixed in release-2.0.x (4c00183). Thanks!

--
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 3362 in reviewboard: Stable documentation link for rbtools points to wrong version

2014-05-21 Thread reviewboard

Status: New
Owner: 
Labels: Type-Defect Component-Docs

New issue 3362 by ch...@orr.me.uk: Stable documentation link for rbtools  
points to wrong version

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

What's the URL of the page containing the problem?
http://www.reviewboard.org/docs/rbtools/dev/

Describe the problem and any recommendations below.
The link latest stable docs links to 0.5 instead of 0.6 (which is, AFAIK,  
the latest version).


--
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 3363 in reviewboard: file diffstat box: link to href anchor to file in diff not fully shown in browser (FF) address bar

2014-05-21 Thread reviewboard

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

New issue 3363 by matthias...@famsik.de: file diffstat box: link to href  
anchor to file in diff not fully shown in browser (FF) address bar

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

What version are you running?
RB 2.0

What's the URL of the page containing the problem?
https://reviews.reviewboard.org/r/5846/diff/#

What steps will reproduce the problem?
When I hover on a link to a specific file in the diffstat box, for  
example reviewboard/diffviewer/tests.py, the url preview properly  
shows https://reviews.reviewboard.org/r/5846/diff/#2;, however when I  
click, the firefox (29.0.1, linux) URL bar  
said https://reviews.reviewboard.org/r/5846/diff/#;.
When I want to paste someone a link leading to a specific section inside  
the diff, it wouldn't work without me manually fixing the link address.


Additionally, the linked file is not shown on top of the page, but a bit  
below. IMO the file should be scrolled to the very top (see screenshot,  
(its not the same RR as linked in the ticket here)).



Attachments:
rb.png  75.8 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/d/optout.


Re: Issue 3361 in reviewboard: Nitpick: Diff file icon is bigger than the spinner it replaces

2014-05-21 Thread reviewboard

Updates:
Status: Started
Owner: chip...@gmail.com
Labels: Milestone-Release2.0.x Component-DiffViewer

Comment #1 on issue 3361 by chip...@gmail.com: Nitpick: Diff file icon is  
bigger than the spinner it replaces

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

(No comment was entered for this change.)

--
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 3354 in reviewboard: TypeError for New Review Request and View Diff after updade to Review Board 2.0

2014-05-21 Thread reviewboard


Comment #4 on issue 3354 by chip...@gmail.com: TypeError for New Review  
Request and View Diff after updade to Review Board 2.0

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

Are you guys using PySVN, or Subvertpy? Do you have Subvertpy installed?

Christian

--
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 3362 in reviewboard: Stable documentation link for rbtools points to wrong version

2014-05-21 Thread reviewboard

Updates:
Status: Fixed
Owner: chip...@gmail.com
Labels: Component-Website

Comment #1 on issue 3362 by chip...@gmail.com: Stable documentation link  
for rbtools points to wrong version

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

This should now be fixed. Thanks for letting us know!

--
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 3361 in reviewboard: Nitpick: Diff file icon is bigger than the spinner it replaces

2014-05-21 Thread reviewboard

Updates:
Status: Fixed

Comment #3 on issue 3361 by chip...@gmail.com: Nitpick: Diff file icon is  
bigger than the spinner it replaces

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

Fixed on release-2.0.x (1a9fc1c)

--
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 3364 in reviewboard: 500

2014-05-21 Thread reviewboard

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

New issue 3364 by ikari...@completegenomics.com: 500
http://code.google.com/p/reviewboard/issues/detail?id=3364

*** READ THIS BEFORE POSTING!
***
*** You must complete this form in its entirety, or your bug report will be
rejected.
***
*** 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?


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


What steps will reproduce the problem?
1.
2.
3.

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


What operating system are you using? What browser?


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 3364 in reviewboard: 500

2014-05-21 Thread reviewboard

Updates:
Status: Invalid

Comment #1 on issue 3364 by trowb...@gmail.com: 500
http://code.google.com/p/reviewboard/issues/detail?id=3364

(No comment was entered for this change.)

--
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 3360 in reviewboard: rbt patch crashes

2014-05-21 Thread reviewboard

Updates:
Status: PendingReview
Owner: trowb...@gmail.com
Labels: Component-RBTools

Comment #1 on issue 3360 by trowb...@gmail.com: rbt patch crashes
http://code.google.com/p/reviewboard/issues/detail?id=3360

(No comment was entered for this change.)

--
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 3358 in reviewboard: Unable to reset password

2014-05-21 Thread reviewboard

Updates:
Status: PendingReview
Owner: trowb...@gmail.com
Labels: Component-Accounts

Comment #1 on issue 3358 by trowb...@gmail.com: Unable to reset password
http://code.google.com/p/reviewboard/issues/detail?id=3358

(No comment was entered for this change.)

--
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.