summaryrefslogtreecommitdiffstats
path: root/app/models/issue_query.rb
Commit message (Expand)AuthorAgeFilesLines
* Merged r17436 from trunk to 3.3-stable (#29133).Go MAEDA2018-07-081-2/+20
* Merged r16504 (#25478).Jean-Philippe Lang2017-04-081-1/+1
* Merged r16467 (#25501).Jean-Philippe Lang2017-04-061-5/+1
* Merged r15751 (#23596).Jean-Philippe Lang2016-08-311-4/+9
* Filter by issue id (#4806).Jean-Philippe Lang2016-05-061-0/+11
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Don't omit version/category filters if project has no versions/categories.Jean-Philippe Lang2015-11-071-10/+6
* Ability to filter issues blocked by any/no open issues (#16621).Jean-Philippe Lang2015-11-071-0/+3
* Add users to assignee/author filters if they are missing (#3398).Jean-Philippe Lang2015-10-211-0/+5
* Allow issue description to be searchable as a filter (#1159).Jean-Philippe Lang2015-10-151-0/+1
* Reverts r14672, test broken (#1159).Jean-Philippe Lang2015-10-141-1/+0
* Allow issue description to be searchable as a filter (#1159).Jean-Philippe Lang2015-10-141-0/+1
* Fixes float conversion failures (#1561).Jean-Philippe Lang2015-10-091-2/+3
* Workaround for spent time grouped by project (#1561).Jean-Philippe Lang2015-10-091-1/+9
* Display totals for each group on grouped queries (#1561).Jean-Philippe Lang2015-10-091-46/+11
* Round totals (#1561).Jean-Philippe Lang2015-10-041-2/+2
* Adds options to display totals on the issue list (#1561).Jean-Philippe Lang2015-10-041-3/+35
* "Total estimated time" should be inserted after "Estimated time" (#20733).Jean-Philippe Lang2015-09-191-3/+2
* Adds a Total estimated hours column on issue list (#20688).Jean-Philippe Lang2015-09-121-0/+4
* Preload total spent time on the issue list with 1 query (#11253).Jean-Philippe Lang2015-07-051-0/+3
* Adds "Total spent hours" column available on the issue list (#11253).Jean-Philippe Lang2015-07-051-0/+6
* Adds issue filters on parent/subtasks (#6118).Jean-Philippe Lang2015-06-131-0/+43
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Adds a role setting for controlling visibility of users: all or members of vi...Jean-Philippe Lang2014-11-111-4/+4
* remove unneeded "references" of joinsToshi MARUYAMA2014-10-241-1/+0
* Merged rails-4.1 branch (#14534).Jean-Philippe Lang2014-10-221-15/+19
* Adds buit-in groups to give specific permissions to anonymous and non members...Jean-Philippe Lang2014-09-281-3/+4
* Preload issue authors when displayed on the issue list (#16091).Jean-Philippe Lang2014-02-221-0/+3
* Always preload issues custom values (#16091).Jean-Philippe Lang2014-02-151-3/+1
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* 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