summaryrefslogtreecommitdiffstats
path: root/vendor/plugins/acts_as_searchable
Commit message (Expand)AuthorAgeFilesLines
* Moved Rails plugins required by the core to lib/plugins.Jean-Philippe Lang2012-04-262-135/+0
* remove trailing white-spaces from vendor/plugins/acts_as_searchable/lib/acts_...Toshi MARUYAMA2012-04-021-17/+17
* Use #scoped instead of .with_scopeJean-Philippe Lang2012-01-011-7/+5
* Additional tests for SearchController and handle my_projects scope without me...Jean-Philippe Lang2011-12-171-0/+5
* Makes search providers use visible scopes.Jean-Philippe Lang2011-04-051-10/+18
* Move SQL LIKE tokens to acts_as_searchable.Jean-Philippe Lang2010-02-171-1/+1
* Fixed: 'search titles only' box ignored after one search is done on titles only.Jean-Philippe Lang2008-07-211-1/+1
* Fixed: searchable model can't be loaded if table is not yet created (#1421).Jean-Philippe Lang2008-07-201-14/+2
* Search engine: display total results count (#906) and count by result type.Jean-Philippe Lang2008-07-201-14/+26
* Fixed: search engine may reveal private projects (#1613).Jean-Philippe Lang2008-07-101-1/+1
* Ability to search all projects or the projects the user belongs to (#791).Jean-Philippe Lang2008-05-181-3/+15
* Fixed search with all words (broken in r994).Jean-Philippe Lang2008-01-211-1/+1
* Search engine: issue custom fields can now be searched.Jean-Philippe Lang2007-12-141-2/+21
* Search engine: added a checkbox to search titles only (usefull when searching...Jean-Philippe Lang2007-10-151-6/+8
* Redmine acts_as_* plugins moved to vendor/plugins.Jean-Philippe Lang2007-09-292-0/+91