Modify ↓
Opened 15 years ago
Last modified 9 years ago
#5614 new enhancement
Provide option to remove or rename /tractab/ in URL
Reported by: | Ryan J Ollos | Owned by: | |
---|---|---|---|
Priority: | low | Component: | TracTabPlugin |
Severity: | minor | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
Would it be possible to resolve the URLs without /tractab/? In your Google example, the handler is /tractab/Google. It would make for a much cleaner Trac installation if the handler was just /Google.
Is there any particular reason why this design choice was made?
Attachments (0)
Change History (7)
comment:1 Changed 15 years ago by
Priority: | normal → low |
---|---|
Severity: | normal → minor |
comment:2 Changed 15 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
comment:3 Changed 15 years ago by
Thanks for the feedback! I'm just getting started with Trac development, but this is one of my favorite plugins and I'll probably do some work on it down the road.
comment:4 Changed 15 years ago by
Resolution: | wontfix |
---|---|
Status: | closed → reopened |
Reopening and assigning to myself to work on this feature.
comment:5 Changed 15 years ago by
Owner: | changed from Russ Tyndall to Ryan J Ollos |
---|---|
Status: | reopened → new |
comment:6 Changed 15 years ago by
Summary: | Remove /tractab/ from URL → Provide option to remove or rename /tractab/ in URL |
---|
comment:7 Changed 9 years ago by
Owner: | Ryan J Ollos deleted |
---|
Note: See
TracTickets for help on using
tickets.
It was chosen to interfere the least with any other url handlers that other plugins might be installing. It also allows me to quickly (one regex match) determine if this is a url that the tractab plugin should pay attention to.
I dont really use this plugin, and it was the first I wrote so that I could learn to write trac plugins. If you wish to revise this so that the urls do not contain tractab, I will gladly commit patches (that work).
Sorry I cant be more use here,
Russ