Link at dashboard wrong #4713

Closed
opened 2025-11-02 06:00:33 -06:00 by GiteaMirror · 8 comments
Owner

Originally created by @gsantner on GitHub (Jan 23, 2020).

  • Gitea version (or commit ref): gbfdfa9a8b
  • Git version: ka
  • Operating system: ka
  • Database (use [x]): ka
  • Can you reproduce the bug at https://try.gitea.io:
  • Log gist: ka

Description

The links to repos from dashboard point to wrong place, resulting in not found error.

Wrong example: https://try.gitea.io/%5C%22/gsantner/wefwqefw%5C%22
Correct: https://try.gitea.io/gsantner/wefwqefw

Screenshots

screenrecord

Originally created by @gsantner on GitHub (Jan 23, 2020). - Gitea version (or commit ref): gbfdfa9a8b - Git version: ka - Operating system: ka - Database (use `[x]`): ka - Can you reproduce the bug at https://try.gitea.io: - [x] Yes (provide example URL) https://try.gitea.io/ (dashboard - [ ] No - [ ] Not relevant - Log gist: ka ## Description The links to repos from dashboard point to wrong place, resulting in not found error. Wrong example: <https://try.gitea.io/%5C%22/gsantner/wefwqefw%5C%22> Correct: <https://try.gitea.io/gsantner/wefwqefw> ## Screenshots ![screenrecord](https://user-images.githubusercontent.com/6735650/73016187-47ea6380-3e15-11ea-939f-3c7ad0019a8c.gif)
GiteaMirror added the type/bug label 2025-11-02 06:00:33 -06:00
Author
Owner

@jolheiser commented on GitHub (Jan 23, 2020):

Is there any chance this is a browser issue somehow??

I cannot reproduce on try on my own dashboard or your public activity page.

@jolheiser commented on GitHub (Jan 23, 2020): Is there any chance this is a browser issue somehow?? I cannot reproduce on try on my own dashboard or your public activity page.
Author
Owner

@techknowlogick commented on GitHub (Jan 23, 2020):

Could be a translation file issue. Perhaps the sprintf for german has issues.

@gsantner thanks for gif, this really helps :)

@techknowlogick commented on GitHub (Jan 23, 2020): Could be a translation file issue. Perhaps the sprintf for german has issues. @gsantner thanks for gif, this really helps :)
Author
Owner

@jolheiser commented on GitHub (Jan 23, 2020):

🤦‍♂ I didn't even think of that, but yes now I can reproduce with other languages

@jolheiser commented on GitHub (Jan 23, 2020): 🤦‍♂ I didn't even think of that, but yes now I can reproduce with other languages
Author
Owner

@gsantner commented on GitHub (Jan 23, 2020):

no problem, did the video specifically so bottom-left is visible

@gsantner commented on GitHub (Jan 23, 2020): no problem, did the video specifically so bottom-left is visible
Author
Owner

@philippbeckmann commented on GitHub (Jan 24, 2020):

Seems like the commit 0e8b27afe8 from Crowdin introduced the escaped quotes. It also added a quote to the end of many strings.

@philippbeckmann commented on GitHub (Jan 24, 2020): Seems like the commit https://github.com/go-gitea/gitea/commit/0e8b27afe8aaa9055be24f71e8543f2701f18291 from Crowdin introduced the escaped quotes. It also added a quote to the end of many strings.
Author
Owner

@NiTRoeSE commented on GitHub (Jan 24, 2020):

I have the same problem with Dashboard links / i can confirm this bug.
( All other links in Gitea are working well on my side.. )

Links for repository (red) and branch(red) are false. Link for user (green) works.

Bildschirmfoto 2020-01-24 um 22 00 44

This links are as follows ..."%5C%22" is added two times..
https://gitea.domain.de/%5C%22/nitro/nativefier_docker_py%5C%22

  • Gitea Version: 1.12.0+dev-151-g3185a13ea (docker)
  • Proxy Apache

Thanks 4 help & your work :)

@NiTRoeSE commented on GitHub (Jan 24, 2020): I have the same problem with Dashboard links / i can confirm this bug. ( All other links in Gitea are working well on my side.. ) Links for repository (red) and branch(red) are false. Link for user (green) works. ![Bildschirmfoto 2020-01-24 um 22 00 44](https://user-images.githubusercontent.com/24574743/73103895-6aec4480-3ef5-11ea-90a9-62854431e649.png) This links are as follows ..."%5C%22" is added two times.. `https://gitea.domain.de/%5C%22/nitro/nativefier_docker_py%5C%22` - Gitea Version: 1.12.0+dev-151-g3185a13ea (docker) - Proxy Apache Thanks 4 help & your work :)
Author
Owner

@jolheiser commented on GitHub (Jan 30, 2020):

I think this has been fixed by #9969 and #9977

@jolheiser commented on GitHub (Jan 30, 2020): I think this has been fixed by #9969 and #9977
Author
Owner

@techknowlogick commented on GitHub (Jan 30, 2020):

yes, I think so as well. I will close this issue. If it remains an issue after upgrading please re-open this issue for us to investigate more.

@techknowlogick commented on GitHub (Jan 30, 2020): yes, I think so as well. I will close this issue. If it remains an issue after upgrading please re-open this issue for us to investigate more.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#4713