]> source.dussan.org Git - redmine.git/commit
added the ability to set the sort order for roles
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Wed, 31 Jan 2007 20:57:01 +0000 (20:57 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Wed, 31 Jan 2007 20:57:01 +0000 (20:57 +0000)
commit671a0fa10161ead2ec0fef888710cf7d872b2f61
treef7b9068afbc1d1e360106b9584cd88aa89f10ab1
parent99f006f2c959ce9d1e5136e950ca448cc92ec7c9
added the ability to set the sort order for roles

git-svn-id: http://redmine.rubyforge.org/svn/trunk@208 e93f8b46-1217-0410-a6f0-8f06a7374b81
app/controllers/projects_controller.rb
app/controllers/roles_controller.rb
app/controllers/users_controller.rb
app/models/role.rb
app/views/projects/list_members.rhtml
app/views/projects/settings.rhtml
app/views/roles/list.rhtml
db/migrate/020_add_role_position.rb [new file with mode: 0644]
doc/CHANGELOG