[Roller-JIRA] Work started: (ROL-1337) all components involved in weblog rendering need to be locale timezone sensitive

2007-05-23 Thread Allen Gilliland (JIRA)
[ http://opensource.atlassian.com/projects/roller/browse/ROL-1337?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on ROL-1337 started by Allen Gilliland. all components involved in weblog rendering need to be locale timezone sensitive

[Roller-JIRA] Commented: (ROL-1337) all components involved in weblog rendering need to be locale timezone sensitive

2007-05-23 Thread Allen Gilliland (JIRA)
[ http://opensource.atlassian.com/projects/roller/browse/ROL-1337?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_13775 ] Allen Gilliland commented on ROL-1337: -- it should be noted that this issue is strongly related to

[Roller-JIRA] Commented: (ROL-1413) i18n locale determine problems of roller ui and rendering system

2007-05-23 Thread Allen Gilliland (JIRA)
[ http://opensource.atlassian.com/projects/roller/browse/ROL-1413?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_13777 ] Allen Gilliland commented on ROL-1413: -- A first attempt at some fixes for this issue have been

svn commit: r541090 - /roller/trunk/src/org/apache/roller/ui/core/RollerContext.java

2007-05-23 Thread snoopdave
Author: snoopdave Date: Wed May 23 14:19:02 2007 New Revision: 541090 URL: http://svn.apache.org/viewvc?view=revrev=541090 Log: We're using DatabaseProvider everywhere now. Modified: roller/trunk/src/org/apache/roller/ui/core/RollerContext.java Modified:

svn commit: r541128 - in /roller/trunk: src/org/apache/roller/ui/struts2/editor/ web/WEB-INF/classes/ web/WEB-INF/jsps/editor/

2007-05-23 Thread agilliland
Author: agilliland Date: Wed May 23 18:16:08 2007 New Revision: 541128 URL: http://svn.apache.org/viewvc?view=revrev=541128 Log: adding some better validation for template editor and a few other little fixes. Added:

svn commit: r541131 - /roller/trunk/web/WEB-INF/jsps/editor/MembersInvite.jsp

2007-05-23 Thread agilliland
Author: agilliland Date: Wed May 23 18:30:52 2007 New Revision: 541131 URL: http://svn.apache.org/viewvc?view=revrev=541131 Log: fixing problem where list was not prepopulated on page load due to form field focusing issue. Modified: roller/trunk/web/WEB-INF/jsps/editor/MembersInvite.jsp

svn commit: r541139 - in /roller/trunk: src/org/apache/roller/ui/authoring/ src/org/apache/roller/ui/struts2/ajax/ src/org/apache/roller/ui/struts2/ajax/CommentDataServlet.java src/org/apache/roller/u

2007-05-23 Thread agilliland
Author: agilliland Date: Wed May 23 19:19:58 2007 New Revision: 541139 URL: http://svn.apache.org/viewvc?view=revrev=541139 Log: move ajax servlets under struts2 package to identify that they are used as part of the struts2 ui. Added: roller/trunk/src/org/apache/roller/ui/struts2/ajax/

svn commit: r541135 - in /roller/trunk/web/WEB-INF: classes/template/ classes/template/roller/ jsps/admin/ jsps/editor/

2007-05-23 Thread agilliland
Author: agilliland Date: Wed May 23 19:07:20 2007 New Revision: 541135 URL: http://svn.apache.org/viewvc?view=revrev=541135 Log: provide a fix for a formatting issue that was occuring when using the s:radio and s:checkboxlist struts2 tags. both of those tags render their outputted items

svn commit: r541137 - in /roller/trunk/src/org/apache/roller/ui/authoring/ajax: CommentDataServlet.java UserDataServlet.java

2007-05-23 Thread agilliland
Author: agilliland Date: Wed May 23 19:13:21 2007 New Revision: 541137 URL: http://svn.apache.org/viewvc?view=revrev=541137 Log: code reformatting. Modified: roller/trunk/src/org/apache/roller/ui/authoring/ajax/CommentDataServlet.java