Re: Issue 2801 in reviewboard: Subversion reviews being treated as Perforce reviews?

2012-11-14 Thread reviewboard

Updates:
Status: NeedInfo

Comment #1 on issue 2801 by chip...@gmail.com: Subversion reviews being  
treated as Perforce reviews?

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

Can you provide a --debug log for RBTools?

This sounds like an RBTools-specific problem.

--
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 2802 in reviewboard: Automatic timezone awareness for any user

2012-11-14 Thread reviewboard

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

New issue 2802 by st...@strassmann.com: Automatic timezone awareness for  
any user

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

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


What version are you running?
1.6.13

What's the URL of the page this enhancement relates to, if any?
(any)

Describe the enhancement and the motivation for it.

Instead of configuring reviewboard with a server timezone, why not always  
configure the server in UTC?
You can then make reviewboard timezone-aware for any browser. The simple  
way to do this in Javascript is

var offset_hours = -new Date().getTimezoneOffset()/60;

This removes the burden on users (and reviewboard) to manage a preference  
setting which is redundant to the setting already on their browser's OS. It  
also results in cleaner data, because persisted timestamps should always be  
in UTC.


What operating system are you using? What browser?
(any)

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.



Re: Issue 2803 in reviewboard: Automatic timezone awareness for any user

2012-11-14 Thread reviewboard

Updates:
Status: Duplicate
Mergedinto: 2802

Comment #1 on issue 2803 by ste...@smacleod.ca: Automatic timezone  
awareness for any user

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

(No comment was entered for this change.)

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