Changes between Version 7 and Version 8 of WikiCreateTicketPlugin


Ignore:
Timestamp:
Jul 24, 2015, 10:19:54 AM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • WikiCreateTicketPlugin

    v7 v8  
    11[[PageOutline(2-5,Contents,pullout)]]
    22
    3 = Create tickets from wiki markup =
     3= Create tickets from wiki markup
    44
    5 == Description ==
     5== Description
    66
    7 wikicreateticket plugin applies a new format to create ticket in wiki.
     7This plugin applies a new format to create a ticket in the wiki:
    88 * `#new bar` will create a new ticket with summary "bar"
    99 * `#new [foo] bar` will create a new ticket with summary "bar" and owner "foo"
    1010
    11 When I write minutes on Trac wiki, I wanted to create ticket for action items raising up at the meeting.
    12 That's why I write this plugin.
     11When I write minutes on Trac wiki, I wanted to create ticket for action items raising up at the meeting. That's why I wrote this plugin.
    1312
    14 Any suggestion of syntax to assign other parameters like milestone or components are welcomed!!
     13Any suggestion of syntax to assign other parameters like milestone or components are welcomed!
    1514
    16 == Bugs/Feature Requests ==
     15== Bugs/Feature Requests
    1716
    1817Existing bugs and feature requests for WikiCreateTicketPlugin are
     
    2019
    2120If you have any issues, create a
    22 [http://trac-hacks.org/newticket?component=WikiCreateTicketPlugin&owner=saigon new ticket].
     21[/newticket?component=WikiCreateTicketPlugin new ticket].
    2322
    24 == Download ==
     23[[TicketQuery(component=WikiCreateTicketPlugin&group=type,format=progress)]]
     24
     25== Download
    2526
    2627Download the zipped source from [download:wikicreateticketplugin here].
    2728
    28 == Source ==
     29== Source
    2930
    3031You can check out WikiCreateTicketPlugin from [http://trac-hacks.org/svn/wikicreateticketplugin here] using Subversion, or [source:wikicreateticketplugin browse the source] with Trac.
    3132
    32 == Example ==
     33== Installation
     34
     35General instructions on installing Trac plugins can be found on the [TracPlugins#InstallingaTracplugin TracPlugins] page.
     36
     37== Example
    3338
    3439 * #new bar will create a new ticket with summary "bar"
    3540 * #new [foo] bar will create a new ticket with summary "bar" and owner "foo"
    3641
    37 == Tickets ==
    38 
    39 [[TicketQuery(component=WikiCreateTicketPlugin&status!=closed,group=status)]]
    40 
    41 == Recent Changes ==
     42== Recent Changes
    4243
    4344[[ChangeLog(wikicreateticketplugin, 3)]]
    4445
    45 == Author/Contributors ==
     46== Author/Contributors
    4647
    4748'''Author:''' [wiki:saigon] [[BR]]