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
*
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
*
Translation missing error in "Project's Status" filter options (#30718).
Go MAEDA
2019-02-15
1
-6
/
+0
*
Let admin users unarchive subprojects of archived projects (#29993).
Jean-Philippe Lang
2018-12-02
1
-8
/
+4
*
Filter issues after project status (#20081).
Go MAEDA
2018-10-29
1
-0
/
+6
*
Add CSS class to identify public projects (#28413).
Go MAEDA
2018-07-22
1
-0
/
+1
*
Copy project attachments (#26622).
Go MAEDA
2018-05-13
1
-0
/
+5
*
Copy version attachments (i.e. Files) along with the versions on project copy...
Go MAEDA
2018-05-13
1
-0
/
+5
*
Copy wiki attachments on project copy (#10282).
Go MAEDA
2018-04-28
1
-0
/
+1
*
Allow to copy documents along with projects (#26621).
Go MAEDA
2018-04-28
1
-1
/
+16
*
Removes deprecated methods.
Jean-Philippe Lang
2017-07-23
1
-13
/
+0
*
Merged rails-5.1 branch (#23630).
Jean-Philippe Lang
2017-07-23
1
-7
/
+18
[next]