summaryrefslogtreecommitdiffstats
path: root/test/unit/query_test.rb
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050Jean-Baptiste Barth2010-12-121-1/+1
* Remember the selected "Member of Role" and "Member of Group" options. #6467Eric Davis2010-10-161-7/+7
* Fix failing test.Eric Davis2010-09-201-1/+1
* Added a "Member of Role" to the issues filters. #5869Eric Davis2010-09-101-1/+67
* Added a "Member of Group" to the issues filter. #5869Eric Davis2010-09-101-2/+88
* Added project filter when viewing all issues. #5084Jean-Baptiste Barth2010-08-081-0/+9
* Fixed: assigned_to and author filters in cross project issues view should be ...Jean-Baptiste Barth2010-08-041-0/+9
* Adds filter for system shared versions on the cross project issue list (#4792).Jean-Philippe Lang2010-02-101-0/+7
* Version sharing (#465) + optional inclusion of subprojects in the roadmap vie...Jean-Philippe Lang2009-12-061-0/+8
* Fixed: "None" category issue count is empty while grouping by category (#4308).Jean-Philippe Lang2009-12-021-0/+26
* Rescue invalid query statement error with an error message.Jean-Philippe Lang2009-11-281-0/+7
* Reverts r3072 (#4302: error raised when sorting on an association not include...Jean-Philippe Lang2009-11-271-9/+0
* Optimize associations loading on the issue list.Jean-Philippe Lang2009-11-161-0/+9
* Allow issue grouping by custom field (#2679).Jean-Philippe Lang2009-11-161-0/+5
* Upgraded to Rails 2.3.4 (#3597)Eric Davis2009-09-131-1/+1
* Fixed: case sensitivity in issue subject filtering (#3536).Jean-Philippe Lang2009-06-281-5/+7
* Allows multiple roles on the same project (#706). Prerequisite for user group...Jean-Philippe Lang2009-05-101-1/+1
* Ability to save "sort order" in custom queries (#2899).Jean-Philippe Lang2009-03-121-0/+25
* Adds ability to filter watched issues (#846).Jean-Philippe Lang2009-02-121-1/+21
* Ability to sort the issue list by text, int and float custom fields (#1139).Jean-Philippe Lang2009-01-111-0/+16
* Ability to sort the issue list by text, list, date and boolean custom fields ...Jean-Philippe Lang2009-01-111-0/+26
* Fixed date filters accuracy with SQLite (#2221).Jean-Philippe Lang2008-11-231-9/+48
* Adds estimated hours to issue filters (#1678).Jean-Philippe Lang2008-07-261-11/+25
* Add filters on cross-project issue list for custom fields marked as 'For all ...Jean-Philippe Lang2008-06-221-0/+6
* Prevents NoMethodError on @available_filters.has_key? in query.rb (#1178).Jean-Philippe Lang2008-05-251-0/+5
* Fixed: Search for target version of "none" fails with postgres 8.3 (#1134).Jean-Philippe Lang2008-04-291-0/+74
* Fixes custom field filters behaviour (#1078).Jean-Philippe Lang2008-04-261-1/+1
* Queries can be marked as 'For all projects'. Such queries will be available o...Jean-Philippe Lang2008-03-301-2/+32
* Added the ability to customize columns of a saved query.Jean-Philippe Lang2007-10-011-0/+13
* Fixed: queries with multiple custom fields return no result.Jean-Philippe Lang2007-08-261-0/+31