summaryrefslogtreecommitdiffstats
path: root/app/models/issue_query.rb
Commit message (Expand)AuthorAgeFilesLines
* back out from r12715 to r12720: #connection replacingToshi MARUYAMA2014-01-271-5/+5
* remove unneeded Relation#all from IssueQuery modelToshi MARUYAMA2014-01-271-1/+1
* Rails4: replace deprecated #connection from IssueQuery modelToshi MARUYAMA2014-01-271-5/+5
* Rails4: replace deprecated find_all_by_* at IssueQuery modelToshi MARUYAMA2014-01-091-1/+1
* Rails4: replace deprecated find_all_by_* at IssueQuery modelToshi MARUYAMA2014-01-071-1/+1
* Avoid N queries when displaying the issue list with custom fields.Jean-Philippe Lang2013-10-151-3/+8
* Filtering issues on "related to" may ignore other filters (#14401).Jean-Philippe Lang2013-07-281-3/+2
* Ability to save Gantt query filters (#7836).Jean-Philippe Lang2013-07-141-0/+25
* Role-based issue custom field visibility (#5037).Jean-Philippe Lang2013-07-131-2/+2
* Role based custom queries (#1019).Jean-Philippe Lang2013-07-111-4/+41
* Cleanup of finders with :conditions option.Jean-Philippe Lang2013-06-121-27/+40
* Query#add_custom_fields_filters now takes a custom fields scope.Jean-Philippe Lang2013-06-011-1/+1
* remove trailing white-spaces and redundant empty line from app/models/issue_q...Toshi MARUYAMA2013-04-191-2/+1
* Refactor: makes issue id a regular QueryColumn.Jean-Philippe Lang2013-02-231-4/+1
* 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