Version 40 (modified by 4 years ago) (diff) | ,
---|
Contents
Serve a page in Trac within an Iframe
Notice: This plugin is unmaintained and available for adoption.
Description
This plugin allows you to add a button to the main navigation bar and serve a page in the Trac template within an Iframe linking to the appropriate URL. This will work for any number of URLs specified in the proper format.
See also: MenusPlugin.
Bugs/Feature Requests
Existing bugs and feature requests for TracTabPlugin are here.
If you have any issues, create a new ticket.
defect |
7 / 8 |
||
---|---|---|---|
enhancement |
0 / 3 |
||
task |
1 / 1 |
Download
Download the zipped source from here.
Source
You can check out TracTabPlugin from here using Subversion, or browse the source with Trac.
Istallation
General instructions on installing Trac plugins can be found on the TracPlugins page.
Configuration
The following trac.ini configuration will create 2 new tabs on the main navigation bar, one named Google and the other named Edgewall, with the respective URLs and permissions, for example Google requires WIKI_VIEW
, while Edgewall requires TRAC_ADMIN
. The handlers for these items will be /tractab/Google
and /tractab/My%20Blog
:
[components] tractab.* = enabled [tractab] names = Google, Edgewall urls = http://www.google.com, http://trac.edgewall.org perms = WIKI_VIEW, TRAC_ADMIN
Note: The perms parameter is optional, but if left unspecified, it requires the TRAC_ADMIN
permission to view the tabs.
Recent Changes
- 4136 by bobbysmith007 on 2008-08-12 20:38:43
-
Rearranging the repo to include versions for trac10 and trac11
(patch by anonymous)
- 1574 by bobbysmith007 on 2006-11-15 19:35:37
-
TracTabPlugin:
reworked finding items in a list a little more so that it makes sense
- 1573 by bobbysmith007 on 2006-11-15 19:13:03
-
TracTabPlugin:
better way to find things in a list
(more)
Author/Contributors
Author: bobbysmith007
Maintainer: none (needsadoption)
Contributors: