version: 2.3
platform: windows
server: tomcat5.5
db : mysql-5
I am a roller user from china. there are some problem when I using It.
1. internationalization. when I open my browser (select zh_CN as my default
language) ,I found many words still present in english.I make some change in
taglibs.jsp " request.setAttribute("mLocale",
LanguageUtil.getViewLocale(request).getDisplayName());"
->" request.setAttribute("mLocale",
LanguageUtil.getViewLocale(request).getDefault());"
2. search webentity. when I input some chinese charactor . some clobber will
present .because this form using "get" method roller's CharEncodingFilter
only filter "request" .
3. when I open a webentity (using chinese charactor as it's title) I found
the comment component was disappeared. I guess this component using
webentity's title as a parameter. when I filter the "response" in
CharEncodingFilter problems of 2 and 3 disappeared.
4. after I input some comment for one webentity and publish them.I found I
can't publish anothe comment. because the "question" not changed in the
browser,but server side have make some change. I think it due to ajax.So I
have make some change in /theme/scripts/clientSideInclude.js .Add
"url=url+"?time=" + new Date().getTime();" at the begin in function
clientSideInclude(id,url).
--
View this message in context:
http://www.nabble.com/Some-tf2257976s12275.html#a6263217
Sent from the Roller - User forum at Nabble.com.