summaryrefslogtreecommitdiffstats
path: root/lib/redmine/sort_criteria.rb
Commit message (Expand)AuthorAgeFilesLines
* Use Regexp#match? to reduce allocations of MatchData object (#28940).Go MAEDA2019-03-271-1/+1
* Enable frozen_string_literal for some files under app and lib directory (#265...Go MAEDA2019-03-161-1/+1
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-151-0/+2
* Remove blank keys from sort criteria (#30009).Go MAEDA2018-11-261-0/+1
* Redmine::SortCriteria#normalize! does not limit properly the maximum number o...Go MAEDA2018-09-201-2/+1
* Dangerous query method deprecation warnings (#23630).Jean-Philippe Lang2018-06-231-1/+1
* Make sure we can call #values.Jean-Philippe Lang2017-06-031-1/+1
* Get rid of sort_helper when using queries.Jean-Philippe Lang2017-03-131-0/+104