Changes between Version 53 and Version 54 of DateFieldPlugin


Ignore:
Timestamp:
Sep 14, 2015, 7:54:06 PM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • DateFieldPlugin

    v53 v54  
    5757}}}
    5858 1. '''Configure''' the project management support for the plugin in its own configuration section, placed into 'trac.ini' file as follows:
    59     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%)]]
     59   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%)]]
    6060 {{{#!ini
    6161[ticket-custom]
     
    6666due_date.date_empty = true
    6767}}}
    68  The example demonstrated use of the special value `<now>`, which is supported only on the 1.0 branch. The value will be replaced with the current date.
    69     1. Site-wide defaults for macro arguments may be set at [datefield] section. More details about them see [#Arguments #Arguments section].
     68   The example demonstrated use of the special value `<now>`, which is supported only on the 1.0 branch. The value will be replaced with the current date.
     69   1. Site-wide defaults for macro arguments may be set at the [datefield] section:
    7070{{{#!ini
    7171[datefield]
     
    7474first_day = 1
    7575}}}
     76   More details about them see [#Arguments #Arguments section].
    7677 1. '''Restart''' web server on command line:
    7778{{{#!sh