Changes between Version 48 and Version 49 of DateFieldPlugin


Ignore:
Timestamp:
Feb 20, 2014, 5:36:07 AM (10 years ago)
Author:
Jun Omae
Comment:

Removed leading whitespaces in the configuration example

Legend:

Unmodified
Added
Removed
Modified
  • DateFieldPlugin

    v48 v49  
    3333{{{
    3434#!sh
    35   sudo easy_install https://trac-hacks.org/svn/datefieldplugin/0.11/
     35$ sudo easy_install https://trac-hacks.org/svn/datefieldplugin/0.11/
    3636}}}
    3737 1. '''Enable''' the plugin by updating TracIni file (..../trac.ini) as follows:
    3838{{{
    3939#!ini
    40   [components]
    41   datefield.* = enabled
     40[components]
     41datefield.* = enabled
    4242}}}
    4343 1. '''Configure''' the project management support for the plugin in its own configuration section, placed into 'trac.ini' file as follows:
     
    4545{{{
    4646#!ini
    47   [ticket-custom]
    48   due_date = text
    49   due_date.date = true
    50   due_date.label = Due Date
    51   due_date.value = MM-DD-YYYY
    52   due_date.date_empty = true
     47[ticket-custom]
     48due_date = text
     49due_date.date = true
     50due_date.label = Due Date
     51due_date.value = MM-DD-YYYY
     52due_date.date_empty = true
    5353}}}
    5454    1. Site-wide defaults for macro arguments may be set at [datefield] section. More details about them see [#Arguments #Arguments section].
    5555{{{
    5656#!ini
    57   [datefield]
    58   format = mdy
    59   separator = -
    60   first_day = 1
     57[datefield]
     58format = mdy
     59separator = -
     60first_day = 1
    6161}}}
    6262 1. '''Restart''' web server on command line:
    6363{{{
    6464#!sh
    65     $ sudo /etc/init.d/apache2 restart
     65$ sudo /etc/init.d/apache2 restart
    6666}}}
    6767