Commit graph

25 commits

Author SHA1 Message Date
Alfredo Sumaran
f825b60b91 Change hidden input id to avoid duplicated IDs
The TODOs dashboard already had a #project_id input and it was causing a spec to fail
2016-03-15 13:34:32 -05:00
Alfredo Sumaran
6f449c63dd Apply styling and tweaks to autocomplete dropdown 2016-03-15 13:34:31 -05:00
Alfredo Sumaran
4b3d344688 Working version of autocomplete with categorized results 2016-03-15 13:34:31 -05:00
Phil Hughes
144f8eff89 Added tabindex to filter field
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
2016-03-04 12:39:18 +00:00
Dmitriy Zaporozhets
2611acfd92
Improve placeholder: search -> Search
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-02-05 19:32:12 +01:00
Jacob Schatz
b1757c200c Change placeholder text to just 'search' 2016-02-04 12:29:32 -05:00
Jason Lee
18cb430f79 Replace CoffeeScript block into JavaScript in Views.
For example view: shared/issuable/_context

CoffeeScript: 190ms
JavaScript: 19.7ms
2015-11-10 19:17:37 +08:00
Jonathan Schoeffling
5a5069969c Add support for searching commit log messages
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.
2015-10-28 22:34:39 -04:00
Valery Sizov
d805c5dbb3 Add spellcheck=false to certain input fields 2015-10-12 12:54:54 +03:00
Dmitriy Zaporozhets
b11bcb8a74
Use default control for search field in header
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-05-26 20:32:11 +02:00
Dmitriy Zaporozhets
5f15ed04fc
Respect current controller scope when using search from project area
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-12-02 22:38:45 +02:00
Ciro Santilli
6294033024 Use button type=submit instead of input. 2014-10-01 11:12:56 +02:00
Dmitriy Zaporozhets
9e4a40982e Merge pull request #7646 from bushong1/snippet-search3
Adding in snippet search functionality
2014-09-09 10:31:21 +03:00
Robert Schilling
0cbc19f944 Awesome shortcuts for GitLab 2014-09-01 11:49:17 +02:00
Charles Bushong
4cca1b050a Adding in snippet search functionality
http://feedback.gitlab.com/forums/176466-general/suggestions/5529795-search-though-snippets
2014-08-29 15:32:07 -04:00
Dmitriy Zaporozhets
3a8413247b
Use search field instead of text field
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-06-17 16:00:41 +03:00
Dmitriy Zaporozhets
073a269831
Refactor search autocomplete. Use ajax for source
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-01-18 14:16:46 +02:00
Dmitriy Zaporozhets
fb36355f2f Different search placeholder depdends on area 2013-08-10 19:12:25 +03:00
Dmitriy Zaporozhets
46daf01a15 Search for blobs by default inside project. Added pagination for blobs search 2013-05-14 20:11:48 +03:00
Dmitriy Zaporozhets
f1126f494c Move files search to gitlab_git 2013-05-09 11:47:09 +03:00
Javier Castro
7f57fe5034 Implemented code search feature 2013-05-09 11:47:08 +03:00
Dmitriy Zaporozhets
92f0473354 Move search autocomplete call to dispatcher 2013-05-02 14:51:47 +03:00
Dmitriy Zaporozhets
ac8247b46d Improved search. added filters 2013-01-25 10:07:21 +02:00
Dmitriy Zaporozhets
942c410119 Implemented bootstrap 2.2.1.1. Restyled header panel 2012-11-20 23:05:15 +02:00
Riyad Preukschas
ff396e0a7e Extract search field into a partial 2012-10-25 23:39:02 +02:00