Scheduled Maintenance: over the next few days, we will update Jira to a newer version.

If you don't know Jira 4.x yet, you might be a little surprised by the UI changes ... :)

Issue Details (XML | Word | Printable)

Key: MAGNOLIA-1513
Type: Improvement Improvement
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Grégory Joseph
Reporter: Grégory Joseph
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Magnolia

The whole Locale should be made available to jstl tags, not just the language

Created: 08/May/07 05:54 PM   Updated: 19/Oct/07 02:32 PM
Component/s: core
Affects Version/s: None
Fix Version/s: 3.5 RC1

Time Tracking:
Not Specified

Issue Links:
supersession
 

Labels:
Resolution Date: 19/Oct/07 02:28 PM


 Description  « Hide
WebContext exposes the current language as a session attribute; it should instead expose the whole locale.
Similar changes will be needed in the MessagesManager

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Grégory Joseph added a comment - 08/May/07 05:59 PM
done for WebContext

Grégory Joseph added a comment - 19/Oct/07 02:28 PM
the jstl locale is now set by I18nContentSupportFilter.
At request level, not session level anymore.
Also, the method in MessagesManager setting it is deprecated and not in use.