OSDN Git Service

Removed IssueStatus html_color attribute.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 4 Nov 2007 11:40:17 +0000 (11:40 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 4 Nov 2007 11:40:17 +0000 (11:40 +0000)
commit7535c211d5e660a7a65ee91e33f14881027836a7
tree08e6cef18c43382aff2f77cc10552f5dd1897759
parentd46e3a501e7bad4242d896de36f02c19b8781143
Removed IssueStatus html_color attribute.
Issue list colorization can be done using a custom theme. Each row is given a class that correspond to the issue status (eg. status-1 where 1 is the status position).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@881 e93f8b46-1217-0410-a6f0-8f06a7374b81
24 files changed:
app/models/issue_status.rb
app/views/issue_statuses/_form.rhtml
db/migrate/077_remove_issue_statuses_html_color.rb [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/sr.yml
lang/sv.yml
lang/zh.yml
lib/tasks/load_default_data.rake
test/fixtures/issue_statuses.yml
test/functional/projects_controller_test.rb