Opened 20 years ago
Closed 16 years ago
#1119 closed defect (fixed)
Links in timeline wrong
Reported by: | anonymous | Owned by: | Christian Boos |
---|---|---|---|
Priority: | high | Milestone: | 0.11.3 |
Component: | timeline | Version: | 0.11-stable |
Severity: | major | Keywords: | https timeline links absolute relative |
Cc: | jmberghold@… | Branch: | |
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
Any links in the sub-text under each timeline item redirects to an http:// URL despite my install being https://.
For example: 13:01 Changeset [88] by David
Issue #950: Readability and documentation of code has been improved.
The first link, "[88]" goes to the correct location, ie. https://blah.blah… but the second link, "#950" goes to http://blah.blah…
Attachments (0)
Change History (6)
comment:1 by , 20 years ago
comment:2 by , 20 years ago
Milestone: | → 0.9 |
---|---|
Owner: | changed from | to
Priority: | normal → high |
Severity: | minor → major |
Status: | new → assigned |
comment:3 by , 20 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
This should have been fixed by [1230].
follow-up: 5 comment:4 by , 16 years ago
Keywords: | absolute relative added |
---|---|
Milestone: | 0.9 → 0.11.3 |
Priority: | high → normal |
Resolution: | fixed |
Status: | closed → reopened |
Version: | 0.8 → 0.11-stable |
The same appears in version 0.11.3. Links in timeline are created with absolute path. Error scenario: Tracd server running in server A apache server B with rewrites in .htaccess pointing to server A.
Links in timeline points to server A instead of B.
As before, changing all the "absurls=True" to "absurls=False" (function 'process_request') appears to fix the problem.
comment:5 by , 16 years ago
Owner: | changed from | to
---|---|
Priority: | normal → high |
Status: | reopened → new |
comment:6 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed in [7754], thanks for notifying us.
Taking a closer look, this problem seems to be caused by the fact that calls to wiki_to_html in Timeline.py contain the parameter "absurls=1". Changing all the "absurls=1" to "absurls=0" appears to fix the problem.