Re: Issue 2938 in reviewboard: Long timezone values in Account Preferences cause an unexpected error

2013-08-07 Thread reviewboard

Updates:
Status: Fixed

Comment #2 on issue 2938 by trowb...@gmail.com: Long timezone values in  
Account Preferences cause an unexpected error

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

This was fixed at http://reviews.reviewboard.org/r/4230/

--
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/groups/opt_out.




Re: Issue 2938 in reviewboard: Long timezone values in Account Preferences cause an unexpected error

2013-03-21 Thread reviewboard


Comment #1 on issue 2938 by pablo.ro...@gmail.com: Long timezone values in  
Account Preferences cause an unexpected error

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

The actual error is the following:

DatabaseError: (1406, "Data too long for column 'timezone' at row 1")

--
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Issue 2938 in reviewboard: Long timezone values in Account Preferences cause an unexpected error

2013-03-21 Thread reviewboard

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

New issue 2938 by pablo.ro...@gmail.com: Long timezone values in Account  
Preferences cause an unexpected error

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

What version are you running?
1.7.6

What's the URL of the page containing the problem?
Any place where a timezone is set, such as:
/account/preferences/

What steps will reproduce the problem?
1. Access the account preferences page
2. Attempt to set the timezone to one of the longer names, such as:  
America/Argentina/Buenos_Aires


What is the expected output? What do you see instead?
Timezone should be set accordingly. Instead, an error (500) occurs.

What operating system are you using? What browser?
Windows 2008, backend database on MySQL 5.5.29

The error seems to be caused by the length of the accounts_profile.timezone  
field, which is only varchar(20), so "America/Argentina/Buenos_Aires"  
exceeds the 20 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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.