[PR #1674] [MERGED] Adding #issuecomment to the URL in E-Mail notifications #15987

Closed
opened 2025-11-02 11:59:39 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/1674
Author: @jonasfranz
Created: 5/4/2017
Status: Merged
Merged: 5/25/2017
Merged by: @lunny

Base: masterHead: master


📝 Commits (8)

  • 74774a4 Added comment's hashtag to url for mail notifications.
  • f385727 Added comment's hashtag to url for mail notifications.
  • e05eb96 Added comment's hashtag to url for mail notifications.
  • 5cb36ca Added comment's hashtag to url for mail notifications.
  • 2dd674e Replacing in-line link generation with HTMLURL. (+gofmt)
  • 716bf81 Replaced action-based model with nil-based model. (+gofmt)
  • edaa576 Replaced mailIssueActionToParticipants with mailIssueCommentToParticipants.
  • b0e22ab Updating comment for mailIssueCommentToParticipants

📊 Changes

3 files changed (+19 additions, -12 deletions)

View changed files

📝 models/issue_comment.go (+2 -2)
📝 models/issue_mail.go (+5 -4)
📝 models/mail.go (+12 -6)

📄 Description

Reference: #1669


🔄 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/1674 **Author:** [@jonasfranz](https://github.com/jonasfranz) **Created:** 5/4/2017 **Status:** ✅ Merged **Merged:** 5/25/2017 **Merged by:** [@lunny](https://github.com/lunny) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (8) - [`74774a4`](https://github.com/go-gitea/gitea/commit/74774a41c322db8c78cc0dc9ce92402e673bda13) Added comment's hashtag to url for mail notifications. - [`f385727`](https://github.com/go-gitea/gitea/commit/f385727aef6f0a777d7fedba56d701ff8b2a0b9e) Added comment's hashtag to url for mail notifications. - [`e05eb96`](https://github.com/go-gitea/gitea/commit/e05eb960a89631c6986c3f4a5096ff6a35b45c38) Added comment's hashtag to url for mail notifications. - [`5cb36ca`](https://github.com/go-gitea/gitea/commit/5cb36ca7bd650fda84a361febf3c26c77ef7f753) Added comment's hashtag to url for mail notifications. - [`2dd674e`](https://github.com/go-gitea/gitea/commit/2dd674e51dc120c70ca04f3153d246af35d5080b) Replacing in-line link generation with HTMLURL. (+gofmt) - [`716bf81`](https://github.com/go-gitea/gitea/commit/716bf811b4249215a49ac151f66d626cc32c4e44) Replaced action-based model with nil-based model. (+gofmt) - [`edaa576`](https://github.com/go-gitea/gitea/commit/edaa5761a6811eedde033d97f62c06aa96d591b1) Replaced mailIssueActionToParticipants with mailIssueCommentToParticipants. - [`b0e22ab`](https://github.com/go-gitea/gitea/commit/b0e22aba71e4988c42d6598c5da18d3110e64cd3) Updating comment for mailIssueCommentToParticipants ### 📊 Changes **3 files changed** (+19 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `models/issue_comment.go` (+2 -2) 📝 `models/issue_mail.go` (+5 -4) 📝 `models/mail.go` (+12 -6) </details> ### 📄 Description Reference: #1669 --- <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 11:59:39 -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#15987