]> source.dussan.org Git - redmine.git/commit
Keep track of issue description changes (#746).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 27 Feb 2011 13:34:41 +0000 (13:34 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 27 Feb 2011 13:34:41 +0000 (13:34 +0000)
commit262741913119f61eb4ccdd21410e552fdaca159d
tree76a647109db21853c4fa4fa04335a63fe76a80a4
parentca807c8d928497bc8c68310bd852a2b85c83e975
Keep track of issue description changes (#746).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4954 e93f8b46-1217-0410-a6f0-8f06a7374b81
13 files changed:
app/controllers/journals_controller.rb
app/helpers/issues_helper.rb
app/models/issue.rb
app/models/journal_detail.rb
app/views/journals/diff.html.erb [new file with mode: 0644]
config/locales/en.yml
config/locales/fr.yml
db/migrate/20110227125750_change_journal_details_values_to_text.rb [new file with mode: 0644]
lib/redmine.rb
public/stylesheets/application.css
test/fixtures/journal_details.yml
test/functional/journals_controller_test.rb
test/unit/issue_test.rb