Opened 1 year ago
Last modified 1 month ago
0.11 support for deleteticket
Actual patch from svn, no copy/paste
I re-added the v2 patch because the first one was a copy/paste on a remote machine and might introduce apply problems.
Replying to s0undt3ch:
This version still fails to delete ticket changes, ie, it only works for deleting complete tickets.
new version, tested with trac 0.11 r6202
New ersion of the patch that works with the current 0.11 tree.
i install deleteticket on trac 0.11 via
easy_install http://trac-hacks.org/svn/ticketdeleteplugin/0.11/
Installation Works but no menu on the Admin page and i have the following error on the log:
ERROR: Skipping "ticketdelete.web_ui = ticketdelete.web_ui": (can't import "No module named webadmin.web_ui")
Thanks for Helping
hkaimio,
even with your latest patch ticketdelete-trac0.11-v3.patch it still does not work on 0.11 for deleting ticket changes:
Trac detected an internal error: TypeError?: object of type 'Undefined' has no len()
File "C:\Documents and Settings\LocalService?\Application Data\Python-Eggs\tracticketdelete-2.0-py2.5.egg-tmp\ticketdelete\templates\ticketdelete_admin.html", line 34, in <Expression u'len(ticketdelete.changes)'>
Do youknow what is the case.
Would be great if soeone puts the fully working TicketDeletePlugin for 0.11 It's rally very useful.
there's a traceback of an error with 0.11 over at #2781, might or might not be related.
Patch tested against r3519
I've attached a patch against r3519 that seem to be working fine with 0.11
The path also enables some attachment deletion, but use this with care. I haven't really tested this
Committed patch v4 in r3526.
Asmodai this appears to fix the timestamp issue on t.e.o we talked about yesterday
Committed in r3542.
Err, make that r3543.
TicketDeletePlugin doesn't work yes.
I attached additional patch for 0.11(trac-0.11-okamototk.patch).
regards,
Takashi Okamoto
patch for 0.11 by okamototk
Patch to implement the button with a ITemplateStreamFilter and make the plugin work fully
I attached a patch which brings this plugin fully up to date with 0.11 as far as I can tell. Both the overall ticket deletion and the change deletion pages appear to work correctly, including linking from Delete buttons on the ticket screen.
I wish I had seen this ticket before starting working on this as it would have saved me some time.
Some of the changes I made in addition to the bug fixes: