Changes between Version 5 and Version 6 of TracRoadmap


Ignore:
Timestamp:
Mar 31, 2018, 10:01:04 PM (6 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracRoadmap

    v5 v6  
    1818With appropriate permissions it is possible to add, modify and remove milestones using either the web interface (roadmap and milestone pages), web administration interface or by using `trac-admin`.
    1919
    20 '''Note:''' Milestone descriptions can not currently be edited using `trac-admin`.
    21 
    2220== iCalendar Support
    2321
     
    3331To subscribe to the roadmap, copy the iCalendar link from the roadmap (found at the bottom of the page) and choose the "Subscribe to remote calendar" action (or similar) of your calendar application, and insert the URL just copied.
    3432
    35 '''Note:''' For tickets to be included in the calendar as tasks, you need to be logged in when copying the link. You will only see tickets assigned to yourself and associated with a milestone.
    36 
    37 '''Note:''' To include the milestones in Google Calendar you might need to rewrite the URL:
    38 {{{#!apache
    39 RewriteEngine on
    40 RewriteRule ([^/.]+)/roadmap/([^/.]+)/ics /$1/roadmap?user=$2&format=ics
    41 }}}
     33For tickets to be included in the calendar as tasks, you need to be logged in when copying the link. You will only see tickets assigned to yourself and associated with a milestone.
    4234
    4335More information about iCalendar can be found at [http://en.wikipedia.org/wiki/ICalendar Wikipedia].