summaryrefslogtreecommitdiffstats
path: root/app/models/issue_query.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix that spent_time total on the issue list can be wrong (#26471).Jean-Philippe Lang2017-07-201-13/+19
* Set default configuration for the timelog list (#26356).Jean-Philippe Lang2017-07-121-1/+1
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Show the same trackers and statuses on time entry queries (#5385).Jean-Philippe Lang2017-05-271-1/+1
* Show statuses of project trackers only (#5385).Jean-Philippe Lang2017-05-271-1/+1
* Fixed that related to "no open issues" filter shows all issues (#25478).Jean-Philippe Lang2017-04-061-1/+1
* Let the issue list be grouped by private flag.Jean-Philippe Lang2017-04-041-1/+1
* Makes Attachments column available on the issue list (#25515).Jean-Philippe Lang2017-04-041-1/+2
* Query through multiple projects by issue custom field not possible anymore (#...Jean-Philippe Lang2017-04-031-7/+1
* Get rid of sort_helper when using queries.Jean-Philippe Lang2017-03-131-2/+6
* Get the count by group from the query directly.Jean-Philippe Lang2017-03-091-7/+0
* Show Last Comment in Issue list (#1474).Jean-Philippe Lang2017-03-051-1/+5
* Last updated by colum in issue list (#6375).Jean-Philippe Lang2017-03-051-0/+9
* Priority should always be preloaded as it's used to render issue links.Jean-Philippe Lang2017-03-021-1/+2
* Adds a filter on issue attachments (#2783).Jean-Philippe Lang2017-03-021-0/+15
* Changed filter position (#17720).Jean-Philippe Lang2017-01-211-8/+8
* Adds updated_by and last_updated_by filters on issues (#17720).Jean-Philippe Lang2017-01-191-0/+29
* Searching for issues with "updated = none" always returns zero results (#15226).Jean-Philippe Lang2017-01-181-0/+11
* Fixed #joins_for_order_statement (#24865).Jean-Philippe Lang2017-01-181-4/+4
* Don't join all associations by default (#24865).Jean-Philippe Lang2017-01-181-3/+18
* Moves sort joins for issues to IssueQuery.Jean-Philippe Lang2017-01-171-0/+12
* Don't preload all query filters (#24787).Jean-Philippe Lang2017-01-091-61/+20
* Translate statuses in the version status filter (#23215).Jean-Philippe Lang2016-10-021-1/+1
* Add the possibility to filter issues after Target Version's Status and Due Da...Jean-Philippe Lang2016-10-021-0/+25
* Filter on issue ID with between/lesser/greater operator does not work (#23596).Jean-Philippe Lang2016-08-301-4/+9
* Make time entries groupable (#16843).Jean-Philippe Lang2016-07-131-0/+4
* Pull up query visibility methods.Jean-Philippe Lang2016-07-111-51/+1
* Group versions by status in issue filters (#10412).Jean-Philippe Lang2016-07-021-1/+1
* 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