OSDN Git Service

Adds a workflow overview screen.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 28 Sep 2008 12:03:17 +0000 (12:03 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 28 Sep 2008 12:03:17 +0000 (12:03 +0000)
commita37af7a2260d7da269a08e2d94d88f67aaad5c9b
treec1b0c8f0afd1e98f55b0b79d1c4af07eedba593d
parent85711f1d5484ae9708dc4e92fdaf4eb499da8ede
Adds a workflow overview screen.
Workflow setup moved to a dedicated controller.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1914 e93f8b46-1217-0410-a6f0-8f06a7374b81
app/controllers/roles_controller.rb
app/controllers/workflows_controller.rb [new file with mode: 0644]
app/helpers/workflows_helper.rb [new file with mode: 0644]
app/models/workflow.rb
app/views/admin/index.rhtml
app/views/workflows/edit.rhtml [moved from app/views/roles/workflow.rhtml with 83% similarity]
app/views/workflows/index.rhtml [new file with mode: 0644]
test/functional/roles_controller_test.rb
test/functional/workflows_controller_test.rb [new file with mode: 0644]