Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use border color variables for inputfix-input-borders | Dmitriy Zaporozhets | 2016-03-31 | 2 | -3/+4 |
* | Fix icons color in the headerfix-header-colors | Dmitriy Zaporozhets | 2016-03-31 | 3 | -5/+6 |
* | Fix placeholder color | Dmitriy Zaporozhets | 2016-03-31 | 1 | -1/+1 |
* | Merge branch 'fix-event-row' into 'master' | Jacob Schatz | 2016-03-31 | 2 | -1/+9 |
|\ | |||||
| * | Fix event rendering for certain event types | Dmitriy Zaporozhets | 2016-03-31 | 2 | -1/+9 |
* | | Merge branch 'issue_3400_port' into 'master' | Jacob Schatz | 2016-03-31 | 11 | -157/+613 |
|\ \ | |/ |/| | |||||
| * | Merge branch 'master' into issue_3400_portissue_3400_port | Alfredo Sumaran | 2016-03-29 | 61 | -533/+1347 |
| |\ | |||||
| * | | Remove unused CSS | Alfredo Sumaran | 2016-03-28 | 2 | -27/+5 |
| * | | Hide suggestions when deleting all input value using other than backspace | Alfredo Sumaran | 2016-03-27 | 1 | -2/+6 |
| * | | Do not show dropdown menu if when no suggestions returned | Alfredo Sumaran | 2016-03-27 | 1 | -4/+5 |
| * | | Add option to submit the typed query | Alfredo Sumaran | 2016-03-27 | 1 | -0/+10 |
| * | | Fix broken spec | Alfredo Sumaran | 2016-03-27 | 1 | -5/+4 |
| * | | Initialize autocomplete only when search form is present | Alfredo Sumaran | 2016-03-26 | 1 | -2/+3 |
| * | | Fix SCSS Lint errors | Alfredo Sumaran | 2016-03-26 | 2 | -2/+2 |
| * | | Always display suggestions | Alfredo Sumaran | 2016-03-26 | 3 | -25/+20 |
| * | | Merge branch 'master' into issue_3400_port | Alfredo Sumaran | 2016-03-26 | 38 | -683/+249 |
| |\ \ | |||||
| * | | | Makes autocomplete dropdown look the same as others | Alfredo Sumaran | 2016-03-25 | 6 | -25/+62 |
| * | | | Use separators between categories | Alfredo Sumaran | 2016-03-24 | 1 | -1/+1 |
| * | | | Add separator as a line divider | Alfredo Sumaran | 2016-03-24 | 1 | -1/+4 |
| * | | | Use strings instead of constants | Alfredo Sumaran | 2016-03-24 | 1 | -31/+25 |
| * | | | Make form width the same as dropdown width | Alfredo Sumaran | 2016-03-24 | 3 | -2/+4 |
| * | | | Adjust menu positioning | Alfredo Sumaran | 2016-03-24 | 1 | -0/+6 |
| * | | | Add separator at the end of categories | Alfredo Sumaran | 2016-03-24 | 1 | -0/+5 |
| * | | | Prevent creating autocomplete dropdown is user is not logged in | Alfredo Sumaran | 2016-03-24 | 1 | -1/+5 |
| * | | | Fixes overlapping on Safari | Alfredo Sumaran | 2016-03-24 | 1 | -1/+5 |
| * | | | Increase time because of Safari | Alfredo Sumaran | 2016-03-24 | 1 | -1/+1 |
| * | | | Add param to skip enterCallback | Alfredo Sumaran | 2016-03-23 | 2 | -1/+4 |
| * | | | Make sure we are looking inside dropdpown wrapper | Alfredo Sumaran | 2016-03-23 | 1 | -1/+1 |
| * | | | Fix input reference | Alfredo Sumaran | 2016-03-23 | 1 | -1/+1 |
| * | | | Pass proper input element | Alfredo Sumaran | 2016-03-23 | 1 | -4/+1 |
| * | | | Merge branch 'master' into issue_3400_port | Alfredo Sumaran | 2016-03-23 | 256 | -1525/+6900 |
| |\ \ \ | |||||
| * | | | | Change key name to match input Id | Alfredo Sumaran | 2016-03-23 | 1 | -4/+2 |
| * | | | | Fixes removing the location badge with backspace on the last character | Alfredo Sumaran | 2016-03-23 | 1 | -4/+19 |
| * | | | | Prevents unwanted menu toggling | Alfredo Sumaran | 2016-03-23 | 1 | -3/+3 |
| * | | | | Remove unused instance variable | Alfredo Sumaran | 2016-03-23 | 1 | -14/+3 |
| * | | | | Restore menu content when emptying the search input | Alfredo Sumaran | 2016-03-23 | 1 | -0/+11 |
| * | | | | Fixes empty menu when typing on search input for the very first time | Alfredo Sumaran | 2016-03-23 | 2 | -51/+69 |
| * | | | | Set constants for category names | Alfredo Sumaran | 2016-03-21 | 1 | -27/+32 |
| * | | | | Reduce the use of loops | Alfredo Sumaran | 2016-03-21 | 1 | -14/+9 |
| * | | | | Add ability to clear location badge | Alfredo Sumaran | 2016-03-21 | 5 | -42/+82 |
| * | | | | TAB is not used | Alfredo Sumaran | 2016-03-21 | 1 | -1/+0 |
| * | | | | Loop through form inputs | Alfredo Sumaran | 2016-03-21 | 1 | -11/+8 |
| * | | | | Add variables | Alfredo Sumaran | 2016-03-21 | 2 | -8/+13 |
| * | | | | Delete .remove-badge from badge | Alfredo Sumaran | 2016-03-21 | 2 | -4/+0 |
| * | | | | Use .empty() | Alfredo Sumaran | 2016-03-21 | 1 | -1/+1 |
| * | | | | Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab-ce into issue_3... | Alfredo Sumaran | 2016-03-21 | 114 | -695/+1857 |
| |\ \ \ \ | |||||
| * | | | | | Fix multiple ajax calls and plugin instantiation | Alfredo Sumaran | 2016-03-18 | 1 | -17/+38 |
| * | | | | | Save instance and avoid multiple instantiation | Alfredo Sumaran | 2016-03-18 | 1 | -2/+4 |
| * | | | | | Merge branch 'master' into issue_3400_port | Alfredo Sumaran | 2016-03-18 | 23 | -103/+110 |
| |\ \ \ \ \ | |||||
| * | | | | | | Code improvements | Alfredo Sumaran | 2016-03-18 | 2 | -41/+31 |