Changes between Version 46 and Version 47 of DateFieldPlugin


Ignore:
Timestamp:
Mar 28, 2013, 4:06:59 AM (11 years ago)
Author:
Ryan J Ollos
Comment:

Added syntax highlighting.

Legend:

Unmodified
Added
Removed
Modified
  • DateFieldPlugin

    v46 v47  
    3232 1. '''Install''' globally with:
    3333{{{
     34#!sh
    3435  sudo easy_install https://trac-hacks.org/svn/datefieldplugin/0.11/
    3536}}}
    3637 1. '''Enable''' the plugin by updating TracIni file (..../trac.ini) as follows:
    3738{{{
     39#!ini
    3840  [components]
    3941  datefield.* = enabled
     
    4244    1. To add a Due Date, just set up the field as a [http://trac.edgewall.org/wiki/TracTicketsCustomFields custom field], or use the CustomFieldAdminPlugin (image right) to create a date field: [[Image(customfields.jpg, right, 20%)]]
    4345{{{
     46#!ini
    4447  [ticket-custom]
    4548  due_date = text
     
    5154    1. Site-wide defaults for macro arguments may be set at [datefield] section. More details about them see [#Arguments #Arguments section].
    5255{{{
     56#!ini
    5357  [datefield]
    5458  format = mdy