[PR #199] [MERGED] Added sorting to the labels & milestones page #15218

Closed
opened 2025-11-02 11:41:35 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/199
Author: @Bwko
Created: 11/20/2016
Status: Merged
Merged: 12/24/2016
Merged by: @lunny

Base: masterHead: feature/sort-milestones


📝 Commits (2)

  • 45e6c00 Added sorting to the labels & milestones page
  • ac97bcf Merge branch 'master' into feature/sort-milestones

📊 Changes

7 files changed (+82 additions, -13 deletions)

View changed files

📝 models/issue.go (+17 -1)
📝 models/issue_label.go (+15 -5)
📝 options/locale/locale_en-US.ini (+8 -0)
📝 routers/api/v1/repo/label.go (+1 -1)
📝 routers/repo/issue.go (+9 -6)
📝 templates/repo/issue/labels.tmpl (+15 -0)
📝 templates/repo/issue/milestones.tmpl (+17 -0)

📄 Description

Solves #10


🔄 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/199 **Author:** [@Bwko](https://github.com/Bwko) **Created:** 11/20/2016 **Status:** ✅ Merged **Merged:** 12/24/2016 **Merged by:** [@lunny](https://github.com/lunny) **Base:** `master` ← **Head:** `feature/sort-milestones` --- ### 📝 Commits (2) - [`45e6c00`](https://github.com/go-gitea/gitea/commit/45e6c003c92b25a9622fd65aa4e25f0859c64502) Added sorting to the labels & milestones page - [`ac97bcf`](https://github.com/go-gitea/gitea/commit/ac97bcf2b359dc19c68951c844f1d7a422745638) Merge branch 'master' into feature/sort-milestones ### 📊 Changes **7 files changed** (+82 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `models/issue.go` (+17 -1) 📝 `models/issue_label.go` (+15 -5) 📝 `options/locale/locale_en-US.ini` (+8 -0) 📝 `routers/api/v1/repo/label.go` (+1 -1) 📝 `routers/repo/issue.go` (+9 -6) 📝 `templates/repo/issue/labels.tmpl` (+15 -0) 📝 `templates/repo/issue/milestones.tmpl` (+17 -0) </details> ### 📄 Description Solves #10 --- <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:41:35 -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#15218