Changes between Version 27 and Version 28 of RevtreePlugin


Ignore:
Timestamp:
Dec 18, 2007, 10:50:58 PM (16 years ago)
Author:
Emmanuel Blot
Comment:

Add doc about the new contexts option

Legend:

Unmodified
Added
Removed
Modified
  • RevtreePlugin

    v27 v28  
    3333=== Filters ===
    3434
    35 The user may select which changesets are to be rendered, based on several filters:
     35The user may select which changesets are to be rendered, based on several
     36filters:
    3637 * The main filters are mutually exclusive:
    3738   1. '''changeset range''': this filter selects a range of changesets to be
     
    222223section.
    223224
    224 If your repository follows a different layout, you need to tweak the branch regex.
    225 
    226 The following regex would better match the ''multiple-project'' repository layout:
     225If your repository follows a different layout, you need to tweak the branch
     226regex.
     227
     228The following regex would better match the ''multiple-project'' repository
     229layout:
    227230{{{
    228231branch_re = ^(?P<branch>[^/]+/(?:(?:tags|branches)/[^/]+|trunk))(?:/(?P<path>.*))?$
     
    233236==== Menu selection ====
    234237
    235 Revtree menu may either appears as a main menu item (''i.e.'' in the menu bar) or as a contextual menu item.
    236  * default settings is to appear in the main menu bar.
    237  * to make revtree link appear as a contextual menu item, define a `contexts` option in the `[revtree]` section of your `trac.ini` file and use a comma-separated list of the page contexts where the revtree menu should appear, ''e.g.''
     238Revtree menu may either appears as a main menu item (''i.e.'' in the menu bar)
     239or as a contextual menu item.
     240 * to make revtree link appear as a contextual menu item, define a `contexts`
     241   option in the `[revtree]` section of your `trac.ini` file and use a
     242   comma-separated list of the page contexts where the revtree menu should
     243   appear, ''e.g.''
    238244{{{
    239245[revtree]
    240246contexts = changeset, browser
    241247}}}
    242    makes revtree links appear in the ''Changeset'' navigation bar and the ''Browser'' navigation bar.
     248   makes revtree links appear in the ''Changeset'' navigation bar and the
     249   ''Browser'' navigation bar.
     250 * to revert to the default settings, that is make Revtree to appear within
     251   the main menu bar, simply remove the `contexts` option from your config
     252   file.
    243253
    244254==== Position in the main menu ====
     
    310320=== SVN repository imported from CVS ===
    311321
    312 I never used `cvs2svn` myself, but the following information might be useful for
    313 those who want to import their CVS-managed source code into a new SVN
     322I never used `cvs2svn` myself, but the following information might be useful
     323for those who want to import their CVS-managed source code into a new SVN
    314324repository, and still be able to browse the repository with the RevtreePlugin.
    315325