Changes between Version 4 and Version 5 of HudsonTracPlugin


Ignore:
Timestamp:
Jun 10, 2009, 10:49:04 AM (15 years ago)
Author:
roadrunner
Comment:

Added missing documentation for username, password, and display_in_new_tab options

Legend:

Unmodified
Added
Removed
Modified
  • HudsonTracPlugin

    v4 v5  
    1717== Configuration ==
    1818
    19 There are 3 options you can configure in your trac.ini under the section
     19There are 6 options you can configure in your trac.ini under the section
    2020`[hudson]` (if you have the IniAdminPlugin installed they will show up
    2121under `hudson`):
     
    2323   The url of the hudson rss feed containing the build statuses.
    2424   Example: `http://localhost/hudson/rssAll`
     25 username::
     26   The username to use when accessing hudson (both the feed itself
     27   as well as the job descriptions); leave empty if no authentication
     28   is needed.
     29 password::
     30   The password to use when accessing hudson; leave empty if no
     31   authentication is needed.
    2532 display_subprojects::
    2633   If set to `true` then display subprojects in the timeline too;
     
    2936   The url of the hudson page to link to from the trac mainnav; if
    3037   empty, no entry is created in the mainnav. Example: `/hudson/`
     38 display_in_new_tab::
     39   If set to `true` then open the above hudson page in a new tab (or
     40   window) instead of in the current tab/window. Not used if
     41   `main_page` is not set.
    3142
    3243