summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fixed alignment of iconsnotes-actions-coloursPhil Hughes2016-03-312-2/+10
* Tests updatePhil Hughes2016-03-311-4/+4
* SCSS variablesPhil Hughes2016-03-312-4/+11
* Standardised the discussion headersPhil Hughes2016-03-312-10/+10
* Changed some CSS to make it more concise & less overridingPhil Hughes2016-03-316-78/+58
* Moved project access into note actionsPhil Hughes2016-03-315-35/+38
* Merge branch 'fix-event-row' into 'master' Jacob Schatz2016-03-312-1/+9
|\
| * Fix event rendering for certain event typesDmitriy Zaporozhets2016-03-312-1/+9
* | Merge branch 'issue_3400_port' into 'master' Jacob Schatz2016-03-3111-157/+613
|\ \ | |/ |/|
| * Merge branch 'master' into issue_3400_portissue_3400_portAlfredo Sumaran2016-03-2961-533/+1347
| |\
| * | Remove unused CSSAlfredo Sumaran2016-03-282-27/+5
| * | Hide suggestions when deleting all input value using other than backspaceAlfredo Sumaran2016-03-271-2/+6
| * | Do not show dropdown menu if when no suggestions returnedAlfredo Sumaran2016-03-271-4/+5
| * | Add option to submit the typed queryAlfredo Sumaran2016-03-271-0/+10
| * | Fix broken specAlfredo Sumaran2016-03-271-5/+4
| * | Initialize autocomplete only when search form is presentAlfredo Sumaran2016-03-261-2/+3
| * | Fix SCSS Lint errorsAlfredo Sumaran2016-03-262-2/+2
| * | Always display suggestionsAlfredo Sumaran2016-03-263-25/+20
| * | Merge branch 'master' into issue_3400_portAlfredo Sumaran2016-03-2638-683/+249
| |\ \
| * | | Makes autocomplete dropdown look the same as othersAlfredo Sumaran2016-03-256-25/+62
| * | | Use separators between categoriesAlfredo Sumaran2016-03-241-1/+1
| * | | Add separator as a line dividerAlfredo Sumaran2016-03-241-1/+4
| * | | Use strings instead of constantsAlfredo Sumaran2016-03-241-31/+25
| * | | Make form width the same as dropdown widthAlfredo Sumaran2016-03-243-2/+4
| * | | Adjust menu positioningAlfredo Sumaran2016-03-241-0/+6
| * | | Add separator at the end of categoriesAlfredo Sumaran2016-03-241-0/+5
| * | | Prevent creating autocomplete dropdown is user is not logged inAlfredo Sumaran2016-03-241-1/+5
| * | | Fixes overlapping on SafariAlfredo Sumaran2016-03-241-1/+5
| * | | Increase time because of SafariAlfredo Sumaran2016-03-241-1/+1
| * | | Add param to skip enterCallbackAlfredo Sumaran2016-03-232-1/+4
| * | | Make sure we are looking inside dropdpown wrapperAlfredo Sumaran2016-03-231-1/+1
| * | | Fix input referenceAlfredo Sumaran2016-03-231-1/+1
| * | | Pass proper input elementAlfredo Sumaran2016-03-231-4/+1
| * | | Merge branch 'master' into issue_3400_portAlfredo Sumaran2016-03-23256-1525/+6900
| |\ \ \
| * | | | Change key name to match input IdAlfredo Sumaran2016-03-231-4/+2
| * | | | Fixes removing the location badge with backspace on the last characterAlfredo Sumaran2016-03-231-4/+19
| * | | | Prevents unwanted menu togglingAlfredo Sumaran2016-03-231-3/+3
| * | | | Remove unused instance variableAlfredo Sumaran2016-03-231-14/+3
| * | | | Restore menu content when emptying the search inputAlfredo Sumaran2016-03-231-0/+11
| * | | | Fixes empty menu when typing on search input for the very first timeAlfredo Sumaran2016-03-232-51/+69
| * | | | Set constants for category namesAlfredo Sumaran2016-03-211-27/+32
| * | | | Reduce the use of loopsAlfredo Sumaran2016-03-211-14/+9
| * | | | Add ability to clear location badgeAlfredo Sumaran2016-03-215-42/+82
| * | | | TAB is not usedAlfredo Sumaran2016-03-211-1/+0
| * | | | Loop through form inputsAlfredo Sumaran2016-03-211-11/+8
| * | | | Add variablesAlfredo Sumaran2016-03-212-8/+13
| * | | | Delete .remove-badge from badgeAlfredo Sumaran2016-03-212-4/+0
| * | | | Use .empty()Alfredo Sumaran2016-03-211-1/+1
| * | | | Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab-ce into issue_3...Alfredo Sumaran2016-03-21114-695/+1857
| |\ \ \ \
| * | | | | Fix multiple ajax calls and plugin instantiationAlfredo Sumaran2016-03-181-17/+38