[PR #3662] [MERGED] Add label descriptions #17034

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

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/3662
Author: @lafriks
Created: 3/12/2018
Status: Merged
Merged: 3/13/2018
Merged by: @lunny

Base: masterHead: feat/label_descriptions


📝 Commits (2)

  • 0f7865c Add label descriptions
  • 51c2485 Add default descriptions to label template

📊 Changes

14 files changed (+109 additions, -34 deletions)

View changed files

📝 models/issue_label.go (+14 -5)
📝 models/migrations/migrations.go (+2 -0)
models/migrations/v58.go (+22 -0)
📝 modules/auth/repo_form.go (+4 -3)
📝 options/label/Default (+7 -7)
📝 options/locale/locale_en-US.ini (+2 -0)
📝 public/css/index.css (+1 -1)
📝 public/js/index.js (+1 -0)
📝 public/less/_repository.less (+11 -0)
📝 routers/repo/issue_label.go (+9 -6)
📝 templates/repo/issue/labels.tmpl (+31 -8)
📝 templates/repo/issue/list.tmpl (+1 -1)
📝 templates/repo/issue/view_content/sidebar.tmpl (+3 -2)
📝 templates/user/dashboard/issues.tmpl (+1 -1)

📄 Description

This PR does not implement API changes as that requires SDK changes that will be done in other PR

Screenshots:
attels

attels

attels


🔄 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/3662 **Author:** [@lafriks](https://github.com/lafriks) **Created:** 3/12/2018 **Status:** ✅ Merged **Merged:** 3/13/2018 **Merged by:** [@lunny](https://github.com/lunny) **Base:** `master` ← **Head:** `feat/label_descriptions` --- ### 📝 Commits (2) - [`0f7865c`](https://github.com/go-gitea/gitea/commit/0f7865cef6f07b61f2ae84dda73d78700c26e64e) Add label descriptions - [`51c2485`](https://github.com/go-gitea/gitea/commit/51c2485037b7af2959b5ee4a48060cdbd25b12ae) Add default descriptions to label template ### 📊 Changes **14 files changed** (+109 additions, -34 deletions) <details> <summary>View changed files</summary> 📝 `models/issue_label.go` (+14 -5) 📝 `models/migrations/migrations.go` (+2 -0) ➕ `models/migrations/v58.go` (+22 -0) 📝 `modules/auth/repo_form.go` (+4 -3) 📝 `options/label/Default` (+7 -7) 📝 `options/locale/locale_en-US.ini` (+2 -0) 📝 `public/css/index.css` (+1 -1) 📝 `public/js/index.js` (+1 -0) 📝 `public/less/_repository.less` (+11 -0) 📝 `routers/repo/issue_label.go` (+9 -6) 📝 `templates/repo/issue/labels.tmpl` (+31 -8) 📝 `templates/repo/issue/list.tmpl` (+1 -1) 📝 `templates/repo/issue/view_content/sidebar.tmpl` (+3 -2) 📝 `templates/user/dashboard/issues.tmpl` (+1 -1) </details> ### 📄 Description This PR does not implement API changes as that requires SDK changes that will be done in other PR Screenshots: ![attels](https://user-images.githubusercontent.com/165205/37314867-2308d468-265f-11e8-8c59-997ebfb77a93.png) ![attels](https://user-images.githubusercontent.com/165205/37314886-45ccebc4-265f-11e8-9113-224cc69accb0.png) ![attels](https://user-images.githubusercontent.com/165205/37314919-6727dd4c-265f-11e8-892d-9946cec25844.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 12:24:44 -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#17034