OSDN Git Service

Adds a 'Add subprojects' permission.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Thu, 24 Dec 2009 16:18:15 +0000 (16:18 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Thu, 24 Dec 2009 16:18:15 +0000 (16:18 +0000)
commit62c83bdd2e1b06fcd873ba6d638c0bf59e390958
treecfff2b493b317d0b870ce1499725e008f1b85ff1
parent24fde6f1096074cc596a3fbab0165f682a554e82
Adds a 'Add subprojects' permission.
* 'Add project' permission will let user create a root project
* 'Add subprojects' permission will let project members create subprojects

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3238 e93f8b46-1217-0410-a6f0-8f06a7374b81
44 files changed:
app/controllers/projects_controller.rb
app/helpers/projects_helper.rb
app/models/project.rb
app/views/projects/_form.rhtml
app/views/projects/show.rhtml
config/locales/bg.yml
config/locales/bs.yml
config/locales/ca.yml
config/locales/cs.yml
config/locales/da.yml
config/locales/de.yml
config/locales/el.yml
config/locales/en.yml
config/locales/es.yml
config/locales/fi.yml
config/locales/fr.yml
config/locales/gl.yml
config/locales/he.yml
config/locales/hu.yml
config/locales/id.yml
config/locales/it.yml
config/locales/ja.yml
config/locales/ko.yml
config/locales/lt.yml
config/locales/nl.yml
config/locales/no.yml
config/locales/pl.yml
config/locales/pt-BR.yml
config/locales/pt.yml
config/locales/ro.yml
config/locales/ru.yml
config/locales/sk.yml
config/locales/sl.yml
config/locales/sr.yml
config/locales/sv.yml
config/locales/th.yml
config/locales/tr.yml
config/locales/uk.yml
config/locales/vi.yml
config/locales/zh-TW.yml
config/locales/zh.yml
lib/redmine.rb
test/functional/projects_controller_test.rb
test/unit/project_test.rb