[PR #3530] [MERGED] Fix escaping changed title in comments #16976

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

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/3530
Author: @lafriks
Created: 2/18/2018
Status: Merged
Merged: 2/18/2018
Merged by: @lafriks

Base: masterHead: fix/pr_title_escape


📝 Commits (3)

  • 26dd197 Fix escaping changed title in comments
  • 00c6ca7 Fix escaping of wiki page titile
  • eb7a223 Merge branch 'master' into fix/pr_title_escape

📊 Changes

5 files changed (+60 additions, -25 deletions)

View changed files

📝 integrations/pull_create_test.go (+38 -3)
📝 integrations/pull_merge_test.go (+4 -4)
📝 integrations/repo_activity_test.go (+3 -3)
📝 templates/repo/issue/view_content/comments.tmpl (+14 -14)
📝 templates/repo/wiki/view.tmpl (+1 -1)

📄 Description

Fixes #3510
Also adds escaping to label and milestone names in comments


🔄 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/3530 **Author:** [@lafriks](https://github.com/lafriks) **Created:** 2/18/2018 **Status:** ✅ Merged **Merged:** 2/18/2018 **Merged by:** [@lafriks](https://github.com/lafriks) **Base:** `master` ← **Head:** `fix/pr_title_escape` --- ### 📝 Commits (3) - [`26dd197`](https://github.com/go-gitea/gitea/commit/26dd1974ff7ab09b23db5ba9c8e66663e5c8ce1f) Fix escaping changed title in comments - [`00c6ca7`](https://github.com/go-gitea/gitea/commit/00c6ca731df9ba6706d8d0dd35db4b23100ca99f) Fix escaping of wiki page titile - [`eb7a223`](https://github.com/go-gitea/gitea/commit/eb7a2230168d5e042a2217246c40b44d2d697cfa) Merge branch 'master' into fix/pr_title_escape ### 📊 Changes **5 files changed** (+60 additions, -25 deletions) <details> <summary>View changed files</summary> 📝 `integrations/pull_create_test.go` (+38 -3) 📝 `integrations/pull_merge_test.go` (+4 -4) 📝 `integrations/repo_activity_test.go` (+3 -3) 📝 `templates/repo/issue/view_content/comments.tmpl` (+14 -14) 📝 `templates/repo/wiki/view.tmpl` (+1 -1) </details> ### 📄 Description Fixes #3510 Also adds escaping to label and milestone names in comments --- <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:23:24 -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#16976