| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |