[PR #5293] [MERGED] Milestone issues and pull requests #17742

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

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/5293
Author: @lunny
Created: 11/7/2018
Status: Merged
Merged: 11/29/2018
Merged by: @lunny

Base: masterHead: lunny/milestone_issues


📝 Commits (6)

  • 440f9b5 add milestone issues and pulls page instead of redirecting issues page
  • d6b0eed add milestone when creating issue from milestone page
  • 7c31bd1 refactor to merge similiar codes as a new function issues
  • 09f400b remove milestone info on milestone issues list
  • e07d8ff fix missing params
  • 4bfa751 Merge branch 'master' into lunny/milestone_issues

📊 Changes

8 files changed (+572 additions, -261 deletions)

View changed files

📝 models/issue.go (+9 -3)
📝 models/issue_milestone.go (+12 -0)
📝 options/locale/locale_en-US.ini (+1 -0)
📝 routers/repo/issue.go (+51 -256)
routers/repo/milestone.go (+262 -0)
📝 routers/routes/routes.go (+3 -1)
templates/repo/issue/milestone_issues.tmpl (+233 -0)
📝 templates/repo/issue/milestones.tmpl (+1 -1)

📄 Description

Will fix #1711


🔄 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/5293 **Author:** [@lunny](https://github.com/lunny) **Created:** 11/7/2018 **Status:** ✅ Merged **Merged:** 11/29/2018 **Merged by:** [@lunny](https://github.com/lunny) **Base:** `master` ← **Head:** `lunny/milestone_issues` --- ### 📝 Commits (6) - [`440f9b5`](https://github.com/go-gitea/gitea/commit/440f9b53249ad728e0a59ec1e69e3128a53e8349) add milestone issues and pulls page instead of redirecting issues page - [`d6b0eed`](https://github.com/go-gitea/gitea/commit/d6b0eedc8aa58f85e5140236c242a205426ab51f) add milestone when creating issue from milestone page - [`7c31bd1`](https://github.com/go-gitea/gitea/commit/7c31bd1058eb5c4f52ba4b777895c4ce544b2a02) refactor to merge similiar codes as a new function issues - [`09f400b`](https://github.com/go-gitea/gitea/commit/09f400b63cac56948a99d49516c3aee2efb76f09) remove milestone info on milestone issues list - [`e07d8ff`](https://github.com/go-gitea/gitea/commit/e07d8ff0afd422c0665a8ae767026192df1b3304) fix missing params - [`4bfa751`](https://github.com/go-gitea/gitea/commit/4bfa7514e192157cd5fe2ab5a826d5b150c5badb) Merge branch 'master' into lunny/milestone_issues ### 📊 Changes **8 files changed** (+572 additions, -261 deletions) <details> <summary>View changed files</summary> 📝 `models/issue.go` (+9 -3) 📝 `models/issue_milestone.go` (+12 -0) 📝 `options/locale/locale_en-US.ini` (+1 -0) 📝 `routers/repo/issue.go` (+51 -256) ➕ `routers/repo/milestone.go` (+262 -0) 📝 `routers/routes/routes.go` (+3 -1) ➕ `templates/repo/issue/milestone_issues.tmpl` (+233 -0) 📝 `templates/repo/issue/milestones.tmpl` (+1 -1) </details> ### 📄 Description Will fix #1711 --- <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 15:27:18 -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#17742