]> source.dussan.org Git - redmine.git/commit
Adds file custom field format (#6719).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 23 Oct 2016 09:16:14 +0000 (09:16 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 23 Oct 2016 09:16:14 +0000 (09:16 +0000)
commitef45304817e9eeca5bc80b26a06594a4165f38cd
tree77434a1893c7a8dce9c34f8a12a22922f9d91c50
parentc91a4391d34b9bd97270d20f04aeb40ee64166a1
Adds file custom field format (#6719).

git-svn-id: http://svn.redmine.org/redmine/trunk@15917 e93f8b46-1217-0410-a6f0-8f06a7374b81
17 files changed:
app/helpers/application_helper.rb
app/helpers/issues_helper.rb
app/models/custom_field.rb
app/models/custom_field_value.rb
app/models/custom_value.rb
app/views/attachments/_form.html.erb
app/views/attachments/destroy.js.erb
app/views/attachments/upload.js.erb
app/views/custom_fields/_form.html.erb
app/views/custom_fields/formats/_attachment.html.erb [new file with mode: 0644]
lib/plugins/acts_as_attachable/lib/acts_as_attachable.rb
lib/plugins/acts_as_customizable/lib/acts_as_customizable.rb
lib/redmine/field_format.rb
public/javascripts/attachments.js
public/stylesheets/application.css
test/integration/lib/redmine/field_format/attachment_format_test.rb [new file with mode: 0644]
test/unit/lib/redmine/field_format/attachment_format_test.rb [new file with mode: 0644]