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
/
lib
/
plugins
/
acts_as_searchable
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merged r22746 from trunk to 5.0-stable (#40043).
Marius Balteanu
2024-02-27
1
-1
/
+1
*
Update copyright year to 2023 (#38141).
Go MAEDA
2023-01-01
1
-1
/
+1
*
Update copyright year in source files to 2022 (#36379).
Go MAEDA
2022-01-02
1
-1
/
+1
*
Use sanitize_sql_like on search tokens (#35073).
Marius Balteanu
2021-10-03
1
-1
/
+1
*
Update copyright year in source files to 2021 (#33069).
Go MAEDA
2021-03-25
1
-1
/
+1
*
Update copyright year in source files to 2020 (#33069).
Go MAEDA
2020-03-03
1
-1
/
+1
*
Update copyright year.
Go MAEDA
2019-05-25
1
-1
/
+1
*
Support frozen_string_literal in lib/**/*.rb (#26561).
Go MAEDA
2019-03-17
2
-2
/
+2
*
Add "frozen_string_literal: false" for all files (#26561).
Go MAEDA
2019-03-15
2
-0
/
+4
*
fix search engine returns 500 error by Go MAEDA (#26526)
Toshi MARUYAMA
2017-07-25
1
-0
/
+2
*
remove trailing white spaces from lib/plugins/acts_as_searchable/lib/acts_as_...
Toshi MARUYAMA
2017-07-25
1
-3
/
+0
*
Update copyright.
Jean-Philippe Lang
2017-06-25
1
-1
/
+1
*
Use .distinct instead of .uniq.
Jean-Philippe Lang
2016-07-14
1
-1
/
+1
*
Updates copyright for 2016.
Jean-Philippe Lang
2016-03-13
1
-1
/
+1
*
Query doesn't work with non ASCII uppercase symbols (#20438).
Jean-Philippe Lang
2015-08-02
1
-9
/
+1
*
Support for accent insensitive search with PostgreSQL (#18801).
Jean-Philippe Lang
2015-02-08
1
-3
/
+6
*
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
-6
/
+6
*
Option to search attachment filenames and description (#4383).
Jean-Philippe Lang
2015-01-09
1
-34
/
+50
*
Search custom fields and journals with different queries to take advantage of...
Jean-Philippe Lang
2015-01-08
1
-30
/
+69
*
Updates comments for r13811.
Jean-Philippe Lang
2014-12-26
1
-2
/
+2
*
Converts timestamps to integers in #search_result_ranks_and_ids.
Jean-Philippe Lang
2014-12-26
1
-1
/
+3
*
Restore accent insensitive search with mysql (#18537).
Jean-Philippe Lang
2014-12-15
1
-2
/
+0
*
Use custom SQL for MySQL to behave like others DBMS: case-insensitive search ...
Jean-Philippe Lang
2014-12-14
1
-13
/
+27
*
Don't use #downcase on search tokens, let the database handle it (#18537).
Jean-Philippe Lang
2014-12-13
1
-3
/
+3
*
Rewrites search engine to properly paginate results (#18631).
Jean-Philippe Lang
2014-12-12
1
-37
/
+45
*
Merged rails-4.1 branch (#14534).
Jean-Philippe Lang
2014-10-22
1
-5
/
+10
*
update copyright year (#15977)
Toshi MARUYAMA
2014-01-29
1
-1
/
+1
*
Reduces the number of subqueries when searching with many custom fields set a...
Jean-Philippe Lang
2014-01-05
1
-5
/
+10
*
Role-based issue custom field visibility (#5037).
Jean-Philippe Lang
2013-07-13
1
-5
/
+6
*
Copyright for 2013 (#12788).
Jean-Philippe Lang
2013-01-12
1
-1
/
+1
*
Replaces find(:all) calls in acts_as_searchable.
Jean-Philippe Lang
2012-12-02
1
-11
/
+15
*
Replaces find(:all) calls.
Jean-Philippe Lang
2012-12-02
1
-4
/
+1
*
Moved Rails plugins required by the core to lib/plugins.
Jean-Philippe Lang
2012-04-26
2
-0
/
+135
*
Redmine acts_as_* plugins moved to vendor/plugins.
Jean-Philippe Lang
2007-09-29
2
-91
/
+0
*
Search engines now supports pagination.
Jean-Philippe Lang
2007-09-27
2
-0
/
+91