Modify ↓
Opened 20 years ago
Closed 20 years ago
#492 closed defect (fixed)
Make the ModPython handler support muliple projects
Reported by: | Christopher Lenz | Owned by: | Jonas Borgström |
---|---|---|---|
Priority: | high | Milestone: | 0.8 |
Component: | web frontend/mod_python | Version: | devel |
Severity: | critical | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal 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 (0)
Change History (3)
comment:1 by , 20 years ago
Severity: | enhancement → critical |
---|---|
Status: | new → assigned |
comment:2 by , 20 years ago
Owner: | changed from | to
---|
comment:3 by , 20 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
This has been implemented in [694] and [695].