« JRoller upgrade on... | Main | Testing Wiki support... »

JRoller: Roller 0.9.9 upgrade complete

I have successfully upgraded JRoller.com to Roller 0.9.9. If you encounter any problems please report a issue on Roller's JIRA issue tracker located here: http://opensource.atlassian.com/projects/roller.

  • For all users: Roller now supports locale and timezone settings for each user. You can set your locale and timezone on the Website->User page of the Editor UI.

  • For users (excluding Hani) who have customized page templates: if you added a call to $pageModel.getRecentWeblogEntries() in your weblog templates, you will need to add a second argument to the call. In Roller 0.9.8 the method took only one argument, an integer being the number of entries to return. In Roller 0.9.9, the method takes a second parameter, a string being the category of posts to be displayed. Pass in "/" to include all categories. For example: $pageModel.getRecentWeblogEntries(15,"/") would get up to 15 recent entries in all categories.
Comments:

Dave, The locale list does not have "Persian" :((

Posted by Behrang Saeedzadeh on May 29, 2004 at 08:06 PM EDT #

I am not able to delete the category. I know i should go and search in JIRA, if not found file a bug. I will do that if this comment is not answered for a while.

Posted by Manjunath on May 29, 2004 at 09:20 PM EDT #

Dave, I don't have JIRA password, so I'm posting what I found here. From what I see, I think this only happens in JRoller, the calendar is not working.

Posted by zul on May 30, 2004 at 09:15 AM EDT #

A couple of other problems that I have noticed. Bookmarks are not working on some Weblogs due to "more than one root folder" problem. Also, calendars are not working on some Weblogs.

Posted by Dave Johnson on May 30, 2004 at 11:17 AM EDT #

I was able to fix the "more than one root folder" problem by modifying my Velocity template to use:

#showBookmarks("/Spring Bookmarks" true true)

instead of:

#showBookmarks("Spring Bookmarks" true true)

Posted by Matt Raible on May 30, 2004 at 12:06 PM EDT #

Matt, that was not all it took to fix your bookmarks. You had an extra root folder in the database and I deleted it via SQL. I'm working on a fix for this in the database upgrade code and in the ConsistencyCheck utility.

Posted by Dave Johnosn on May 30, 2004 at 12:33 PM EDT #

Am I blind or we lost trackback send in this new already-Hani-billed UI?

Posted by eu on May 31, 2004 at 12:19 AM EDT #

Looks like people aren't seeing the "enable comments" option either, the few new posts I've read all had comments disabled.

Posted by Lance on May 31, 2004 at 01:02 AM EDT #

Yes, enable comments should default to true.

Posted by Dave Johnson on May 31, 2004 at 01:51 AM EDT #

I am facing problem due to the bullets in the macros #showRecentEntries(20), this ruining my page layout. How can I remove the bullets?

Posted by Debashish on June 02, 2004 at 04:35 AM EDT #

Dehashish, use CSS list-style-type:none, maybe something like this in your CSS file would work:<p />
li.recentPosts {
   list-style-type: none;
    padding: 0px;
}

Posted by Dave Johnson on June 02, 2004 at 10:08 AM EDT #

Thanks a lot Dave! Seems the problem was not due to the "Recent Posts" list but rather the search form (#showSearchForm()), have removed it temporarily...BTW did any body suggest about displaying the IP address along with individual's comment in the comments list.

Posted by Debashish on June 03, 2004 at 04:36 AM EDT #

Post a Comment:
  • HTML Syntax: NOT allowed

« JRoller upgrade on... | Main | Testing Wiki support... »

Welcome

This is just one entry in the weblog Blogging Roller. You may want to visit the main page of the weblog

Related entries

Below are the most recent entries in the category Roller, some may be related to this entry.