[PR #788] [MERGED] Track labels changed on issue view & resolved #542 #15574

Closed
opened 2025-11-02 11:49:45 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/788
Author: @lunny
Created: 1/29/2017
Status: Merged
Merged: 1/30/2017
Merged by: @lunny

Base: masterHead: lunny/track_tag_changes


📝 Commits (2)

  • 4cc2473 track labels changed on issue view & resolved #542
  • f24dd57 add missing head comment & sort & fix refresh

📊 Changes

10 files changed (+366 additions, -195 deletions)

View changed files

📝 models/issue.go (+101 -26)
📝 models/issue_comment.go (+44 -0)
📝 models/issue_label.go (+26 -10)
📝 options/locale/locale_en-US.ini (+2 -0)
📝 options/locale/locale_zh-CN.ini (+2 -0)
📝 public/js/index.js (+4 -0)
📝 routers/api/v1/repo/issue_label.go (+2 -2)
📝 routers/repo/issue.go (+5 -156)
routers/repo/issue_label.go (+170 -0)
📝 templates/repo/issue/view_content.tmpl (+10 -1)

📄 Description

See the screenshot.
untitled


🔄 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/788 **Author:** [@lunny](https://github.com/lunny) **Created:** 1/29/2017 **Status:** ✅ Merged **Merged:** 1/30/2017 **Merged by:** [@lunny](https://github.com/lunny) **Base:** `master` ← **Head:** `lunny/track_tag_changes` --- ### 📝 Commits (2) - [`4cc2473`](https://github.com/go-gitea/gitea/commit/4cc247310245ac7daad1d76df8d3e2bee8a9fc51) track labels changed on issue view & resolved #542 - [`f24dd57`](https://github.com/go-gitea/gitea/commit/f24dd5711d689c5e105412e0210b84f232b976fa) add missing head comment & sort & fix refresh ### 📊 Changes **10 files changed** (+366 additions, -195 deletions) <details> <summary>View changed files</summary> 📝 `models/issue.go` (+101 -26) 📝 `models/issue_comment.go` (+44 -0) 📝 `models/issue_label.go` (+26 -10) 📝 `options/locale/locale_en-US.ini` (+2 -0) 📝 `options/locale/locale_zh-CN.ini` (+2 -0) 📝 `public/js/index.js` (+4 -0) 📝 `routers/api/v1/repo/issue_label.go` (+2 -2) 📝 `routers/repo/issue.go` (+5 -156) ➕ `routers/repo/issue_label.go` (+170 -0) 📝 `templates/repo/issue/view_content.tmpl` (+10 -1) </details> ### 📄 Description See the screenshot. ![untitled](https://cloud.githubusercontent.com/assets/81045/22405426/5e8a7f46-e67d-11e6-9c03-b0e53ca6df10.png) --- <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:49:45 -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#15574