Changes between Version 8 and Version 9 of TaskListPlugin


Ignore:
Timestamp:
Jul 20, 2015, 10:07:48 AM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes, tagged with license

Legend:

Unmodified
Added
Removed
Modified
  • TaskListPlugin

    v8 v9  
    11[[PageOutline(2-5,Contents,pullout)]]
    2 = Task List Plugin =
    32
    4 == Description ==
     3= Task List Plugin
    54
    6 Create a task list based on existing ticket.  Additionally provide a quick method for entering new tickets.
     5== Description
    76
    8 The task list plugin requires a custom ticket field to be configured.  By default, this field is a text field named `action_item`.  If a value is present in the `action_item` field, then that value is used in the task list display.  This provides for a quick way to see what the next step is for a ticket.
     7This plugin allows you to create a task list based on existing ticket. Additionally it provides a quick method for entering new tickets.
    98
    10 Additionally, the task list plugin creates a simple method for creating tickets.  By default, only the `summary` and `priority` are entered.  This relieves the tedium of filling out the new ticket form.  This is especially useful for tracking simple tasks where capturing the request or issue is paramount.  The details can then later be added via the normal ticket interface.
     9The task list plugin requires a custom ticket field to be configured. By default, this field is a text field named `action_item`. If a value is present in the `action_item` field, then that value is used in the task list display. This provides a quick way to see what the next step is for a ticket.
    1110
    12 The task list interface is based on the query interface and should thus be familiar to Trac users.  It also allows for each individual to customize their task list with the columns they desire.
     11Additionally, the task list plugin creates a simple method for creating tickets. By default, only the `summary` and `priority` are entered. This relieves the tedium of filling out the new ticket form. This is especially useful for tracking simple tasks where capturing the request or issue is paramount. The details can then later be added via the normal ticket interface.
    1312
    14 == Bugs/Feature Requests ==
     13The task list interface is based on the query interface and should thus be familiar to Trac users. It also allows for each individual to customize their task list with the columns they desire.
    1514
    16 Existing bugs and feature requests for TaskListPlugin are [query:status!=closed&component=TaskListPlugin&order=priority here]. If you have any issues, create a [/newticket?component=TaskListPlugin&owner=pacopablo new ticket].
     15== Bugs/Feature Requests
    1716
    18 == Download and Source ==
     17Existing bugs and feature requests for TaskListPlugin are [query:status!=closed&component=TaskListPlugin&order=priority here].
     18
     19If you have any issues, create a [/newticket?component=TaskListPlugin new ticket].
     20
     21[[TicketQuery(component=TaskListPlugin&group=type,format=progress)]]
     22
     23== Download and Source
    1924
    2025For Trac 0.12, install from the trunk. For Trac 0.11, install from branches/0.11.
     
    2227Download the [download:tasklistplugin zipped source], check out [/svn/tasklistplugin using Subversion], or [source:tasklistplugin browse the source] with Trac.
    2328
    24 == Example ==
     29== Example
    2530
    26 Create a custom ticket field.
    27 {{{
     31Create a custom ticket field by adding the following to your `trac.ini` file:
     32{{{#!ini
    2833[ticket-custom]
    2934action_item = text
    3035action_item.label = Action Item
    3136}}}
    32 Enable the plugin
     37
     38Enable the plugin as follows:
    3339{{{
    3440[components]
     
    4248 * '''default_anonymous_query''': query to use by default for an anonymous user.  Specified in trac query syntax.  Default: `status!=closed&cc~=$USER`
    4349
    44 == Recent Changes ==
     50== Recent Changes
    4551
    4652[[ChangeLog(tasklistplugin, 3)]]
    4753
    48 == Author/Contributors ==
     54== Author/Contributors
    4955
    5056'''Author:''' [wiki:pacopablo] [[BR]]