Skip to content

Commit

Permalink
Merge pull request #24 from gucki/2.0.0
Browse files Browse the repository at this point in the history
Update to plupload 2.0.0
  • Loading branch information
matiaskorhonen committed Oct 16, 2013
2 parents 98ff1d3 + a6d6756 commit b8b33f1
Show file tree
Hide file tree
Showing 66 changed files with 14,733 additions and 968 deletions.
17 changes: 5 additions & 12 deletions README.md
Expand Up @@ -19,24 +19,17 @@ Quick Start

Add to your application.js:

//= require plupload

//= require moxie
//= require plupload.dev

// optional, only needed if you'd like to use plupload localized
//= require plupload/i18n/de

// optional, but recommended. it sets generic settings like flash url, etc.
//= require plupload.settings
//= require plupload.settings

// optional, only if you want to use the jquery integration
//= require jquery.plupload.queue

// optional, choose the ones you'd like to use
//= require plupload.flash
//= require plupload.silverlight
//= require plupload.html4
//= require plupload.html5
//= require plupload.gears
//= require plupload.browserplus
//= require jquery.plupload.queue


Add to your application.scss:
Expand Down
8 changes: 4 additions & 4 deletions app/assets/javascripts/plupload.settings.js.erb
@@ -1,14 +1,14 @@
// Assigns default Plupload settings that work with the asset pipeline.
(function () {
(function ($) {
var proxied = plupload.Uploader;

plupload.Uploader = function (settings) {
settings = $.extend({}, settings, {
multipart: true,
flash_swf_url: '<%=asset_path("plupload.flash.swf")%>',
silverlight_xap_url: '<%=asset_path("plupload.silverlight.xap")%>'
flash_swf_url: '<%= asset_path("Moxie.swf") %>',
silverlight_xap_url: '<%= asset_path("Moxie.xap") %>'
});

return proxied.apply(this, [settings]);
};
}());
}(jQuery));
Empty file modified vendor/assets/images/jquery.plupload.queue/backgrounds.gif 100644 → 100755
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified vendor/assets/images/jquery.plupload.queue/buttons-disabled.png 100644 → 100755
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified vendor/assets/images/jquery.plupload.queue/buttons.png 100644 → 100755
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified vendor/assets/images/jquery.plupload.queue/delete.gif 100644 → 100755
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified vendor/assets/images/jquery.plupload.queue/done.gif 100644 → 100755
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified vendor/assets/images/jquery.plupload.queue/error.gif 100644 → 100755
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified vendor/assets/images/jquery.plupload.queue/throbber.gif 100644 → 100755
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified vendor/assets/images/jquery.plupload.queue/transp50.png 100644 → 100755
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file modified vendor/assets/images/jquery.ui.plupload/plupload.png 100644 → 100755
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
415 changes: 414 additions & 1 deletion vendor/assets/javascripts/jquery.plupload.queue.js 100644 → 100755

Large diffs are not rendered by default.

1,217 changes: 1,216 additions & 1 deletion vendor/assets/javascripts/jquery.ui.plupload.js 100644 → 100755

Large diffs are not rendered by default.

0 comments on commit b8b33f1

Please sign in to comment.