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
/
issue_query.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright year to 2023 (#38141).
Go MAEDA
2023-01-01
1
-1
/
+1
*
Merged r21499, r21500 and r21501 to 4.2-stable (#30924).
Marius Balteanu
2022-03-27
1
-2
/
+4
*
Update copyright year in source files to 2021 (#33069).
Go MAEDA
2021-03-25
1
-1
/
+1
*
shorten long line of app/models/issue_query.rb
Toshi MARUYAMA
2020-12-19
1
-8
/
+27
*
shorten long line of IssueQuery#available_columns
Toshi MARUYAMA
2020-11-30
1
-15
/
+33
*
shorten long line of IssueQuery#sql_for_relations
Toshi MARUYAMA
2020-11-29
1
-4
/
+27
*
add empty line after guard clause to app/models/issue_query.rb
Toshi MARUYAMA
2020-11-26
1
-0
/
+1
*
shorten long line of IssueQuery#joins_for_order_statement
Toshi MARUYAMA
2020-11-26
1
-7
/
+21
*
remove spaces inside {} of app/models/issue_query.rb
Toshi MARUYAMA
2020-11-16
1
-19
/
+19
*
use "do end" instead of {} at app/models/issue_query.rb
Toshi MARUYAMA
2020-11-07
1
-4
/
+4
*
use "do end" instead of {} at app/models/issue_query.rb
Toshi MARUYAMA
2020-11-07
1
-4
/
+4
*
avoid multi-line ternary operators in app/models/issue_query.rb
Toshi MARUYAMA
2020-07-04
1
-4
/
+6
*
Update copyright year in source files to 2020 (#33069).
Go MAEDA
2020-03-03
1
-1
/
+1
*
cleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in app/models/issue_qu...
Toshi MARUYAMA
2019-11-20
1
-1
/
+0
*
cleanup: rubocop: fix Layout/AlignArguments in IssueQuery available_columns v...
Toshi MARUYAMA
2019-11-07
1
-1
/
+2
*
cleanup: rubocop: fix Layout/AlignArguments in IssueQuery#initialize_availabl...
Toshi MARUYAMA
2019-11-07
1
-37
/
+50
*
cleanup: rubocop: fix Layout/AlignArguments in IssueQuery#available_columns
Toshi MARUYAMA
2019-11-07
1
-9
/
+13
*
Fixed that total estimated time column is shown even when estimated time fiel...
Jean-Philippe Lang
2019-10-19
1
-0
/
+1
*
code cleanup: rubocop: fix Layout/CaseIndentation in app/models/issue_query.rb
Toshi MARUYAMA
2019-10-17
1
-3
/
+2
*
code cleanup: rubocop: fix Layout/SpaceBeforeSemicolon and Style/WhenThen in ...
Toshi MARUYAMA
2019-10-17
1
-7
/
+6
*
code cleanup: rubocop: fix Layout/ElseAlignment in app/models/issue_query.rb
Toshi MARUYAMA
2019-10-17
1
-18
/
+17
*
Add support for "start with" and "end with" operators to "Files" filter (#318...
Go MAEDA
2019-09-30
1
-0
/
+3
*
Per role visibility settings for spent time custom fields (#31859).
Go MAEDA
2019-08-09
1
-2
/
+4
*
Limit total_estimated_hours to visible issues (#31778).
Go MAEDA
2019-08-07
1
-2
/
+2
*
Issues in paginated views may be lost because sorting criteria are not unique...
Jean-Philippe Lang
2019-06-20
1
-0
/
+8
*
Update copyright year.
Go MAEDA
2019-05-25
1
-1
/
+1
*
Show selected columns in gantt chart (#27672).
Go MAEDA
2019-05-16
1
-0
/
+10
*
Issue filtering by spent time (#26826).
Go MAEDA
2019-04-30
1
-0
/
+23
*
Adds a new query column for the parent task subject (#19371).
Go MAEDA
2019-04-24
1
-0
/
+1
*
Enable frozen_string_literal for some files under app and lib directory (#265...
Go MAEDA
2019-03-16
1
-1
/
+1
*
Add "frozen_string_literal: false" for all files (#26561).
Go MAEDA
2019-03-15
1
-0
/
+2
*
"Last updated by" filter causes an SQL error with MariaDB (#30367).
Go MAEDA
2019-03-07
1
-1
/
+1
*
Multiple issue ids in "Subtasks" filter (#30808).
Go MAEDA
2019-02-28
1
-3
/
+5
*
Multiple issue ids in "Parent task" filter (#30482).
Go MAEDA
2019-02-01
1
-1
/
+7
*
Allow issues grouping by creation, update and closing date (#13803).
Jean-Philippe Lang
2018-12-12
1
-3
/
+3
*
Allow issues grouping by start and due dates (#13803).
Jean-Philippe Lang
2018-12-12
1
-2
/
+2
*
Filter issues after project status (#20081).
Go MAEDA
2018-10-29
1
-0
/
+10
*
Custom queries are broken by updating with nil parameter values (#29701).
Go MAEDA
2018-10-04
1
-2
/
+2
*
Replace Hash#keys.each with faster Hash#each_key (#29305).
Go MAEDA
2018-08-01
1
-1
/
+1
*
Extend watched_by_me-issue filter to include all project-members instead of o...
Go MAEDA
2018-07-09
1
-1
/
+1
*
Ensure that only visible watchers on issues can be queried (#29133).
Go MAEDA
2018-07-08
1
-2
/
+20
*
Fix that spent_time total on the issue list can be wrong (#26471).
Jean-Philippe Lang
2017-07-20
1
-13
/
+19
*
Set default configuration for the timelog list (#26356).
Jean-Philippe Lang
2017-07-12
1
-1
/
+1
*
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
-1
/
+1
*
Fixed that related to "no open issues" filter shows all issues (#25478).
Jean-Philippe Lang
2017-04-06
1
-1
/
+1
*
Let the issue list be grouped by private flag.
Jean-Philippe Lang
2017-04-04
1
-1
/
+1
*
Makes Attachments column available on the issue list (#25515).
Jean-Philippe Lang
2017-04-04
1
-1
/
+2
*
Query through multiple projects by issue custom field not possible anymore (#...
Jean-Philippe Lang
2017-04-03
1
-7
/
+1
[next]