]> source.dussan.org Git - redmine.git/commit
Administrators can edit issue notes.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 2 Feb 2008 10:50:31 +0000 (10:50 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 2 Feb 2008 10:50:31 +0000 (10:50 +0000)
commitbea49ae24532284ca4ef9ce72733b78f77e480d5
treeaf4cc8c8774e45178f737b7e3774979c04d13ffa
parent4abb82fd7bcdd2cdffdd8778a5d9e2fc6a3857dd
Administrators can edit issue notes.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1105 e93f8b46-1217-0410-a6f0-8f06a7374b81
13 files changed:
app/controllers/issues_controller.rb
app/controllers/journals_controller.rb [new file with mode: 0644]
app/helpers/journals_helper.rb [new file with mode: 0644]
app/models/journal.rb
app/views/issues/_history.rhtml
app/views/journals/_notes_form.rhtml [new file with mode: 0644]
app/views/journals/edit.rjs [new file with mode: 0644]
app/views/journals/update.rjs [new file with mode: 0644]
public/images/delete.png
public/images/edit.png
public/stylesheets/application.css
test/fixtures/journals.yml
test/functional/journals_controller_test.rb [new file with mode: 0644]