Modify ↓
Opened 18 years ago
Closed 12 years ago
#1203 closed defect (wontfix)
[patch] Looks for WebAdmin plugin and crashes
Reported by: | anonymous | Owned by: | cliechti |
---|---|---|---|
Priority: | normal | Component: | TracHtGroupEditorPlugin |
Severity: | blocker | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
Plugin still looks for the WebAdmin plugin, which is included in 0.11
Attachments (1)
Change History (4)
Changed 17 years ago by
Attachment: | 0.11dev_migration_fix-anyrelease-r1949.diff added |
---|
comment:1 Changed 17 years ago by
Summary: | Looks for WebAdmin plugin and crashes → [patch] Looks for WebAdmin plugin and crashes |
---|
comment:2 Changed 15 years ago by
Severity: | normal → blocker |
---|
I applied this patch since I am running 0.11 and found the following in my logfile. This plugin still will not show up in the plugin manager.
2009-08-10 22:14:31,611 Trac[loader] ERROR: Skipping "htgroups_edit.admin = htgroups_edit.admin": (can't import "ImportError: No module named web_ui")
Considering the age of this ticket, is anyone even maintaining this plugin?
comment:3 Changed 12 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Plugin is deprecated in favor of the UserManagerPlugin or HtGroupEditorPlugin.
Note: See
TracTickets for help on using
tickets.
Removes WebAdmin dependency, resolves API changes.