Re: Issue 3744 in reviewboard: Unicode in the Ship It' comments isn't viewable in the review page

2015-03-12 Thread reviewboard


Comment #7 on issue 3744 by trowb...@gmail.com: Unicode in the Ship It'  
comments isn't viewable in the review page

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

Yeah, the text should be present in the body_top column. Perhaps there was  
some error in the server logs when you published 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 3744 in reviewboard: Unicode in the Ship It' comments isn't viewable in the review page

2015-01-31 Thread reviewboard


Comment #5 on issue 3744 by trowb...@gmail.com: Unicode in the Ship It'  
comments isn't viewable in the review page

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

If you just put the text in the text box that you get in the Review  
dialog, it's part of the review, not in a comment (comments are when you  
add a comment to the diff)


select * from reviews_review where review_request_id=4371;

--
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 3744 in reviewboard: Unicode in the Ship It' comments isn't viewable in the review page

2015-01-30 Thread reviewboard


Comment #3 on issue 3744 by trowb...@gmail.com: Unicode in the Ship It'  
comments isn't viewable in the review page

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

Would you mind checking the contents of the reviews table for your review  
and verify that it's stored correctly?


The e-mail might look correct because the e-mail code is operating on the  
same python object as when it was saved. It's only when the data is  
re-loaded from the database that you'd see the problem.


--
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 3744 in reviewboard: Unicode in the Ship It' comments isn't viewable in the review page

2015-01-29 Thread reviewboard

Updates:
Status: NeedInfo

Comment #1 on issue 3744 by trowb...@gmail.com: Unicode in the Ship It'  
comments isn't viewable in the review page

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

Can you check to make sure that your database tables are utf-8? By default,  
mysql tables use iso-latin-1, which will squash any unicode characters.


--
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 3744 in reviewboard: Unicode in the Ship It' comments isn't viewable in the review page

2015-01-29 Thread reviewboard

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

New issue 3744 by jared.gr...@gmail.com: Unicode in the Ship It' comments  
isn't viewable in the review page

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

What version are you running?
2.0.11

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

What steps will reproduce the problem?
1. Click the ship it button but add the text  to the comment field.

What is the expected output? What do you see instead?
The email sends the comment just fine.
The web page shows no commend at all.

What operating system are you using? What browser?
OSX 10.10. Safari.


--
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 3744 in reviewboard: Unicode in the Ship It' comments isn't viewable in the review page

2015-01-29 Thread reviewboard


Comment #2 on issue 3744 by jared.gr...@gmail.com: Unicode in the Ship It'  
comments isn't viewable in the review page

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

Yes... the fact that the email notification contained the characters would  
suggest that the DB was ok and that it's a web-ui issue?



SHOW CREATE DATABASE reviewboard;

+-+--+
| Database| Create  
Database  |

+-+--+
| reviewboard | CREATE DATABASE `reviewboard` /*!40100 DEFAULT CHARACTER  
SET utf8 */ |

+-+--+



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