summaryrefslogtreecommitdiffstats
path: root/test/functional/search_controller_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Upgrade to Rails 4.2.0 (#14534).Jean-Philippe Lang2015-01-171-2/+2
* add missing fixture to SearchControllerTestToshi MARUYAMA2015-01-151-0/+1
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Option to search open issues only (#10734).Jean-Philippe Lang2015-01-101-0/+9
* Option to search attachment filenames and description (#4383).Jean-Philippe Lang2015-01-091-0/+29
* add missing fixtures to SearchControllerTestToshi MARUYAMA2014-12-131-1/+2
* Rewrites search engine to properly paginate results (#18631).Jean-Philippe Lang2014-12-121-13/+17
* Revert r13736, test fails with mysql.Jean-Philippe Lang2014-12-111-9/+0
* Adds a test for search with limited results.Jean-Philippe Lang2014-12-111-0/+9
* Adds tests for searching private or archived projects.Jean-Philippe Lang2014-12-051-0/+23
* Replaced remaining #assert_tag with #assert_select.Jean-Philippe Lang2014-11-221-6/+4
* Merged rails-4.1 branch (#14534).Jean-Philippe Lang2014-10-221-1/+3
* add missing fixtures to SearchControllerTestToshi MARUYAMA2014-07-131-0/+1
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Rails4: replace deprecated Relation#update_all at SearchControllerTestToshi MARUYAMA2014-01-111-2/+1
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Functional tests cleanup.Jean-Philippe Lang2012-12-031-7/+17
* Fixed some more test/functional/*_test.rb breaking when run alone (#12285)Jean-Baptiste Barth2012-11-011-1/+1
* Private issue notes (#1554).Jean-Philippe Lang2012-10-031-0/+33
* Fixed that search results are escaped twice.Jean-Philippe Lang2012-08-101-0/+20
* Additional tests for SearchController and handle my_projects scope without me...Jean-Philippe Lang2011-12-171-0/+40
* remove trailing white-spaces from test/functional/search_controller_test.rb.Toshi MARUYAMA2011-08-311-1/+1
* Fixed: search options get lost after clicking on a specific result type (#7501).Jean-Philippe Lang2011-07-091-6/+21
* remove trailing white-spaces from functional search controller test.Toshi MARUYAMA2011-05-161-16/+16
* Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050Jean-Baptiste Barth2010-12-121-1/+1
* Fixes duplicate custom_values fixture that caused failure with Postgresql.Jean-Philippe Lang2010-12-111-1/+1
* Adds leading slash to all assert_redirected_to arguments (#6887).Jean-Philippe Lang2010-11-141-1/+1
* Typecast issue ids when searched for.Eric Davis2010-06-201-0/+6
* Upgraded to Rails 2.3.4 (#3597)Eric Davis2009-09-131-1/+1
* SCM:Jean-Philippe Lang2009-08-171-2/+2
* Allows multiple roles on the same project (#706). Prerequisite for user group...Jean-Philippe Lang2009-05-101-1/+1
* Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2.Jean-Philippe Lang2009-02-211-1/+1
* Different icon for closed issues in search result (#992).Jean-Philippe Lang2009-01-111-0/+11
* Search engine: display total results count (#906) and count by result type.Jean-Philippe Lang2008-07-201-0/+8
* Ability to search a project and its subprojects (#1264).Jean-Philippe Lang2008-05-201-0/+8
* Ability to search all projects or the projects the user belongs to (#791).Jean-Philippe Lang2008-05-181-1/+13
* Fixes #820: invalid project id causes a NoMethodError in SearchController (An...Jean-Philippe Lang2008-03-121-0/+6
* Fixed search with all words (broken in r994).Jean-Philippe Lang2008-01-211-1/+32
* Search engine: issue custom fields can now be searched.Jean-Philippe Lang2007-12-141-2/+13
* Fixed Mantis importer: projects trackers and modules assignmentJean-Philippe Lang2007-11-291-0/+5
* Search engines now supports pagination.Jean-Philippe Lang2007-09-271-1/+1
* Merged 0.6 branch into trunk.Jean-Philippe Lang2007-08-291-0/+1
* Added a quick search form in page header. Search functionality moved to a ded...Jean-Philippe Lang2007-04-301-0/+48