]> source.dussan.org Git - redmine.git/commit
Ability to close projects (read-only) (#3640).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Mon, 25 Jun 2012 17:49:35 +0000 (17:49 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Mon, 25 Jun 2012 17:49:35 +0000 (17:49 +0000)
commitac56c0c99ccd14c7229145fc22d6e9eb13ee0af0
treef54401b77f7195a1795f4a189f9f9d35734c0a2b
parent5961a1e70d1efdfb5c4fd28c20dc8cc4d9a51bac
Ability to close projects (read-only) (#3640).

A new permission (Close/reopen project) is available to give non-admin users the ability to close their projects.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9883 e93f8b46-1217-0410-a6f0-8f06a7374b81
21 files changed:
app/controllers/application_controller.rb
app/controllers/projects_controller.rb
app/helpers/admin_helper.rb
app/helpers/application_helper.rb
app/models/principal.rb
app/models/project.rb
app/models/user.rb
app/views/admin/projects.html.erb
app/views/projects/index.html.erb
app/views/projects/show.html.erb
config/locales/en.yml
config/locales/fr.yml
config/routes.rb
lib/redmine.rb
lib/redmine/access_control.rb
lib/redmine/plugin.rb
test/fixtures/roles.yml
test/functional/projects_controller_test.rb
test/integration/routing/projects_test.rb
test/unit/lib/redmine/access_control_test.rb
test/unit/user_test.rb