[
http://opensource.atlassian.com/projects/roller/browse/ROL-1337?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_13776
]
Allen Gilliland commented on ROL-1337:
--------------------------------------
A first attempt at some fixes for this issue have been committed at trunk
revision 541035.
The commit note is as follows ...
initial fix for ROL-1337 and ROL-1413 which aim to improve and consistify the
i18n situation in Roller. this commit attempts to simplify and unify the
strategy for dealing with i18n message strings primarily in places used for
weblog rendering.
The main changes here include ...
1. changing the static MessageUtilites class into an instantiable I18nMessages
class which is tied to a specific locale.
2. updating places in the code which used to use the old MessageUtilities class
to make use of the new I18nMessages class and do so using the most appropriate
locale possible.
> all components involved in weblog rendering need to be locale & timezone
> sensitive
> ----------------------------------------------------------------------------------
>
> Key: ROL-1337
> URL:
> http://opensource.atlassian.com/projects/roller/browse/ROL-1337
> Project: Roller
> Issue Type: Bug
> Reporter: Allen Gilliland
> Assignee: Allen Gilliland
> Fix For: 4.0
>
>
> There are various places throughout the weblog content rendering process
> where the weblog locale and timezone are not being properly considered. One
> notable example is the weblog calendar and the process for paging through
> entries by month or day.
> To fix this issue will require going through all the code in the rendering
> package and ensuring that any code which affects how weblog content is
> rendered is properly making use of locale and timezone information,
> particularly with regards to handling dates.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://opensource.atlassian.com/projects/roller/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira