Changes between Version 11 and Version 12 of TaskListPlugin


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

Heading change

Legend:

Unmodified
Added
Removed
Modified
  • TaskListPlugin

    v11 v12  
    2121[[TicketQuery(component=TaskListPlugin&group=type,format=progress)]]
    2222
    23 == Download and Source
     23== Download
    2424
    2525Download the zipped source from [export:tasklistplugin here].
     
    5353 * '''tasklist_field''': field used as the `action item`. Default: `action_item`
    5454 * '''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`
     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`
    5757
    5858== Recent Changes