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
*
Rewrites named scopes with ARel queries.
Jean-Philippe Lang
2012-12-07
1
-4
/
+2
*
Adds an option for displaying the issue description on the issue list (#3447).
Jean-Philippe Lang
2012-12-06
1
-1
/
+24
*
Replaces find(:first/:all) calls.
Jean-Philippe Lang
2012-12-03
1
-12
/
+19
*
Replaces find(:all) calls.
Jean-Philippe Lang
2012-12-02
1
-9
/
+4
*
Changes how relative date filters work and adds specific filters for filterin...
Jean-Philippe Lang
2012-10-30
1
-5
/
+21
*
Validate value for date filters.
Jean-Philippe Lang
2012-10-30
1
-1
/
+1
*
Ability to sort issues by grouped column (#3511).
Jean-Philippe Lang
2012-10-29
1
-3
/
+8
*
Adds label_any string for filters.
Jean-Philippe Lang
2012-10-04
1
-1
/
+1
*
Adds no_issue_in_project operator for relations filter (#3265).
Jean-Philippe Lang
2012-10-04
1
-6
/
+8
*
sort custom field issue filter by type and position (#12018)
Toshi MARUYAMA
2012-10-04
1
-1
/
+5
*
change "is_private" issue filter order from 15 to 16 (#12018)
Toshi MARUYAMA
2012-10-04
1
-1
/
+1
*
change "status" issue filter order from 1 to 0 (#12018)
Toshi MARUYAMA
2012-10-04
1
-1
/
+1
*
code layout cleanup Query available_filters method
Toshi MARUYAMA
2012-10-02
1
-33
/
+71
*
Call sort for array with more than one element only.
Jean-Philippe Lang
2012-09-29
1
-2
/
+2
*
Test failure.
Jean-Philippe Lang
2012-09-29
1
-1
/
+1
*
Makes related issues available for display and filtering on the issue list (#...
Jean-Philippe Lang
2012-09-29
1
-8
/
+65
*
remove trailing white-spaces from app/models/query.rb
Toshi MARUYAMA
2012-09-25
1
-3
/
+3
*
replace tab to space at app/models/query.rb
Toshi MARUYAMA
2012-09-25
1
-1
/
+1
*
Ability to filter issues using project, author, assignee and target version c...
Jean-Philippe Lang
2012-08-07
1
-5
/
+35
*
Build issue filters using javascript.
Jean-Philippe Lang
2012-08-07
1
-0
/
+18
*
Sort versions ascending when grouping issues by version (#11153).
Jean-Philippe Lang
2012-07-24
1
-1
/
+1
*
In case the column is not found.
Jean-Philippe Lang
2012-07-24
1
-1
/
+1
*
Ability to group and sort the issue list by user/version custom field (#9419).
Jean-Philippe Lang
2012-07-24
1
-6
/
+22
*
Adds Version.fields_for_order_statement.
Jean-Philippe Lang
2012-07-24
1
-1
/
+1
*
Adds CustomField#group_statement.
Jean-Philippe Lang
2012-07-24
1
-4
/
+1
*
Adds Private filter to the issue list (#8577).
Jean-Philippe Lang
2012-07-05
1
-1
/
+13
*
Makes Private column available on the issue list (#8577).
Jean-Philippe Lang
2012-07-05
1
-0
/
+5
*
Ability to disable standard fields on a per tracker basis (#1091).
Jean-Philippe Lang
2012-07-05
1
-2
/
+15
*
Fixed: Can't filter for negative numeric custom field (#11307).
Jean-Philippe Lang
2012-07-04
1
-2
/
+2
*
Fixed time zone issues introduced by r9719 (#10996).
Jean-Philippe Lang
2012-05-26
1
-4
/
+10
*
Adds all/none operators to text custom field filters (#9790).
Jean-Philippe Lang
2012-05-12
1
-2
/
+2
*
Copyright update.
Jean-Philippe Lang
2012-05-05
1
-1
/
+1
*
RecordNotFound exception still raised with Rails3.
Jean-Philippe Lang
2012-04-28
1
-1
/
+1
*
model: replace Rails2 "named_scope" to Rails3 "scope"
Toshi MARUYAMA
2012-04-26
1
-1
/
+1
*
Rails 3.1 compatibility.
Jean-Philippe Lang
2012-03-04
1
-2
/
+2
*
Removed useless option.
Jean-Philippe Lang
2012-02-24
1
-1
/
+1
*
Adds members of subprojects in assignee and author filters (#10126).
Jean-Philippe Lang
2012-02-01
1
-7
/
+10
*
Adds support for multiselect custom fields (#1189).
Jean-Philippe Lang
2012-01-29
1
-4
/
+10
*
Adds "me" to user custom fields filters (#9923).
Jean-Philippe Lang
2012-01-13
1
-2
/
+12
*
Adds "my projects" filter on the cross-project issue list.
Jean-Philippe Lang
2012-01-13
1
-0
/
+9
*
Faster query.
Jean-Philippe Lang
2012-01-03
1
-2
/
+19
*
Do not add errors on attributes on fake attributes.
Jean-Philippe Lang
2011-12-26
1
-6
/
+11
*
Removed after_initialize methods.
Jean-Philippe Lang
2011-12-18
1
-4
/
+0
*
Makes models #initialize accept additional arguments.
Jean-Philippe Lang
2011-12-18
1
-1
/
+1
*
Tests broken with ruby1.8.6 (#9751).
Jean-Philippe Lang
2011-12-08
1
-1
/
+2
*
Fixed: error when filtering by numeric custom field with postgresql (#9719).
Jean-Philippe Lang
2011-12-05
1
-5
/
+13
*
Fixes spent time column sort for postgresql.
Jean-Philippe Lang
2011-12-04
1
-1
/
+1
*
Makes spent time column available on the issue list (#971).
Jean-Philippe Lang
2011-12-04
1
-3
/
+20
*
Sort the issue list by author/assignee according to user display format (#9669).
Jean-Philippe Lang
2011-11-26
1
-3
/
+7
*
Prevent clash with Rails 3 Query module.
Jean-Philippe Lang
2011-11-23
1
-1
/
+1
[next]