Re: Issue 2701 in reviewboard: No supported repository could be accessed at the supplied url

2012-09-13 Thread reviewboard

Updates:
Status: NeedInfo

Comment #3 on issue 2701 by trowb...@gmail.com: No supported repository  
could be accessed at the supplied url

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

Can you add --debug to your hooks and log the output?

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



Re: Issue 2701 in reviewboard: No supported repository could be accessed at the supplied url

2012-09-13 Thread reviewboard


Comment #4 on issue 2701 by cn.bj@gmail.com: No supported repository  
could be accessed at the supplied url

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

the output log with --debug is :
#RBTools 0.4.1
#Home = C:\users\administrators\AppData\Roaming
#No supported repository could be accessed at the supplied url

Thanks

--
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 2732 in reviewboard: new line to new review ERROR

2012-09-13 Thread reviewboard

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

New issue 2732 by andrasid...@gmail.com: new line to new review ERROR
http://code.google.com/p/reviewboard/issues/detail?id=2732

What version are you running?

1.6.11

What operating system are you using? What browser?

chrome and firefox with windows 7 professional

ooo

So, I want to write some new function to my reviewboard. At the new review  
request page I want to add a new line named reference with the same  
funcionality than the summary. I wrote the code like the summary's code,  
but at the and I got the same error message:


400 bad request

and

{fields: {reference: [Field is not  
supported]}, stat: fail, err: {msg: One or more fields had  
errors, code: 105}}



I worked a lot of with this bugfixing, but no results. What I have to do?

Please help.

Thank in advance!



--
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 2733 in reviewboard: Avoid review creation if diff upload fails

2012-09-13 Thread reviewboard

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

New issue 2733 by sharath@gmail.com: Avoid review creation if diff  
upload fails

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

*NOTE: If you have a patch, please submit it to
http://reviews.reviewboard.org/


What version are you running?
1.6.11

What's the URL of the page this enhancement relates to, if any?
N/A

Describe the enhancement and the motivation for it.
When I try a post-commit, it sometimes fails with an the below message.
I would like an option to avoid creating a review ID if the upload fails so  
that I dont create an ID for every such failures.


Error uploading diff
Your review request still exists, but the diff is not attached.


What operating system are you using? What browser?
Win 7, Chrome

Please provide any additional information below.

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



Re: Issue 2707 in reviewboard: Unable to publish a review with comments on a screenshot

2012-09-13 Thread reviewboard


Comment #2 on issue 2707 by timw.at@gmail.com: Unable to publish a  
review with comments on a screenshot

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

The following workaround fixed it for me (which was enough to restore  
functionality for my users while a real fix is implemented):



diff --git a/reviewboard/htdocs/media/rb/js/reviews.js  
b/reviewboard/htdocs/media/rb/js/reviews.js

index 9888b4a..53e675b 100644
--- a/reviewboard/htdocs/media/rb/js/reviews.js
+++ b/reviewboard/htdocs/media/rb/js/reviews.js
@@ -1435,7 +1435,8 @@ $.reviewForm = function(review) {
 $(.comment-editable, dlg).each(function() {
 var editable = $(this);
 var comment = editable.data('comment');
-var issueOpened = editable.next()[0].checked;
+var issueOpened_ = editable.next()[0];
+var issueOpened = issueOpened_ ? issueOpened_.checked : false;

 if (editable.inlineEditor(dirty) ||
 issueOpened != comment.issue_opened) {


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



Re: Issue 2707 in reviewboard: Unable to publish a review with comments on a screenshot

2012-09-13 Thread reviewboard

Updates:
Status: Confirmed
Owner: chip...@gmail.com
	Labels: -Priority-Medium Priority-Critical Milestone-Release1.6.x  
Component-Reviews


Comment #3 on issue 2707 by chip...@gmail.com: Unable to publish a review  
with comments on a screenshot

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

(No comment was entered for this change.)

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



Re: Issue 2130 in reviewboard: web server errror when try to recover pasword

2012-09-13 Thread reviewboard


Comment #4 on issue 2130 by gaston.f...@gmail.com: web server errror when  
try to recover pasword

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

I have the same error here.
Error 500 when trying to reset password.



gaierror at /account/recover/

[Errno -2] Name or service not known

Request Method: POST
Request URL:http://reviewboard.myserver.com/account/recover/
Django Version: 1.3.3
Exception Type: gaierror
Exception Value:

[Errno -2] Name or service not known

Exception Location: 	/usr/lib/python2.6/socket.py in create_connection,  
line 553

Python Executable:  /usr/bin/python
Python Version: 2.6.6
Python Path:

['/var/www/reviewboard.myserver.com/conf',
 '/usr/lib/python2.6/site-packages/distribute-0.6.28-py2.6.egg',
 '/usr/lib/python2.6/site-packages/python_memcached-1.48-py2.6.egg',
 '/usr/lib/python2.6/site-packages/ReviewBoard-1.6.11-py2.6.egg',
 '/usr/lib/python2.6/site-packages/recaptcha_client-1.0.6-py2.6.egg',
 '/usr/lib/python2.6/site-packages/pytz-2012d-py2.6.egg',
 '/usr/lib/python2.6/site-packages/python_dateutil-1.5-py2.6.egg',
 '/usr/lib/python2.6/site-packages/paramiko-1.7.7.2-py2.6.egg',
 '/usr/lib/python2.6/site-packages/flup-1.0.3.dev_20110405-py2.6.egg',
 '/usr/lib/python2.6/site-packages/Pygments-1.5-py2.6.egg',
 '/usr/lib/python2.6/site-packages/Djblets-0.6.22-py2.6.egg',
 '/usr/lib/python2.6/site-packages/django_evolution-0.6.7-py2.6.egg',
 '/usr/lib/python2.6/site-packages/Django-1.3.3-py2.6.egg',
 '/usr/lib/python2.6/site-packages/pycrypto-2.6-py2.6-linux-i686.egg',
 '/usr/lib/python2.6/site-packages/PIL-1.1.7-py2.6-linux-i686.egg',
 '/usr/lib/python2.6/site-packages/MySQL_python-1.2.3-py2.6-linux-i686.egg',
 '/usr/lib/python26.zip',
 '/usr/lib/python2.6',
 '/usr/lib/python2.6/plat-linux2',
 '/usr/lib/python2.6/lib-tk',
 '/usr/lib/python2.6/lib-old',
 '/usr/lib/python2.6/lib-dynload',
 '/usr/lib/python2.6/site-packages',
 '/usr/lib/python2.6/site-packages/gtk-2.0']

Server time:Thu, 13 Sep 2012 13:42:57 -0700

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



Re: Issue 2130 in reviewboard: web server errror when try to recover pasword

2012-09-13 Thread reviewboard


Comment #5 on issue 2130 by trowb...@gmail.com: web server errror when try  
to recover pasword

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

Sounds like your mail server isn't configured right in the 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.



Re: Issue 2701 in reviewboard: No supported repository could be accessed at the supplied url

2012-09-13 Thread reviewboard


Comment #5 on issue 2701 by trowb...@gmail.com: No supported repository  
could be accessed at the supplied url

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

That doesn't look like the output from post-review --debug...

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



Re: Issue 2732 in reviewboard: new line to new review ERROR

2012-09-13 Thread reviewboard

Updates:
Status: NotABug

Comment #1 on issue 2732 by trowb...@gmail.com: new line to new review ERROR
http://code.google.com/p/reviewboard/issues/detail?id=2732

A bug isn't the right place to have this discussion. Please contact the  
reviewboard-dev mailing list.


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



Re: Issue 2701 in reviewboard: No supported repository could be accessed at the supplied url

2012-09-13 Thread reviewboard


Comment #6 on issue 2701 by cn.bj@gmail.com: No supported repository  
could be accessed at the supplied url

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

i execute this cmd: post-review -p -d --repository-url  
https://192.168.1.2/svn/devleop ., and comment4 is all output.



thanks

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



Re: Issue 2701 in reviewboard: No supported repository could be accessed at the supplied url

2012-09-13 Thread reviewboard


Comment #7 on issue 2701 by trowb...@gmail.com: No supported repository  
could be accessed at the supplied url

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

devleop?

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