summaryrefslogtreecommitdiffstats
path: root/routers/repo/issue_label.go
Commit message (Collapse)AuthorAgeFilesLines
* Add label descriptions (#3662)Lauris BH2018-03-131-6/+9
| | | | | | * Add label descriptions * Add default descriptions to label template
* Handle refactor (#3339)Morgan Bazalgette2018-01-101-9/+9
| | | | | | * Replace all ctx.Handle with ctx.ServerError or ctx.NotFound * Change Handle(403) to NotFound, avoid using macaron's NotFound
* Unit tests for routers/repo/issue_label (#3198)Ethan Koenig2017-12-151-7/+3
|
* Fix PR, milestone and label functionality if issue unit is disabled (#2710)Lauris BH2017-10-161-4/+0
| | | | | | | | | | * Fix PR, milestone and label functionality if issue unit is disabled or not assigned to user * Fix multi-actions in PR page * Change error message * Fix comment update and delete functionality in PR
* Load label ID in NewLabels (#2045)Ethan Koenig2017-06-251-1/+1
|
* Fix 404 for external tracking issues (#1852)Ethan Koenig2017-06-031-0/+4
| | | | | | * Fix 404 for external tracking issues * Fix 404 for new/upload file
* Batch updates for issues (#926)Ethan Koenig2017-03-151-15/+41
|
* Track labels changed on issue view & resolved #542 (#788)Lunny Xiao2017-01-301-0/+170
* track labels changed on issue view & resolved #542 * add missing head comment & sort & fix refresh