[PR #2897] [MERGED] Fix issue link rendering in commit messages #16651

Closed
opened 2025-11-02 12:15:33 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/2897
Author: @ethantkoenig
Created: 11/12/2017
Status: Merged
Merged: 11/13/2017
Merged by: @lunny

Base: masterHead: fix/commit_msg


📝 Commits (5)

  • 824cf3b Fix issue link rendering in commit messages
  • fb57df5 Update page.tmpl
  • c18b68a No links for parens
  • 1c8c4c1 remove comment
  • 8d364c0 Merge branch 'master' into fix/commit_msg

📊 Changes

7 files changed (+126 additions, -52 deletions)

View changed files

📝 modules/markup/html.go (+67 -17)
📝 modules/markup/html_test.go (+31 -9)
📝 modules/templates/helper.go (+23 -19)
📝 templates/repo/commits_table.tmpl (+1 -1)
📝 templates/repo/diff/page.tmpl (+1 -1)
📝 templates/repo/graph.tmpl (+1 -1)
📝 templates/repo/view_list.tmpl (+2 -4)

📄 Description

Fixes #2870.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/go-gitea/gitea/pull/2897 **Author:** [@ethantkoenig](https://github.com/ethantkoenig) **Created:** 11/12/2017 **Status:** ✅ Merged **Merged:** 11/13/2017 **Merged by:** [@lunny](https://github.com/lunny) **Base:** `master` ← **Head:** `fix/commit_msg` --- ### 📝 Commits (5) - [`824cf3b`](https://github.com/go-gitea/gitea/commit/824cf3b6d8c8b7c2cf86ccb2a28b7f2616cb61e8) Fix issue link rendering in commit messages - [`fb57df5`](https://github.com/go-gitea/gitea/commit/fb57df5b019193d27e66fadad4080d4721b44fbb) Update page.tmpl - [`c18b68a`](https://github.com/go-gitea/gitea/commit/c18b68ab50c08e75029c362740d34ba3fd9448fa) No links for parens - [`1c8c4c1`](https://github.com/go-gitea/gitea/commit/1c8c4c190aefa9e9dfe3c02d4c32eff8b93e5409) remove comment - [`8d364c0`](https://github.com/go-gitea/gitea/commit/8d364c06e485a76ee51c4ad5ddc7d9cee9a1752b) Merge branch 'master' into fix/commit_msg ### 📊 Changes **7 files changed** (+126 additions, -52 deletions) <details> <summary>View changed files</summary> 📝 `modules/markup/html.go` (+67 -17) 📝 `modules/markup/html_test.go` (+31 -9) 📝 `modules/templates/helper.go` (+23 -19) 📝 `templates/repo/commits_table.tmpl` (+1 -1) 📝 `templates/repo/diff/page.tmpl` (+1 -1) 📝 `templates/repo/graph.tmpl` (+1 -1) 📝 `templates/repo/view_list.tmpl` (+2 -4) </details> ### 📄 Description Fixes #2870. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-02 12:15:33 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#16651