Bug 40160

Summary: Use HTTPS for links to community websites
Product: Koha Reporter: Fridolin Somers <fridolin.somers>
Component: TemplatesAssignee: Fridolin Somers <fridolin.somers>
Status: Needs documenting --- QA Contact: Marcel de Rooy <m.de.rooy>
Severity: minor    
Priority: P5 - low CC: m.de.rooy
Version: Main   
Hardware: All   
OS: All   
GIT URL: Change sponsored?: ---
Patch complexity: Trivial patch Documentation contact:
Documentation submission: Text to go in the release notes:
Version(s) released in:
25.11.00,25.05.02
Circulation function:
Attachments: Bug 40160: Use HTTPS for links to community websites
Bug 40160: Use HTTPS for links to community websites
Bug 40160: Use HTTPS for links to community websites

Description Fridolin Somers 2025-06-18 08:50:23 UTC
Some web-browsers now only allow HTTPS, we should change links in templates with SSL :
https://schema.koha-community.org, https://wiki.koha-community.org ...
Comment 1 Fridolin Somers 2025-06-18 09:46:07 UTC
Created attachment 183326 [details] [review]
Bug 40160: Use HTTPS for links to community websites

Some web-browsers now only allow HTTPS, we should change links in templates with SSL :
https://schema.koha-community.org, https://wiki.koha-community.org ...

Test plan :
Just look patch to check http > https
Comment 2 Fridolin Somers 2025-06-18 09:47:31 UTC
Patch does not impact the links in POD and other sources since it is not visible by end user.
Feel free to patch :D
Comment 3 Owen Leonard 2025-06-18 12:45:42 UTC
Created attachment 183329 [details] [review]
Bug 40160: Use HTTPS for links to community websites

Some web-browsers now only allow HTTPS, we should change links in
templates with SSL :
https://schema.koha-community.org, https://wiki.koha-community.org ...

Test plan :
Just look patch to check http > https

Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Comment 4 Marcel de Rooy 2025-07-09 14:52:02 UTC
Guess this is a false warning:
[FAIL] koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-bottom.inc
   SKIP   spelling
   FAIL   valid_template
                jsinclude: not found
Comment 5 Marcel de Rooy 2025-07-09 14:52:34 UTC
Created attachment 183899 [details] [review]
Bug 40160: Use HTTPS for links to community websites

Some web-browsers now only allow HTTPS, we should change links in
templates with SSL :
https://schema.koha-community.org, https://wiki.koha-community.org ...

Test plan :
Just look patch to check http > https

Signed-off-by: Owen Leonard <oleonard@myacpl.org>

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Comment 6 Lucas Gass (lukeg) 2025-07-11 21:29:38 UTC
Nice work everyone!

Pushed to main for 25.11
Comment 7 Paul Derscheid 2025-07-24 08:20:23 UTC
Nice work everyone!

Pushed to 25.05.x
Comment 8 Fridolin Somers 2025-07-31 13:19:20 UTC
Not backported to 24.11.x (does not apply easyly)