You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by sn...@apache.org on 2005/12/06 23:58:38 UTC

svn commit: r354600 - in /incubator/roller/trunk: personal/rollertask.sh src/org/roller/business/hibernate/HibernatePlanetManagerImpl.java web/WEB-INF/classes/ApplicationResources.properties

Author: snoopdave
Date: Tue Dec  6 14:58:30 2005
New Revision: 354600

URL: http://svn.apache.org/viewcvs?rev=354600&view=rev
Log:
Small bug fix in refresh local entries and a title fix

Modified:
    incubator/roller/trunk/personal/rollertask.sh
    incubator/roller/trunk/src/org/roller/business/hibernate/HibernatePlanetManagerImpl.java
    incubator/roller/trunk/web/WEB-INF/classes/ApplicationResources.properties

Modified: incubator/roller/trunk/personal/rollertask.sh
URL: http://svn.apache.org/viewcvs/incubator/roller/trunk/personal/rollertask.sh?rev=354600&r1=354599&r2=354600&view=diff
==============================================================================
--- incubator/roller/trunk/personal/rollertask.sh (original)
+++ incubator/roller/trunk/personal/rollertask.sh Tue Dec  6 14:58:30 2005
@@ -26,6 +26,7 @@
 ${ROLLER_HOME}/WEB-INF/lib/asm.jar:\
 ${ROLLER_HOME}/WEB-INF/lib/cglib-2.1.jar:\
 ${ROLLER_HOME}/WEB-INF/lib/commons-collections.jar:\
+${ROLLER_HOME}/WEB-INF/lib/commons-codec-1.3.jar:\
 ${ROLLER_HOME}/WEB-INF/lib/commons-lang-2.0.jar:\
 ${ROLLER_HOME}/WEB-INF/lib/commons-logging.jar:\
 ${ROLLER_HOME}/WEB-INF/lib/commons-logging.jar:\

Modified: incubator/roller/trunk/src/org/roller/business/hibernate/HibernatePlanetManagerImpl.java
URL: http://svn.apache.org/viewcvs/incubator/roller/trunk/src/org/roller/business/hibernate/HibernatePlanetManagerImpl.java?rev=354600&r1=354599&r2=354600&view=diff
==============================================================================
--- incubator/roller/trunk/src/org/roller/business/hibernate/HibernatePlanetManagerImpl.java (original)
+++ incubator/roller/trunk/src/org/roller/business/hibernate/HibernatePlanetManagerImpl.java Tue Dec  6 14:58:30 2005
@@ -331,6 +331,7 @@
                 // get corresponding website object
                 UserManager usermgr = roller.getUserManager();
                 WebsiteData website = usermgr.getWebsiteByHandle(sub.getAuthor());
+                if (website == null) return newEntries;
                 
                 // figure website last update time
                 WeblogManager blogmgr = roller.getWeblogManager();

Modified: incubator/roller/trunk/web/WEB-INF/classes/ApplicationResources.properties
URL: http://svn.apache.org/viewcvs/incubator/roller/trunk/web/WEB-INF/classes/ApplicationResources.properties?rev=354600&r1=354599&r2=354600&view=diff
==============================================================================
--- incubator/roller/trunk/web/WEB-INF/classes/ApplicationResources.properties (original)
+++ incubator/roller/trunk/web/WEB-INF/classes/ApplicationResources.properties Tue Dec  6 14:58:30 2005
@@ -1402,7 +1402,7 @@
 weblogEntryQuery.weblogEntries=Weblog Entries
 weblogEntryQuery.edit=Edit
 weblogEntryQuery.link=Link
-weblogEntryQuery.title=Title
+weblogEntryQuery.posttitle=Title
 weblogEntryQuery.category=Category
 weblogEntryQuery.pubTime=Published
 weblogEntryQuery.updateTime=Updated