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 r11942 from trunk to 2.3-stable (#14242)
Toshi MARUYAMA
2013-06-08
1
-1
/
+1
*
Merged r11843 from trunk (#13910).
Jean-Philippe Lang
2013-05-18
1
-0
/
+3
*
Merged r11497 from trunk (#13329).
Jean-Philippe Lang
2013-03-09
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
*
Replaces find(:all) calls.
Jean-Philippe Lang
2012-12-02
1
-4
/
+6
*
Replaces find(:all) calls.
Jean-Philippe Lang
2012-12-02
1
-9
/
+7
*
Use Project.rebuild_tree! instead of .rebuild! in migration.
Jean-Philippe Lang
2012-11-23
1
-0
/
+1
*
Adds a Project.rebuild_tree! method to force the rebuild of the nested set.
Jean-Philippe Lang
2012-11-23
1
-0
/
+9
*
Do not link copied issues when copying a project (#6899).
Jean-Philippe Lang
2012-09-27
1
-1
/
+1
*
Use eager loaded #principal association instead of #user (#11904).
Jean-Philippe Lang
2012-09-22
1
-1
/
+1
*
Use eager loaded #principal association instead of #user (#11904).
Jean-Philippe Lang
2012-09-22
1
-1
/
+1
*
Avoid to run one SQL query per member on Project#assignable_users (#11904).
Jean-Philippe Lang
2012-09-22
1
-1
/
+1
*
Fixed: Issues associated with a locked version are not copied when copying a ...
Jean-Philippe Lang
2012-09-09
1
-1
/
+11
*
Fixed that target version is lost on project copy for issues that are assigne...
Jean-Philippe Lang
2012-09-09
1
-1
/
+1
*
Code cleanup.
Jean-Philippe Lang
2012-09-09
1
-6
/
+4
*
Adapt subtasks copy when copying a project (#6965).
Jean-Philippe Lang
2012-09-08
1
-1
/
+1
*
Make sure we don't build an empty IN () statement (#11662).
Jean-Philippe Lang
2012-08-27
1
-1
/
+1
*
Fixed that projects are not ordered alphabetically after renaming project (#1...
Jean-Philippe Lang
2012-08-10
1
-16
/
+26
*
Moved logic relative to project status from User to Project model (#3640).
Jean-Philippe Lang
2012-06-25
1
-1
/
+10
*
Ability to close projects (read-only) (#3640).
Jean-Philippe Lang
2012-06-25
1
-10
/
+25
*
Code cleanup.
Jean-Philippe Lang
2012-05-25
1
-1
/
+1
*
Fixed that project identifier can always be updated (#11028).
Jean-Philippe Lang
2012-05-25
1
-1
/
+1
*
Copyright update.
Jean-Philippe Lang
2012-05-05
1
-1
/
+1
*
model: replace Rails2 "named_scope" to Rails3 "scope"
Toshi MARUYAMA
2012-04-26
1
-7
/
+7
*
Merged rails-3.2 branch.
Jean-Philippe Lang
2012-04-25
1
-0
/
+4
*
Removed sort order on issues association.
Jean-Philippe Lang
2012-03-04
1
-1
/
+1
*
Cleanup instance variables when reloading a project.
Jean-Philippe Lang
2012-02-24
1
-0
/
+13
*
Fixed: error when creating a project with a version format custom field (#102...
Jean-Philippe Lang
2012-02-13
1
-4
/
+9
*
Fixed "can't convert Fixnum into String" error on projects with numerical ide...
Jean-Philippe Lang
2012-02-06
1
-1
/
+1
*
Allow underscores in project identifiers (#1363).
Jean-Philippe Lang
2012-01-27
1
-1
/
+1
*
Enable global time logging at /time_entries/new (#10020).
Jean-Philippe Lang
2012-01-21
1
-0
/
+11
*
Adds support for multiple repositories per project (#779).
Jean-Philippe Lang
2012-01-15
1
-1
/
+2
*
Rails3 compatibility.
Jean-Philippe Lang
2011-12-26
1
-1
/
+1
*
Makes models #initialize accept additional arguments.
Jean-Philippe Lang
2011-12-18
1
-1
/
+1
[next]