Modify ↓
Opened 17 years ago
Closed 7 years ago
#2518 closed defect (fixed)
Hidevals's admin.py offers a htdocs directory that doesn't exist, breaking other plugins
Reported by: | Owned by: | Ryan J Ollos | |
---|---|---|---|
Priority: | high | Component: | HideValsPlugin |
Severity: | major | Keywords: | |
Cc: | Trac Release: | 0.10 |
Description
Basically, get_htdocs_dirs in admin.py returns the boilerplate htdocs lookup, but doesn't package a htdocs directory, causing a traceback when things try to scan the whole htdocs tree.
This causes other plugins (in my case, CondFieldsPlugin) to not work as their htdocs file lookups just return the traceback.
Tested on 0.10.3, noticed in Firebug.
Attachments (0)
Change History (5)
comment:1 Changed 17 years ago by
comment:2 Changed 17 years ago by
I found this error went away when I unzipped the egg. A proper fix would be nice. This also broke the hidevals plugin for me
comment:3 Changed 10 years ago by
Owner: | Noah Kantrowitz deleted |
---|
comment:4 Changed 7 years ago by
Owner: | set to Ryan J Ollos |
---|---|
Status: | new → accepted |
Note: See
TracTickets for help on using
tickets.
Forgot to mention, the fix is to return []