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
/
project_query.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixes project query scope that does not take into account limit and offset op...
Marius Balteanu
2024-11-23
1
-1
/
+3
*
@ProjectQuery#results_scope@ should return @Project::ActiveRecord_Relation@ t...
Marius Balteanu
2024-11-03
1
-2
/
+1
*
Expose project updated_on column and filter in project query (#40829).
Go MAEDA
2024-06-27
1
-0
/
+2
*
Adds the date of the last activity to the list of available columns for Proje...
Marius Balteanu
2024-05-03
1
-2
/
+15
*
Remove current year from source file copyright headers and update year in foo...
Marius Balteanu
2024-02-26
1
-1
/
+1
*
Fix RuboCop offense Style/SuperWithArgsParentheses (#39887).
Go MAEDA
2023-12-20
1
-1
/
+1
*
Update copyright year to 2023 (#38141).
Go MAEDA
2023-01-01
1
-1
/
+1
*
Default query should not be applied if the query is not allowed to be set as ...
Go MAEDA
2022-07-31
1
-3
/
+4
*
Reduce extra queries in @ProjectQuery.default@ (#37135).
Marius Balteanu
2022-05-28
1
-3
/
+6
*
Background job for project deletion (#36691).
Marius Balteanu
2022-05-17
1
-0
/
+1
*
Reuse ProjectQuery filters on the admin project list (#33422).
Marius Balteanu
2022-04-01
1
-2
/
+34
*
Update copyright year in source files to 2022 (#36379).
Go MAEDA
2022-01-02
1
-1
/
+1
*
You can configure default project queries in the following places (#35795):
Marius Balteanu
2021-11-15
1
-0
/
+8
*
Update copyright year in source files to 2021 (#33069).
Go MAEDA
2021-03-25
1
-1
/
+1
*
add empty line after guard clause to app/models/project_query.rb
Toshi MARUYAMA
2020-11-26
1
-0
/
+1
*
remove spaces inside {} of app/models/project_query.rb
Toshi MARUYAMA
2020-11-17
1
-5
/
+5
*
Fix that totals of custom fields may not be sorted as configured (#33281).
Go MAEDA
2020-05-08
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
-0
/
+4
*
Fix sort projects table by custom field (#32769).
Go MAEDA
2020-01-12
1
-1
/
+1
*
cleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in app/models/project_...
Toshi MARUYAMA
2019-11-20
1
-1
/
+0
*
Make sure we cannot create a ProjectQuery on a given project (#29482).
Jean-Philippe Lang
2019-11-20
1
-0
/
+5
*
cleanup: rubocop: fix Layout/AlignArguments in app/models/project_query.rb
Toshi MARUYAMA
2019-11-09
1
-4
/
+10
*
Default sorting on projects by id is not relevant (#29482).
Jean-Philippe Lang
2019-10-26
1
-1
/
+1
*
Set default columns for the projects list (#29482).
Jean-Philippe Lang
2019-10-19
1
-1
/
+1
*
Option to switch between table list and board list (#29482).
Jean-Philippe Lang
2019-10-19
1
-2
/
+27
*
Filter after project custom fields (#29482).
Jean-Philippe Lang
2019-10-19
1
-0
/
+1
*
Filter after parent project (#29482).
Jean-Philippe Lang
2019-10-19
1
-0
/
+3
*
Filter after projects (#29482).
Jean-Philippe Lang
2019-10-19
1
-0
/
+4
*
Filters for Projects page (#29482).
Jean-Philippe Lang
2019-10-19
1
-0
/
+68