summaryrefslogtreecommitdiff
path: root/app/helpers/search_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* Update views to single form of address. Change "my" to "your"Dmitriy Zaporozhets2015-03-221-3/+3
* Use `project_member` instead of `team_member`.Douwe Maan2015-03-151-1/+1
* Upgrade to Rails 4.1.9Vinnie Okada2015-02-141-11/+11
* Sort projects in search autocomplete by amount of stars. Most popular go firstDmitriy Zaporozhets2014-09-251-1/+2
* Improve search results output. Fixes some markup issuesDmitriy Zaporozhets2014-08-281-1/+1
* Improve comment search resultsDmitriy Zaporozhets2014-08-271-0/+5
* Save search options when switch between filterDmitriy Zaporozhets2014-08-271-4/+1
* Implement search page with filtering of results and paginationDmitriy Zaporozhets2014-08-271-0/+15
* Wipe wall notes featureDmitriy Zaporozhets2014-06-131-1/+0
* Refactor some search scopes to prevent wierd behaviour and PG::Error issuesDmitriy Zaporozhets2014-06-051-1/+1
* Use the correct links, replace in search.Marin Jankovski2014-05-291-9/+9
* Allow access to groups with public projects.Jason Hollingsworth2014-02-201-13/+2
* Prevent duplicate method names in helpersDmitriy Zaporozhets2014-01-181-5/+5
* Refactor search autocomplete. Use ajax for sourceDmitriy Zaporozhets2014-01-181-17/+36
* Archiving old projects; archived projects aren't shown on dashboardSteven Thonus2013-12-161-2/+2
* Remove duplicate items from search autocompleteDmitriy Zaporozhets2013-12-091-1/+3
* Adding authenticated public mode (internal).Jason Hollingsworth2013-11-261-1/+8
* Refactor and cover search_autocomplete_sourceRobert Speicher2013-10-201-0/+78