Re: Issue 2309 in reviewboard: infobox throws UnicodeEncodeError when user has non US-ASCII characters in name

2011-11-14 Thread reviewboard


Comment #2 on issue 2309 by muegye...@gmail.com: infobox throws  
UnicodeEncodeError when user has non US-ASCII characters in name

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

Hi guys!

I've just found a fast solution for this problem with simply replacing the  
special characters with their webwide used xml form before Django tries to  
encode them into ASCII...


The modified reviewboard\reviews\views.py script, where I fixed this bug,  
is attached to my comment.


ps.: I'm already using 1.6.2, but the bug is existing there as well.

Attachments:
views.py  40.0 KB

--
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 2309 in reviewboard: infobox throws UnicodeEncodeError when user has non US-ASCII characters in name

2011-11-14 Thread reviewboard


Comment #3 on issue 2309 by bo.bjorn...@gmail.com: infobox throws  
UnicodeEncodeError when user has non US-ASCII characters in name

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

There is a fix for this issue in the Reviewboard:
http://reviews.reviewboard.org/r/2657/

It is pending unit tests to avoid regressions.

--
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 2309 in reviewboard: infobox throws UnicodeEncodeError when user has non US-ASCII characters in name

2011-11-14 Thread reviewboard


Comment #4 on issue 2309 by muegyetem: infobox throws UnicodeEncodeError  
when user has non US-ASCII characters in name

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

Thanks,

I've viewed the bugfix, but according  
to 'http://docs.python.org/howto/unicode.html' 'replace' replaces  
everything with a '?' character, however 'xmlcharrefreplace' replaces  
everything with it's XML form, which practically means, that special  
characters will remain the same when they are displayed on the webpage.


So maybe using 'xmlcharrefreplace' would be a better solution :) Or  
does 'replace' keep the original names?


--
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 2309 in reviewboard: infobox throws UnicodeEncodeError when user has non US-ASCII characters in name

2011-11-14 Thread reviewboard


Comment #5 on issue 2309 by muegyetem: infobox throws UnicodeEncodeError  
when user has non US-ASCII characters in name

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

Thanks,

I've viewed the bugfix, but according to  
http://docs.python.org/howto/unicode.html 'replace' replaces everything  
with a '?' character, however 'xmlcharrefreplace' replaces everything with  
it's XML form, which practically means, that special characters will remain  
the same when they are displayed on the webpage.


So maybe using 'xmlcharrefreplace' would be a better solution :) Or  
does 'replace' keep the original names?


--
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 2384 in reviewboard: Issue while installing RB in linux

2011-11-14 Thread reviewboard

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

New issue 2384 by sharmila...@gmail.com: Issue while installing RB in linux
http://code.google.com/p/reviewboard/issues/detail?id=2384

* NOTE: Do not post confidential information in this bug report. *
*   If you need immediate support, please contact*
*   reviewbo...@googlegroups.com *

What version are you running?
1.6.2 / also tried 1.6.1

What steps will reproduce the problem?
1. Downloaded RB recent version
2. Installed them with setup.py
3. Then used rb-site install / rb-site upgrade
4. Both failed with the below error

What is the expected output? What do you see instead?
Completly installed package

What operating system are you using? What browser?
Linux

Please provide any additional information below.

This is the error that I am getting when using rb-site install on the newly  
setup version.





* Installing the site...
Building site directories ... OK
Building site configuration files ... OK
Error: One or more models did not validate:
scmtools.repository: 'review_groups' has an m2m relation with model  
reviews.Group, which has either not been installed or is abstract.



Can you please let me know from where the error should have occured and   
why is this happening ?


Should I get something else installed also ?

thanks-
Sharmila

--
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 2381 in reviewboard: E-mail notification does not work

2011-11-14 Thread reviewboard


Comment #2 on issue 2381 by ryan.clo...@decisionsciencescorp.com: E-mail  
notification does not work

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

Upon further investigation RB is trying to send the email as the local root  
user and SELinux is not allowing it. If i put SELinux in Permissive mode  
and tail the SELinux audit log I can see where SELinux is denying root but  
the email goes through and despite the Email configuration in RB the email  
comes from root@localhost. Please help! Did I install RB wrong?  
Apache(httpd) is running as the apache user. Any ideas?


--
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 2385 in reviewboard: Ability to mark a Review Group as Inactive similar to the Inactive option for users

2011-11-14 Thread reviewboard

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

New issue 2385 by ilacknor...@gmail.com: Ability to mark a Review Group as  
Inactive similar to the Inactive option for users

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

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


What version are you running?
* 1.5.2


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

Describe the enhancement and the motivation for it.
* As project life cycles continue, there is a need to retire certain review  
groups. Since there is a Warning in the documentation  
(http://www.reviewboard.org/docs/manual/1.5/admin/management/review-groups/)  
to heed the deletion of review groups in order to keep review histories  
intact, I propose there be a feature to mark review groups as Active and  
hence, inactive, like there is for Users.


What operating system are you using? What browser?
* N/A


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.