Modify ↓
Ticket #492 (closed defect: fixed)
Opened 8 years ago
Last modified 8 years ago
Make the ModPython handler support muliple projects
| Reported by: | cmlenz | Owned by: | jonas |
|---|---|---|---|
| Priority: | high | Milestone: | 0.8 |
| Component: | web frontend/mod_python | Version: | devel |
| Severity: | critical | Keywords: | |
| Cc: | |||
| Release Notes: | |||
| API Changes: | |||
Description
The ModPython handler should support multiple projects, similar to tracd. For consistency with Subversion, I think the best approach would be to allow a TracParentEnv option, with which you could configure a common parent directory of multiple trac environments. All environments in that directory would be accessible through a URL prefixed with the environment name.
Attachments
Change History
comment:1 Changed 8 years ago by cmlenz
- Severity changed from enhancement to critical
- Status changed from new to assigned
comment:2 Changed 8 years ago by cmlenz
- Owner changed from cmlenz to jonas
comment:3 Changed 8 years ago by cmlenz
- Resolution set to fixed
- Status changed from assigned to closed
Note: See
TracTickets for help on using
tickets.



This has been implemented in [694] and [695].