Ticket Change and Ticket Deletion Plugin

Note: The functionality of this plugin has been incorporated into Trac 0.12 t:#3641. There is no need to follow the installation steps below if you're using Trac 0.12. Just edit your trac.ini:

[components]
tracopt.ticket.deleter = enabled

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]
ticketdelete.* = enabled

There will be new WebAdmin sub-pages in the Ticket category called Delete Ticket and Delete Changes.

Recent Changes

[11802] by rjollos on 07/27/12 04:52:03

Refs #1748: (3.0.0dev) Applied patch by Daniel with modifications. Delete Buttons are added in ITemplateStreamFilter.filter_stream rather than using JavaScript.

[11801] by rjollos on 07/27/12 03:12:31

  • Removed unused imports.
  • Removed unused jquery.js.
  • Bumped version to 3.0.0dev.

[11790] by rjollos on 07/26/12 02:24:42

Fixes #4820: Use trac.util.datefmt.format_datetime from Trac for proper handling of the locale.

[10446] by rjollos on 07/12/11 07:55:43

Show plugin's svn revision on webadmin plugin panel.

Author/Contributors

Author: coderanger
Maintainer: none
Contributors: k0s, daniel, rjollos, asmodai, mgood