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.
Dave Johnson
in Roller
• 🕒 08:03AM May 29, 2004
Tags:
Roller
Posted by Behrang Saeedzadeh on May 29, 2004 at 08:06 PM EDT #
Posted by Manjunath on May 29, 2004 at 09:20 PM EDT #
Posted by zul on May 30, 2004 at 09:15 AM EDT #
Posted by Dave Johnson on May 30, 2004 at 11:17 AM EDT #
instead of:
Posted by Matt Raible on May 30, 2004 at 12:06 PM EDT #
Posted by Dave Johnosn on May 30, 2004 at 12:33 PM EDT #
Posted by eu on May 31, 2004 at 12:19 AM EDT #
Posted by Lance on May 31, 2004 at 01:02 AM EDT #
Posted by Dave Johnson on May 31, 2004 at 01:51 AM EDT #
Posted by Debashish on June 02, 2004 at 04:35 AM EDT #
Posted by Dave Johnson on June 02, 2004 at 10:08 AM EDT #
Posted by Debashish on June 03, 2004 at 04:36 AM EDT #