summaryrefslogtreecommitdiffstats
path: root/app/models/issue_query.rb
Commit message (Expand)AuthorAgeFilesLines
* Makes closed_on available as column and filter on the issue list (#824).Jean-Philippe Lang2013-02-161-0/+2
* Refactor: use an ordered hash to store available filters and remove :order op...Jean-Philippe Lang2013-02-141-103/+89
* Code cleanup.Jean-Philippe Lang2013-01-301-6/+2
* Fixe that filter "Assignee's group" doesn't work with group assignments (#130...Jean-Philippe Lang2013-01-291-0/+1
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Prevent sqlserver adapter from breaking the sub-query (#12713).Jean-Philippe Lang2013-01-041-1/+1
* Pass the order option as an array to satisfy sqlserver adapter (#12713).Jean-Philippe Lang2013-01-041-6/+4
* Use joins instead of sub-queries in group by/sort by when using custom fields...Jean-Philippe Lang2013-01-031-1/+1
* Moves issue specific code to IssueQuery.Jean-Philippe Lang2012-12-091-0/+104
* Adds STI to Query model. Issue queries are now IssueQuery instances.Jean-Philippe Lang2012-12-091-0/+321