Modify ↓
Opened 15 years ago
Closed 15 years ago
#6010 closed defect (fixed)
[patch] enhancements to make TicketDeletePlugin work with 0.11.5
Reported by: | Jeff Hammel | Owned by: | Noah Kantrowitz |
---|---|---|---|
Priority: | normal | Component: | TicketDeletePlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
Out of the box, the 0.11 version of TicketDeletePlugin does not put deletion boxes on comments for in line deletion. This patch provides this as well as other enhancements:
- removal of multiple confirmations for deleting a ticket. In this case, there is a single text input and submit button. Being right is up to you
- use of
add_warning
andadd_notice
instead ofdata["message"]
as was previously used in the plugin
- fixing of minor JS and python bugs
This patch builds on the one in #3503 but corrects a few errors in it and provides additional enhancments
Attachments (1)
Change History (2)
Changed 15 years ago by
Attachment: | ticketdeleteplugin-0.11.2.diff added |
---|
comment:1 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
(In [6812]) make compatible with Trac 0.11, fixes #6010