| Commit message (Expand) | Author | Age | Files | Lines |
* | Add "frozen_string_literal: false" for all files (#26561). | Go MAEDA | 2019-03-15 | 1 | -0/+2 |
* | Include closed projects in search for scope subprojects (#28636). | Go MAEDA | 2018-12-06 | 1 | -1/+1 |
* | Merged rails-5.1 branch (#23630). | Jean-Philippe Lang | 2017-07-23 | 1 | -1/+1 |
* | Use regular #authorize method. | Jean-Philippe Lang | 2017-06-26 | 1 | -10/+1 |
* | Update copyright. | Jean-Philippe Lang | 2017-06-25 | 1 | -1/+1 |
* | Use .before_action instead of .before_filter. | Jean-Philippe Lang | 2016-07-14 | 1 | -1/+1 |
* | Add params to Redmine::Search::Fetcher#initialize optional parameter (#23153). | Jean-Philippe Lang | 2016-06-28 | 1 | -1/+1 |
* | Handle search pagination with the REST API (#6277). | Jean-Philippe Lang | 2016-03-19 | 1 | -4/+12 |
* | REST API for Search (#6277). | Jean-Philippe Lang | 2016-03-19 | 1 | -1/+5 |
* | Updates copyright for 2016. | Jean-Philippe Lang | 2016-03-13 | 1 | -1/+1 |
* | Make search results per page configurable (#19005). | Jean-Philippe Lang | 2015-02-07 | 1 | -1/+3 |
* | Copyright update. | Jean-Philippe Lang | 2015-01-11 | 1 | -1/+1 |
* | Option to search open issues only (#10734). | Jean-Philippe Lang | 2015-01-10 | 1 | -1/+2 |
* | Option to search attachment filenames and description (#4383). | Jean-Philippe Lang | 2015-01-09 | 1 | -1/+3 |
* | Cache search result ids for faster search pagination (#18631). | Jean-Philippe Lang | 2014-12-20 | 1 | -3/+1 |
* | Moved search logic to Redmine::Search (#18631). | Jean-Philippe Lang | 2014-12-20 | 1 | -47/+18 |
* | Use projects association. | Jean-Philippe Lang | 2014-12-13 | 1 | -1/+1 |
* | Rewrites search engine to properly paginate results (#18631). | Jean-Philippe Lang | 2014-12-12 | 1 | -27/+29 |
* | Merged rails-4.1 branch (#14534). | Jean-Philippe Lang | 2014-10-22 | 1 | -1/+1 |
* | update copyright year (#15977) | Toshi MARUYAMA | 2014-01-29 | 1 | -1/+1 |
* | Copyright for 2013 (#12788). | Jean-Philippe Lang | 2013-01-12 | 1 | -1/+1 |
* | Code cleanup. | Jean-Philippe Lang | 2012-12-03 | 1 | -2/+2 |
* | Removed unused helper. | Jean-Philippe Lang | 2012-12-03 | 1 | -3/+0 |
* | Copyright update. | Jean-Philippe Lang | 2012-05-05 | 1 | -1/+1 |
* | Make sure that projects_to_search is a Project Array. | Jean-Philippe Lang | 2012-02-26 | 1 | -1/+1 |
* | remove trailing white-spaces from app/controllers/search_controller.rb. | Toshi MARUYAMA | 2011-08-30 | 1 | -15/+15 |
* | Fixed: search options get lost after clicking on a specific result type (#7501). | Jean-Philippe Lang | 2011-07-09 | 1 | -4/+4 |
* | Typecast issue ids when searched for. | Eric Davis | 2010-06-20 | 1 | -1/+1 |
* | Move SQL LIKE tokens to acts_as_searchable. | Jean-Philippe Lang | 2010-02-17 | 1 | -4/+2 |
* | Makes search providers extensible (#3936). | Jean-Philippe Lang | 2010-02-17 | 1 | -1/+1 |
* | Fixed: can not search for 2 letters word (#4381). | Jean-Philippe Lang | 2010-01-10 | 1 | -2/+2 |
* | Add view_issues permission (#3187). | Jean-Philippe Lang | 2009-11-14 | 1 | -1/+1 |
* | Merged nested projects branch. Removes limit on subproject nesting (#594). | Jean-Philippe Lang | 2009-01-24 | 1 | -1/+1 |
* | Moves @layout 'base'@ to ApplicationController. | Jean-Philippe Lang | 2008-08-10 | 1 | -2/+0 |
* | Search engine: display total results count (#906) and count by result type. | Jean-Philippe Lang | 2008-07-20 | 1 | -1/+6 |
* | Ability to search a project and its subprojects (#1264). | Jean-Philippe Lang | 2008-05-20 | 1 | -1/+3 |
* | Ability to search all projects or the projects the user belongs to (#791). | Jean-Philippe Lang | 2008-05-18 | 1 | -37/+37 |
* | Fixes #820: invalid project id causes a NoMethodError in SearchController (An... | Jean-Philippe Lang | 2008-03-12 | 1 | -6/+5 |
* | Merged Rails 2.0 compatibility changes. | Jean-Philippe Lang | 2007-12-10 | 1 | -3/+4 |
* | Search engine: search can be restricted to an exact phrase by using quotation... | Jean-Philippe Lang | 2007-11-29 | 1 | -2/+4 |
* | Anonymous users can now be allowed to create, edit, comment issues, comment n... | Jean-Philippe Lang | 2007-11-20 | 1 | -2/+2 |
* | Search engine: added a checkbox to search titles only (usefull when searching... | Jean-Philippe Lang | 2007-10-15 | 1 | -4/+9 |
* | Search engines now supports pagination. | Jean-Philippe Lang | 2007-09-27 | 1 | -15/+22 |
* | Fixed projects search. | Jean-Philippe Lang | 2007-09-24 | 1 | -1/+1 |
* | Search engine now only searches objects the user is allowed to view. | Jean-Philippe Lang | 2007-09-24 | 1 | -4/+17 |
* | Removed @html_title assignments in controllers. | Jean-Philippe Lang | 2007-09-07 | 1 | -1/+0 |
* | Issue notes are now included in search. | Jean-Philippe Lang | 2007-09-05 | 1 | -0/+4 |
* | Text search added on messages. | Jean-Philippe Lang | 2007-05-14 | 1 | -1/+7 |
* | Added a quick search form in page header. Search functionality moved to a ded... | Jean-Philippe Lang | 2007-04-30 | 1 | -0/+75 |