[PR #943] [MERGED] Fix all the bugs in issues and pulls on dashboard #15666

Closed
opened 2025-11-02 11:51:52 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/943
Author: @lunny
Created: 2/15/2017
Status: Merged
Merged: 2/17/2017
Merged by: @lunny

Base: masterHead: lunny/fix_issues_pulls


📝 Commits (3)

  • 8524a12 fix all the bugs in issues and pulls on dashboard
  • b36aa10 small fix and refactor
  • 082aef2 add method getRepoIDs for IssueList

📊 Changes

4 files changed (+120 additions, -67 deletions)

View changed files

📝 models/issue.go (+59 -0)
📝 models/user.go (+28 -0)
📝 routers/user/home.go (+32 -66)
📝 templates/user/dashboard/issues.tmpl (+1 -1)

📄 Description

#931


🔄 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/943 **Author:** [@lunny](https://github.com/lunny) **Created:** 2/15/2017 **Status:** ✅ Merged **Merged:** 2/17/2017 **Merged by:** [@lunny](https://github.com/lunny) **Base:** `master` ← **Head:** `lunny/fix_issues_pulls` --- ### 📝 Commits (3) - [`8524a12`](https://github.com/go-gitea/gitea/commit/8524a12b1f3704798fbc8804842d91fc422243f7) fix all the bugs in issues and pulls on dashboard - [`b36aa10`](https://github.com/go-gitea/gitea/commit/b36aa106ee89c278de7fd81ad61037ceb5e0dbc1) small fix and refactor - [`082aef2`](https://github.com/go-gitea/gitea/commit/082aef2b9d5ebcf06ff1625ba90437b70f71e4db) add method getRepoIDs for IssueList ### 📊 Changes **4 files changed** (+120 additions, -67 deletions) <details> <summary>View changed files</summary> 📝 `models/issue.go` (+59 -0) 📝 `models/user.go` (+28 -0) 📝 `routers/user/home.go` (+32 -66) 📝 `templates/user/dashboard/issues.tmpl` (+1 -1) </details> ### 📄 Description #931 --- <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:51:52 -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#15666