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-16Merge branch 'category-search-dropdown' into 'master' Jacob Schatz
Show categorised search queries in the search autocomplete Fixes #5885 It works in 3 categories, Dashboard, Groups and Project. ## Dashboard context ![for-dashboard](/uploads/3a59f6ec008a972495597c8f2691c385/for-dashboard.png) ## Group context ![for-group](/uploads/f7aa413d56330a1d9b2e5562f95badf7/for-group.png) ## Project context ![for-project](/uploads/dabe04cf8758a056cf7b03da001ffd91/for-project.png) ## Screencast ![category-search-dropdown](/uploads/4d9513dcd6ccb6e24adefdf65f9bc778/category-search-dropdown.gif) See merge request !4499
2016-06-03Fixed issue with search autocomplete not allow arrow key navigationPhil Hughes
Closes #15649
2016-05-24Clicking search pill focuses fieldPhil Hughes
When clicking the pill in the search field, it now focus the field. Previously you would have to make sure you click in the field. Fixed an issue where clicking out of the field wouldn't remove the focus outline Also reduced some of the HTML to remove what isn't needed
2016-04-06Do not fire blur event when clicking a suggestionAlfredo Sumaran
2016-04-06Display clear button only if input has a valueAlfredo Sumaran
2016-04-06Change approach, do not use timeoutsAlfredo Sumaran
2016-04-01Bring back search context when chosing the same project/groupAlfredo Sumaran
2016-03-31Skip default behaviour if we are clicking a result for the same locationAlfredo Sumaran
2016-03-27Hide suggestions when deleting all input value using other than backspaceAlfredo Sumaran
2016-03-27Do not show dropdown menu if when no suggestions returnedAlfredo Sumaran
2016-03-27Add option to submit the typed queryAlfredo Sumaran
2016-03-27Always display suggestionsAlfredo Sumaran
2016-03-25Makes autocomplete dropdown look the same as othersAlfredo Sumaran
2016-03-25Use separators between categoriesAlfredo Sumaran
2016-03-24Add separator at the end of categoriesAlfredo Sumaran
2016-03-24Prevent creating autocomplete dropdown is user is not logged inAlfredo Sumaran
2016-03-24Increase time because of SafariAlfredo Sumaran
2016-03-24Add param to skip enterCallbackAlfredo Sumaran
2016-03-24Change key name to match input IdAlfredo Sumaran
Fixes input not being restored with its original value
2016-03-24Fixes removing the location badge with backspace on the last characterAlfredo Sumaran
2016-03-24Prevents unwanted menu togglingAlfredo Sumaran
2016-03-24Remove unused instance variableAlfredo Sumaran
2016-03-23Restore menu content when emptying the search inputAlfredo Sumaran
2016-03-23Fixes empty menu when typing on search input for the very first timeAlfredo Sumaran
2016-03-22Reduce the use of loopsAlfredo Sumaran
2016-03-22Add ability to clear location badgeAlfredo Sumaran
2016-03-21TAB is not usedAlfredo Sumaran
2016-03-21Loop through form inputsAlfredo Sumaran
2016-03-21Delete .remove-badge from badgeAlfredo Sumaran
2016-03-21Use .empty()Alfredo Sumaran
2016-03-19Fix multiple ajax calls and plugin instantiationAlfredo Sumaran
2016-03-19Code improvementsAlfredo Sumaran
2016-03-15Use new dropdown class for search suggestionsAlfredo Sumaran
2016-03-15Better wordingAlfredo Sumaran
2016-03-15Change hidden input id to avoid duplicated IDsAlfredo Sumaran
The TODOs dashboard already had a #project_id input and it was causing a spec to fail
2016-03-15Tweak behavioursAlfredo Sumaran
2016-03-15Apply styling and tweaks to autocomplete dropdownAlfredo Sumaran
2016-03-15Working version of autocomplete with categorized resultsAlfredo Sumaran
2014-10-21Export all coffee classes with @Ciro Santilli
2014-01-18Refactor search autocomplete. Use ajax for sourceDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-05-02Move search autocomplete call to dispatcherDmitriy Zaporozhets