Commit Graph

9 Commits (cdd10f145be0b5e9b94c19f1303dc01c6e9c8c29)

Author SHA1 Message Date
John Olheiser 0b72c00fad Allow labels to contain emoji ()
* Add emoji to labels
Minor cleanup of tribute code in footer.tmpl

Signed-off-by: jolheiser <john.olheiser@gmail.com>

* Quick find/replace in other i18n files containing label translations

Signed-off-by: jolheiser <john.olheiser@gmail.com>

* Revert "Quick find/replace in other i18n files containing label translations"

This reverts commit ec3e1a3a17.

* Add style to overwrite emoji height in labels

* Revert Makefile change that makes Windows work
Lauris BH c0d41b1b77 Add label descriptions ()
* Add label descriptions

* Add default descriptions to label template
Morgan Bazalgette 65861900cd Handle refactor ()
* Replace all ctx.Handle with ctx.ServerError or ctx.NotFound

* Change Handle(403) to NotFound, avoid using macaron's NotFound
Ethan Koenig befa7445d2 Unit tests for routers/repo/issue_label ()
Lauris BH c1b0c9e7c4 Fix PR, milestone and label functionality if issue unit is disabled ()
* 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
Ethan Koenig 2559a34b97 Load label ID in NewLabels ()
Ethan Koenig 2ec5dc1661 Fix 404 for external tracking issues ()
* Fix 404 for external tracking issues

* Fix 404 for new/upload file
Ethan Koenig 09fe4a2ae9 Batch updates for issues ()
Lunny Xiao f94869d2d1 Track labels changed on issue view & resolved ()
* track labels changed on issue view & resolved 

* add missing head comment & sort & fix refresh