Changes between Version 10 and Version 11 of TicketCreateButtonsPlugin


Ignore:
Timestamp:
Mar 12, 2015, 1:47:41 PM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • TicketCreateButtonsPlugin

    v10 v11  
    11[[PageOutline(2-5,Contents,pullout)]]
    22
    3 = Ticket Create Buttons plugin =
     3= Ticket Create Buttons plugin
    44
    5 == Description ==
     5== Description
    66
    77The !TicketCreateButtons plugin creates configurable buttons in the ticket header to create related tickets.  The new ticket can inherit field values from the current ticket.
    88
    9 == Usage ==
     9== Usage
    1010
    1111  1. Under the appropriate section inside a TracIni file you can customize ticket properties as below:
     
    1616     * Where `<field-name>.<argument> = value` can be one or many from below:
    1717       * R - Required
    18        * 0 - Optional
    19 ||'''Argument'''[[BR]]  ||'''Version'''[[BR]]  ||'''R / O''' ||'''Description'''[[BR]]  ||'''Default'''[[BR]] ||
     18       * O - Optional
     19||'''Argument''' ||'''Version''' ||'''R / O''' ||'''Description''' ||'''Default''' ||
    2020||  `tag`  || >= 0.1 ||  R  ||Argument to `genshi.filters.Transfomer` used to find the ticket form element to which the button will be prepended. Typically a custom field name.[[BR]]* Example:  {{{ blockedby.tag = .//td[@headers="h_blockedby"] }}} ||  None  ||
    2121||  `label`  || >= 0.1 ||  O  ||The label for the button.[[BR]]* Example:  {{{ blockedby.label = Create }}} ||  `<field-name>`  ||
     
    4848     }}}
    4949
    50 == Installation ==
     50== Installation
    5151
    5252  1. '''Note''':
    53      1. Below instructions should be specific for some OS. Please, help expanding these instructions.
    54      1. Broader installation guidelines are made available at [http://trac.edgewall.org/wiki/TracPlugins TracPlugins]
     53     1. Below instructions could be specific to some operating systems. Please help expanding these instructions.
     54     1. Generic installation guidelines are available at [http://trac.edgewall.org/wiki/TracPlugins TracPlugins].
    5555     1. `[sudo]`, when used, is optional case you already have enough authority to modify your server.[[BR]][[BR]]
    5656  1. '''Install''' plugin:
    5757     * with easy_install, globally:
    5858       {{{#!sh
    59        $ [sudo] easy_install https://trac-hacks.org/svn/ticketcreatebuttonsplugin
     59       [sudo] easy_install https://trac-hacks.org/svn/ticketcreatebuttonsplugin
    6060       }}}
    61        * ,,You might be required to select a specific `tag`, `branch`. Defaults to select from `trunk`,,[[BR]][[BR]]
     61       * You might be required to select a specific `tag`, `branch`. Defaults to select from `trunk`[[BR]][[BR]]
    6262  1. '''Enable''' this component as follows:
    6363     * by updating [wiki:TracIni trac.ini] file under appropriate configuration section:
     
    6868     ...
    6969     }}}
    70      * or accessing your Admin panel (under selected Trac environment {{{ ..admin/general/plugins }}}).
     70     * or accessing your Admin panel under selected Trac environment {{{ ..admin/general/plugins }}}.
    7171     [[BR]][[BR]]
    7272  1. '''Configure''' Trac environment as follows:
     
    8585     * Apache on Ubuntu, example command line:
    8686       {{{#!sh
    87        $ [sudo] /etc/init.d/apache2 restart
     87       [sudo] /etc/init.d/apache2 restart
    8888       }}}
    8989       [[BR]][[BR]]
     
    9292     [[BR]][[BR]]
    9393
    94 == Bugs/Feature Requests ==
     94== Bugs/Feature Requests
    9595
    9696Existing '''[report:9?COMPONENT=TicketCreateButtonsPlugin bugs and feature requests]''' for !TicketCreateButtonsPlugin.
     
    9898If you have any issues, create a '''[/newticket?component=TicketCreateButtonsPlugin&owner=ChrisNelson new ticket]''' (please review base before creating).
    9999
    100 == Source & Download ==
     100[[TicketQuery(component=TicketCreateButtonsPlugin&group=type,format=progress)]]
    101101
    102 You can '''[/svn/ticketcreatebuttonsplugin check out]''' !TicketCreateButtonsPlugin using Subversion, or '''[source:ticketcreatebuttonsplugin browse the source]''' with Trac, or '''[download:ticketcreatebuttonsplugin download]''' the zipped source.
     102== Source and Download
    103103
    104 === Recent Changes ===
     104You can [/svn/ticketcreatebuttonsplugin check out] !TicketCreateButtonsPlugin using Subversion, or [source:ticketcreatebuttonsplugin browse the source] with Trac, or [download:ticketcreatebuttonsplugin download] the zipped source.
     105
     106== Recent Changes
    105107
    106108[[ChangeLog(ticketcreatebuttonsplugin, 3)]]
    107109
    108 == Author/Contributors ==
     110== Author/Contributors
    109111
    110112'''Author:''' [wiki:ChrisNelson] [[BR]]
    111 '''Maintainer:''' [wiki:ChrisNelson] [[BR]]
     113'''Maintainer:''' [[Maintainer]] [[BR]]
    112114'''Contributors:'''