summaryrefslogtreecommitdiff
path: root/app/helpers/labels_helper.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add shorthand support to gitlab markdown referencesOswaldo Ferreira2016-12-021-8/+1
|
* Avoid code duplication for label subscription status on label partialDouglas Barbosa Alexandre2016-11-171-6/+2
|
* Allow users to subscribe to a group label at group or project levelDouglas Barbosa Alexandre2016-11-171-0/+14
|
* Use button instead of an icon to subscribe/unsubscribe to labelsDouglas Barbosa Alexandre2016-11-171-6/+0
|
* Allow users to subscribe to group labels at project-levelDouglas Barbosa Alexandre2016-11-171-12/+4
|
* Refactoring label subscription toggle button text to accept a projectDouglas Barbosa Alexandre2016-11-171-2/+2
|
* Refactoring label subscription status to accept a projectDouglas Barbosa Alexandre2016-11-171-2/+2
|
* Disable subscribing to group-level labelsDouglas Barbosa Alexandre2016-10-191-7/+14
|
* Warn user deleting a group label affect all projects within the groupDouglas Barbosa Alexandre2016-10-191-0/+7
|
* Add subject to group and projects labels which return group/projectDouglas Barbosa Alexandre2016-10-191-8/+2
|
* Always use symbols for type on LabelsHelper#link_to_labelDouglas Barbosa Alexandre2016-10-191-1/+1
|
* Remove scopes/types for labelsDouglas Barbosa Alexandre2016-10-191-20/+0
|
* Unfold references for group labels when moving issue to another projectDouglas Barbosa Alexandre2016-10-191-2/+2
|
* Fix LabelsHelper#link_to_label to use the subject argumentDouglas Barbosa Alexandre2016-10-191-8/+14
|
* Add ProjectLabel modelDouglas Barbosa Alexandre2016-10-191-4/+4
|
* Use policies to handle with global/project label permissionsDouglas Barbosa Alexandre2016-10-191-10/+0
|
* Remove duplication between global and the regular label partialsDouglas Barbosa Alexandre2016-10-191-29/+23
|
* List only labels that belongs to the group on the group issues pageDouglas Barbosa Alexandre2016-10-191-0/+3
|
* Remove unused method LabelsHelper#project_label_namesDouglas Barbosa Alexandre2016-10-191-4/+0
|
* List group labels on project labels pageDouglas Barbosa Alexandre2016-10-191-0/+43
|
* Add CRUD for Group LabelsDouglas Barbosa Alexandre2016-10-191-5/+23
|
* Updated how the label toggle gets the textPhil Hughes2016-07-201-1/+1
| | | | Fixed some issues based on self-review
* Fixed labels & milestones loading the wrong pathPhil Hughes2016-07-201-1/+2
|
* Fixed URL on label button when filteringlabel-filter-path-fixPhil Hughes2016-06-241-4/+8
| | | | Closes #19005
* Fixed failing testsPhil Hughes2016-06-091-1/+1
|
* Updated labels UIPhil Hughes2016-06-091-3/+3
| | | | Closes #14227
* Updated label links to work correctly for filteringsidebar-label-linkPhil Hughes2016-04-261-1/+1
| | | | See !3846#note_5033951
* Fix an issue causing the Dashboard/Milestones page to be blankRémy Coutable2016-03-231-1/+1
|
* change the css class has_tooltip to has-tooltip universallychange_css_class_has_tooltip_to_has-tooltipArinde Eniola2016-03-201-1/+1
|
* Merge branch 'label-tooltip' into 'master' Douwe Maan2016-03-191-7/+8
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add label description in tooltip to labels in issue index and sidebar The tooltip can get quite big, but it’s so useful to inform people about what these labels mean new ![Screen_Shot_2016-03-08_at_11.48.28](/uploads/894baaaa1f789c3a2069a924d541e64b/Screen_Shot_2016-03-08_at_11.48.28.png) ![Screen_Shot_2016-03-08_at_11.48.20](/uploads/efe4fa0960054c4071b8f6bf83024403/Screen_Shot_2016-03-08_at_11.48.20.png) @JobV writes on Slack: > yeah I think it’s better than not, but I’d have to try it :smiley: > > cautious yes, revert if it’s annoying :wink: See merge request !3124
| * Add label description in tooltip to labels in issue index and sidebarDouwe Maan2016-03-161-7/+8
| |
* | Dedupe labels in labels selector in Dashboard pagesfix/14418Rémy Coutable2016-03-181-8/+0
| | | | | | | | | | Also moved useless helper methods and directly to the DashboardController.
* | Fixed failing testsPhil Hughes2016-03-181-6/+5
| |
* | Fixes issue on dashboard issuesPhil Hughes2016-03-181-5/+7
|/ | | | They would try to load JSON from a project even though it isn't a single project
* Improving the original label-subscribing implementationRémy Coutable2016-03-151-0/+8
| | | | | | | 1. Make the "subscribed" text in Issuable sidebar reflect the labels subscription status 2. Current user mut be logged-in to toggle issue/MR/label subscription
* Escape project's name in cross project labelfeature/cross-project-labelsGrzegorz Bizon2016-03-051-1/+1
|
* Change content of cross project labelGrzegorz Bizon2016-03-031-2/+2
|
* Improve cross project label look and feelGrzegorz Bizon2016-03-031-5/+6
|
* Add additional text prefix in cross project labelsGrzegorz Bizon2016-03-031-3/+9
|
* Allow link_to_label to take an optional type argrymai/gitlab-ce-3007-fix-mr-label-linksRémy Coutable2016-02-041-3/+10
| | | | | | You can set type: :merge_request to create a link to merge request lists instead of issues list. Accept both Symbol & String as type argument for the link_to_label helper
* Update text_color_for_bg helper to support RGB triplet color codesrs-issue-12677Robert Speicher2016-01-241-1/+5
| | | | Closes #12677
* Banzai::XFilter -> Banzai::Filter::XFilterDouwe Maan2015-12-151-1/+1
|
* Move Markdown/reference logic from Gitlab::Markdown to BanzaiDouwe Maan2015-12-151-1/+1
|
* Refactor global and group milestones logicDmitriy Zaporozhets2015-11-161-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Allow dashboard and group issues/MRs to be filtered by labelDouwe Maan2015-10-141-5/+13
|
* Restore placeholders in issue filters from "Any" to "Milestone" and "Label"Stan Hu2015-10-081-1/+2
| | | | | 1f11096c included new filters but made it hard to determine which dropdown did what. This patch restores the original placeholders.
* Support filtering by "Any" milestone or issue and fix "No Milestone" and "No ↵Stan Hu2015-10-071-1/+3
| | | | | | | | Label" filters Closes #2619 Closes https://github.com/gitlabhq/gitlabhq/issues/9631
* Add link_to_label helperRobert Speicher2015-05-211-0/+38
|
* Escape title attributes in referencesRobert Speicher2015-04-201-2/+5
|
* Reference filters :sparkles:Robert Speicher2015-04-201-5/+11
| | | | | Commit ranges, commits, external issues, issues, labels, merge requests, snippets, users.