Changes between Version 9 and Version 10 of TicketCalendarPlugin


Ignore:
Timestamp:
Mar 14, 2014, 3:11:46 AM (10 years ago)
Author:
Ryan J Ollos
Comment:

Hint on configuration options. Refs #11620.

Legend:

Unmodified
Added
Removed
Modified
  • TicketCalendarPlugin

    v9 v10  
    3232== Installation ==
    3333 1. Install the plugin
    34 {{{
    35 #!sh
     34 {{{#!sh
    3635$ easy_install http://trac-hacks.org/svn/ticketcalendarplugin/0.12
    3736}}}
    38  2. Enable the plugin
    39 {{{
    40 #!ini
     37 1. Enable the plugin
     38 {{{#!ini
    4139; conf/trac.ini
    4240[components]
    4341ticketcalendar.* = enabled
    4442}}}
    45 
    46  * for compatibility with data of GanttCalendarPlugin (Not Recommended)
     43 1. Configuration options can be found on the TracIni#ticketcalendar-section page after installation.
     44  * for compatibility with data of GanttCalendarPlugin (Not Recommended)
    4745
    4846  if you want to use your data for GanttCalendarPlugin, all users and Trac server should have same timezone.
    4947
    5048  and you have to change your project's trac.ini file.
    51 {{{
    52 #!ini
     49  {{{#!ini
    5350[ticketcalendar]
    5451....