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.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merged r22833 to 5.1-stable (#40693).
Go MAEDA
2024-05-18
1
-0
/
+1
*
Merged r22746 from trunk to 5.1-stable (#40043).
Marius Balteanu
2024-02-27
1
-1
/
+1
*
<=> operator should return nil when invoked with an incomparable object (#387...
Go MAEDA
2023-06-29
1
-0
/
+2
*
Fix RuboCop offense Style/RedundantSelfAssignmentBranch (#36919).
Go MAEDA
2023-06-29
1
-2
/
+2
*
"Cannot delete enumeration" error may occur when attempting to delete a proje...
Go MAEDA
2023-03-25
1
-2
/
+2
*
Improve index usability for Project#project_condition (#38198).
Go MAEDA
2023-01-21
1
-5
/
+7
*
Introduce permission to set a project public (#38048).
Go MAEDA
2023-01-12
1
-1
/
+16
*
Update copyright year to 2023 (#38141).
Go MAEDA
2023-01-01
1
-1
/
+1
*
Do not break when setting enabled_module_names on a project without a default...
Go MAEDA
2022-12-21
1
-1
/
+1
*
Background job for project deletion (#36691).
Marius Balteanu
2022-05-17
1
-1
/
+6
*
Skip validation of required custom fields when creating a project if user doe...
Marius Balteanu
2022-03-21
1
-0
/
+11
*
Replace Member.find_or_new with ActiveRecord's find_or_initialize_by (#36730).
Go MAEDA
2022-03-14
1
-1
/
+1
*
Destroy overridden time entry activities and rows from the habtm join table @...
Marius Balteanu
2022-02-24
1
-2
/
+2
*
Update copyright year in source files to 2022 (#36379).
Go MAEDA
2022-01-02
1
-1
/
+1
*
Explicitly specify escape character using an ESCAPE on SQLite (#35073).
Marius Balteanu
2021-10-09
1
-1
/
+1
*
Use sanitize_sql_like in like scopes (#35073).
Marius Balteanu
2021-10-03
1
-1
/
+1
*
Locked users should not be displayed in the members box of the project overvi...
Go MAEDA
2021-07-27
1
-1
/
+1
*
Default issue query (#7360).
Go MAEDA
2021-07-06
1
-0
/
+6
*
Remove deprecated Project#members_by_role (#35031).
Go MAEDA
2021-05-15
1
-8
/
+0
*
DEPRECATION WARNING: Uniqueness validator will no longer enforce case sensiti...
Go MAEDA
2021-04-01
1
-1
/
+1
*
Update copyright year in source files to 2021 (#33069).
Go MAEDA
2021-03-25
1
-1
/
+1
*
Reverts r20653.
Go MAEDA
2021-03-18
1
-2
/
+2
*
place the '.' on the previous line of the method call at app/models/project.rb
Toshi MARUYAMA
2020-12-17
1
-2
/
+2
*
shorten long line of app/models/project.rb
Toshi MARUYAMA
2020-12-12
1
-11
/
+24
*
shorten long line of app/models/project.rb
Toshi MARUYAMA
2020-12-09
1
-31
/
+97
*
Use sum { ... } instead of map { ... }.sum (#34399).
Go MAEDA
2020-12-06
1
-2
/
+2
*
use "do end" instead of {} at ActiveRecord scope lambda of app/models/project.rb
Toshi MARUYAMA
2020-11-12
1
-8
/
+8
*
add empty line after guard clause to app/models/project.rb
Toshi MARUYAMA
2020-11-03
1
-1
/
+7
*
use "do end" instead of {} at app/models/project.rb
Toshi MARUYAMA
2020-09-26
1
-4
/
+10
*
remove spaces inside {} of app/models/project.rb
Toshi MARUYAMA
2020-09-24
1
-6
/
+6
*
Allow normal users to delete a project (#33945).
Go MAEDA
2020-09-15
1
-0
/
+8
*
Show groups in members box on project overview page (#33174).
Go MAEDA
2020-04-22
1
-4
/
+10
*
Update copyright year in source files to 2020 (#33069).
Go MAEDA
2020-03-03
1
-1
/
+1
*
Fix logging time via a commit message for project specific activities (#29838).
Go MAEDA
2020-02-11
1
-0
/
+9
*
Reverts r19478 (#32897).
Go MAEDA
2020-01-30
1
-1
/
+1
*
Fix 'DEPRECATION WARNING: Uniqueness validator will no longer enforce case se...
Go MAEDA
2020-01-28
1
-1
/
+1
*
cleanup: rubocop: fix Layout/SpaceInsidePercentLiteralDelimiters in app/model...
Toshi MARUYAMA
2019-11-24
1
-1
/
+1
*
cleanup: rubocop: fix Layout/IndentFirstArrayElement in app/models/project.rb
Toshi MARUYAMA
2019-11-09
1
-10
/
+12
*
cleanup: rubocop: fix Layout/BlockAlignment in app/models/project.rb
Toshi MARUYAMA
2019-11-09
1
-1
/
+2
*
cleanup: rubocop: fix Layout/AlignArguments in app/models/project.rb
Toshi MARUYAMA
2019-11-09
1
-6
/
+9
*
code cleanup: rubocop: fix Style/ParenthesesAroundCondition in app/models/pro...
Toshi MARUYAMA
2019-10-22
1
-2
/
+2
*
code cleanup: rubocop: fix Style/WhileUntilModifier in app/models/project.rb
Toshi MARUYAMA
2019-10-19
1
-1
/
+2
*
Reject project custom field values not visible for the user (#31954, #31925).
Go MAEDA
2019-08-27
1
-0
/
+17
*
Code cleanup: RuboCop: Fix Style/IdenticalConditionalBranches in app/models/p...
Go MAEDA
2019-08-20
1
-8
/
+2
*
Per role visibility settings for project custom fields (#31925).
Go MAEDA
2019-08-20
1
-0
/
+7
*
Code cleanup: RuboCop: Rails/ActiveRecordAliases
Go MAEDA
2019-08-17
1
-1
/
+1
*
Update copyright year.
Go MAEDA
2019-05-25
1
-1
/
+1
*
Use Regexp#match? to reduce allocations of MatchData object (#28940).
Go MAEDA
2019-03-27
1
-2
/
+2
*
Support frozen_string_literal in app/**/*.rb (#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
[next]