[[PageOutline(2-5,Contents,pullout)]] = Ticket Change and Ticket Delete Plugin = {{{#!div class="system-message" '''Note:''' TicketDeletePlugin is '''deprecated''' for Trac 0.12 and later, and will no longer be supported except for critical fixes. Trac 0.12 (t:#3641) added a ticket deleter component, so there is no need to install TicketDeletePlugin if you are using Trac 0.12+. To enable functionality equivalent to TicketDeletePlugin in Trac 0.12 and later, just edit your `trac.ini`: {{{ #!ini [components] tracopt.ticket.deleter = enabled }}} The `tracopt.ticket.deleter` component was written by the Trac team and has essentially the same functionality as TicketDeletePlugin, but the implementation has no direct relation to TicketDeletePlugin. One major difference is that there is no !WebAdmin component for the Trac ticket deleter as there was for TicketDeletePlugin. }}} == Description == This is a small plugin to allow deleting tickets from within Trac. Though I don't advocate this as a method of dealing with tickets very often, it is a commonly requested feature, and it is needed on rare occasions (generally dealing with spam). It also supports deleting individual changes, including comments. == Bugs/Feature Requests == Existing bugs and feature requests for TicketDeletePlugin are [report:9?COMPONENT=TicketDeletePlugin here]. If you have any issues, create a [http://trac-hacks.org/newticket?component=TicketDeletePlugin&owner=rjollos new ticket]. == Download == Download the zipped source from [download:ticketdeleteplugin here] == Source == You can check out TicketDeletePlugin from [http://trac-hacks.org/svn/ticketdeleteplugin here] using Subversion, or [source:ticketdeleteplugin browse the source] with Trac. Select the subdirectory corresponding to your trac version. == Installation == Just follow the normal [http://trac.edgewall.org/wiki/TracPlugins egg installation procedures]. Do not forget to enable the plugin by adding the following to the components section of your trac configuration: {{{ #!ini [components] ticketdelete.* = enabled }}} There will be new [trac:wiki:WebAdmin WebAdmin] sub-pages in the Ticket category called '''Delete Ticket''' and '''Delete Changes'''. == Recent Changes == [[ChangeLog(ticketdeleteplugin, 3)]] == Author/Contributors == '''Author:''' [wiki:coderanger] [[BR]] '''Maintainer:''' ''none'' [[BR]] '''Contributors:''' k0s, daniel, rjollos, asmodai, mgood [[BR]] '''License:''' BSD 3-Clause