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
*
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
*
Replace tabs with spaces (#26333).
Toshi MARUYAMA
2017-07-04
1
-2
/
+2
*
Update copyright.
Jean-Philippe Lang
2017-06-25
1
-1
/
+1
*
Set inverse_of on project boards association.
Jean-Philippe Lang
2017-06-10
1
-1
/
+1
*
Using #joins is needed here with Rails 5.
Jean-Philippe Lang
2017-06-03
1
-1
/
+1
*
Statuses of subprojects should be showed too (#5385).
Jean-Philippe Lang
2017-05-27
1
-1
/
+1
*
Show statuses of project trackers only (#5385).
Jean-Philippe Lang
2017-05-27
1
-0
/
+12
*
Option to set a default assignee on each project (#482).
Jean-Philippe Lang
2017-04-08
1
-1
/
+3
*
Don't compare LOWER() with #downcase.
Jean-Philippe Lang
2017-04-04
1
-5
/
+3
*
Query through multiple projects by issue custom field not possible anymore (#...
Jean-Philippe Lang
2017-04-03
1
-0
/
+17
*
Reset status when copying issues (#23610).
Jean-Philippe Lang
2017-04-03
1
-1
/
+1
*
Clean up sort orders.
Jean-Philippe Lang
2017-01-31
1
-4
/
+4
*
Time entry queries should be copied and deleted too.
Jean-Philippe Lang
2017-01-31
1
-3
/
+3
*
Removes default order on Project#versions association.
Jean-Philippe Lang
2017-01-31
1
-1
/
+1
*
Use EXISTS instead of IN subquery (#21608).
Jean-Philippe Lang
2017-01-21
1
-1
/
+1
*
Adds updated_by and last_updated_by filters on issues (#17720).
Jean-Philippe Lang
2017-01-19
1
-4
/
+5
*
Speeds up Project.allowed_to_condition for users who belong to hundreds of pr...
Jean-Philippe Lang
2017-01-03
1
-3
/
+3
*
Unarchive link not working for subprojects of closed projects (#24595).
Jean-Philippe Lang
2016-12-13
1
-2
/
+10
*
Enforce issue assignee validation (#23921).
Jean-Philippe Lang
2016-12-10
1
-1
/
+1
*
Don't return 2 errors when identifier is blank (blank + too short).
Jean-Philippe Lang
2016-11-19
1
-1
/
+1
*
Speedup remove_inherited_roles (#22850).
Jean-Philippe Lang
2016-10-02
1
-1
/
+1
*
Adds pagination to admin project list.
Jean-Philippe Lang
2016-08-30
1
-1
/
+4
*
Disable "Select project modules" permission does not apply to the new project...
Jean-Philippe Lang
2016-08-30
1
-2
/
+18
*
Fixed that restricted custom permissions on for non member/anonymous does not...
Jean-Philippe Lang
2016-08-30
1
-1
/
+3
*
Don't pass conditions to #delete_all.
Jean-Philippe Lang
2016-07-16
1
-1
/
+1
*
Use .distinct instead of .uniq.
Jean-Philippe Lang
2016-07-14
1
-4
/
+4
*
Assignable users should not include users that cannot view the tracker (#23172).
Jean-Philippe Lang
2016-06-28
1
-2
/
+13
*
Limits the tracker list in filters and issue counts (#285).
Jean-Philippe Lang
2016-06-18
1
-10
/
+18
[next]