1105: Settings updates may require a webserver restart
- Fixed
- Review Board
onkar******@gmai***** (Google Code) (Is this you? Claim this profile.) | |
|
|
March 6, 2010 | |
1249, 1298, 1312 |
What version are you running? 1.0 RC1 What's the URL of the page containing the problem? What steps will reproduce the problem? 1. Change the timezone from admin UI. 2. Post a review request (draft, not published) What is the expected output? What do you see instead? The dashboard should show the time the time of creation of request as per the timezone set. What operating system are you using? What browser? The time shown is as per default timezone, US/Pacific I believe.
What OS/distro are you using? What web server? Just to make sure, did you restart your web server after upgrading Review Board?
-
+ NeedInfo
I am using Ubuntu 8.04 and apache server. I restarted the web server multiple times.
I verified that new review requests do indeed get the correct timezone. It's possible you'll need to restart your web server after setting this option due to how the Python processes handle timezone settings. The process setting the option will be updated properly, but the other processes may not. We may be able to look into this for 1.1 or 1.5, but for now, try restarting your server and seeing if that fixes things. It seems to work for other people. For the record, old timestamps will not be updated for the new timezone because these are stored in the database as actual written dates/times, and are not based on the active timezone. This is beyond our control. At the very least, we'll want to document this.
-
- Priority-Medium - Milestone-Release1.0 + Priority-Low + Milestone-Release1.1 + Component-Docs
I do not see this issue with new review requests. I am running 1.0 final version now. So probably this was only causing problem for old requests.