TracTabPlugin

Description

Adds a button to the mainmenu and serves a page in the trac template that has an Iframe linking to the appropriate url. This will work for any number of urls specified in the following format.

Configured via the trac.ini file, the following config, will create 2 new tabs on the mainmenu (One named 'Google' and one named 'My Blog') with the respective URLS and requiring the permissions specified (IE google requires WIKI_VIEW while MyBlog? requires TRAC_ADMIN).

[components]
tractab.*=enabled

[tractab]
names=Google,My Blog
urls=http://www.google.com, http://blogs.acceleration.net/russ
perms=WIKI_VIEW, TRAC_ADMIN

NB:The perms config is optional, but if left unspecified, it requires TRAC_ADMIN permissions to view the tabs.

Bugs/Feature Requests

Open Tickets | new ticket.

Getting the Plugin

Browse the source

Subversion Checkout:

svn co http://trac-hacks.org/svn/tractabplugin/trac10
svn co http://trac-hacks.org/svn/tractabplugin/trac11

Zip Files

Download the zipped source :

Example

see above configuration

Recent Changes

[4136] by bobbysmith007 on 08/12/08 22:38:43

Rearranging the repo to include versions for trac10 and trac11 (patch by anonymous)

[1574] by bobbysmith007 on 11/15/06 20:35:37

TracTabPlugin:

reworked finding items in a list a little more so that it makes sense

[1573] by bobbysmith007 on 11/15/06 20:13:03

TracTabPlugin:

better way to find things in a list

[1032] by bobbysmith007 on 07/15/06 18:54:34

TracTabPlugin:

Author/Contributors

Author: bobbysmith007
Contributors: Anonymous ported this to genshi

Attachments