index
:
redmine.git
0.6-stable
0.7-stable
0.8-stable
0.9-stable
1.0-stable
1.1-stable
1.2-stable
1.3-stable
1.4-stable
2.0-stable
2.1-stable
2.2-stable
2.3-stable
2.4-stable
2.5-stable
2.6-stable
3.0-stable
3.1-stable
3.2-stable
3.3-stable
3.4-stable
4.0-stable
4.1-stable
4.2-stable
5.0-stable
5.1-stable
6.0-stable
integration-to-svn-stable-1.0
integration-to-svn-trunk
master
nbc
plugin-hooks
swistak
work
Mirror of redmine code source: https://github.com/redmine/redmine
www-data
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
unit
/
search_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Enable frozen_string_literal for some files under test directory (#26561).
Go MAEDA
2019-03-16
1
-1
/
+1
*
Remove unnecessary encoding magic comment (#31034).
Go MAEDA
2019-03-16
1
-2
/
+0
*
Add "frozen_string_literal: false" for all files (#26561).
Go MAEDA
2019-03-15
1
-0
/
+2
*
Set User.current to nil before unit tests.
Jean-Philippe Lang
2018-12-16
1
-0
/
+1
*
Allow single Chinese character as a search keyword (#30037).
Go MAEDA
2018-11-30
1
-0
/
+5
*
Update copyright.
Jean-Philippe Lang
2017-06-25
1
-1
/
+1
*
remove empty lines including trailing white space from test/unit/search_test.rb
Toshi MARUYAMA
2017-02-16
1
-4
/
+0
*
Updates copyright for 2016.
Jean-Philippe Lang
2016-03-13
1
-1
/
+1
*
Fix tokenization of phrases with non-ascii chars (#20730).
Jean-Philippe Lang
2015-10-09
1
-0
/
+8
*
Support for accent insensitive search with PostgreSQL (#18801).
Jean-Philippe Lang
2015-02-08
1
-0
/
+19
*
Copyright update.
Jean-Philippe Lang
2015-01-11
1
-1
/
+1
*
Restore accent insensitive search with mysql (#18537).
Jean-Philippe Lang
2014-12-15
1
-11
/
+20
*
SQLite does not support case insensitive match for non-ASCII characters (#185...
Jean-Philippe Lang
2014-12-14
1
-1
/
+9
*
Use custom SQL for MySQL to behave like others DBMS: case-insensitive search ...
Jean-Philippe Lang
2014-12-14
1
-2
/
+8
*
add missing fixtures to test/unit/search_test.rb
Toshi MARUYAMA
2014-12-14
1
-0
/
+3
*
Mysql LIKE treats Ö and O the same (#18537).
Jean-Philippe Lang
2014-12-13
1
-2
/
+1
*
Don't use #downcase on search tokens, let the database handle it (#18537).
Jean-Philippe Lang
2014-12-13
1
-0
/
+9
*
Rewrites search engine to properly paginate results (#18631).
Jean-Philippe Lang
2014-12-12
1
-24
/
+24
*
update copyright year (#15977)
Toshi MARUYAMA
2014-01-29
1
-1
/
+1
*
Fixed tests broken by r11965.
Jean-Philippe Lang
2013-06-12
1
-0
/
+2
*
Cleanup of finders with :conditions option.
Jean-Philippe Lang
2013-06-12
1
-1
/
+1
*
Copyright for 2013 (#12788).
Jean-Philippe Lang
2013-01-12
1
-1
/
+1
*
Copyright update.
Jean-Philippe Lang
2012-05-05
1
-1
/
+1
*
remove trailing white-spaces from unit search test.
Toshi MARUYAMA
2011-05-17
1
-23
/
+23
*
Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050
Jean-Baptiste Barth
2010-12-12
1
-1
/
+1
*
Upgraded to Rails 2.3.4 (#3597)
Eric Davis
2009-09-13
1
-1
/
+1
*
Allows multiple roles on the same project (#706). Prerequisite for user group...
Jean-Philippe Lang
2009-05-10
1
-1
/
+2
*
Search engine: display total results count (#906) and count by result type.
Jean-Philippe Lang
2008-07-20
1
-20
/
+29
*
Fixes search tests for Postgresql.
Jean-Philippe Lang
2008-07-13
1
-1
/
+1
*
Fixed: search engine may reveal private projects (#1613).
Jean-Philippe Lang
2008-07-10
1
-0
/
+134