Re: ANN: Security fix to i18n framework

2007-11-01 Thread Jason Cui
2007/10/31, Malcolm Tredinnick <[EMAIL PROTECTED]>: > > > On Wed, 2007-10-31 at 13:40 +0800, Jason Cui wrote: > > 2007/10/31, Malcolm Tredinnick <[EMAIL PROTECTED]>: > > > > On Tue, 2007-10-30 at 00:37 -0700, Jason Cui wrote: > > > When I update my site from 0.96 to 0.96.1,my > >

Re: ANN: Security fix to i18n framework

2007-10-31 Thread Malcolm Tredinnick
On Wed, 2007-10-31 at 13:40 +0800, Jason Cui wrote: > 2007/10/31, Malcolm Tredinnick <[EMAIL PROTECTED]>: > > On Tue, 2007-10-30 at 00:37 -0700, Jason Cui wrote: > > When I update my site from 0.96 to 0.96.1,my > internationalize function > > won't work fo

Re: ANN: Security fix to i18n framework

2007-10-31 Thread Jason Cui
2007/10/31, Jeremy Dunck <[EMAIL PROTECTED]>: > > > On 10/31/07, Jason Cui <[EMAIL PROTECTED]> wrote: > > 2007/10/31, Malcolm Tredinnick <[EMAIL PROTECTED]>: > > > > > > On Tue, 2007-10-30 at 00:37 -0700, Jason Cui wrote: > > > > When I update my site from 0.96 to 0.96.1,my internationalize > funct

Re: ANN: Security fix to i18n framework

2007-10-31 Thread Jason Cui
2007/10/31, Jeremy Dunck <[EMAIL PROTECTED]>: > > > On 10/31/07, Jason Cui <[EMAIL PROTECTED]> wrote: > > 2007/10/31, Malcolm Tredinnick <[EMAIL PROTECTED]>: > > > > > > On Tue, 2007-10-30 at 00:37 -0700, Jason Cui wrote: > > > > When I update my site from 0.96 to 0.96.1,my internationalize > funct

Re: ANN: Security fix to i18n framework

2007-10-30 Thread Jeremy Dunck
On 10/31/07, Jason Cui <[EMAIL PROTECTED]> wrote: > 2007/10/31, Malcolm Tredinnick <[EMAIL PROTECTED]>: > > > > On Tue, 2007-10-30 at 00:37 -0700, Jason Cui wrote: > > > When I update my site from 0.96 to 0.96.1,my internationalize function > > > won't work for firefox, but fine for IE. > > > I us

Re: ANN: Security fix to i18n framework

2007-10-30 Thread Jason Cui
2007/10/31, Malcolm Tredinnick <[EMAIL PROTECTED]>: > > > On Tue, 2007-10-30 at 00:37 -0700, Jason Cui wrote: > > When I update my site from 0.96 to 0.96.1,my internationalize function > > won't work for firefox, but fine for IE. > > I use english in views and templates, and trans it to chinese in

Re: ANN: Security fix to i18n framework

2007-10-30 Thread Malcolm Tredinnick
On Tue, 2007-10-30 at 00:37 -0700, Jason Cui wrote: > When I update my site from 0.96 to 0.96.1,my internationalize function > won't work for firefox, but fine for IE. > I use english in views and templates, and trans it to chinese in po > file, and I have to local folder named en and zh, now, any

Re: ANN: Security fix to i18n framework

2007-10-30 Thread Malcolm Tredinnick
On Tue, 2007-10-30 at 00:41 -0700, Jason Cui wrote: > And more,when I update the django to svn trunk, my site is down, it > only show IE's 500 error, and I can't find the details. > I use lighttpd+FastCGI, there is no message in the error log file. > And, I use the DualSessionMiddleware class for

Re: ANN: Security fix to i18n framework

2007-10-29 Thread Jason Cui
And more,when I update the django to svn trunk, my site is down, it only show IE's 500 error, and I can't find the details. I use lighttpd+FastCGI, there is no message in the error log file. And, I use the DualSessionMiddleware class for the "Remember me" function, but the session middleware is ch

Re: ANN: Security fix to i18n framework

2007-10-29 Thread Jason Cui
When I update my site from 0.96 to 0.96.1,my internationalize function won't work for firefox, but fine for IE. I use english in views and templates, and trans it to chinese in po file, and I have to local folder named en and zh, now, any firefox users can only see english page, change the languag

ANN: Security fix to i18n framework

2007-10-26 Thread Jacob Kaplan-Moss
Hello folks -- Today we're releasing a fix for a security vulnerability discovered in Django's internationalization framework. The complete details are below, but the executive summary is that you should updated to a fixed version of Django immediately. We are releasing point-releases of all eff