]> source.dussan.org Git - redmine.git/commit
Merged ajax_upload branch (#3957).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Mon, 10 Dec 2012 20:09:41 +0000 (20:09 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Mon, 10 Dec 2012 20:09:41 +0000 (20:09 +0000)
commitef25210aca9278e51f81bd15e85a3143c667ff17
tree312d20360571770a231f4fd307c12d0c535d60f2
parent2304f5d42c2bb1829b1cf9055c2848db116742d3
Merged ajax_upload branch (#3957).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10977 e93f8b46-1217-0410-a6f0-8f06a7374b81
22 files changed:
app/controllers/application_controller.rb
app/controllers/attachments_controller.rb
app/controllers/messages_controller.rb
app/controllers/previews_controller.rb
app/controllers/wiki_controller.rb
app/helpers/application_helper.rb
app/models/attachment.rb
app/views/attachments/_form.html.erb
app/views/attachments/destroy.js.erb [new file with mode: 0644]
app/views/attachments/upload.js.erb [new file with mode: 0644]
app/views/common/_preview.html.erb
app/views/previews/issue.html.erb
config/configuration.yml.example
lib/redmine/configuration.rb
public/images/hourglass.png [new file with mode: 0644]
public/javascripts/application.js
public/javascripts/attachments.js [new file with mode: 0644]
public/stylesheets/application.css
test/functional/attachments_controller_test.rb
test/functional/issues_controller_test.rb
test/functional/issues_controller_transaction_test.rb
test/integration/attachments_test.rb [new file with mode: 0644]