Issue 1332 in reviewboard: New Review request should have default values and automatically ran diff tool

2009-09-26 Thread codesite-noreply

Updates:
Status: WontFix

Comment #1 on issue 1332 by trowbrds: New Review request should have  
default values and automatically ran diff tool
http://code.google.com/p/reviewboard/issues/detail?id=1332

How would RB run diff on your system? This would be a pretty terrible  
security hole
in web browsers :)

That said, we really do recommend using the post-review tool instead. With  
this,
there's no need to provide the base diff path because post-review will  
figure it
out for you. Also note that there's an eclipse plugin now that'll help post  
reviews.

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en
-~--~~~~--~~--~--~---



Issue 1191 in reviewboard: post-review with no arguments generated an empty review request

2009-09-26 Thread codesite-noreply


Comment #2 on issue 1191 by jamesdlin: post-review with no arguments  
generated an empty review request
http://code.google.com/p/reviewboard/issues/detail?id=1191

Yup, I can still reproduce it.  The error spew seems to have been greatly  
reduced
(I don't remember what it was before; I should have saved it.  Oops.)

What I get now is:

Error uploading diff: One or more fields had errors (105)
Your review request still exists, but the diff is not attached.

This happens regardless of whether I have any files open for edit or not.

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en
-~--~~~~--~~--~--~---



Issue 1192 in reviewboard: post-review didn't update an existing review request for a changeset

2009-09-26 Thread codesite-noreply


Comment #3 on issue 1192 by jamesdlin: post-review didn't update an  
existing review request for a changeset
http://code.google.com/p/reviewboard/issues/detail?id=1192

But why didn't it get a change number when I did post-review -r reviewID  
changeset?

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en
-~--~~~~--~~--~--~---



Issue 1072 in reviewboard: SVN --config-dir support

2009-09-26 Thread codesite-noreply


Comment #12 on issue 1072 by yunshan.di: SVN --config-dir support
http://code.google.com/p/reviewboard/issues/detail?id=1072

dear sharrell,

I have add the patch you provided, after compile the svn.py and restart  
apache
server, the following error rises when i create a new review request:
The message is copied from apache log===
'Repository' object has no attribute 'allow_all_certs'
Traceback (most recent call last):
   File c:\python25\lib\site-packages\django-1.0.3-
py2.5.egg\django\core\handlers\base.py, line 91, in get_response
 response = callback(request, *callback_args, **callback_kwargs)

File 
C:\Python25\lib\site-packages\djblets-0.5.3-py2.5.egg\djblets\auth\util.py,
line 46, in _checklogin
 return view_func(request, *args, **kwargs)
   File c:\python25\lib\site-packages\ReviewBoard-1.0rc3-
py2.5.egg\reviewboard\reviews\views.py, line 84, in new_review_request
 fields[repo.id] = repo.get_scmtool().get_fields()
   File c:\python25\lib\site-packages\ReviewBoard-1.0rc3-
py2.5.egg\reviewboard\scmtools\models.py, line 40, in get_scmtool
 return cls(self)
   File C:\Python25\lib\site-packages\reviewboard-1.0rc3-
py2.5.egg\reviewboard\scmtools\svn.py, line 81, in __init__
 if repository.allow_all_certs is True:
AttributeError: 'Repository' object has no attribute 'allow_all_certs'

please help, thanks again!

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en
-~--~~~~--~~--~--~---



Issue 1072 in reviewboard: SVN --config-dir support

2009-09-26 Thread codesite-noreply


Comment #13 on issue 1072 by sharrell.purdue: SVN --config-dir support
http://code.google.com/p/reviewboard/issues/detail?id=1072

If you remove the if repository.allow_all_certs is True: line and unident  
the line after it
four spaces that should probably work fine.

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en
-~--~~~~--~~--~--~---



Issue 1072 in reviewboard: SVN --config-dir support

2009-09-26 Thread codesite-noreply


Comment #14 on issue 1072 by yunshan.di: SVN --config-dir support
http://code.google.com/p/reviewboard/issues/detail?id=1072

yes, i did it, and the 500 error gone;
but when i create a request, error prompt saying: Server sent unexpected  
return
value (403 Forbidden) in response to OPTIONS request for URL

i hava configed the svn repository with the username and password which can  
pass the
authentication.

and i have tried in commandline, with svn list --username name --passowrd  
pass URL
it works.

so i'm sure why the 403 error came out.

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en
-~--~~~~--~~--~--~---



Issue 1159 in reviewboard: Bugginess with siteconfig display / fail to save when deleting fields in __init__

2009-09-26 Thread codesite-noreply

Updates:
Status: Incomplete

Comment #3 on issue 1159 by trowbrds: Bugginess with siteconfig display /  
fail to save when deleting fields in __init__
http://code.google.com/p/reviewboard/issues/detail?id=1159

(No comment was entered for this change.)

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en
-~--~~~~--~~--~--~---



Issue 1191 in reviewboard: post-review with no arguments generated an empty review request

2009-09-26 Thread codesite-noreply

Updates:
Status: Confirmed

Comment #3 on issue 1191 by trowbrds: post-review with no arguments  
generated an empty review request
http://code.google.com/p/reviewboard/issues/detail?id=1191

(No comment was entered for this change.)

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en
-~--~~~~--~~--~--~---



Issue 1255 in reviewboard: Traceback viewing diff for Mercurial 1.3 repository

2009-09-26 Thread codesite-noreply

Updates:
Status: SetupIssue

Comment #3 on issue 1255 by trowbrds: Traceback viewing diff for Mercurial  
1.3 repository
http://code.google.com/p/reviewboard/issues/detail?id=1255

(No comment was entered for this change.)

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en
-~--~~~~--~~--~--~---



Issue 1193 in reviewboard: Unable to install

2009-09-26 Thread codesite-noreply

Updates:
Status: Incomplete

Comment #4 on issue 1193 by trowbrds: Unable to install
http://code.google.com/p/reviewboard/issues/detail?id=1193

(No comment was entered for this change.)

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en
-~--~~~~--~~--~--~---



Issue 1284 in reviewboard: allow users to delete a review that they have drafted, without having to publish it first

2009-09-26 Thread codesite-noreply

Updates:
Labels: Component-Reviews

Comment #4 on issue 1284 by trowbrds: allow users to delete a review that  
they have drafted, without having to publish it first
http://code.google.com/p/reviewboard/issues/detail?id=1284

(No comment was entered for this change.)

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en
-~--~~~~--~~--~--~---



Issue 1289 in reviewboard: Invalid screenshot when uploading

2009-09-26 Thread codesite-noreply

Updates:
Status: Incomplete

Comment #2 on issue 1289 by trowbrds: Invalid screenshot when uploading
http://code.google.com/p/reviewboard/issues/detail?id=1289

(No comment was entered for this change.)

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en
-~--~~~~--~~--~--~---



Issue 1320 in reviewboard: Auto-added names cause exceptions.

2009-09-26 Thread codesite-noreply

Updates:
Status: UnableToReproduce

Comment #4 on issue 1320 by trowbrds: Auto-added names cause exceptions.
http://code.google.com/p/reviewboard/issues/detail?id=1320

Thanks!

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en
-~--~~~~--~~--~--~---



Issue 930 in reviewboard: Error building URL in the function '_make_url' in post-review.py

2009-09-26 Thread codesite-noreply

Updates:
Status: Incomplete

Comment #2 on issue 930 by trowbrds: Error building URL in the  
function '_make_url' in post-review.py
http://code.google.com/p/reviewboard/issues/detail?id=930

(No comment was entered for this change.)

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en
-~--~~~~--~~--~--~---



Issue 983 in reviewboard: Post review authorize long description file taht can freeze the server frontend.

2009-09-26 Thread codesite-noreply

Updates:
Status: Incomplete

Comment #2 on issue 983 by trowbrds: Post review authorize long description  
file taht can freeze the server frontend.
http://code.google.com/p/reviewboard/issues/detail?id=983

(No comment was entered for this change.)

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en
-~--~~~~--~~--~--~---



Issue 676 in reviewboard: Document how to raise the mysql packet size

2009-09-26 Thread codesite-noreply

Updates:
Labels: -Type-Defect Type-Enhancement

Comment #7 on issue 676 by trowbrds: Document how to raise the mysql packet  
size
http://code.google.com/p/reviewboard/issues/detail?id=676

(No comment was entered for this change.)

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en
-~--~~~~--~~--~--~---