Ticket and Ticket Change Deletion Plugin
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 here.
If you have any issues, create a new ticket.
Download
Download the zipped source from here
Source
You can check out TicketDeletePlugin from here using Subversion, or browse the source with Trac. Select the subdirectory corresponding to your trac version.
Installation
Just follow the normal egg installation procedures.
Do not forget to enable the plugin by adding the following to the components section of your trac configuration:
[components] tracdelete.* = enabled
There will be a new WebAdmin sub-page in the Ticket category called 'Delete'.
Recent Changes
[3543] by asmodai on 04/23/08 14:26:42
Fix timestamp issues.
Submitted by: jborg
[3527] by asmodai on 04/19/08 07:28:31
Fix spelling.
[3526] by asmodai on 04/17/08 14:15:01
Add changes deletion by kkckkc.
[3416] by coderanger on 03/25/08 01:39:08
Change my email to avoid Yahoo, which decided to brake my scraper script recently.
Author/Contributors
Author: coderanger
Contributors:
Attachments
- ticketdeleteplugin.zip (5.3 kB) -
Patched file (see http://d.hatena.ne.jp/kanu-orz/20080714/1216038169 ) with r3543. This file includes only the file which applied the patch. Application of this file will come to display "delete" button on a ticket view page.
, added by anonymous on 08/02/08 21:53:03.
