Initial work for new ansel image uploader.
authorMichael J. Rubinsky <mrubinsk@horde.org>
Thu, 9 Sep 2010 21:09:42 +0000 (17:09 -0400)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Thu, 9 Sep 2010 21:09:42 +0000 (17:09 -0400)
commit28a92833c2215a09fec7691c7e6451f55f134ad2
treed5b3c862cab24b3fb343b6ce2d29e20a190dd725
parent07d614dc53bc6bfac00ba93957b3d513b6e902d6
Initial work for new ansel image uploader.

This is a custom uploader using pluploader library. Very basic UI
to start, but is mostly functional. Currently falls back to the old
uploader if browser is noscript. Currently attempt to use the following
to upload in this order: html5, flash, silverlight, browserplus. HTML5 supports
drag and drop images right onto the uploader box. Images can be added
pretty much at anytime during the lifecycle.

Still need to refactor the upload view into a single Horde-4ish view
object.

Request: 8862
21 files changed:
ansel/img/upload.php
ansel/js/carousel.js
ansel/lib/View/Upload.php [new file with mode: 0644]
ansel/templates/image/plupload.inc [new file with mode: 0644]
ansel/templates/image/upload.inc
ansel/themes/screen.css
ansel/view.php
horde/js/plupload/i18n/da.js [new file with mode: 0644]
horde/js/plupload/i18n/sv.js [new file with mode: 0644]
horde/js/plupload/jquery.plupload.queue.js [new file with mode: 0644]
horde/js/plupload/plupload.browserplus.js [new file with mode: 0644]
horde/js/plupload/plupload.flash.js [new file with mode: 0644]
horde/js/plupload/plupload.flash.swf [new file with mode: 0644]
horde/js/plupload/plupload.gears.js [new file with mode: 0644]
horde/js/plupload/plupload.html4.js [new file with mode: 0644]
horde/js/plupload/plupload.html5.js [new file with mode: 0644]
horde/js/plupload/plupload.js [new file with mode: 0644]
horde/js/plupload/plupload.silverlight.js [new file with mode: 0644]
horde/js/plupload/plupload.silverlight.xap [new file with mode: 0644]
horde/js/plupload/uploader.js [new file with mode: 0644]
horde/themes/screen.css