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
*
back out from r12715 to r12720: #connection replacing
Toshi MARUYAMA
2014-01-27
1
-8
/
+8
*
Rails4: replace deprecated #connection from Query model
Toshi MARUYAMA
2014-01-27
1
-8
/
+8
*
Fixed test failure with ruby1.8 (#8842).
Jean-Philippe Lang
2014-01-03
1
-1
/
+1
*
Fixed test failure with sqlite (#8842).
Jean-Philippe Lang
2014-01-03
1
-2
/
+3
*
Allow filtering with timestamp (#8842).
Jean-Philippe Lang
2014-01-03
1
-12
/
+27
*
Merged custom fields format refactoring.
Jean-Philippe Lang
2013-12-14
1
-23
/
+6
*
Avoid N queries when displaying the issue list with custom fields.
Jean-Philippe Lang
2013-10-15
1
-0
/
+4
*
Ability to save Gantt query filters (#7836).
Jean-Philippe Lang
2013-07-14
1
-0
/
+1
*
Role-based issue custom field visibility (#5037).
Jean-Philippe Lang
2013-07-13
1
-5
/
+17
*
Role based custom queries (#1019).
Jean-Philippe Lang
2013-07-11
1
-2
/
+17
*
Query#add_custom_fields_filters now takes a custom fields scope.
Jean-Philippe Lang
2013-06-01
1
-38
/
+45
*
Fixed that filtering may return unwanted blank values (#14051).
Jean-Philippe Lang
2013-05-16
1
-2
/
+5
*
Refactor: makes issue id a regular QueryColumn.
Jean-Philippe Lang
2013-02-23
1
-3
/
+9
*
Refactor: use an ordered hash to store available filters and remove :order op...
Jean-Philippe Lang
2013-02-14
1
-11
/
+41
*
Test failure with JRuby 1.7.2 (#12228).
Jean-Philippe Lang
2013-01-27
1
-1
/
+2
*
Makes issue custom fields available as timelog columns (#1766).
Jean-Philippe Lang
2013-01-12
1
-0
/
+22
*
Copyright for 2013 (#12788).
Jean-Philippe Lang
2013-01-12
1
-1
/
+1
*
Make sure we don't cast an empty string to numeric (#12713).
Jean-Philippe Lang
2013-01-03
1
-5
/
+5
*
SQLServer: The size (60) given to the type 'decimal' exceeds the maximum allo...
Jean-Philippe Lang
2013-01-03
1
-5
/
+5
*
Adds filters for regular/custom fields to the time entries list/report (#10191).
Jean-Philippe Lang
2012-12-09
1
-1
/
+1
*
Fixed syntax for ruby1.8.
Jean-Philippe Lang
2012-12-09
1
-1
/
+1
*
Adds TimeEntryQuery for listing time entries.
Jean-Philippe Lang
2012-12-09
1
-5
/
+43
*
Moved build_query_from_params helper to Query#build_from_params.
Jean-Philippe Lang
2012-12-09
1
-0
/
+15
*
Moves issue specific code to IssueQuery.
Jean-Philippe Lang
2012-12-09
1
-112
/
+24
*
Adds STI to Query model. Issue queries are now IssueQuery instances.
Jean-Philippe Lang
2012-12-09
1
-297
/
+1
*
Use inheritable class attributes in Query model.
Jean-Philippe Lang
2012-12-09
1
-53
/
+46
*
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
[next]