Changes between Version 9 and Version 10 of NewTicketLikeThisPlugin


Ignore:
Timestamp:
Feb 2, 2016, 11:03:39 PM (8 years ago)
Author:
figaro
Comment:

Further cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • NewTicketLikeThisPlugin

    v9 v10  
    55== Description
    66
    7 The NewTicketLikeThisPlugin adds a "Clone" button to existing tickets, which lets you create a new ticket of which the fields are derived from the original ticket if you have the appropriate permission.
     7This plugin adds a "Clone" button to existing tickets, which lets you create a new ticket of which the fields are derived from the original ticket if you have the appropriate permission.
    88
    99It is based on the `tracopt.ticket.clone.ticketclonebutton` extension that ships with Trac core. Unlike that extension, the NewTicketLikeThisPlugin defines and consumes a pluggable interface for implementing custom policies to determine the way in which a new ticket is derived from the original.
     
    2222== Bugs/Feature Requests
    2323
    24 Existing bugs and feature requests for NewTicketLikeThisPlugin are [report:9?COMPONENT=NewTicketLikeThisPlugin here].
     24Existing bugs and feature requests for NewTicketLikeThisPlugin are
     25[report:9?COMPONENT=NewTicketLikeThisPlugin here].
    2526
    26 If you have any issues, create a [/newticket?component=NewTicketLikeThisPlugin new ticket].
     27If you have any issues, create a
     28[/newticket?component=NewTicketLikeThisPlugin new ticket].
    2729
    2830[[TicketQuery(component=NewTicketLikeThisPlugin&group=type,format=progress)]]
     
    3840== Installation
    3941
    40 To use the plugin, install it in your Trac environment and enable it in `trac.ini`:
     42General instructions on installing Trac plugins can be found on the [TracPlugins#InstallingaTracplugin TracPlugins] page.
     43
     44To use the plugin, install it in your Trac environment and enable it in your `trac.ini` file:
    4145{{{#!ini
    4246[components]