Edgewall Software

Changes between Version 4 and Version 5 of TracUpgrade


Ignore:
Timestamp:
Dec 20, 2004, 2:39:49 PM (19 years ago)
Author:
Christopher Lenz
Comment:

Info about enabling the roadmap feature on upgrade. See #970.

Legend:

Unmodified
Added
Removed
Modified
  • TracUpgrade

    v4 v5  
    2424}}}
    2525
     260.8 adds a new roadmap feature which requires additional permissions. While a
     27fresh installation will by default grant ROADMAP_VIEW and MILESTONE_VIEW
     28permissions to anonymous, these permissions have to be granted manually when
     29upgrading:
     30{{{
     31 $ trac-admin /path/to/projectenv permission add anonymous MILESTONE_VIEW
     32 $ trac-admin /path/to/projectenv permission add anonymous ROADMAP_VIEW
     33}}}
     34
    2635-----
    2736See also: TracGuide, TracInstall