[Roller-JIRA] Commented: (ROL-1443) Unexpected exception while creating a weblog

2007-06-07 Thread Anil Gangolli (JIRA)
[ http://opensource.atlassian.com/projects/roller/browse/ROL-1443?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_13802 ] Anil Gangolli commented on ROL-1443: The details of the exception should be logged in the

[Roller-JIRA] Commented: (ROL-1442) When we migrated the Roller application from a test server to a production server, the calendar entry doesn't correspond with my browser's URL.

2007-06-07 Thread Anil Gangolli (JIRA)
[ http://opensource.atlassian.com/projects/roller/browse/ROL-1442?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_13801 ] Anil Gangolli commented on ROL-1442: Sounds like it may be a timezone issue. What is the timezone

svn commit: r545258 - /roller/trunk/apps/weblogger/web/WEB-INF/jsps/editor/EntryEdit.jsp

2007-06-07 Thread agilliland
Author: agilliland Date: Thu Jun 7 11:29:09 2007 New Revision: 545258 URL: http://svn.apache.org/viewvc?view=revrev=545258 Log: fixing up link to entry permalink on entryEdit page. Modified: roller/trunk/apps/weblogger/web/WEB-INF/jsps/editor/EntryEdit.jsp Modified:

svn commit: r545328 - in /roller/trunk/apps/weblogger: src/java/org/apache/roller/weblogger/ui/struts2/editor/ThemeEdit.java web/WEB-INF/classes/ApplicationResources.properties web/WEB-INF/jsps/editor

2007-06-07 Thread agilliland
Author: agilliland Date: Thu Jun 7 14:57:12 2007 New Revision: 545328 URL: http://svn.apache.org/viewvc?view=revrev=545328 Log: more updates to theme editor to fix a couple bugs and improve the usability and verbage a bit. Modified:

svn commit: r545344 - in /roller/trunk/apps/weblogger/src/java/org/apache/roller/weblogger/ui: core/filters/ core/util/ struts2/util/

2007-06-07 Thread agilliland
Author: agilliland Date: Thu Jun 7 16:20:37 2007 New Revision: 545344 URL: http://svn.apache.org/viewvc?view=revrev=545344 Log: a slight bit of code cleanup. - moved the core.util byte array response caching stuff directly into the CompressionFilter since that is the only thing using it. -