FrontPage theme not working

2013-12-17 Thread Gaurav
Hello, I tried using the frontpage theme of roller, but it seems like this theme has some issue as It did not show up any data (no blogs, hottags, hot blogs etc.) But when I tried searching in the search of that theme, then it shows the blogs. I am looking into this, just want to know Is

Old Issues in Issue tracker

2013-12-17 Thread Gaurav
Hello, I want to know the status of the some of the old issues of roller which are in issue tracker. I tested some of the issues like [1][2]. They are working fine in the latest roller version. There are some issues are are not relevant today and was posted back 4-5 years ago. I don't think

Re: Old Issues in Issue tracker

2013-12-17 Thread Glen Mazza
Yes, oh yes! When I joined the team a year ago we had ~420 open issues, now we're around 165 (with maybe 80% of the closed issues immediately closable), so we've made a lot of progress in cleaning up our JIRA. Glen On 12/17/2013 07:15 AM, Gaurav wrote: Hello, I want to know the status of

Re: FrontPage theme not working

2013-12-17 Thread Gaurav
Hello, I am still not able to populate the results in frontpage theme. The condition I see in this theme is different from other is this [#foreach($pinnedEntry in $pinnedEntries)]. Can any one explain me what is pinnedEntry here ? As in that theme we still use #foreach($entry in $entries)

Re: FrontPage theme not working

2013-12-17 Thread Dave
Hi Guarav, The front-page theme is designed to be used on the weblog that is designated to be the front-page blog of a Roller site. See the Server-Admin - Configuration page and the Weblog to serve as frontpage blog option. You must also turn on the Enable aggregated site-wide frontpage option.

Re: FrontPage theme not working

2013-12-17 Thread Greg Huber
Gaurav, following through the logic: #set($pinnedEntries = $site.getPinnedWeblogEntries(5)) #foreach($pinnedEntry in $pinnedEntries) $site == org.apache.roller.weblogger.ui.rendering.model.SiteModel So if you check getPinnedWeblogEntries(..) of SiteModel: /** * Get pinned entries.

Re: FrontPage theme not working

2013-12-17 Thread Gaurav
Thanks a lot Greg, It really cleared me about the work flow of roller and how we get the results from database. I was really struggling understanding the roller flow, day by day I am becoming more familiar to the structure of roller. One thing I was having problem today was understanding the