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
*
Update copyright.
Jean-Philippe Lang
2017-06-25
1
-1
/
+1
*
Show the same trackers and statuses on time entry queries (#5385).
Jean-Philippe Lang
2017-05-27
1
-1
/
+1
*
Show statuses of project trackers only (#5385).
Jean-Philippe Lang
2017-05-27
1
-0
/
+10
*
Query through multiple projects by issue custom field not possible anymore (#...
Jean-Philippe Lang
2017-04-03
1
-0
/
+9
*
Fix link to issues when displaying a project query (#1565).
Jean-Philippe Lang
2017-03-15
1
-12
/
+16
*
Let user choose columns and sort order of issue lists on "My page" (#1565).
Jean-Philippe Lang
2017-03-14
1
-0
/
+16
*
Get rid of sort_helper when using queries.
Jean-Philippe Lang
2017-03-13
1
-16
/
+28
*
Get the count by group from the query directly.
Jean-Philippe Lang
2017-03-09
1
-0
/
+7
*
Issue description filter's 'none' operator does not match issues with blank d...
Jean-Philippe Lang
2017-03-07
1
-2
/
+2
*
Adds updated_by and last_updated_by filters on issues (#17720).
Jean-Philippe Lang
2017-01-19
1
-1
/
+1
*
Handle csv columns selection in query to preload appropriate associations (#2...
Jean-Philippe Lang
2017-01-18
1
-0
/
+3
*
Fixed that Query#has_column? returns false with default columns.
Jean-Philippe Lang
2017-01-17
1
-1
/
+2
*
Moves sort joins for issues to IssueQuery.
Jean-Philippe Lang
2017-01-17
1
-3
/
+0
*
Cast as decimal(30,0) instead of integer (#21249).
Jean-Philippe Lang
2017-01-14
1
-2
/
+2
*
Filtering out specific subprojects (using 'is not' operator) (#15773).
Jean-Philippe Lang
2017-01-14
1
-3
/
+10
*
Filters on chained custom fields and custom field attributes (#21249).
Jean-Philippe Lang
2017-01-14
1
-1
/
+82
*
Don't preload custom field filter values (#24787).
Jean-Philippe Lang
2017-01-12
1
-5
/
+0
*
Don't preload all query filters (#24787).
Jean-Philippe Lang
2017-01-09
1
-10
/
+105
*
Set @available_filters as an empty hash if nil.
Jean-Philippe Lang
2016-10-20
1
-0
/
+1
*
Error with MS SQL when displaying an issue from a list grouped and sorted by ...
Jean-Philippe Lang
2016-10-01
1
-1
/
+1
*
Adds issue tracker and status columns and filters on spent time list (#23401).
Jean-Philippe Lang
2016-08-20
1
-0
/
+20
*
Make time entries groupable (#16843).
Jean-Philippe Lang
2016-07-13
1
-5
/
+9
*
Adds a version filter on time entries (#13558).
Jean-Philippe Lang
2016-07-13
1
-2
/
+2
*
Remove special behaviour for listing issue time entries, use a filter for that.
Jean-Philippe Lang
2016-07-12
1
-1
/
+1
*
Adds scopes for retrieving the appropriate queries (#14790).
Jean-Philippe Lang
2016-07-12
1
-0
/
+7
*
Pull up query visibility methods.
Jean-Philippe Lang
2016-07-11
1
-0
/
+63
*
Makes QueriesController able to handle other Query subclasses.
Jean-Philippe Lang
2016-07-11
1
-0
/
+2
*
Limits the tracker list in filters and issue counts (#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
[next]