[PR #804] [MERGED] Add milestone changed traker on issue view #15584

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

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/804
Author: @lunny
Created: 1/31/2017
Status: Merged
Merged: 2/1/2017
Merged by: @lunny

Base: masterHead: lunny/track_milestone_issue


📝 Commits (1)

  • 3aa6588 add milestone changed traker on issue view

📊 Changes

10 files changed (+134 additions, -40 deletions)

View changed files

📝 models/issue.go (+21 -8)
📝 models/issue_comment.go (+66 -15)
📝 models/pull.go (+1 -1)
📝 options/locale/locale_en-US.ini (+3 -0)
📝 options/locale/locale_zh-CN.ini (+3 -0)
📝 public/js/index.js (+6 -0)
📝 routers/api/v1/repo/issue.go (+1 -1)
📝 routers/api/v1/repo/pull.go (+1 -1)
📝 routers/repo/issue.go (+22 -13)
📝 templates/repo/issue/view_content.tmpl (+10 -1)

📄 Description

See 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/804 **Author:** [@lunny](https://github.com/lunny) **Created:** 1/31/2017 **Status:** ✅ Merged **Merged:** 2/1/2017 **Merged by:** [@lunny](https://github.com/lunny) **Base:** `master` ← **Head:** `lunny/track_milestone_issue` --- ### 📝 Commits (1) - [`3aa6588`](https://github.com/go-gitea/gitea/commit/3aa65887268d54e26f30e04750594e4a82092de1) add milestone changed traker on issue view ### 📊 Changes **10 files changed** (+134 additions, -40 deletions) <details> <summary>View changed files</summary> 📝 `models/issue.go` (+21 -8) 📝 `models/issue_comment.go` (+66 -15) 📝 `models/pull.go` (+1 -1) 📝 `options/locale/locale_en-US.ini` (+3 -0) 📝 `options/locale/locale_zh-CN.ini` (+3 -0) 📝 `public/js/index.js` (+6 -0) 📝 `routers/api/v1/repo/issue.go` (+1 -1) 📝 `routers/api/v1/repo/pull.go` (+1 -1) 📝 `routers/repo/issue.go` (+22 -13) 📝 `templates/repo/issue/view_content.tmpl` (+10 -1) </details> ### 📄 Description See screenshot ![untitled](https://cloud.githubusercontent.com/assets/81045/22470746/3c76cce0-e80b-11e6-8064-ea49671e7b90.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:59 -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#15584