Changes between Initial Version and Version 1 of TracTabPlugin


Ignore:
Timestamp:
Apr 4, 2006, 3:08:44 PM (18 years ago)
Author:
Russ Tyndall
Comment:

New hack TracTabPlugin, created by bobbysmith007

Legend:

Unmodified
Added
Removed
Modified
  • TracTabPlugin

    v1 v1  
     1= TracTab =
     2
     3== Description ==
     4
     5Adds 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.
     6
     7Configured 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).
     8{{{
     9[components]
     10tractab.*=enabled
     11
     12[tractab]
     13names=Google,My Blog
     14urls=http://www.google.com, http://blogs.acceleration.net/russ
     15perms=WIKI_VIEW, TRAC_ADMIN
     16
     17}}}
     18
     19NB:The perms config is optional, but if left unspecified, it requires TRAC_ADMIN permissions to view the tabs.
     20
     21
     22== Bugs/Feature Requests ==
     23
     24Existing bugs and feature requests for TracTabPlugin are
     25[report:9?COMPONENT=TracTabPlugin here].
     26
     27If you have any issues, create a
     28[http://trac-hacks.org/newticket?component=TracTabPlugin&owner=bobbysmith007 new ticket].
     29
     30== Download ==
     31
     32Download the zipped source from [download:tractabplugin here].
     33
     34== Source ==
     35
     36You can check out TracTabPlugin from [http://trac-hacks.org/svn/tractabplugin here] using Subversion, or [source:tractabplugin browse the source] with Trac.
     37
     38== Example ==
     39
     40see above configuration
     41
     42== Recent Changes ==
     43
     44[[ChangeLog(tractabplugin, 3)]]
     45
     46== Author/Contributors ==
     47
     48'''Author:''' [wiki:bobbysmith007] [[BR]]
     49'''Contributors:'''