Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-12-11Hide issues and MRs in labels list if disabledSophie Herold
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-08-29Group boards CE backportFelipe Artur
2017-08-08Re-enable SqlInjection and CommandInjectionBrian Neel
2017-07-05Create and use project path helpers that only need a project, no namespaceDouwe Maan
2017-06-26Fix LabelsHelper#toggle_subscription_label_pathDouglas Barbosa Alexandre
2017-06-26Fix LabelsHelper#can_subscribe_to_label_in_different_levelsDouglas Barbosa Alexandre
2017-06-26Add can_subscribe_to_label_in_different_levels helper methodDouglas Barbosa Alexandre
2017-06-26Allow users to subscribe to group labels on group labels pageDouglas Barbosa Alexandre
2017-05-25Provide default for calculating label text color (!11681)winh
2016-12-03Add shorthand support to gitlab markdown referencesOswaldo Ferreira
2016-11-17Avoid code duplication for label subscription status on label partialDouglas Barbosa Alexandre
2016-11-17Allow users to subscribe to a group label at group or project levelDouglas Barbosa Alexandre
2016-11-17Use button instead of an icon to subscribe/unsubscribe to labelsDouglas Barbosa Alexandre
2016-11-17Allow users to subscribe to group labels at project-levelDouglas Barbosa Alexandre
2016-11-17Refactoring label subscription toggle button text to accept a projectDouglas Barbosa Alexandre
2016-11-17Refactoring label subscription status to accept a projectDouglas Barbosa Alexandre
2016-10-19Disable subscribing to group-level labelsDouglas Barbosa Alexandre
2016-10-19Warn user deleting a group label affect all projects within the groupDouglas Barbosa Alexandre
2016-10-19Add subject to group and projects labels which return group/projectDouglas Barbosa Alexandre
2016-10-19Always use symbols for type on LabelsHelper#link_to_labelDouglas Barbosa Alexandre
2016-10-19Remove scopes/types for labelsDouglas Barbosa Alexandre
2016-10-19Unfold references for group labels when moving issue to another projectDouglas Barbosa Alexandre
2016-10-19Fix LabelsHelper#link_to_label to use the subject argumentDouglas Barbosa Alexandre
2016-10-19Add ProjectLabel modelDouglas Barbosa Alexandre
2016-10-19Use policies to handle with global/project label permissionsDouglas Barbosa Alexandre
2016-10-19Remove duplication between global and the regular label partialsDouglas Barbosa Alexandre
2016-10-19List only labels that belongs to the group on the group issues pageDouglas Barbosa Alexandre
2016-10-19Remove unused method LabelsHelper#project_label_namesDouglas Barbosa Alexandre
2016-10-19List group labels on project labels pageDouglas Barbosa Alexandre
2016-10-19Add CRUD for Group LabelsDouglas Barbosa Alexandre
2016-07-20Updated how the label toggle gets the textPhil Hughes
Fixed some issues based on self-review
2016-07-20Fixed labels & milestones loading the wrong pathPhil Hughes
2016-06-24Fixed URL on label button when filteringPhil Hughes
Closes #19005
2016-06-09Fixed failing testsPhil Hughes
2016-06-09Updated labels UIPhil Hughes
Closes #14227
2016-04-26Updated label links to work correctly for filteringPhil Hughes
See !3846#note_5033951
2016-03-23Fix an issue causing the Dashboard/Milestones page to be blankRémy Coutable
2016-03-20change the css class has_tooltip to has-tooltip universallyArinde Eniola
2016-03-19Merge branch 'label-tooltip' into 'master' Douwe Maan
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
2016-03-18Dedupe labels in labels selector in Dashboard pagesRémy Coutable
Also moved useless helper methods and directly to the DashboardController.
2016-03-18Fixed failing testsPhil Hughes
2016-03-18Fixes issue on dashboard issuesPhil Hughes
They would try to load JSON from a project even though it isn't a single project
2016-03-17Add label description in tooltip to labels in issue index and sidebarDouwe Maan
2016-03-15Improving the original label-subscribing implementationRémy Coutable
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
2016-03-05Escape project's name in cross project labelGrzegorz Bizon
2016-03-03Change content of cross project labelGrzegorz Bizon
2016-03-03Improve cross project label look and feelGrzegorz Bizon
2016-03-03Add additional text prefix in cross project labelsGrzegorz Bizon
2016-02-04Allow link_to_label to take an optional type argRémy Coutable
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
2016-01-25Update text_color_for_bg helper to support RGB triplet color codesRobert Speicher
Closes #12677