Modify ↓
Ticket #8309 (closed enhancement: fixed)
Opened 3 years ago
Last modified 3 years ago
Make [inherit] plugins_dir and templates_dir support relative paths
| Reported by: | osimons | Owned by: | osimons |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.11.5 |
| Component: | general | Version: | 0.11-stable |
| Severity: | normal | Keywords: | config |
| Cc: | |||
| Release Notes: | |||
| API Changes: | |||
Description
Currently only absolute paths are supported for these two settings. Simple fixes needed for the two places we read those config settings.
I'll prepare a patch.
Attachments
Change History
comment:1 Changed 3 years ago by osimons
- Status changed from new to assigned
comment:2 Changed 3 years ago by cboos
Looks good to me.
comment:3 Changed 3 years ago by osimons
- Resolution set to fixed
- Status changed from assigned to closed
Note: See
TracTickets for help on using
tickets.



Actually, only one was incorrect (shared plugins dir):
trac/env.py
config.get('inherit', 'plugins_dir')