Opened 17 years ago
Closed 17 years ago
#2241 closed defect (fixed)
TracTags requires base_url, but 0.11 doesn't anymore
Reported by: | anonymous | Owned by: | Alec Thomas |
---|---|---|---|
Priority: | normal | Component: | TagsPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.10 |
Description
A recent patch to Trac (http://trac.edgewall.org/ticket/5064) avoids having to use base_url, so trac can be accessed via multiple base URLs (https vs http, or whatever). The point is to remove base_url from trac.ini in most cases.
TracTags doesn't work perfectly without base_url; most stuff works but the Tags tab on the nav bar doesn't point to the proper URL. If my URL for the main trac is http://localhost:8080/trac/, the Tags tab points to http://localhost:8080/tags rather than .../trac/tags. Manually typing in the proper URL works though (shows the tag cloud).
I applied the patch referred to above to a trac instance running r5923, since some time after that the trunk API changes break tags in other ways.
Sorry, forgot to set Component to TagsPlugin. BTW, I was the one who filed this ticket.