[PR #1852] [MERGED] Fix 404 for external tracking issues #16084

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

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/1852
Author: @ethantkoenig
Created: 6/1/2017
Status: Merged
Merged: 6/3/2017
Merged by: @appleboy

Base: masterHead: fix/external_issue


📝 Commits (2)

  • fb81509 Fix 404 for external tracking issues
  • 120d293 Fix 404 for new/upload file

📊 Changes

3 files changed (+15 additions, -6 deletions)

View changed files

📝 routers/repo/issue.go (+4 -0)
📝 routers/repo/issue_label.go (+4 -0)
📝 routers/routes/routes.go (+7 -6)

📄 Description

Fixes #1847. Also causes /:owner/:repo/labels to /:owner/:repo/milestones to redirect to the external issue tracking URL (which was previously not the case).


🔄 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/1852 **Author:** [@ethantkoenig](https://github.com/ethantkoenig) **Created:** 6/1/2017 **Status:** ✅ Merged **Merged:** 6/3/2017 **Merged by:** [@appleboy](https://github.com/appleboy) **Base:** `master` ← **Head:** `fix/external_issue` --- ### 📝 Commits (2) - [`fb81509`](https://github.com/go-gitea/gitea/commit/fb81509af4525ca2b79150b8573b4874b81c5806) Fix 404 for external tracking issues - [`120d293`](https://github.com/go-gitea/gitea/commit/120d2938a22701b4956ad97db7d8b80be53e9859) Fix 404 for new/upload file ### 📊 Changes **3 files changed** (+15 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `routers/repo/issue.go` (+4 -0) 📝 `routers/repo/issue_label.go` (+4 -0) 📝 `routers/routes/routes.go` (+7 -6) </details> ### 📄 Description Fixes #1847. Also causes `/:owner/:repo/labels` to `/:owner/:repo/milestones` to redirect to the external issue tracking URL (which was previously not the case). --- <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:01:56 -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#16084