summaryrefslogtreecommitdiffstats
path: root/test/unit/query_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Adds no_issue_in_project operator for relations filter (#3265).Jean-Philippe Lang2012-10-041-0/+16
* Test failure.Jean-Philippe Lang2012-09-291-2/+2
* Makes related issues available for display and filtering on the issue list (#...Jean-Philippe Lang2012-09-291-0/+70
* add unit query test of French labelToshi MARUYAMA2012-09-011-0/+8
* set language en to test_label_for at test/unit/query_test.rbToshi MARUYAMA2012-09-011-0/+3
* Ability to filter issues using project, author, assignee and target version c...Jean-Philippe Lang2012-08-071-0/+45
* Ability to group and sort the issue list by user/version custom field (#9419).Jean-Philippe Lang2012-07-241-0/+14
* Adds Private filter to the issue list (#8577).Jean-Philippe Lang2012-07-051-0/+30
* Fixed: Can't filter for negative numeric custom field (#11307).Jean-Philippe Lang2012-07-041-0/+28
* add missing fixture to test/unit/query_test.rbToshi MARUYAMA2012-06-231-1/+2
* Adds all/none operators to text custom field filters (#9790).Jean-Philippe Lang2012-05-121-0/+18
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* test: switch to Rails3 Active Record syntax at unit/query_test.rbToshi MARUYAMA2012-05-041-15/+12
* RecordNotFound exception still raised with Rails3.Jean-Philippe Lang2012-04-281-0/+10
* Removed #generate_with_protected helper methods.Jean-Philippe Lang2012-04-221-2/+2
* Removed object_daddy dependency.Jean-Philippe Lang2012-04-221-1/+3
* Adds members of subprojects in assignee and author filters (#10126).Jean-Philippe Lang2012-02-011-0/+13
* Adds support for multiselect custom fields (#1189).Jean-Philippe Lang2012-01-291-1/+63
* Fixed wrong assertion.Jean-Philippe Lang2012-01-141-1/+1
* Removed assertion that depends on the order of returned records.Jean-Philippe Lang2012-01-131-1/+0
* Adds "me" to user custom fields filters (#9923).Jean-Philippe Lang2012-01-131-0/+17
* Adds "my projects" filter on the cross-project issue list.Jean-Philippe Lang2012-01-131-0/+13
* Makes .find_ids return integers.Jean-Philippe Lang2012-01-031-1/+1
* Adds previous/next links to issue (#2850).Jean-Philippe Lang2012-01-031-0/+7
* Do not add errors on attributes on fake attributes.Jean-Philippe Lang2011-12-261-1/+1
* Fixed: error when filtering by numeric custom field with postgresql (#9719).Jean-Philippe Lang2011-12-051-4/+35
* Makes spent time column available on the issue list (#971).Jean-Philippe Lang2011-12-041-0/+7
* Sort the issue list by author/assignee according to user display format (#9669).Jean-Philippe Lang2011-11-261-0/+16
* Fixed: Issue filter by assigned_to_role is not project specific (#9540).Jean-Philippe Lang2011-11-191-27/+50
* Adds a way to filter issues with or without start date (#9607).Jean-Philippe Lang2011-11-191-0/+16
* add missing "projects_trackers" fixture at unit query test in running on empt...Toshi MARUYAMA2011-09-201-1/+2
* add new lines in fixtures at unit query testToshi MARUYAMA2011-09-201-1/+5
* remove trailing white-spaces from test/unit/query_test.rb.Toshi MARUYAMA2011-08-301-84/+84
* Include issues asigned to user's groups when using "assigned to me" filter (#...Jean-Philippe Lang2011-07-311-0/+18
* Fixed: pagination do not show total visible issue count (#8633).Jean-Philippe Lang2011-07-241-1/+15
* More accurate date validation.Jean-Philippe Lang2011-07-111-0/+8
* Validate date filters values.Jean-Philippe Lang2011-07-111-0/+16
* Keep invalid values and add validation error message.Jean-Philippe Lang2011-07-101-1/+0
* Reject non numeric values for numeric fields.Jean-Philippe Lang2011-07-101-0/+9
* Fixes filters on float values.Jean-Philippe Lang2011-07-101-6/+23
* Adds date based filters (#4729) and date range filter (#6954).Jean-Philippe Lang2011-07-101-0/+28
* Adds "between" operator for numeric filters (#6180).Jean-Philippe Lang2011-07-101-0/+15
* Fixes "less than", "greater than" filters on custom fields with postgres (#61...Jean-Philippe Lang2011-07-091-0/+23
* Makes custom queries available through the REST API (#5737).Jean-Philippe Lang2011-07-061-0/+10
* Fixes an assertion for postgresql (#7097).Jean-Philippe Lang2011-04-291-2/+2
* Makes 'This week' filter work with any starting day of week (#7097).Jean-Philippe Lang2011-04-291-0/+23
* Extract visibility condition from project statement and use visible scopes in...Jean-Philippe Lang2011-04-121-2/+10
* Fixed: SQL error when filtering issues with an empty group or role (#7656).Jean-Philippe Lang2011-02-201-2/+32
* Fixed: 500 error on issue query grouped by a custom field that was deleted (#...Jean-Philippe Lang2010-12-211-0/+16
* Prevents n SQL queries (n = project count) on cross-project issues list.Jean-Philippe Lang2010-12-201-0/+6