Bug 166774 - The Help -> About dialog 'BuldID' URL to git.libreoffice.org/log errors out
Summary: The Help -> About dialog 'BuldID' URL to git.libreoffice.org/log errors out
Status: RESOLVED MOVED
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: framework (show other bugs)
Version:
(earliest affected)
25.2.0.3 release
Hardware: All Windows (All)
: medium normal
Assignee: Not Assigned
URL: https://redmine.documentfoundation.or...
Whiteboard:
Keywords:
: 166971 (view as bug list)
Depends on:
Blocks: About-Dialog
  Show dependency treegraph
 
Reported: 2025-05-28 22:03 UTC by V Stuart Foote
Modified: 2025-06-22 15:09 UTC (History)
6 users (show)

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description V Stuart Foote 2025-05-28 22:03:21 UTC
In the Help -> About dialog, the URL labeled 'BuildID' has been having issues with returning the project git log pages.

Call directly to current head are fine:
https://git.libreoffice.org/core/+log/

But the URL generated for the Help -> About seems to have issues when followed.

Affects Win11 Chrome, MS Edge, and FireFox browsers.
Comment 1 V Stuart Foote 2025-05-28 22:07:57 UTC
This has seemed temperamental/non-functional for a while now, just got round to opening an issue.
Comment 2 Aron Budea 2025-05-29 02:38:45 UTC
This is an infrastructure issue, and should be posted to redmine: https://redmine.documentfoundation.org/
Comment 3 V Stuart Foote 2025-05-29 04:22:07 UTC
(In reply to Aron Budea from comment #2)

Sure, opened as https://redmine.documentfoundation.org/issues/3836
Comment 4 Aron Budea 2025-05-29 04:32:05 UTC
Thanks!
Comment 5 Heiko Tietze 2025-05-30 06:56:27 UTC
The BuildID is read from the file versionrc via getBuildIdData() in unotools/source/config/bootstrap.cxx. The link to Gerrit is set in the c'tor at cui/source/dialogs/about.cxx. 

The fact that the page does not support encryption, which prevents loading is however a topic for infra.
Comment 6 V Stuart Foote 2025-06-12 15:47:43 UTC
*** Bug 166971 has been marked as a duplicate of this bug. ***