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
*
Merged r16467 (#25501).
Jean-Philippe Lang
2017-04-06
1
-0
/
+9
*
Merged r15852 and r15863 (#23839).
Jean-Philippe Lang
2016-10-02
1
-1
/
+1
*
Merged r15540 (#285).
Jean-Philippe Lang
2016-06-18
1
-1
/
+1
*
Code cleanup.
Jean-Philippe Lang
2016-05-16
1
-1
/
+1
*
Always return an array.
Jean-Philippe Lang
2016-05-16
1
-4
/
+2
*
Malformed SQL query with SQLServer when grouping and sorting by fixed version...
Jean-Philippe Lang
2016-05-16
1
-1
/
+1
*
Fixes Query#date_clause timezone handling (#22320).
Jean-Philippe Lang
2016-05-07
1
-2
/
+10
*
Replace Date.today with User.current.today (#22320).
Jean-Philippe Lang
2016-05-07
1
-7
/
+7
*
Filter by issue id (#4806).
Jean-Philippe Lang
2016-05-06
1
-5
/
+10
*
SQL server: non ASCII filter on text fields does not work (#22405).
Jean-Philippe Lang
2016-04-24
1
-2
/
+2
*
SQL server: non ASCII filter on issue subject does not work (#22405).
Jean-Philippe Lang
2016-04-24
1
-2
/
+2
*
Updates copyright for 2016.
Jean-Philippe Lang
2016-03-13
1
-1
/
+1
*
Query project_statement - do not collect ids of subtree (#21611).
Jean-Philippe Lang
2016-01-30
1
-5
/
+7
*
Moved custom fields totals logic to FieldFormat (#21413).
Jean-Philippe Lang
2015-12-05
1
-16
/
+4
*
Ability to filter issues blocked by any/no open issues (#16621).
Jean-Philippe Lang
2015-11-07
1
-3
/
+5
*
Add users to assignee/author filters if they are missing (#3398).
Jean-Philippe Lang
2015-10-21
1
-1
/
+8
*
Fixes float conversion failures (#1561).
Jean-Philippe Lang
2015-10-09
1
-8
/
+10
*
Display totals for each group on grouped queries (#1561).
Jean-Philippe Lang
2015-10-09
1
-3
/
+81
*
Adds options to display totals on the issue list (#1561).
Jean-Philippe Lang
2015-10-04
1
-1
/
+40
*
Display all versions in query filter (#19271).
Jean-Philippe Lang
2015-09-26
1
-1
/
+1
*
Query doesn't work with non ASCII uppercase symbols (#20438).
Jean-Philippe Lang
2015-08-02
1
-2
/
+8
*
Fixed that user with "Manage public queries" permission, can create global pu...
Jean-Philippe Lang
2015-06-29
1
-1
/
+3
*
Adds issue filters on parent/subtasks (#6118).
Jean-Philippe Lang
2015-06-13
1
-1
/
+2
*
Don't call #upcase on nil.
Jean-Philippe Lang
2015-02-08
1
-1
/
+1
*
Fixed filtering on date custom field with SQLServer.
Jean-Philippe Lang
2015-02-08
1
-25
/
+35
*
Fixed an error in IssuesControllerTest#test_index_with_query_grouped_by_track...
Jean-Philippe Lang
2015-02-08
1
-1
/
+1
*
Copyright update.
Jean-Philippe Lang
2015-01-11
1
-1
/
+1
*
Let QueryColumn accept a Proc as caption (#18276).
Jean-Philippe Lang
2014-11-04
1
-1
/
+8
*
Merged rails-4.1 branch (#14534).
Jean-Philippe Lang
2014-10-22
1
-10
/
+10
*
replace tabs to spaces at app/models/query.rb
Toshi MARUYAMA
2014-04-15
1
-2
/
+2
*
fix typos of source comments at Query model
Toshi MARUYAMA
2014-04-07
1
-1
/
+1
*
Fixed that Link custom fields are not displayed as links on the issue list (#...
Jean-Philippe Lang
2014-04-06
1
-4
/
+19
*
update copyright year (#15977)
Toshi MARUYAMA
2014-01-29
1
-1
/
+1
*
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
[next]