diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2019-03-01 17:04:50 +0000 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2019-03-05 13:08:51 +0000 |
commit | c029ec15c481cfe153670c735a1d4ca35b3153f9 (patch) | |
tree | 774ec135781366875045eb1f218ae9f03310cc14 /CHANGELOG.md | |
parent | 86827c23436fef52b6b38d3fbc357fb0bf20f0c6 (diff) |
Use relative report links where possible.
On some UK council cobrands, some reports listed might not have been sent
to that council, so links to those must go to the national site. However,
using absolute URLs for all these reports means that sometimes you change
domain when you don't need to (eg. if you’re on osm.fixmystreet.com or an
aliased version of the site), which can cause confusion. State when we’re
happy to use a relative link (ie. web-facing report links, not emails, or
share links) and do that when we can.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index abe507e60..e96252cd1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,7 @@ - Fix issue with Open311 codes starting with ‘_’. #2391 - Add parameter to URL when “Show older” clicked. #2397 - Don't ask for email on alert signup if logged in. #2402 + - Use relative report links where possible. #1995 - Development improvements: - Make front page cache time configurable. - Better working of /fakemapit/ under https. |