Re: Issue 3604 in reviewboard: error at install time

2014-10-09 Thread reviewboard


Comment #8 on issue 3604 by makowski...@gmail.com: error at install time
https://code.google.com/p/reviewboard/issues/detail?id=3604

Yes, there is. djblets is packaged in Mageia, and I want to update the  
package for next comming Mageia version.

Did you tried to build it with Django 1.7 yet ?


--
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 3611 in reviewboard: Cannot add polish national characters in comment

2014-10-09 Thread reviewboard

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

New issue 3611 by krzysztof.ma...@gmail.com: Cannot add polish national  
characters in comment

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

What version are you running?
2.0.8

What steps will reproduce the problem?
1. Open reviewboard
2. Go to View diff on some review
3. Add comment with national characters, like łóćąężźćńę

What is the expected output? What do you see instead?
Expected to add comment.
I see message: Cannot save comment: HTTP 500 INTERNAL SERVER ERROR

What operating system are you using? What browser?
Server is on Linux. I use Chrome on Windows

Please provide any additional information below.
Log:
2014-10-09 07:35:34,003 - ERROR -  - Exception thrown for user xx at  
http:///api/review-requests/4584/reviews/14455/diff-comments/


Incorrect string value: '\xC5\x82\xC3\xB3\xC4\x87...' for column 'text' at  
row 1

Traceback (most recent call last):
   
File /usr/lib/python2.6/site-packages/Django-1.6.7-py2.6.egg/django/core/handlers/base.py,  
line 112, in get_response

response = wrapped_callback(request, *callback_args, **callback_kwargs)
   
File /usr/lib/python2.6/site-packages/Django-1.6.7-py2.6.egg/django/views/decorators/cache.py,  
line 52, in _wrapped_view_func

response = view_func(request, *args, **kwargs)
   
File /usr/lib/python2.6/site-packages/Django-1.6.7-py2.6.egg/django/views/decorators/vary.py,  
line 19, in inner_func

response = func(*args, **kwargs)
   
File /usr/lib/python2.6/site-packages/Djblets-0.8.11-py2.6.egg/djblets/webapi/resources.py,  
line 495, in __call__

request, method, view, api_format=api_format, *args, **kwargs)
   
File /usr/lib/python2.6/site-packages/Djblets-0.8.11-py2.6.egg/djblets/webapi/resources.py,  
line 566, in call_method_view

return view(request, *args, **kwargs)
   
File /usr/lib/python2.6/site-packages/Djblets-0.8.11-py2.6.egg/djblets/webapi/resources.py,  
line 748, in post

return self.create(*args, **kwargs)
   
File /usr/lib/python2.6/site-packages/Djblets-0.8.11-py2.6.egg/djblets/webapi/decorators.py,  
line 117, in _call

return view_func(*args, **kwargs)
   
File /usr/lib/python2.6/site-packages/ReviewBoard-2.0.8-py2.6.egg/reviewboard/webapi/decorators.py,  
line 110, in _check

return view_func(*args, **kwargs)
   
File /usr/lib/python2.6/site-packages/Djblets-0.8.11-py2.6.egg/djblets/webapi/decorators.py,  
line 117, in _call

return view_func(*args, **kwargs)
   
File /usr/lib/python2.6/site-packages/Djblets-0.8.11-py2.6.egg/djblets/webapi/decorators.py,  
line 138, in _checklogin

return view_func(*args, **kwargs)
   
File /usr/lib/python2.6/site-packages/Djblets-0.8.11-py2.6.egg/djblets/webapi/decorators.py,  
line 117, in _call

return view_func(*args, **kwargs)
   
File /usr/lib/python2.6/site-packages/Djblets-0.8.11-py2.6.egg/djblets/webapi/decorators.py,  
line 117, in _call

return view_func(*args, **kwargs)
   
File /usr/lib/python2.6/site-packages/Djblets-0.8.11-py2.6.egg/djblets/webapi/decorators.py,  
line 287, in _validate

return view_func(*args, **new_kwargs)
   
File /usr/lib/python2.6/site-packages/ReviewBoard-2.0.8-py2.6.egg/reviewboard/webapi/resources/review_diff_comment.py,  
line 127, in create

**kwargs)
   
File /usr/lib/python2.6/site-packages/ReviewBoard-2.0.8-py2.6.egg/reviewboard/webapi/resources/base_comment.py,  
line 157, in create_comment

new_comment.save()
   
File /usr/lib/python2.6/site-packages/ReviewBoard-2.0.8-py2.6.egg/reviewboard/reviews/models/base_comment.py,  
line 133, in save

super(BaseComment, self).save()
   
File /usr/lib/python2.6/site-packages/Django-1.6.7-py2.6.egg/django/db/models/base.py,  
line 545, in save

force_update=force_update, update_fields=update_fields)
   
File /usr/lib/python2.6/site-packages/Django-1.6.7-py2.6.egg/django/db/models/base.py,  
line 573, in save_base
updated = self._save_table(raw, cls, force_insert, force_update, using,  
update_fields)
   
File /usr/lib/python2.6/site-packages/Django-1.6.7-py2.6.egg/django/db/models/base.py,  
line 654, in _save_table
result = self._do_insert(cls._base_manager, using, fields, update_pk,  
raw)
   
File /usr/lib/python2.6/site-packages/Django-1.6.7-py2.6.egg/django/db/models/base.py,  
line 687, in _do_insert

using=using, raw=raw)
   
File /usr/lib/python2.6/site-packages/Django-1.6.7-py2.6.egg/django/db/models/manager.py,  
line 232, in _insert

return insert_query(self.model, objs, fields, **kwargs)
   
File /usr/lib/python2.6/site-packages/Django-1.6.7-py2.6.egg/django/db/models/query.py,  
line 1514, in insert_query

return query.get_compiler(using=using).execute_sql(return_id)
   
File /usr/lib/python2.6/site-packages/Django-1.6.7-py2.6.egg/django/db/models/sql/compiler.py,  
line 903, in execute_sql

cursor.execute(sql, params)
   
File /usr/lib/python2.6/site-packages/Djblets-0.8.11-py2.6.egg/djblets/log/middleware.py,  

Re: Issue 3611 in reviewboard: Cannot add polish national characters in comment

2014-10-09 Thread reviewboard

Updates:
Status: SetupIssue

Comment #1 on issue 3611 by chip...@gmail.com: Cannot add polish national  
characters in comment

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

You need to make sure your database and all tables are set for UTF-8. It's  
probably set for latin1. You'll need to google for instructions on how to  
do this.


--
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 3611 in reviewboard: Cannot add polish national characters in comment

2014-10-09 Thread reviewboard


Comment #2 on issue 3611 by krzysztof.ma...@gmail.com: Cannot add polish  
national characters in comment

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

That's right. I'll check with UTF8 and get back to you.

--
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 3610 in reviewboard: rbt post --summary=不能用中文 in windows7 ,It cannot send any Chinese characters .

2014-10-09 Thread reviewboard


Comment #1 on issue 3610 by wdaog...@gmail.com: rbt post --summary=不能用中 
文  in windows7 ,It cannot send any Chinese characters .

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

even the diff file containing Chinese characters,there also will be the  
same problem about wrong characters when it was sended the reviewboard.


--
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 3604 in reviewboard: error at install time

2014-10-09 Thread reviewboard


Comment #9 on issue 3604 by trowb...@gmail.com: error at install time
https://code.google.com/p/reviewboard/issues/detail?id=3604

Ah, I hadn't even noticed that you said django 1.7. We have not tested it  
with django 1.7, and I can't claim whether there's anything in 1.7 that  
would break it. Probably the reason why it can't find collectstatic is the  
setup.py dependency on Django=1.6.7,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 3604 in reviewboard: error at install time

2014-10-09 Thread reviewboard


Comment #10 on issue 3604 by makowski...@gmail.com: error at install time
https://code.google.com/p/reviewboard/issues/detail?id=3604

I patched the dependency to be Django=1.6,1.8

--
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 3612 in reviewboard: While using SSL redirect for main site, recaptcha attempts to pull via http rather than https, causing browser issues

2014-10-09 Thread reviewboard

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

New issue 3612 by revei...@gmail.com: While using SSL redirect for main  
site, recaptcha attempts to pull via http rather than https, causing  
browser issues

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

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


What's the URL of the page containing the problem?
https://review.cloudera.org

What steps will reproduce the problem?
1.  Open page
2.  Attempt to register new user

What is the expected output? What do you see instead?
Expected output is to see a captcha image.

What operating system are you using? What browser?
Multiple:
Chrome - No captcha shown.  You have to click the shield in the URL bar and  
enable insecure elements

Safari - Works fine
IE - Page warns of insecure elements

Please provide any additional information below.
Per https://developers.google.com/recaptcha/docs/tips there is a way to  
change code to use https, but I cannot locate this mechanism in the  
configuration files.


--
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 3612 in reviewboard: While using SSL redirect for main site, recaptcha attempts to pull via http rather than https, causing browser issues

2014-10-09 Thread reviewboard

Updates:
Status: NeedInfo

Comment #1 on issue 3612 by trowb...@gmail.com: While using SSL redirect  
for main site, recaptcha attempts to pull via http rather than https,  
causing browser issues

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

This should automatically choose the https version if your server is  
configured as such. Do you have https:// listed in the Server field on  
/admin/settings/general/ ?


--
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 3612 in reviewboard: While using SSL redirect for main site, recaptcha attempts to pull via http rather than https, causing browser issues

2014-10-09 Thread reviewboard


Comment #2 on issue 3612 by revei...@gmail.com: While using SSL redirect  
for main site, recaptcha attempts to pull via http rather than https,  
causing browser issues

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

*facepalm*  Examined everything except the obvious.  Thanks for the help.

--
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 3604 in reviewboard: error at install time

2014-10-09 Thread reviewboard


Comment #11 on issue 3604 by chip...@gmail.com: error at install time
https://code.google.com/p/reviewboard/issues/detail?id=3604

We are not known to be compatible with Django 1.7. It is likely you will  
hit some significant problems. Please downgrade to 1.6.


--
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 3604 in reviewboard: error at install time

2014-10-09 Thread reviewboard


Comment #12 on issue 3604 by makowski...@gmail.com: error at install time
https://code.google.com/p/reviewboard/issues/detail?id=3604

too bad, so Mageia will stay with python-djblets 0.7.30 and Django14
since we have Django14 (LTS) and Django1è (latest stable)


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