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
2016-06-20Merge branch '18714_bulk_assign_labels_icon' into 'master' Jacob Schatz
Fixes item icon state when for issues that have the same labels assigned ## What does this MR do? Previously if all issues had the same labels the dropdown was showing the labels with indeterminate stated which is wrong. This MR fixes that and shows the correct state. ## What are the relevant issue numbers? Fixes #18714 ## Screenshots (if relevant) **Before** ![label-before](/uploads/c65aa051e773dfea898a0d19767d6ade/label-before.gif) **After** ![label](/uploads/73fd657d104d1081e189e0a9547d483b/label.gif) ## Does this MR meet the acceptance criteria? - [ ] [CHANGELOG](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CHANGELOG) entry added - [ ] [Documentation created/updated](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/development/doc_styleguide.md) - [ ] API support added - [ ] Tests - [ ] Added for this feature/bug - [ ] All builds are passing - [ ] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides) - [x] Branch has no merge conflicts with `master` (if you do - rebase it please) - [ ] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits) See merge request !4721
2016-06-16Merge branch 'issuable-sidebar-bold' into 'master' Jacob Schatz
Fixed issue with bold in issuable sidebar ## What does this MR do? ~~The sidebar contained both normal font weight & bold font weight, so this standardises them to bold.~~ After looking at the designs, i've updated the font weights & colors throughout the sidebar to correctly match them ## Screenshots (if relevant) ![Screen_Shot_2016-06-02_at_11.03.40](/uploads/0a3eb6a67ce5722c77f6adf2fe883017/Screen_Shot_2016-06-02_at_11.03.40.png) See merge request !4398
2016-06-10Merge branch 'label-create-error-messages' into 'master' Jacob Schatz
Correctly shows label errors in dropdown ## What does this MR do? Correctly shows any errors in the dropdown when creating a new label ## What are the relevant issue numbers? Closes #18344 ## Screenshots (if relevant) ![Screen_Shot_2016-06-09_at_09.01.59](/uploads/58dc56b39db20a50adce6f12510025fc/Screen_Shot_2016-06-09_at_09.01.59.png) See merge request !4553
2016-06-10Correctly shows label errors in dropdownPhil Hughes
Fixes #18344
2016-06-09Fixed issue where label filtering didnt workPhil Hughes
Closes #18375
2016-06-04Address feedbackAlfredo Sumaran
2016-06-04Tweaks for bulk assignmentAlfredo Sumaran
2016-06-04Restore dropdown state when unchecking all issuesAlfredo Sumaran
2016-06-04Do not remove inputs when dropdown menu hidesAlfredo Sumaran
2016-06-04Remove console.logAlfredo Sumaran
2016-06-04Handle unchecking of indeterminate itemsAlfredo Sumaran
2016-06-04Update classname for indeterminate stateAlfredo Sumaran
2016-06-04typoAlfredo Sumaran
2016-06-04Set indeterminated itemsAlfredo Sumaran
2016-06-04Remove unnecesary assignmentAlfredo Sumaran
2016-06-04Ability to assign a label to multiple issuesAlfredo Sumaran
2016-04-29Removes duplicates from the label dropdownPhil Hughes
It concats the duplicate labels into a single label in the dropdown with the color being a gradient of the differnet colors being concatted. Closes #16555
2016-04-26Updated label links to work correctly for filteringPhil Hughes
See !3846#note_5033951
2016-04-22Escapes label title in filtersPhil Hughes
Fixes #15522
2016-04-22Merge branch 'label-text-color-sidebar' into 'master' Robert Speicher
Fixes text color on labels in sidebar Previously the labels in the sidebar would just have `#FFF` text color which could cause problems with a light background color. With this, the text color comes from the JSON. See merge request !3846
2016-04-21Reverted link changesPhil Hughes
2016-04-21Removed console.logPhil Hughes
2016-04-21Fixes text color on labels in sidebarPhil Hughes
2016-04-21Merge remote-tracking branch 'origin/master' into label-dropdown-fixAlfredo Sumaran
2016-04-20Merge branch 'multi-filter-labels' into 'master' Jacob Schatz
Mutliple label filter Fixes #989 See merge request !3438
2016-04-20Correctly checks for undefined in coffeescript :see_no_evil:Phil Hughes
2016-04-20Merge remote-tracking branch 'origin/master' into label-dropdown-fixAlfredo Sumaran
# Conflicts: # app/views/shared/issuable/_sidebar.html.haml
2016-04-20Any label & no label out weigh other labels - these two will clear ↵Phil Hughes
previously selected labels Fixed issue with no label not working correctly
2016-04-20Label text color comes from JSONPhil Hughes
Created issuable singleton to house the filtering
2016-04-19Remove XSS vulnerability in Label and Milestone dropdownsRobert Speicher
2016-04-19some refactoringArinde Eniola
2016-04-18Remove $parentAlfredo Sumaran
2016-04-16Fix coding style issues. Dashes to camelCaseJacob Schatz
2016-04-15Fix create label functionalityAlfredo Sumaran
2016-04-15Restore broken codeAlfredo Sumaran
2016-04-14fix labels button dropdown not showing how many labels clickedArinde Eniola
2016-04-13Filter by multiple labels with little animation.Jacob Schatz
2016-04-13Proper selecting multiple labels.Jacob Schatz
2016-04-13storing multiple values for comma seperationJacob Schatz
2016-04-13Initial mutli label filterJacob Schatz
2016-04-13Merge branch 'issue_15093' into 'master' Jacob Schatz
Set tooltips for new added labels Fixes #15093 ![Screen_Shot_2016-04-11_at_5.50.21_PM](/uploads/52d06f6ccb3ca42e7ce75b94111514c2/Screen_Shot_2016-04-11_at_5.50.21_PM.png) See merge request !3667
2016-04-12Filtering by any label keeps the text on the toggle buttonPhil Hughes
2016-04-12Set tooltips for new added labelsAlfredo Sumaran
2016-03-30Sidebar collapse update issueJacob Schatz
2016-03-30Make changed values visible in minimized sidebar.Jacob Schatz
2016-03-29Dropdown bug fixesPhil Hughes
Added back upcoming to milestone filter Fixed bug that would cause the currently selected value to disappear on filters Fixed bug that throw an error when filtering by upcoming when there is only a milestone in the past
2016-03-25Use hidden inputs instead of `data-selected`Jacob Schatz
2016-03-25Fix minor code style issuesJacob Schatz
Fix underscore template error. Fix `=` spacing
2016-03-25Assign current user when no user is assigned linkJacob Schatz
2016-03-25Fix broken functionality in sidebar after merge.Jacob Schatz
Added nice animations too.