| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Fixed: r4492 breaks the ability to select issue custom fields available for p... | Jean-Philippe Lang | 2010-12-17 | 1 | -1/+2 |
* | Declare safe attributes for User and Projects models. | Jean-Philippe Lang | 2010-12-12 | 1 | -0/+11 |
* | Do not try to copy relations for issues that could not be copied. | Jean-Philippe Lang | 2010-12-10 | 1 | -1/+9 |
* | Select projects with issue_tracking module for gantt display and remove the n... | Jean-Philippe Lang | 2010-12-07 | 1 | -14/+10 |
* | Moves project attributes default assignments from ProjectsController#new to t... | Jean-Philippe Lang | 2010-12-03 | 1 | -1/+24 |
* | Raised maximum length of project names and identifiers to 255 and 100 respect... | Jean-Philippe Lang | 2010-11-14 | 1 | -2/+5 |
* | Allow non-unique names for projects (#630). | Jean-Philippe Lang | 2010-11-11 | 1 | -1/+1 |
* | Improved error message when trying to access an archived project (#2995). | Jean-Philippe Lang | 2010-10-23 | 1 | -0/+4 |
* | Refactor: move method to model with compatibility wrapper | Eric Davis | 2010-10-22 | 1 | -0/+12 |
* | Change Project#notified_users to check for the 'all' notification option. #6541 | Eric Davis | 2010-10-10 | 1 | -2/+3 |
* | Converted User#mail_notification from a boolean to a string. | Eric Davis | 2010-09-28 | 1 | -1/+1 |
* | Revert "Fixed: gantt broken when no due date on project issues and versions." | Eric Davis | 2010-09-26 | 1 | -3/+2 |
* | Fixed: gantt broken when no due date on project issues and versions. | Jean-Philippe Lang | 2010-09-26 | 1 | -2/+3 |
* | Change the TimelogController's to/from dates based on the project time entries | Eric Davis | 2010-09-14 | 1 | -0/+9 |
* | Refactor: move method to Project#css_classes | Eric Davis | 2010-09-10 | 1 | -0/+8 |
* | Rewrite the Gantt chart. #6276 | Eric Davis | 2010-09-10 | 1 | -0/+44 |
* | Show subproject versions on the Roadmap. | Eric Davis | 2010-05-27 | 1 | -0/+7 |
* | Adds subtasking (#443) including: | Jean-Philippe Lang | 2010-03-13 | 1 | -1/+11 |
* | Optimize: Only select the name when getting the module names. | Eric Davis | 2010-02-25 | 1 | -1/+1 |
* | Fixed: projects are referenced by id in search results. | Jean-Philippe Lang | 2010-02-24 | 1 | -1/+1 |
* | Makes project identifiers searchable (#4897). | Jean-Philippe Lang | 2010-02-24 | 1 | -1/+1 |
* | Fixed: Project copy loses wiki pages hierarchy (#4797). | Jean-Philippe Lang | 2010-02-11 | 1 | -0/+12 |
* | Fixed: parent project field doesn't include blank value when a member with 'a... | Jean-Philippe Lang | 2010-02-10 | 1 | -1/+1 |
* | Fixed: deleting a project with subprojects breaks the project tree (#4701). | Jean-Philippe Lang | 2010-01-31 | 1 | -2/+9 |
* | Fixed: project copy doesn't copy group memberships (#3975). | Jean-Philippe Lang | 2009-12-26 | 1 | -2/+7 |
* | Project#activities should check all overridden activities, not just active ones. | Eric Davis | 2009-12-24 | 1 | -3/+3 |
* | Adds a 'Add subprojects' permission. | Jean-Philippe Lang | 2009-12-24 | 1 | -1/+5 |