OSDN Git Service

added the ability to set the sort order for issue statuses
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Wed, 31 Jan 2007 19:53:24 +0000 (19:53 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Wed, 31 Jan 2007 19:53:24 +0000 (19:53 +0000)
commitfe22797d69273cc68b5d070416223e9c5f52f396
treeae81cb18985a8693dbee64800756921212b037e2
parentd29ba0b80fac3600b3bde5adc20b4df5c2a9bb37
added the ability to set the sort order for issue statuses

git-svn-id: http://redmine.rubyforge.org/svn/trunk@205 e93f8b46-1217-0410-a6f0-8f06a7374b81
17 files changed:
app/controllers/issue_statuses_controller.rb
app/controllers/issues_controller.rb
app/controllers/reports_controller.rb
app/controllers/roles_controller.rb
app/models/issue_status.rb
app/models/query.rb
app/views/issue_statuses/list.rhtml
db/migrate/019_add_issue_status_position.rb [new file with mode: 0644]
doc/CHANGELOG
lang/de.yml
lang/en.yml
lang/es.yml
lang/fr.yml
public/images/1downarrow.png [new file with mode: 0644]
public/images/1uparrow.png [new file with mode: 0644]
public/images/2downarrow.png [new file with mode: 0644]
public/images/2uparrow.png [new file with mode: 0644]