| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged r11332 from trunk (#13097). | Jean-Philippe Lang | 2013-02-12 | 1 | -1/+3 |
* | 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 |
* | Adds named scopes for projects index. | Jean-Philippe Lang | 2011-12-04 | 1 | -0/+9 |
* | Removed deprecated methods. | Jean-Philippe Lang | 2011-11-29 | 1 | -5/+0 |
* | Fixed: copied private queries not visible after project copy (#9520). | Jean-Philippe Lang | 2011-11-11 | 1 | -0/+1 |
* | remove trailing white-spaces from app/models/project.rb. | Toshi MARUYAMA | 2011-08-21 | 1 | -63/+63 |
* | Ability to assign issues to groups (#2964). | Jean-Philippe Lang | 2011-07-23 | 1 | -2/+3 |
* | Adds visibility condition on parent project in API. | Jean-Philippe Lang | 2011-07-09 | 1 | -0/+5 |
* | Added Project#enable_module! and Project#disable_module! (#7115) | Jean-Baptiste Barth | 2011-06-19 | 1 | -1/+21 |
* | Code cleanup. | Jean-Philippe Lang | 2011-04-14 | 1 | -7/+6 |
* | Adds an issues visibility level on roles (#7412). | Jean-Philippe Lang | 2011-04-11 | 1 | -0/+7 |
* | Adds functional test for project copy. | Jean-Philippe Lang | 2011-04-07 | 1 | -0/+1 |
* | Makes visible scopes accept projects option and deprecate Project.visible_by. | Jean-Philippe Lang | 2011-04-05 | 1 | -14/+19 |
* | add bulk edit and bulk update actions for time entries (#7996). | Toshi MARUYAMA | 2011-04-04 | 1 | -0/+6 |
* | Do not load projects association in #rolled_up_trackers. | Jean-Philippe Lang | 2011-04-02 | 1 | -1/+1 |
* | Modules selection lost on project form after validation failure (#8012). | Jean-Philippe Lang | 2011-03-30 | 1 | -4/+1 |
* | Save 1 query + 1 cache hit in #shared_versions for root projects. | Jean-Philippe Lang | 2011-03-28 | 1 | -2/+4 |
* | Fixed: news comments not deleted when deleting a project (#7904). | Jean-Philippe Lang | 2011-03-20 | 1 | -1/+1 |
* | Fixed: children projects are deleted instead of being destroyed when destroyi... | Jean-Philippe Lang | 2011-03-20 | 1 | -9/+2 |
* | Changed the way the visibility SQL statement is built. | Jean-Philippe Lang | 2011-03-15 | 1 | -11/+17 |
* | Moves enabled_module_names param to project attribute so that it can be set t... | Jean-Philippe Lang | 2011-01-06 | 1 | -1/+4 |
* | Additional roles of a user who belongs to a group are not always copied when ... | Jean-Philippe Lang | 2011-01-02 | 1 | -1/+6 |
* | Makes Version#start_date return the minimum start_date of its issues. | Jean-Philippe Lang | 2010-12-23 | 1 | -1/+1 |