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
/
app
/
models
/
query.rb
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Filter out illegal values to prevent raise of PostgreSQL exceptions, restored...
Etienne Massip
2011-10-18
1
-0
/
+6
*
Fixed shot filter expression parsing depending upon field operators (#8371).
Etienne Massip
2011-10-12
1
-3
/
+6
*
Rails3: model: query: parse dates using UTC (ruby 1.9 inside) (#4796)
Toshi MARUYAMA
2011-10-07
1
-2
/
+5
*
Allow project column to be removed from the global issue list columns (#8411).
Etienne Massip
2011-09-26
1
-9
/
+12
*
Rails3: replace deprecated 'validate' method at Query model
Toshi MARUYAMA
2011-09-20
1
-1
/
+2
*
remove trailing white-spaces from app/models/query.rb.
Toshi MARUYAMA
2011-08-20
1
-17
/
+17
*
Include issues asigned to user's groups when using "assigned to me" filter (#...
Jean-Philippe Lang
2011-07-31
1
-1
/
+8
*
Fixed: pagination do not show total visible issue count (#8633).
Jean-Philippe Lang
2011-07-24
1
-1
/
+1
*
Ability to assign issues to groups (#2964).
Jean-Philippe Lang
2011-07-23
1
-6
/
+14
*
Refactor: extract specific filter statements to methods.
Jean-Philippe Lang
2011-07-20
1
-58
/
+63
*
More accurate date validation.
Jean-Philippe Lang
2011-07-11
1
-1
/
+1
*
Validate date filters values.
Jean-Philippe Lang
2011-07-11
1
-0
/
+7
*
Typo.
Jean-Philippe Lang
2011-07-11
1
-1
/
+1
*
Fixes "=" filter on float values.
Jean-Philippe Lang
2011-07-11
1
-13
/
+25
*
Keep invalid values and add validation error message.
Jean-Philippe Lang
2011-07-10
1
-5
/
+5
*
Reject non numeric values for numeric fields.
Jean-Philippe Lang
2011-07-10
1
-1
/
+5
*
Fixes filters on float values.
Jean-Philippe Lang
2011-07-10
1
-6
/
+7
*
Adds date based filters (#4729) and date range filter (#6954).
Jean-Philippe Lang
2011-07-10
1
-31
/
+56
*
Adds "between" operator for numeric filters (#6180).
Jean-Philippe Lang
2011-07-10
1
-1
/
+14
*
Fixes "less than", "greater than" filters on custom fields with postgres (#61...
Jean-Philippe Lang
2011-07-09
1
-2
/
+10
*
Numeric operators for custom fields in query filters (#6180).
Jean-Philippe Lang
2011-07-09
1
-0
/
+2
*
Makes custom queries available through the REST API (#5737).
Jean-Philippe Lang
2011-07-06
1
-1
/
+11
*
Fixed: private queries should not be accessible to other users (#8729).
Jean-Philippe Lang
2011-07-03
1
-0
/
+5
*
remove trailing white-spaces from query model source.
Toshi MARUYAMA
2011-05-17
1
-76
/
+76
*
Makes 'This week' filter work with any starting day of week (#7097).
Jean-Philippe Lang
2011-04-29
1
-6
/
+4
*
Extract visibility condition from project statement and use visible scopes in...
Jean-Philippe Lang
2011-04-12
1
-7
/
+9
*
Wrap text custom fields in the issue list (#8064).
Jean-Philippe Lang
2011-04-05
1
-0
/
+8
*
Skip a few count(*) SQL queries on the issue list.
Jean-Philippe Lang
2011-04-02
1
-6
/
+11
*
Adds User and Version custom field format that can be used to reference a pro...
Jean-Philippe Lang
2011-04-01
1
-1
/
+4
*
Adds Issue#visible_condition to build issue visibility statement.
Jean-Philippe Lang
2011-03-15
1
-1
/
+1
*
Fixed: SQL error when filtering issues with an empty group or role (#7656).
Jean-Philippe Lang
2011-02-20
1
-2
/
+12
*
Fixed: 500 error on issue query grouped by a custom field that was deleted (#...
Jean-Philippe Lang
2010-12-21
1
-3
/
+3
*
Prevents n SQL queries (n = project count) on cross-project issues list.
Jean-Philippe Lang
2010-12-20
1
-10
/
+12
*
Fixed: unchecking status filter on the issue list has no effect (#6844).
Jean-Philippe Lang
2010-11-07
1
-2
/
+4
*
Remember the selected "Member of Role" and "Member of Group" options. #6467
Eric Davis
2010-10-16
1
-2
/
+2
*
Refactor: replace chained finders with an inject. Should handle edge cases be...
Eric Davis
2010-09-10
1
-3
/
+8
*
Added a "Member of Role" to the issues filters. #5869
Eric Davis
2010-09-10
1
-0
/
+23
*
Added a "Member of Group" to the issues filter. #5869
Eric Davis
2010-09-10
1
-0
/
+19
*
Added project filter when viewing all issues. #5084
Jean-Baptiste Barth
2010-08-08
1
-0
/
+6
*
Fixed: assigned_to and author filters in cross project issues view should be ...
Jean-Baptiste Barth
2010-08-04
1
-1
/
+1
*
Adding missing setter for Query#available_columns
Eric Davis
2010-04-20
1
-0
/
+8
*
Refactor: Move method to Query model
Eric Davis
2010-04-19
1
-0
/
+7
*
Issue list improvements for subtasking (#5196):
Jean-Philippe Lang
2010-03-27
1
-1
/
+3
*
Optimize retrieval of user's projects members.
Jean-Philippe Lang
2010-03-21
1
-3
/
+5
*
Refactor: Extract Query#sortable_columns from the controller.
Eric Davis
2010-03-19
1
-0
/
+8
*
Adds filter for system shared versions on the cross project issue list (#4792).
Jean-Philippe Lang
2010-02-10
1
-0
/
+4
*
Fixed: issue summary counts should link to the issue list without subprojects...
Jean-Philippe Lang
2010-01-07
1
-1
/
+1
*
Added an optimization note for later.
Eric Davis
2009-12-20
1
-0
/
+1
*
Version sharing (#465) + optional inclusion of subprojects in the roadmap vie...
Jean-Philippe Lang
2009-12-06
1
-2
/
+2
*
Fixed: "None" category issue count is empty while grouping by category (#4308).
Jean-Philippe Lang
2009-12-02
1
-4
/
+17
[prev]
[next]