Modify ↓
Opened 18 years ago
Closed 15 years ago
#1114 closed defect (duplicate)
The TicketPlugin doesn't work with Trac trunk.
Reported by: | Thomas Moschny | Owned by: | Jeroen Ruigrok van der Werven |
---|---|---|---|
Priority: | normal | Component: | TicketDeletePlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
With t:r4587 and the 0.11 variant of the plugin, r1480:
2007-01-18 17:46:30,735 Trac[loader] ERROR: Failed to load plugin ticketdelete.web_ui from /srv/trac/tracmtn/plugins/TracTicketDelete-2.0-py2.4.egg Traceback (most recent call last): File "/opt/trac/trac-0.11dev_r4587/lib/python2.4/site-packages/trac/loader.py", line 101, in load_components entry_point.load() File "/usr/lib/python2.4/site-packages/pkg_resources.py", line 1830, in load entry = __import__(self.module_name, globals(),globals(), ['__name__']) File "build/bdist.linux-i686/egg/ticketdelete/__init__.py", line 1, in ? File "build/bdist.linux-i686/egg/ticketdelete/web_ui.py", line 8, in ? ImportError: No module named webadmin.web_ui
Attachments (1)
Change History (7)
comment:1 Changed 18 years ago by
comment:2 Changed 18 years ago by
Owner: | changed from Noah Kantrowitz to Jeroen Ruigrok van der Werven |
---|
comment:3 Changed 18 years ago by
Owner: | changed from Jeroen Ruigrok van der Werven to awithers |
---|---|
Status: | new → assigned |
First a few caveats: I don't normally run trac, I don't know the internals, and I don't use custom fields.
The attached patch allows me to delete comments and tickets with trac 0.11 r4937.
comment:4 Changed 18 years ago by
Owner: | changed from awithers to Jeroen Ruigrok van der Werven |
---|---|
Status: | assigned → new |
comment:6 Changed 15 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
The initial work on porting this was done by asmodai. If he would like to continue on this he is welcome, but I am not planning to port any of my plugins to 0.11dev until it is more stable (a la a beta release).