[Roller-JIRA] Commented: (ROL-1431) roller reports an unexpected error

2007-05-22 Thread Anil Gangolli (JIRA)
[ http://opensource.atlassian.com/projects/roller/browse/ROL-1431?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_13769 ] Anil Gangolli commented on ROL-1431: You should have a roller.log in the Tomcat log directory. Look

svn commit: r540611 - in /roller/trunk: apps/planet/src/java/org/apache/roller/planet/ui/core/PlanetContext.java tests/org/apache/roller/ui/StrutsActionTestBase.java

2007-05-22 Thread snoopdave
Author: snoopdave Date: Tue May 22 08:44:48 2007 New Revision: 540611 URL: http://svn.apache.org/viewvc?view=revrev=540611 Log: Removing unnecessary reference to InitialContext Modified: roller/trunk/apps/planet/src/java/org/apache/roller/planet/ui/core/PlanetContext.java

svn commit: r540633 - /roller/trunk/web/roller-ui/login-redirect.jsp

2007-05-22 Thread agilliland
Author: agilliland Date: Tue May 22 09:18:39 2007 New Revision: 540633 URL: http://svn.apache.org/viewvc?view=revrev=540633 Log: fixing broken forwarding link. Modified: roller/trunk/web/roller-ui/login-redirect.jsp Modified: roller/trunk/web/roller-ui/login-redirect.jsp URL:

svn commit: r540634 - in /roller/trunk: src/org/apache/roller/pojos/wrapper/ src/org/apache/roller/ui/authoring/struts2/ web/WEB-INF/ web/WEB-INF/classes/ web/WEB-INF/jsps/authoring/struts2/

2007-05-22 Thread agilliland
Author: agilliland Date: Tue May 22 09:22:15 2007 New Revision: 540634 URL: http://svn.apache.org/viewvc?view=revrev=540634 Log: new stylesheet editor page and adding new menu tab for 'design' which holds pages relevant to weblog design. Added:

svn commit: r540636 - in /roller/trunk/web/themes/basic: Weblog.vm theme.xml

2007-05-22 Thread agilliland
Author: agilliland Date: Tue May 22 09:24:32 2007 New Revision: 540636 URL: http://svn.apache.org/viewvc?view=revrev=540636 Log: make basic theme support a custom stylesheet. Modified: roller/trunk/web/themes/basic/Weblog.vm roller/trunk/web/themes/basic/theme.xml Modified:

svn commit: r540637 - /roller/trunk/src/org/apache/roller/ui/authoring/struts2/WeblogConfig-validation.xml

2007-05-22 Thread agilliland
Author: agilliland Date: Tue May 22 09:25:25 2007 New Revision: 540637 URL: http://svn.apache.org/viewvc?view=revrev=540637 Log: fix validation on weblog config. Modified: roller/trunk/src/org/apache/roller/ui/authoring/struts2/WeblogConfig-validation.xml Modified:

svn commit: r540639 - in /roller/trunk: src/org/apache/roller/ui/authoring/struts2/ThemeEdit.java web/WEB-INF/jsps/authoring/struts2/ThemeEdit.jsp

2007-05-22 Thread agilliland
Author: agilliland Date: Tue May 22 09:27:24 2007 New Revision: 540639 URL: http://svn.apache.org/viewvc?view=revrev=540639 Log: some changes to theme selection page. a work in progress :/ Modified: roller/trunk/src/org/apache/roller/ui/authoring/struts2/ThemeEdit.java

svn commit: r540645 [2/2] - in /roller/trunk: src/org/apache/roller/ui/admin/struts2/ src/org/apache/roller/ui/authoring/struts2/ src/org/apache/roller/ui/common/struts2/ src/org/apache/roller/ui/core

2007-05-22 Thread agilliland
Copied: roller/trunk/src/org/apache/roller/ui/struts2/editor/ThemeEdit.java (from r540639, roller/trunk/src/org/apache/roller/ui/authoring/struts2/ThemeEdit.java) URL:

svn commit: r540652 - in /roller/trunk: src/org/apache/roller/ui/admin/struts2/ src/org/apache/roller/ui/authoring/struts2/ src/org/apache/roller/ui/common/ src/org/apache/roller/ui/core/struts2/ src/

2007-05-22 Thread agilliland
Author: agilliland Date: Tue May 22 10:15:15 2007 New Revision: 540652 URL: http://svn.apache.org/viewvc?view=revrev=540652 Log: second batch of struts2 reorg work, this finalizes the move of all the struts2 code into it's own package. Added:

svn commit: r540671 - /roller/trunk/src/org/apache/roller/ui/rendering/servlets/CommentServlet.java

2007-05-22 Thread agilliland
Author: agilliland Date: Tue May 22 11:10:32 2007 New Revision: 540671 URL: http://svn.apache.org/viewvc?view=revrev=540671 Log: remove unneeded use of struts RequestUtils. Modified: roller/trunk/src/org/apache/roller/ui/rendering/servlets/CommentServlet.java Modified:

svn commit: r540673 - /roller/trunk/src/org/apache/roller/ui/rendering/servlets/TrackbackServlet.java

2007-05-22 Thread agilliland
Author: agilliland Date: Tue May 22 11:11:29 2007 New Revision: 540673 URL: http://svn.apache.org/viewvc?view=revrev=540673 Log: removing unneeded use of struts RequestUtils class. Modified: roller/trunk/src/org/apache/roller/ui/rendering/servlets/TrackbackServlet.java Modified:

svn commit: r540675 - in /roller/trunk/web/WEB-INF: classes/struts-config.xml classes/validation.xml classes/validator-rules.xml struts-config.xml validation.xml validator-rules.xml

2007-05-22 Thread snoopdave
Author: snoopdave Date: Tue May 22 11:12:07 2007 New Revision: 540675 URL: http://svn.apache.org/viewvc?view=revrev=540675 Log: Correct location and ready to be deleted ;-) Added: roller/trunk/web/WEB-INF/struts-config.xml - copied unchanged from r540664,

svn commit: r540677 - /roller/trunk/build.xml

2007-05-22 Thread snoopdave
Author: snoopdave Date: Tue May 22 11:23:28 2007 New Revision: 540677 URL: http://svn.apache.org/viewvc?view=revrev=540677 Log: Ensure dbscripts are generated on 'rebuild' Modified: roller/trunk/build.xml Modified: roller/trunk/build.xml URL:

svn commit: r540679 - in /roller/trunk: src/org/apache/roller/business/ src/org/apache/roller/business/hibernate/ web/WEB-INF/classes/ web/roller-ui/tools/

2007-05-22 Thread snoopdave
Author: snoopdave Date: Tue May 22 11:25:36 2007 New Revision: 540679 URL: http://svn.apache.org/viewvc?view=revrev=540679 Log: DatabaseProvider for JNDI and JDBC properties based config Added: roller/trunk/src/org/apache/roller/business/DatabaseProvider.java

svn commit: r540708 - in /roller/trunk: ./ src/org/apache/roller/planet/ui/admin/ src/org/apache/roller/pojos/ src/org/apache/roller/ui/admin/ src/org/apache/roller/ui/authoring/struts/ src/org/apache

2007-05-22 Thread agilliland
Author: agilliland Date: Tue May 22 12:27:29 2007 New Revision: 540708 URL: http://svn.apache.org/viewvc?view=revrev=540708 Log: EOLing of struts1 support ... * ripped out all struts1 actions formbeans * ripped out all struts1 jsps * ripped out all struts1 configs * ripped out struts char

svn commit: r540719 - /roller/trunk/testdata/roller-custom.properties

2007-05-22 Thread snoopdave
Author: snoopdave Date: Tue May 22 12:44:16 2007 New Revision: 540719 URL: http://svn.apache.org/viewvc?view=revrev=540719 Log: Use new database confg property names Modified: roller/trunk/testdata/roller-custom.properties Modified: roller/trunk/testdata/roller-custom.properties URL:

svn commit: r540722 - /roller/trunk/build.xml

2007-05-22 Thread agilliland
Author: agilliland Date: Tue May 22 12:47:45 2007 New Revision: 540722 URL: http://svn.apache.org/viewvc?view=revrev=540722 Log: final bit of cleanup on build stage targets. Modified: roller/trunk/build.xml Modified: roller/trunk/build.xml URL:

svn commit: r540742 - in /roller/trunk/web/WEB-INF: ./ jsps/admin/ jsps/admin/struts2/ jsps/authoring/struts2/ jsps/core/ jsps/core/struts2/ jsps/editor/ jsps/tiles/ jsps/tiles/struts2/

2007-05-22 Thread agilliland
Author: agilliland Date: Tue May 22 13:44:46 2007 New Revision: 540742 URL: http://svn.apache.org/viewvc?view=revrev=540742 Log: a bit of reorg for struts2 jsps now that we no longer need extra struts2 subdirectory. Added: roller/trunk/web/WEB-INF/jsps/admin/CacheInfo.jsp - copied

[Roller-JIRA] Closed: (ROL-589) Relative links broken (404) is blog entry is I18N'd

2007-05-22 Thread Allen Gilliland (JIRA)
[ http://opensource.atlassian.com/projects/roller/browse/ROL-589?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Allen Gilliland closed ROL-589. --- Resolution: Incomplete Fix Version/s: 3.0 the url structure was completely

[Roller-JIRA] Commented: (ROL-1429) Enabled flag passed in the UserData constructor is ignored

2007-05-22 Thread Allen Gilliland (JIRA)
[ http://opensource.atlassian.com/projects/roller/browse/ROL-1429?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_13770 ] Allen Gilliland commented on ROL-1429: -- i am looking at revision 540742 of the trunk and this bug

[Roller-JIRA] Closed: (ROL-709) WeblogEntry.locale

2007-05-22 Thread Allen Gilliland (JIRA)
[ http://opensource.atlassian.com/projects/roller/browse/ROL-709?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Allen Gilliland closed ROL-709. --- Resolution: Fixed Fix Version/s: 2.0 this was included in the roller 2.0

[Roller-JIRA] Closed: (ROL-1230) taglibs.jsp has a bug in locale process.

2007-05-22 Thread Allen Gilliland (JIRA)
[ http://opensource.atlassian.com/projects/roller/browse/ROL-1230?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Allen Gilliland closed ROL-1230. Resolution: Fixed this was fixed back in the roller 3.0 release. taglibs.jsp has