]> source.dussan.org Git - redmine.git/commit
Adds a Reply link to each issue note (#739). Reply is pre-filled with the quoted...
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Fri, 30 May 2008 17:42:25 +0000 (17:42 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Fri, 30 May 2008 17:42:25 +0000 (17:42 +0000)
commit5d2abb84bdcb8724e5d24a5299bb90f0770f6c23
tree9c0616c2916434d808a461fe0bbef2f7e29ce6f5
parent88dea1a06d833067e5a6d9668c4b6829e027a9f5
Adds a Reply link to each issue note (#739). Reply is pre-filled with the quoted note.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1480 e93f8b46-1217-0410-a6f0-8f06a7374b81
34 files changed:
app/controllers/issues_controller.rb
app/helpers/journals_helper.rb
app/views/issues/_history.rhtml
app/views/issues/show.rhtml
lang/bg.yml
lang/cs.yml
lang/da.yml
lang/de.yml
lang/en.yml
lang/es.yml
lang/fi.yml
lang/fr.yml
lang/he.yml
lang/hu.yml
lang/it.yml
lang/ja.yml
lang/ko.yml
lang/lt.yml
lang/nl.yml
lang/no.yml
lang/pl.yml
lang/pt-br.yml
lang/pt.yml
lang/ro.yml
lang/ru.yml
lang/sr.yml
lang/sv.yml
lang/th.yml
lang/uk.yml
lang/zh-tw.yml
lang/zh.yml
lib/redmine.rb
public/images/comment.png [new file with mode: 0644]
test/functional/issues_controller_test.rb