Jonas Borgström wrote:
> Christian Boos wrote:
>   
>> When I had a look at the diffs just after the last merge (r3782), I
>> spotted that the 'req' was still in the tn.notify() argument, in
>> trac.ticket.web_ui.py, the ticket notification and related tests.
>>
>> I just checked once again, and this seems to be all, so apparently only
>> r3550 has not been merged for some reason.
>>     
>
> I actually added it back since the selected timezone is currently
> stored in "req.tz".
> It's a bit unfortunate, but that's the only option I found that didn't
> require major surgery.
>   

Oh, ok, in TicketModule.grouped_changelog_entries(), I didn't see that!
But then the tz used for the mail will end up to be the one of the 
author of the change...
We should probably use instead either the tz of the server (then we can 
use the same mail content for everyone) or the tz of the recipient, if 
it is known (but then the mail content would have to be generated 
specifically).

-- Christian

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac 
Development" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/trac-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to