Commit Graph

18 Commits

Author SHA1 Message Date
GitLab Bot f29dae9f10 Add latest changes from gitlab-org/gitlab@master 2020-11-09 21:08:48 +00:00
GitLab Bot 2a115184f7 Add latest changes from gitlab-org/gitlab@master 2020-11-04 18:08:42 +00:00
GitLab Bot 41456efd55 Add latest changes from gitlab-org/gitlab@master 2020-05-19 00:07:58 +00:00
GitLab Bot 603c7d4cac Add latest changes from gitlab-org/gitlab@master 2020-03-24 18:07:55 +00:00
GitLab Bot e06d0e7796 Add latest changes from gitlab-org/gitlab@master 2020-02-25 15:08:50 +00:00
GitLab Bot 27d314277b Add latest changes from gitlab-org/gitlab@master 2020-01-29 21:09:22 +00:00
GitLab Bot c859c3bfd2 Add latest changes from gitlab-org/gitlab@master 2020-01-21 15:08:26 +00:00
Heinrich Lee Yu 0866a47a34 Show prioritized labels to guests
Disables sorting when guests are viewing
2019-04-19 14:17:36 +08:00
Jan Provaznik fec2e27f1d [backend] backport of scoped labels
Scoped labels in EE require additional changes in CE code.
2019-04-04 08:07:58 +02:00
Clement Ho 0aaccbfa6b [skip ci] Replace hidden-md 2018-04-09 16:31:30 -05:00
Clement Ho b413785e1d [skip ci] Replace .pull-right with .float-right 2018-04-09 12:42:45 -05:00
Phil Hughes 505e883fc0 Fixed labels layout on labels milestone tab 2017-05-05 15:42:01 +01:00
Nick Thomas 9920551536 Enable CacheMarkdownField for the remaining models
This commit alters views for the following models to use the markdown cache if
present:

* AbuseReport
* Appearance
* ApplicationSetting
* BroadcastMessage
* Group
* Issue
* Label
* MergeRequest
* Milestone
* Project

At the same time, calls to `escape_once` have been moved into the `single_line`
Banzai pipeline, so they can't be missed out by accident and the work is done
at save, rather than render, time.
2016-10-07 02:54:26 +01:00
Arinde Eniola 979dedba8a make milestone labels in labels tab similar to that of the labels page 2016-04-11 16:24:49 +01:00
Douwe Maan 738812240c Add label description in tooltip to labels in issue index and sidebar 2016-03-16 23:02:52 -04:00
Rubén Dávila 95b06a62c0 Updates from last code review. 2016-03-06 23:07:19 -05:00
Rubén Dávila 3c157b6bf7 Show Project name on Labels tab for Group and Dashboard context. 2016-03-04 22:37:03 -05:00
Rubén Dávila ed48085558 Refactor Merge Requests tab into a custom partial
* Add Labels tab to Groups
* Add decorator for label so it's aware of Milestones.
2016-03-04 22:37:03 -05:00