summaryrefslogtreecommitdiffstats
path: root/app/models/query.rb
Commit message (Expand)AuthorAgeFilesLines
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Merged r14388 (#19842).Jean-Philippe Lang2015-07-051-1/+3
* Adds issue filters on parent/subtasks (#6118).Jean-Philippe Lang2015-06-131-1/+2
* Don't call #upcase on nil.Jean-Philippe Lang2015-02-081-1/+1
* Fixed filtering on date custom field with SQLServer.Jean-Philippe Lang2015-02-081-25/+35
* Fixed an error in IssuesControllerTest#test_index_with_query_grouped_by_track...Jean-Philippe Lang2015-02-081-1/+1
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Let QueryColumn accept a Proc as caption (#18276).Jean-Philippe Lang2014-11-041-1/+8
* Merged rails-4.1 branch (#14534).Jean-Philippe Lang2014-10-221-10/+10
* replace tabs to spaces at app/models/query.rbToshi MARUYAMA2014-04-151-2/+2
* fix typos of source comments at Query modelToshi MARUYAMA2014-04-071-1/+1
* Fixed that Link custom fields are not displayed as links on the issue list (#...Jean-Philippe Lang2014-04-061-4/+19
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* back out from r12715 to r12720: #connection replacingToshi MARUYAMA2014-01-271-8/+8
* Rails4: replace deprecated #connection from Query modelToshi MARUYAMA2014-01-271-8/+8
* Fixed test failure with ruby1.8 (#8842).Jean-Philippe Lang2014-01-031-1/+1
* Fixed test failure with sqlite (#8842).Jean-Philippe Lang2014-01-031-2/+3
* Allow filtering with timestamp (#8842).Jean-Philippe Lang2014-01-031-12/+27
* Merged custom fields format refactoring.Jean-Philippe Lang2013-12-141-23/+6
* Avoid N queries when displaying the issue list with custom fields.Jean-Philippe Lang2013-10-151-0/+4
* Ability to save Gantt query filters (#7836).Jean-Philippe Lang2013-07-141-0/+1
* Role-based issue custom field visibility (#5037).Jean-Philippe Lang2013-07-131-5/+17
* Role based custom queries (#1019).Jean-Philippe Lang2013-07-111-2/+17
* Query#add_custom_fields_filters now takes a custom fields scope.Jean-Philippe Lang2013-06-011-38/+45
* Fixed that filtering may return unwanted blank values (#14051).Jean-Philippe Lang2013-05-161-2/+5
* Refactor: makes issue id a regular QueryColumn.Jean-Philippe Lang2013-02-231-3/+9
* Refactor: use an ordered hash to store available filters and remove :order op...Jean-Philippe Lang2013-02-141-11/+41
* Test failure with JRuby 1.7.2 (#12228).Jean-Philippe Lang2013-01-271-1/+2
* Makes issue custom fields available as timelog columns (#1766).Jean-Philippe Lang2013-01-121-0/+22
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Make sure we don't cast an empty string to numeric (#12713).Jean-Philippe Lang2013-01-031-5/+5
* SQLServer: The size (60) given to the type 'decimal' exceeds the maximum allo...Jean-Philippe Lang2013-01-031-5/+5
* Adds filters for regular/custom fields to the time entries list/report (#10191).Jean-Philippe Lang2012-12-091-1/+1
* Fixed syntax for ruby1.8.Jean-Philippe Lang2012-12-091-1/+1
* Adds TimeEntryQuery for listing time entries.Jean-Philippe Lang2012-12-091-5/+43
* Moved build_query_from_params helper to Query#build_from_params.Jean-Philippe Lang2012-12-091-0/+15
* Moves issue specific code to IssueQuery.Jean-Philippe Lang2012-12-091-112/+24
* Adds STI to Query model. Issue queries are now IssueQuery instances.Jean-Philippe Lang2012-12-091-297/+1
* Use inheritable class attributes in Query model.Jean-Philippe Lang2012-12-091-53/+46
* Rewrites named scopes with ARel queries.Jean-Philippe Lang2012-12-071-4/+2
* Adds an option for displaying the issue description on the issue list (#3447).Jean-Philippe Lang2012-12-061-1/+24
* Replaces find(:first/:all) calls.Jean-Philippe Lang2012-12-031-12/+19
* Replaces find(:all) calls.Jean-Philippe Lang2012-12-021-9/+4
* Changes how relative date filters work and adds specific filters for filterin...Jean-Philippe Lang2012-10-301-5/+21
* Validate value for date filters.Jean-Philippe Lang2012-10-301-1/+1
* Ability to sort issues by grouped column (#3511).Jean-Philippe Lang2012-10-291-3/+8
* Adds label_any string for filters.Jean-Philippe Lang2012-10-041-1/+1
* Adds no_issue_in_project operator for relations filter (#3265).Jean-Philippe Lang2012-10-041-6/+8
* sort custom field issue filter by type and position (#12018)Toshi MARUYAMA2012-10-041-1/+5
* change "is_private" issue filter order from 15 to 16 (#12018)Toshi MARUYAMA2012-10-041-1/+1