Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix the commit diff route #20796

Merged
merged 3 commits into from
Aug 15, 2022
Merged

Fix the commit diff route #20796

merged 3 commits into from
Aug 15, 2022

Conversation

MaeIsBad
Copy link
Contributor

Gitea used to return 500 on the /:user/:repo/:commit route due to locale being undefined in the escape_title template.

This issue was caused by #19990

Gitea used to return 500 on the /:user/:repo/:commit route due to locale
being undefined in the escape_title template.
@techknowlogick techknowlogick added type/bug skip-changelog This PR is irrelevant for the (next) changelog, for example bug fixes for unreleased features. labels Aug 15, 2022
@techknowlogick techknowlogick added this to the 1.18.0 milestone Aug 15, 2022
@GiteaBot GiteaBot added the lgtm/need 1 This PR needs approval from one additional maintainer to be merged. label Aug 15, 2022
@GiteaBot GiteaBot added lgtm/done This PR has enough approvals to get merged. There are no important open reservations anymore. and removed lgtm/need 1 This PR needs approval from one additional maintainer to be merged. labels Aug 15, 2022
@lunny lunny merged commit f158840 into go-gitea:main Aug 15, 2022
zjjhot added a commit to zjjhot/gitea that referenced this pull request Aug 16, 2022
* giteaofficial/main:
  auth/reverseproxy: Add support for full name (go-gitea#20776)
  Add migrate repo archiver and packages storage support on command line (go-gitea#20757)
  Refactor AssertExistsAndLoadBean to use generics (go-gitea#20797)
  [skip ci] Updated translations via Crowdin
  Fix the commit diff route (go-gitea#20796)
  Fix push mirror address backend get error Address cause setting page display error (go-gitea#20593)
vsysoev pushed a commit to IntegraSDL/gitea that referenced this pull request Aug 28, 2022
Gitea used to return 500 on the /:user/:repo/:commit route due to locale
being undefined in the escape_title template.

Co-authored-by: bad <[email protected]>
Co-authored-by: techknowlogick <[email protected]>
Co-authored-by: zeripath <[email protected]>
@go-gitea go-gitea locked and limited conversation to collaborators May 3, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
lgtm/done This PR has enough approvals to get merged. There are no important open reservations anymore. skip-changelog This PR is irrelevant for the (next) changelog, for example bug fixes for unreleased features. type/bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants