]> source.dussan.org Git - redmine.git/commit
Merged IssuesController change_status and add_note actions.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 6 Jan 2008 17:06:14 +0000 (17:06 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 6 Jan 2008 17:06:14 +0000 (17:06 +0000)
commit976a31e941e61542075866563e4c0740106c5d70
treef9e9ef35a84f4f37f5db76de1db6f7442503abb8
parent4a729036bf0a92b8da4481d1313512c5b885770a
Merged IssuesController change_status and add_note actions.
The 'Change status' specific form removed and now accessible from issue/show view with no additional request (click on 'Update' to show the form).
The 'Change issue status' permission is removed. To change the status, the user just needs to have either 'Edit' or 'Add note' permissions and some workflow transitions allowed.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1043 e93f8b46-1217-0410-a6f0-8f06a7374b81
39 files changed:
app/controllers/issues_controller.rb
app/controllers/projects_controller.rb
app/models/issue.rb
app/models/issue_status.rb
app/views/issues/_bulk_edit_form.rhtml
app/views/issues/_update.rhtml [new file with mode: 0644]
app/views/issues/change_status.rhtml [deleted file]
app/views/issues/context_menu.rhtml
app/views/issues/show.rhtml
app/views/issues/update.rhtml [new file with mode: 0644]
lang/bg.yml
lang/cs.yml
lang/de.yml
lang/en.yml
lang/es.yml
lang/fr.yml
lang/he.yml
lang/it.yml
lang/ja.yml
lang/ko.yml
lang/nl.yml
lang/pl.yml
lang/pt-br.yml
lang/pt.yml
lang/ro.yml
lang/ru.yml
lang/sr.yml
lang/sv.yml
lang/zh-tw.yml
lang/zh.yml
lib/redmine.rb
lib/redmine/default_data/loader.rb
test/fixtures/enumerations.yml
test/fixtures/roles.yml
test/fixtures/users.yml
test/functional/issues_controller_test.rb
test/integration/issues_test.rb
test/test_helper.rb
vendor/plugins/gloc-1.1.0/lib/gloc-rails.rb