Changes between Version 1 and Version 2 of NewTicketLikeThisPlugin


Ignore:
Timestamp:
Jan 6, 2012, 3:24:10 PM (12 years ago)
Author:
ejucovy
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • NewTicketLikeThisPlugin

    v1 v2  
    55== Description ==
    66
    7 The NewTicketLikeThisPlugin adds a "Clone" button to existing tickets,
     7The NewTicketLikeThisPlugin adds a "Clone" button to existing tickets,
    88which lets you create a new ticket whose fields derive from the original
    99ticket if you have the appropriate permission.
     
    4747== Download ==
    4848
    49 Download the zipped source from [download:newticketlikethisplugin here].
     49Download the zipped source from [https://github.com/boldprogressives/trac-NewTicketLikeThisPlugin/tags here].
    5050
    5151== Source ==
    5252
    53 You can check out NewTicketLikeThisPlugin from [http://trac-hacks.org/svn/newticketlikethisplugin here] using Subversion, or [source:newticketlikethisplugin browse the source] with Trac.
     53You can clone NewTicketLikeThisPlugin from [git://github.com/boldprogressives/trac-NewTicketLikeThisPlugin.git here] using Git, or [https://github.com/boldprogressives/trac-NewTicketLikeThisPlugin browse the source] with Github.
    5454
    5555== Example ==
     
    6161  newticketlikethis.* = enabled
    6262
    63 By default this will add the "Clone" button to the ticket view, and
     63By default this will add the "Clone" button to the ticket view, and
    6464will use the ``SimpleTicketCloner`` component to clone your tickets.
    6565The ``TICKET_ADMIN`` permission will be required for cloning tickets.