Re: FrontPage theme not working

2013-12-17 Thread Greg Huber
Gaurav, is a struts action: app/src/main/resources/struts.xml .CreateUser So, Struts will call the save() method of org.apache.roller.weblogger.ui.struts2.admin.CreateUser. btw, anything after the ! (bang) is a method of the class. Part of the struts2 framework. Cheers Greg

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 Cre

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
Hello Dave, Thanks a lot. It worked now perfectly fine after enabling these two things. Also, the tags in frontpage theme give me an 404 error, as there is no tags.vm in frontpage theme same as basic theme also do not have tags page. Thanks Gaurav On Tuesday 17 December 2013 07:12 PM, Dave

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" opti

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) for

Re: Old Issues in Issue tracker

2013-12-17 Thread Gaurav
Glen, Actually I was looking onto the popular issues, where I find some irrelevant issues. I will test each issue which is working in 5.1 and will comment on the issue then team can see and close it if they feel. What you say ? Thanks Gaurav On Tuesday 17 December 2013 06:15 PM, Glen Mazza

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 th

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 a

Re: FrontPage theme not working

2013-12-17 Thread Greg Huber
It should work ok, the front page theme is for the initial front page weblog, right? Cheers Greg. On 17 December 2013 09:38, Gaurav wrote: > 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,

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 anyon