index
:
redmine.git
0.6-stable
0.7-stable
0.8-stable
0.9-stable
1.0-stable
1.1-stable
1.2-stable
1.3-stable
1.4-stable
2.0-stable
2.1-stable
2.2-stable
2.3-stable
2.4-stable
2.5-stable
2.6-stable
3.0-stable
3.1-stable
3.2-stable
3.3-stable
3.4-stable
4.0-stable
4.1-stable
4.2-stable
5.0-stable
5.1-stable
6.0-stable
integration-to-svn-stable-1.0
integration-to-svn-trunk
master
nbc
plugin-hooks
swistak
work
Mirror of redmine code source: https://github.com/redmine/redmine
www-data
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
unit
/
query_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Adds members of subprojects in assignee and author filters (#10126).
Jean-Philippe Lang
2012-02-01
1
-0
/
+13
*
Adds support for multiselect custom fields (#1189).
Jean-Philippe Lang
2012-01-29
1
-1
/
+63
*
Fixed wrong assertion.
Jean-Philippe Lang
2012-01-14
1
-1
/
+1
*
Removed assertion that depends on the order of returned records.
Jean-Philippe Lang
2012-01-13
1
-1
/
+0
*
Adds "me" to user custom fields filters (#9923).
Jean-Philippe Lang
2012-01-13
1
-0
/
+17
*
Adds "my projects" filter on the cross-project issue list.
Jean-Philippe Lang
2012-01-13
1
-0
/
+13
*
Makes .find_ids return integers.
Jean-Philippe Lang
2012-01-03
1
-1
/
+1
*
Adds previous/next links to issue (#2850).
Jean-Philippe Lang
2012-01-03
1
-0
/
+7
*
Do not add errors on attributes on fake attributes.
Jean-Philippe Lang
2011-12-26
1
-1
/
+1
*
Fixed: error when filtering by numeric custom field with postgresql (#9719).
Jean-Philippe Lang
2011-12-05
1
-4
/
+35
*
Makes spent time column available on the issue list (#971).
Jean-Philippe Lang
2011-12-04
1
-0
/
+7
*
Sort the issue list by author/assignee according to user display format (#9669).
Jean-Philippe Lang
2011-11-26
1
-0
/
+16
*
Fixed: Issue filter by assigned_to_role is not project specific (#9540).
Jean-Philippe Lang
2011-11-19
1
-27
/
+50
*
Adds a way to filter issues with or without start date (#9607).
Jean-Philippe Lang
2011-11-19
1
-0
/
+16
*
add missing "projects_trackers" fixture at unit query test in running on empt...
Toshi MARUYAMA
2011-09-20
1
-1
/
+2
*
add new lines in fixtures at unit query test
Toshi MARUYAMA
2011-09-20
1
-1
/
+5
*
remove trailing white-spaces from test/unit/query_test.rb.
Toshi MARUYAMA
2011-08-30
1
-84
/
+84
*
Include issues asigned to user's groups when using "assigned to me" filter (#...
Jean-Philippe Lang
2011-07-31
1
-0
/
+18
*
Fixed: pagination do not show total visible issue count (#8633).
Jean-Philippe Lang
2011-07-24
1
-1
/
+15
*
More accurate date validation.
Jean-Philippe Lang
2011-07-11
1
-0
/
+8
*
Validate date filters values.
Jean-Philippe Lang
2011-07-11
1
-0
/
+16
*
Keep invalid values and add validation error message.
Jean-Philippe Lang
2011-07-10
1
-1
/
+0
*
Reject non numeric values for numeric fields.
Jean-Philippe Lang
2011-07-10
1
-0
/
+9
*
Fixes filters on float values.
Jean-Philippe Lang
2011-07-10
1
-6
/
+23
*
Adds date based filters (#4729) and date range filter (#6954).
Jean-Philippe Lang
2011-07-10
1
-0
/
+28
*
Adds "between" operator for numeric filters (#6180).
Jean-Philippe Lang
2011-07-10
1
-0
/
+15
*
Fixes "less than", "greater than" filters on custom fields with postgres (#61...
Jean-Philippe Lang
2011-07-09
1
-0
/
+23
*
Makes custom queries available through the REST API (#5737).
Jean-Philippe Lang
2011-07-06
1
-0
/
+10
*
Fixes an assertion for postgresql (#7097).
Jean-Philippe Lang
2011-04-29
1
-2
/
+2
*
Makes 'This week' filter work with any starting day of week (#7097).
Jean-Philippe Lang
2011-04-29
1
-0
/
+23
*
Extract visibility condition from project statement and use visible scopes in...
Jean-Philippe Lang
2011-04-12
1
-2
/
+10
*
Fixed: SQL error when filtering issues with an empty group or role (#7656).
Jean-Philippe Lang
2011-02-20
1
-2
/
+32
*
Fixed: 500 error on issue query grouped by a custom field that was deleted (#...
Jean-Philippe Lang
2010-12-21
1
-0
/
+16
*
Prevents n SQL queries (n = project count) on cross-project issues list.
Jean-Philippe Lang
2010-12-20
1
-0
/
+6
*
Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050
Jean-Baptiste Barth
2010-12-12
1
-1
/
+1
*
Remember the selected "Member of Role" and "Member of Group" options. #6467
Eric Davis
2010-10-16
1
-7
/
+7
*
Fix failing test.
Eric Davis
2010-09-20
1
-1
/
+1
*
Added a "Member of Role" to the issues filters. #5869
Eric Davis
2010-09-10
1
-1
/
+67
*
Added a "Member of Group" to the issues filter. #5869
Eric Davis
2010-09-10
1
-2
/
+88
*
Added project filter when viewing all issues. #5084
Jean-Baptiste Barth
2010-08-08
1
-0
/
+9
*
Fixed: assigned_to and author filters in cross project issues view should be ...
Jean-Baptiste Barth
2010-08-04
1
-0
/
+9
*
Adds filter for system shared versions on the cross project issue list (#4792).
Jean-Philippe Lang
2010-02-10
1
-0
/
+7
*
Version sharing (#465) + optional inclusion of subprojects in the roadmap vie...
Jean-Philippe Lang
2009-12-06
1
-0
/
+8
*
Fixed: "None" category issue count is empty while grouping by category (#4308).
Jean-Philippe Lang
2009-12-02
1
-0
/
+26
*
Rescue invalid query statement error with an error message.
Jean-Philippe Lang
2009-11-28
1
-0
/
+7
*
Reverts r3072 (#4302: error raised when sorting on an association not include...
Jean-Philippe Lang
2009-11-27
1
-9
/
+0
*
Optimize associations loading on the issue list.
Jean-Philippe Lang
2009-11-16
1
-0
/
+9
*
Allow issue grouping by custom field (#2679).
Jean-Philippe Lang
2009-11-16
1
-0
/
+5
*
Upgraded to Rails 2.3.4 (#3597)
Eric Davis
2009-09-13
1
-1
/
+1
*
Fixed: case sensitivity in issue subject filtering (#3536).
Jean-Philippe Lang
2009-06-28
1
-5
/
+7
[next]