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
...
*
Unnecessary database access when IssueQuery class is defined (#33290).
Go MAEDA
2021-03-19
1
-13
/
+28
*
Fix that column header is clickable even when the column is not actually sort...
Go MAEDA
2021-03-14
1
-1
/
+1
*
Allow to use watch_by filter in the global issues list (#34700).
Go MAEDA
2021-02-11
1
-1
/
+1
*
Subprojects issues are not displayed on main project when all subprojects are...
Go MAEDA
2020-12-27
1
-4
/
+4
*
shorten long line of Query#sql_for_custom_field
Toshi MARUYAMA
2020-12-12
1
-3
/
+5
*
shorten long line of Query#relative_date_clause
Toshi MARUYAMA
2020-12-10
1
-1
/
+4
*
shorten long line of Query#sql_for_field
Toshi MARUYAMA
2020-12-09
1
-17
/
+78
*
shorten long line of Query#add_custom_fields_filters
Toshi MARUYAMA
2020-12-04
1
-3
/
+7
*
use "do end" instead of {} at ActiveRecord scope lambda of app/models/query.rb
Toshi MARUYAMA
2020-11-09
1
-2
/
+2
*
fix source indent of app/models/query.rb
Toshi MARUYAMA
2020-09-17
1
-4
/
+4
*
Remove an unused variable in Query#add_chained_custom_field_filters (#33728).
Go MAEDA
2020-09-07
1
-1
/
+0
*
use "do end" instead of {} at app/models/query.rb
Toshi MARUYAMA
2020-08-09
1
-5
/
+9
*
fix source indent of app/models/query.rb
Toshi MARUYAMA
2020-07-21
1
-9
/
+21
*
remove spaces inside {} of app/models/query.rb
Toshi MARUYAMA
2020-07-11
1
-12
/
+27
*
Fix that totals of custom fields may not be sorted as configured (#33281).
Go MAEDA
2020-05-08
1
-2
/
+7
*
Fix sort does not work with group by datetime columns (#33110).
Jean-Philippe Lang
2020-04-05
1
-1
/
+6
*
Fix a RuboCop offense Style/MultipleComparison (#33083).
Go MAEDA
2020-03-07
1
-1
/
+1
*
Projects filter "Subproject of" does not work when the given value is "My pro...
Go MAEDA
2020-03-04
1
-1
/
+1
*
Update copyright year in source files to 2020 (#33069).
Go MAEDA
2020-03-03
1
-1
/
+1
*
Add system setting for default results display format of project query (#32818).
Go MAEDA
2020-02-11
1
-1
/
+5
*
Allow adding user groups as watchers for issues (#4511).
Go MAEDA
2020-02-06
1
-2
/
+2
*
Issue relations filter lacks "is not" (#32546).
Go MAEDA
2019-12-12
1
-1
/
+1
*
cleanup: rubocop: fix Layout/SpaceAfterComma in app/models/query.rb
Toshi MARUYAMA
2019-11-24
1
-1
/
+1
*
cleanup: rubocop: fix Layout/EmptyLineAfterGuardClause in app/models/query.rb
Toshi MARUYAMA
2019-11-22
1
-0
/
+11
*
cleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in app/models/query.rb
Toshi MARUYAMA
2019-11-20
1
-4
/
+0
*
Add anonymous user to author list in issue/time query (#16904).
Jean-Philippe Lang
2019-11-10
1
-0
/
+1
*
cleanup: rubocop: fix Layout/AlignArguments in app/models/query.rb
Toshi MARUYAMA
2019-11-08
1
-11
/
+13
*
Option to filter after my bookmarked projects (#32302, #29482, #31355).
Go MAEDA
2019-10-23
1
-2
/
+6
*
code cleanup: rubocop: fix Style/ParenthesesAroundCondition in app/models/que...
Toshi MARUYAMA
2019-10-22
1
-1
/
+1
*
Option to switch between table list and board list (#29482).
Jean-Philippe Lang
2019-10-19
1
-0
/
+16
*
Filter after project custom fields (#29482).
Jean-Philippe Lang
2019-10-19
1
-0
/
+5
*
Filter after projects (#29482).
Jean-Philippe Lang
2019-10-19
1
-1
/
+1
*
Filters for Projects page (#29482).
Jean-Philippe Lang
2019-10-19
1
-0
/
+1
*
use "attr_writer" instead of "attr_accessor" for QueryColumn#sortable
Toshi MARUYAMA
2019-10-07
1
-1
/
+2
*
"starts with" and "ends with" filter operators for string values (#31879).
Go MAEDA
2019-09-25
1
-5
/
+17
*
Update copyright year.
Go MAEDA
2019-05-25
1
-1
/
+1
*
Don't rescue Exception class (#31387).
Go MAEDA
2019-05-25
1
-1
/
+1
*
Changes Query#as_params for more complete serialization (#31276).
Go MAEDA
2019-04-30
1
-0
/
+2
*
Use Regexp#match? to reduce allocations of MatchData object (#28940).
Go MAEDA
2019-03-27
1
-6
/
+6
*
Support frozen_string_literal in issue, journal, and query (#26561).
Go MAEDA
2019-03-17
1
-3
/
+3
*
Add "frozen_string_literal: false" for all files (#26561).
Go MAEDA
2019-03-15
1
-0
/
+2
*
Translation missing error in "Project's Status" filter options (#30718).
Go MAEDA
2019-02-15
1
-4
/
+4
*
Show full width layout custom fields as block columns in issue listing (#26081).
Go MAEDA
2019-02-13
1
-1
/
+1
*
New date filter operators: tomorrow, next week, next month (#4502).
Go MAEDA
2019-01-19
1
-3
/
+19
*
Allow issues grouping by creation, update and closing date (#13803).
Jean-Philippe Lang
2018-12-12
1
-0
/
+20
*
Filter issues after project status (#20081).
Go MAEDA
2018-10-29
1
-0
/
+8
*
Custom queries are broken by updating with nil parameter values (#29701).
Go MAEDA
2018-10-04
1
-4
/
+4
*
Remove unused variable 'filter_options' from Query#add_filter (#29710).
Go MAEDA
2018-10-02
1
-1
/
+0
*
Replace String#gsub with faster String#tr (#29363).
Go MAEDA
2018-08-12
1
-1
/
+1
*
Replace Enumerable#sort with faster Enumerable#sort_by (#29299).
Go MAEDA
2018-08-02
1
-1
/
+1
[prev]
[next]