Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added translation support for project modules names and a few other strings. | Jean-Philippe Lang | 2008-02-16 | 1 | -2/+3 |
| | | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1151 e93f8b46-1217-0410-a6f0-8f06a7374b81 | ||||
* | Translation for various hard-coded strings (#577). | Jean-Philippe Lang | 2008-02-12 | 1 | -1/+1 |
| | | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1143 e93f8b46-1217-0410-a6f0-8f06a7374b81 | ||||
* | Application layout refactored. | Jean-Philippe Lang | 2007-09-22 | 1 | -0/+2 |
| | | | | | | The project menu is now the main menu. git-svn-id: http://redmine.rubyforge.org/svn/trunk@747 e93f8b46-1217-0410-a6f0-8f06a7374b81 | ||||
* | Added project module concept. | Jean-Philippe Lang | 2007-09-14 | 1 | -0/+14 |
A project module (eg. issue tracking, news, wiki,...) is a set of permissions that can enabled/disabled at project level. For each project, modules can be enabled on the project settings view ('Modules' tab). This requires a specific permission: 'Select project modules' (if this permission is turned off, only Redmine administrators can choose which modules a project uses). When applying this migration, all modules are enabled for all existing projects. git-svn-id: http://redmine.rubyforge.org/svn/trunk@725 e93f8b46-1217-0410-a6f0-8f06a7374b81 |