]> source.dussan.org Git - redmine.git/commit
Adds an optional description to attachments.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Fri, 29 Feb 2008 19:46:58 +0000 (19:46 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Fri, 29 Feb 2008 19:46:58 +0000 (19:46 +0000)
commit9daf39ec5242a6a87efb9c862952e176d4314856
tree78ac3c4012e88e4f907e0d5a075956402af67684
parent4b15dc10c10d9cb54d156457cc7d6823dac55520
Adds an optional description to attachments.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1180 e93f8b46-1217-0410-a6f0-8f06a7374b81
44 files changed:
app/controllers/application.rb
app/controllers/documents_controller.rb
app/helpers/application_helper.rb
app/views/attachments/_form.rhtml
app/views/attachments/_links.rhtml
app/views/common/_attachments_form.rhtml [deleted file]
app/views/documents/index.rhtml
app/views/documents/new.rhtml
app/views/documents/show.rhtml
app/views/issues/_edit.rhtml
app/views/issues/_form.rhtml
app/views/messages/_form.rhtml
app/views/projects/add_file.rhtml
app/views/projects/list_files.rhtml
app/views/wiki/show.rhtml
db/migrate/089_add_attachments_description.rb [new file with mode: 0644]
lang/bg.yml
lang/cs.yml
lang/de.yml
lang/en.yml
lang/es.yml
lang/fi.yml
lang/fr.yml
lang/he.yml
lang/it.yml
lang/ja.yml
lang/ko.yml
lang/lt.yml
lang/nl.yml
lang/pl.yml
lang/pt-br.yml
lang/pt.yml
lang/ro.yml
lang/ru.yml
lang/sr.yml
lang/sv.yml
lang/uk.yml
lang/zh-tw.yml
lang/zh.yml
public/javascripts/application.js
public/stylesheets/application.css
test/functional/documents_controller_test.rb
test/functional/issues_controller_test.rb
test/integration/issues_test.rb