Cannot change lang in preferences
Reported by Gaspard Bucher | September 3rd, 2008 @ 12:48 PM | in public beta
Originally posted on Trac by gaspard Original Trac Ticket
Description
It seems that the visitor.lang is reset to the session[:lang] or something like that when trying to change 'lang' in preferences.
Other settings seem to be saved ok.
Hint: could be related to the automatic change of visitor's lang in Application#set_lang.
Trac Attachments
Trac Comments
2007-08-24 09:32:09 changed by gaspard
(In [726]) Modified most of the before_filters in application controller and nodes controller. This should fix language issues and better redirect when the url is not correct (avoid DOS attacks by producing cache). Fixes #52.
status changed from new to closed.
resolution set to fixed.
(In [726]) Modified most of the before_filters in application controller and nodes controller. This should fix language issues and better redirect when the url is not correct (avoid DOS attacks by producing cache). Fixes #52.
status changed from new to closed.
resolution set to fixed.
Comments and changes to this ticket
-
Gaspard Bucher September 3rd, 2008 @ 02:59 PM
- Milestone set to public beta
-
Gaspard Bucher June 20th, 2013 @ 07:34 AM
(from [6743cfd8e0520a7f0940759b1b4267cebfeab554]) Enable VirtualClass on native classes. Fixes #52. https://github.com/zena/zena/commit/6743cfd8e0520a7f0940759b1b4267c...
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
Anyone knows how to use formatting here ?
Git repository: http://github.com/zena
Official website: http://zenadmin.org
People watching this ticket
Referenced by
- 52 Cannot change lang in preferences (In [726]) Modified most of the before_filters in applica...
- 52 Cannot change lang in preferences (In [726]) Modified most of the before_filters in applica...
- 57 New user does not inherit timezone from anonymous user. Ref: #52.