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
*
remove unneeded "references" of joins
Toshi MARUYAMA
2014-10-24
1
-6
/
+0
*
Code cleanup: use #project_condition.
Jean-Philippe Lang
2014-10-23
1
-3
/
+2
*
Merged rails-4.1 branch (#14534).
Jean-Philippe Lang
2014-10-22
1
-28
/
+38
*
Adds buit-in groups to give specific permissions to anonymous and non members...
Jean-Philippe Lang
2014-09-28
1
-8
/
+18
*
WARNING: Can't mass-assign protected attributes: user_id, type.
Jean-Philippe Lang
2014-07-14
1
-1
/
+1
*
Fixed that query roles are not copied when copying a project (#17202).
Jean-Philippe Lang
2014-07-14
1
-0
/
+1
*
fix typos of source comments at Project model
Toshi MARUYAMA
2014-04-07
1
-3
/
+3
*
fix typos of source comments at Project model
Toshi MARUYAMA
2014-04-06
1
-2
/
+2
*
fix typo of Enumeration#overridding_change?
Toshi MARUYAMA
2014-04-06
1
-2
/
+2
*
Use spaces instead of tabs.
Jean-Philippe Lang
2014-02-09
1
-3
/
+3
*
Enable the watching of news (#2549).
Jean-Philippe Lang
2014-02-09
1
-3
/
+10
*
Project.activities should always return a ActiveRecord::Relation (#15983).
Jean-Philippe Lang
2014-02-07
1
-8
/
+8
*
update copyright year (#15977)
Toshi MARUYAMA
2014-01-29
1
-1
/
+1
*
back out from r12715 to r12720: #connection replacing
Toshi MARUYAMA
2014-01-27
1
-1
/
+1
*
remove unneeded Relation#all from Project model
Toshi MARUYAMA
2014-01-27
1
-2
/
+2
*
Rails4: replace deprecated #connection from Project model
Toshi MARUYAMA
2014-01-27
1
-1
/
+1
*
remove unneeded Project#acts_as_nested_set :order => 'name' option
Toshi MARUYAMA
2014-01-21
1
-1
/
+1
*
call Project#set_or_update_position_under in Project.rebuild_tree! (#12431)
Toshi MARUYAMA
2014-01-21
1
-0
/
+3
*
back out r12680
Toshi MARUYAMA
2014-01-20
1
-1
/
+1
*
use :order_column option instead of :order for acts_as_nested_set
Toshi MARUYAMA
2014-01-20
1
-1
/
+1
*
Rails4: replace deprecated Relation#update_all at Project#create_time_entry_a...
Toshi MARUYAMA
2014-01-10
1
-4
/
+3
*
remove unneeded Relation#all from Project#copy_issues
Toshi MARUYAMA
2014-01-09
1
-1
/
+1
*
Fixed that time entries custom values are not deleted when deleting a project...
Jean-Philippe Lang
2013-12-18
1
-1
/
+1
*
Avoid a query if enabled_modules association is already loaded (#15058).
Jean-Philippe Lang
2013-10-20
1
-1
/
+1
*
Adds User#builtin_role.
Jean-Philippe Lang
2013-06-12
1
-1
/
+1
*
fix that project auto generation fails when projects created in the same time...
Toshi MARUYAMA
2013-06-08
1
-1
/
+1
*
Project#all_issue_custom_fields now returns a scope.
Jean-Philippe Lang
2013-06-01
1
-2
/
+6
*
Code cleanup.
Jean-Philippe Lang
2013-05-18
1
-13
/
+16
*
Fixed that values of custom fields are not kept in issues when copying a proj...
Jean-Philippe Lang
2013-05-13
1
-0
/
+3
*
remove trailing white-space from app/models/project.rb
Toshi MARUYAMA
2013-04-21
1
-1
/
+1
*
Moves Project#users to a regular method.
Jean-Philippe Lang
2013-03-12
1
-1
/
+5
*
Moves Project#principals to a regular method.
Jean-Philippe Lang
2013-03-12
1
-1
/
+5
*
Fixed that #reload raises a Stack too deep error with ruby 2.0.
Jean-Philippe Lang
2013-02-28
1
-1
/
+2
*
remove trailing tabs from app/models/project.rb
Toshi MARUYAMA
2013-02-17
1
-2
/
+2
*
Possibility to define the default enable trackers when creating a project (#1...
Jean-Philippe Lang
2013-02-15
1
-1
/
+6
*
Typo that breaks with ruby1.8.
Jean-Philippe Lang
2013-02-09
1
-1
/
+1
*
Fixed that project overview page shows trackers from subprojects with disable...
Jean-Philippe Lang
2013-02-09
1
-0
/
+1
*
Fixed: error raised when copying project wiki with wiki module disabled (#130...
Jean-Philippe Lang
2013-02-07
1
-1
/
+3
*
Typo that triggers an error when editing a subproject (#5605).
Jean-Philippe Lang
2013-02-02
1
-1
/
+1
*
Optionaly inherit members from parent project (#5605).
Jean-Philippe Lang
2013-02-02
1
-0
/
+46
*
Copyright for 2013 (#12788).
Jean-Philippe Lang
2013-01-12
1
-1
/
+1
*
Gantt perf: fixed that Project#start_date and #due_date run way too much quer...
Jean-Philippe Lang
2013-01-06
1
-8
/
+10
*
Deprecates Version#*_pourcent in favour of #*_percent (#12724).
Jean-Philippe Lang
2013-01-04
1
-1
/
+1
*
Adds STI to Query model. Issue queries are now IssueQuery instances.
Jean-Philippe Lang
2012-12-09
1
-2
/
+2
*
Use \A and \z in validation regexps.
Jean-Philippe Lang
2012-12-08
1
-1
/
+1
*
Cleanup dependencies in Project model.
Jean-Philippe Lang
2012-12-08
1
-2
/
+2
*
Rewrites named scopes with ARel queries.
Jean-Philippe Lang
2012-12-07
1
-8
/
+10
*
Use lambda form in model scopes (#12499)
Jean-Baptiste Barth
2012-12-07
1
-2
/
+2
*
Code cleanup.
Jean-Philippe Lang
2012-12-03
1
-20
/
+10
*
Replaces find(:first) calls.
Jean-Philippe Lang
2012-12-03
1
-4
/
+7
[next]