Show active tickets in Trac wiki home page - trac

in my trac installation I'm looking for a way to show Active tickets in a section of the homepage. How could I do this?
Thanks

I think the TicketQuery Macro does what you want. For example add the following to the wiki page to get all open tickets sorted by ticket#:
[[TicketQuery(status=new|assigned|reopened|accepted&order=id)]]

I think you'd want to look into writing a trac plugin. There's an example on Trac Hacks that seems like it might be a good starting point for what you're looking to do: Watchlist Plugin

Related

Is ODL-SDNiApp still supported?

I am trying to test ODL-SDNiApp and found it not updated since Helium on this page https://wiki.opendaylight.org/view/ODL-SDNiApp:User_Guide. So, is it still supported by Opendaylight? if not, please list me some useful tools or methods for inter SDN controller communication.
Thanks.
According to the project page https://wiki.opendaylight.org/view/ODL-SDNi_App:Main, it last participated in the Boron release but it doesn't look like it's been active since. You can try the project mailing list or contact the listed committers. If it is inactive as it appears, perhaps you might want to try to reboot it.

How does one edit multiple tickets in Trac?

I want to make changes to multiple tickets in Trac - specifically, change the value of several listboxes. A web search found multiple Trac tickets on the subject, with the master being (http://trac.edgewall.org/ticket/525). Reading this ticket suggests to me that this feature has been implemented, but I can't find out how to actually do it. Our Trac "administrator" doesn;t know either. We are running Trac 1.01.
Any help would be appreciated.
Information can be found on the TracBatchModify page. Navigate to the Custom Query page (/query) and you'll see a Batch Modify section at the bottom of the page provided you have TICKET_BATCH_MODIFY permission.

Iterate through every entry or posts in apache roller weblog

I am creating a blog using apache roller 5.xx version
I am able to design templates with default macros but I don't know how to write custom programs to it. I am fighting with this pager thing for almost 2 days with no solution now
Can anybody assist me to iterate through the entries obtained in pager using below codes.
#set($pager = $model.getWeblogEntriesPager())
#showWeblogEntriesPager($pager)
I want don't want to show entries using #showWeblogEntriesPager($pager) macro.
Did you look at the internal implementation of #showWeblogEntriesPager and confirm it was not something you could leverage?

Multiple comment plugin loading on Blogger

on my blog I’m using from a long time the IntenseDebate pluging as commenting system in place of the default one.
I would replace it with Google+ comment system but I don’t want to lose all comments already left by the users via IntenseDebate, so I would figure out if there’s any way to load on the old posts the IntenseDebate pluging in place of the default Google+.
As possible solution, I’m thinking something like a tag in the html post code that (if defined) load the IntenseDebate pluging.
What do you think?
its not posible to migrate IntenseDebate comment on google plus. Their is one solution that you can use multiple comment system in your blogger blog. just few month ago i had written trick for the same. I hope that this will be useful to you.
http://www.tipsviablogging.com/multiple-comment-system-blogspot/

Where can I view glassfish source code on the web

I spent about a half hour surfing the various Glassfish web sites, but i was unable to find the source code online.
I don't want to download the code, I just want to look at a couple specific spots.
Is there similar to mxr.mozilla.org?
http://java.net/projects/glassfish/sources/svn/show
It's now here https://svn.java.net/svn/glassfish~svn/
Is this what you are looking for:
https://glassfish.dev.java.net/source/browse/glassfish/
EDIT: There seems to be a migration going on java.net, as per:
http://terrencebarr.wordpress.com/2010/11/12/please-read-java-net-migration-move-it-or-loose-it/
You can use the fisheye:
https://fisheye4.atlassian.com/browse/glassfish-svn
Probably best to take some tag from the tree on the left.