Changes between Version 10 and Version 11 of TaskListPlugin


Ignore:
Timestamp:
Nov 19, 2015, 9:56:36 AM (8 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • TaskListPlugin

    v10 v11  
    2323== Download and Source
    2424
     25Download the zipped source from [export:tasklistplugin here].
     26
     27== Source
     28
     29Check out TaskListPlugin from [/svn/tasklistplugin here] using Subversion, or [source:tasklistplugin browse the source] with Trac.
     30
     31== Installation
     32
    2533For Trac 0.12, install from the trunk. For Trac 0.11, install from branches/0.11.
    2634
    27 Download the [download:tasklistplugin zipped source], check out [/svn/tasklistplugin using Subversion], or [source:tasklistplugin browse the source] with Trac.
     35General instructions on installing Trac plugins can be found on the [TracPlugins#InstallingaTracplugin TracPlugins] page.
    2836
    29 == Example
     37== Configuration
     38
     39Enable the plugin as follows:
     40{{{#!ini
     41[components]
     42tasklist.* = enabled
     43}}}
    3044
    3145Create a custom ticket field by adding the following to your `trac.ini` file:
     
    3650}}}
    3751
    38 Enable the plugin as follows:
    39 {{{#!ini
    40 [components]
    41 tasklist.* = enabled
    42 }}}
    43 
    4452A few defaults may be specified in the `trac.ini` file in the `[tasklist]` section:
    45  * '''tasklist_field''': field used as the `action item`.  Default: `action_item`
    46  * '''default_cols''': ticket properties to show by default.   Default: `summary,priority`
    47  * '''default_query''': query to use by default for an authenticated user.  Specified in trac query syntax. Default: `status!=closed&owner=$USER`
    48  * '''default_anonymous_query''': query to use by default for an anonymous user.  Specified in trac query syntax. Default: `status!=closed&cc~=$USER`
     53 * '''tasklist_field''': field used as the `action item`. Default: `action_item`
     54 * '''default_cols''': ticket properties to show by default. Default: `summary,priority`
     55 * '''default_query''': query to use by default for an authenticated user. Specified in trac query syntax. Default: `status!=closed&owner=$USER`
     56 * '''default_anonymous_query''': query to use by default for an anonymous user. Specified in trac query syntax. Default: `status!=closed&cc~=$USER`
    4957
    5058== Recent Changes
     
    5563
    5664'''Author:''' [wiki:pacopablo] [[BR]]
    57 '''Maintainer:''' ''none'' [[BR]]
     65'''Maintainer:''' [[Maintainer]] [[BR]]
    5866'''Contributors:'''