Need to test it before flagging as stable
Trustmaster |
|
---|---|
Hi Ez, We have implemented password salting a bit different for Siena, see this comment. We are going to apply it on Genoa 0.6.24 too, so I hope it won't conflict with your patch. As for timezones and DST... It isn't so easy. You see, in Siena all date/time stamps are passed throught cot_date() function which applies time format depending on current user's locale and applies timezone offset. While in Genoa plain PHP date() function is used and offsets are calculated in place. So, backporting this feature would introduce lots of changes around all files. We try to avoid big changes in Genoa to keep all the old code working and to prevent from new bugs which appear in new code. May the Source be with you!
|