summaryrefslogtreecommitdiffstats
path: root/app/models/project.rb
Commit message (Expand)AuthorAgeFilesLines
* Merged r12736 (#15977).Jean-Philippe Lang2014-02-081-1/+1
* Avoid a query if enabled_modules association is already loaded (#15058).Jean-Philippe Lang2013-10-201-1/+1
* Adds User#builtin_role.Jean-Philippe Lang2013-06-121-1/+1
* fix that project auto generation fails when projects created in the same time...Toshi MARUYAMA2013-06-081-1/+1
* Project#all_issue_custom_fields now returns a scope.Jean-Philippe Lang2013-06-011-2/+6
* Code cleanup.Jean-Philippe Lang2013-05-181-13/+16
* Fixed that values of custom fields are not kept in issues when copying a proj...Jean-Philippe Lang2013-05-131-0/+3
* remove trailing white-space from app/models/project.rbToshi MARUYAMA2013-04-211-1/+1
* Moves Project#users to a regular method.Jean-Philippe Lang2013-03-121-1/+5
* Moves Project#principals to a regular method.Jean-Philippe Lang2013-03-121-1/+5
* Fixed that #reload raises a Stack too deep error with ruby 2.0.Jean-Philippe Lang2013-02-281-1/+2
* remove trailing tabs from app/models/project.rbToshi MARUYAMA2013-02-171-2/+2
* Possibility to define the default enable trackers when creating a project (#1...Jean-Philippe Lang2013-02-151-1/+6
* Typo that breaks with ruby1.8.Jean-Philippe Lang2013-02-091-1/+1
* Fixed that project overview page shows trackers from subprojects with disable...Jean-Philippe Lang2013-02-091-0/+1
* Fixed: error raised when copying project wiki with wiki module disabled (#130...Jean-Philippe Lang2013-02-071-1/+3
* Typo that triggers an error when editing a subproject (#5605).Jean-Philippe Lang2013-02-021-1/+1
* Optionaly inherit members from parent project (#5605).Jean-Philippe Lang2013-02-021-0/+46
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Gantt perf: fixed that Project#start_date and #due_date run way too much quer...Jean-Philippe Lang2013-01-061-8/+10
* Deprecates Version#*_pourcent in favour of #*_percent (#12724).Jean-Philippe Lang2013-01-041-1/+1
* Adds STI to Query model. Issue queries are now IssueQuery instances.Jean-Philippe Lang2012-12-091-2/+2
* Use \A and \z in validation regexps.Jean-Philippe Lang2012-12-081-1/+1
* Cleanup dependencies in Project model.Jean-Philippe Lang2012-12-081-2/+2
* Rewrites named scopes with ARel queries.Jean-Philippe Lang2012-12-071-8/+10
* Use lambda form in model scopes (#12499)Jean-Baptiste Barth2012-12-071-2/+2
* Code cleanup.Jean-Philippe Lang2012-12-031-20/+10
* Replaces find(:first) calls.Jean-Philippe Lang2012-12-031-4/+7
* Replaces find(:all) calls.Jean-Philippe Lang2012-12-021-4/+6
* Replaces find(:all) calls.Jean-Philippe Lang2012-12-021-9/+7
* Use Project.rebuild_tree! instead of .rebuild! in migration.Jean-Philippe Lang2012-11-231-0/+1
* Adds a Project.rebuild_tree! method to force the rebuild of the nested set.Jean-Philippe Lang2012-11-231-0/+9
* Do not link copied issues when copying a project (#6899).Jean-Philippe Lang2012-09-271-1/+1
* Use eager loaded #principal association instead of #user (#11904).Jean-Philippe Lang2012-09-221-1/+1
* Use eager loaded #principal association instead of #user (#11904).Jean-Philippe Lang2012-09-221-1/+1
* Avoid to run one SQL query per member on Project#assignable_users (#11904).Jean-Philippe Lang2012-09-221-1/+1
* Fixed: Issues associated with a locked version are not copied when copying a ...Jean-Philippe Lang2012-09-091-1/+11
* Fixed that target version is lost on project copy for issues that are assigne...Jean-Philippe Lang2012-09-091-1/+1
* Code cleanup.Jean-Philippe Lang2012-09-091-6/+4
* Adapt subtasks copy when copying a project (#6965).Jean-Philippe Lang2012-09-081-1/+1
* Make sure we don't build an empty IN () statement (#11662).Jean-Philippe Lang2012-08-271-1/+1
* Fixed that projects are not ordered alphabetically after renaming project (#1...Jean-Philippe Lang2012-08-101-16/+26
* Moved logic relative to project status from User to Project model (#3640).Jean-Philippe Lang2012-06-251-1/+10
* Ability to close projects (read-only) (#3640).Jean-Philippe Lang2012-06-251-10/+25
* Code cleanup.Jean-Philippe Lang2012-05-251-1/+1
* Fixed that project identifier can always be updated (#11028).Jean-Philippe Lang2012-05-251-1/+1
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* model: replace Rails2 "named_scope" to Rails3 "scope"Toshi MARUYAMA2012-04-261-7/+7
* Merged rails-3.2 branch.Jean-Philippe Lang2012-04-251-0/+4
* Removed sort order on issues association.Jean-Philippe Lang2012-03-041-1/+1