summaryrefslogtreecommitdiffstats
path: root/app/models/query.rb
Commit message (Expand)AuthorAgeFilesLines
* Ability to filter issues using project, author, assignee and target version c...Jean-Philippe Lang2012-08-071-5/+35
* Build issue filters using javascript.Jean-Philippe Lang2012-08-071-0/+18
* Sort versions ascending when grouping issues by version (#11153).Jean-Philippe Lang2012-07-241-1/+1
* In case the column is not found.Jean-Philippe Lang2012-07-241-1/+1
* Ability to group and sort the issue list by user/version custom field (#9419).Jean-Philippe Lang2012-07-241-6/+22
* Adds Version.fields_for_order_statement.Jean-Philippe Lang2012-07-241-1/+1
* Adds CustomField#group_statement.Jean-Philippe Lang2012-07-241-4/+1
* Adds Private filter to the issue list (#8577).Jean-Philippe Lang2012-07-051-1/+13
* Makes Private column available on the issue list (#8577).Jean-Philippe Lang2012-07-051-0/+5
* Ability to disable standard fields on a per tracker basis (#1091).Jean-Philippe Lang2012-07-051-2/+15
* Fixed: Can't filter for negative numeric custom field (#11307).Jean-Philippe Lang2012-07-041-2/+2
* Fixed time zone issues introduced by r9719 (#10996).Jean-Philippe Lang2012-05-261-4/+10
* Adds all/none operators to text custom field filters (#9790).Jean-Philippe Lang2012-05-121-2/+2
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* RecordNotFound exception still raised with Rails3.Jean-Philippe Lang2012-04-281-1/+1
* model: replace Rails2 "named_scope" to Rails3 "scope"Toshi MARUYAMA2012-04-261-1/+1
* Rails 3.1 compatibility.Jean-Philippe Lang2012-03-041-2/+2
* Removed useless option.Jean-Philippe Lang2012-02-241-1/+1
* Adds members of subprojects in assignee and author filters (#10126).Jean-Philippe Lang2012-02-011-7/+10
* Adds support for multiselect custom fields (#1189).Jean-Philippe Lang2012-01-291-4/+10
* Adds "me" to user custom fields filters (#9923).Jean-Philippe Lang2012-01-131-2/+12
* Adds "my projects" filter on the cross-project issue list.Jean-Philippe Lang2012-01-131-0/+9
* Faster query.Jean-Philippe Lang2012-01-031-2/+19
* Do not add errors on attributes on fake attributes.Jean-Philippe Lang2011-12-261-6/+11
* Removed after_initialize methods.Jean-Philippe Lang2011-12-181-4/+0
* Makes models #initialize accept additional arguments.Jean-Philippe Lang2011-12-181-1/+1
* Tests broken with ruby1.8.6 (#9751).Jean-Philippe Lang2011-12-081-1/+2
* Fixed: error when filtering by numeric custom field with postgresql (#9719).Jean-Philippe Lang2011-12-051-5/+13
* Fixes spent time column sort for postgresql.Jean-Philippe Lang2011-12-041-1/+1
* Makes spent time column available on the issue list (#971).Jean-Philippe Lang2011-12-041-3/+20
* Sort the issue list by author/assignee according to user display format (#9669).Jean-Philippe Lang2011-11-261-3/+7
* Prevent clash with Rails 3 Query module.Jean-Philippe Lang2011-11-231-1/+1
* Do not use .merge_conditions.Jean-Philippe Lang2011-11-231-4/+3
* Do not use instance variable.Jean-Philippe Lang2011-11-231-6/+6
* Fixed: Issue filter by assigned_to_role is not project specific (#9540).Jean-Philippe Lang2011-11-191-18/+15
* Makes author column sortable and groupable on the issue list (#1567).Jean-Philippe Lang2011-11-191-1/+4
* Adds a way to filter issues with or without start date (#9607).Jean-Philippe Lang2011-11-191-2/+2
* Reverted r7628.Etienne Massip2011-10-181-6/+0
* Filter out illegal values to prevent raise of PostgreSQL exceptions, restored...Etienne Massip2011-10-181-0/+6
* Fixed shot filter expression parsing depending upon field operators (#8371).Etienne Massip2011-10-121-3/+6
* Rails3: model: query: parse dates using UTC (ruby 1.9 inside) (#4796)Toshi MARUYAMA2011-10-071-2/+5
* Allow project column to be removed from the global issue list columns (#8411).Etienne Massip2011-09-261-9/+12
* Rails3: replace deprecated 'validate' method at Query modelToshi MARUYAMA2011-09-201-1/+2
* remove trailing white-spaces from app/models/query.rb.Toshi MARUYAMA2011-08-201-17/+17
* Include issues asigned to user's groups when using "assigned to me" filter (#...Jean-Philippe Lang2011-07-311-1/+8
* Fixed: pagination do not show total visible issue count (#8633).Jean-Philippe Lang2011-07-241-1/+1
* Ability to assign issues to groups (#2964).Jean-Philippe Lang2011-07-231-6/+14
* Refactor: extract specific filter statements to methods.Jean-Philippe Lang2011-07-201-58/+63
* More accurate date validation.Jean-Philippe Lang2011-07-111-1/+1
* Validate date filters values.Jean-Philippe Lang2011-07-111-0/+7