summaryrefslogtreecommitdiff
path: root/app/views/layouts/_search.html.haml
Commit message (Collapse)AuthorAgeFilesLines
* HAMLLint: Fix `SpaceInsideHashAttributes` offencesKushal Pandya2016-12-311-2/+2
|
* 24146 Add focus state to buttons and dropdowns24146-add-focus-statetauriedavis2016-11-081-1/+1
|
* Tidy up the code a bitcs-inline-js-searchAlfredo Sumaran2016-08-261-4/+3
|
* Move data attribute information to relevant elements.Connor Shea2016-08-261-11/+9
|
* Remove inline JavaScript for Search autocomplete.Connor Shea2016-08-261-21/+3
|
* Fix creating group with space in group pathDouglas Barbosa Alexandre2016-07-141-1/+1
|
* Escape JavaScript in haml template.category-search-dropdownFatih Acet2016-06-141-6/+6
|
* Defensive check for the group options.Fatih Acet2016-06-131-1/+1
|
* Inject group options.Fatih Acet2016-06-091-1/+11
|
* Added projectOptions and dashboardOptions into gl object.Fatih Acet2016-06-071-0/+15
|
* Clicking search pill focuses fieldsearch-box-blurPhil Hughes2016-05-241-5/+2
| | | | | | | | | 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
* Merge branch 'master' into issue_14952Alfredo Sumaran2016-04-061-2/+2
|\
| * Change approach, do not use timeoutsAlfredo Sumaran2016-04-061-2/+2
| |
* | Use .new_record? insteadAlfredo Sumaran2016-04-061-2/+2
| |
* | Do not add location badge when creating a group or projectissue_14952Alfredo Sumaran2016-04-051-2/+2
|/
* Makes autocomplete dropdown look the same as othersAlfredo Sumaran2016-03-251-3/+4
|
* Fixes empty menu when typing on search input for the very first timeAlfredo Sumaran2016-03-231-1/+4
|
* Add ability to clear location badgeAlfredo Sumaran2016-03-211-2/+11
|
* Use new dropdown class for search suggestionsAlfredo Sumaran2016-03-151-1/+5
|
* Add iconsAlfredo Sumaran2016-03-151-0/+1
|
* Change hidden input id to avoid duplicated IDsAlfredo Sumaran2016-03-151-1/+1
| | | | The TODOs dashboard already had a #project_id input and it was causing a spec to fail
* Apply styling and tweaks to autocomplete dropdownAlfredo Sumaran2016-03-151-5/+8
|
* Working version of autocomplete with categorized resultsAlfredo Sumaran2016-03-151-9/+4
|
* Added tabindex to filter fielddashboard-search-field-tabindexPhil Hughes2016-03-041-1/+1
| | | | | Based on however I changed the tabindex of the search field so that it goes search field -> filter field & then back to browser default. I dont think we should override the default tabindex of the page too much Closes #3706
* Improve placeholder: search -> SearchDmitriy Zaporozhets2016-02-051-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Change placeholder text to just 'search'search-on-groups-is-uglyJacob Schatz2016-02-041-1/+1
|
* Replace CoffeeScript block into JavaScript in Views.Jason Lee2015-11-101-2/+2
| | | | | | | For example view: shared/issuable/_context CoffeeScript: 190ms JavaScript: 19.7ms
* Add support for searching commit log messagesJonathan Schoeffling2015-10-281-0/+2
| | | | | | | | Include the log messages of recent commits in project-level search results, providing functionality similar to 'git log --grep'. Update repository model rspec tests to validate the output of Repository#commits_with_log_matching.
* Add spellcheck=false to certain input fieldsspellcheck_falseValery Sizov2015-10-121-1/+1
|
* Use default control for search field in headerDmitriy Zaporozhets2015-05-261-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Respect current controller scope when using search from project areaDmitriy Zaporozhets2014-12-021-1/+10
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Use button type=submit instead of input.Ciro Santilli2014-10-011-1/+1
|
* Merge pull request #7646 from bushong1/snippet-search3Dmitriy Zaporozhets2014-09-091-0/+2
|\ | | | | Adding in snippet search functionality
| * Adding in snippet search functionalityCharles Bushong2014-08-291-0/+2
| | | | | | | | http://feedback.gitlab.com/forums/176466-general/suggestions/5529795-search-though-snippets
* | Awesome shortcuts for GitLabRobert Schilling2014-09-011-0/+7
|/
* Use search field instead of text fieldDmitriy Zaporozhets2014-06-171-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Refactor search autocomplete. Use ajax for sourceDmitriy Zaporozhets2014-01-181-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Different search placeholder depdends on areaDmitriy Zaporozhets2013-08-101-1/+1
|
* Search for blobs by default inside project. Added pagination for blobs searchDmitriy Zaporozhets2013-05-141-1/+3
|
* Move files search to gitlab_gitDmitriy Zaporozhets2013-05-091-10/+3
|
* Implemented code search featureJavier Castro2013-05-091-1/+10
|
* Move search autocomplete call to dispatcherDmitriy Zaporozhets2013-05-021-8/+1
|
* Improved search. added filtersDmitriy Zaporozhets2013-01-251-0/+2
|
* Implemented bootstrap 2.2.1.1. Restyled header panelDmitriy Zaporozhets2012-11-201-1/+1
|
* Extract search field into a partialRiyad Preukschas2012-10-251-0/+11