[commits] Horde branch master updated. 28a92833c2215a09fec7691c7e6451f55f134ad2
Michael Rubinsky
mike at theupstairsroom.com
Thu Sep 9 21:16:36 UTC 2010
The branch "master" has been updated.
The following is a summary of the commits.
from: 07d614dc53bc6bfac00ba93957b3d513b6e902d6
28a9283 Initial work for new ansel image uploader.
-----------------------------------------------------------------------
commit 28a92833c2215a09fec7691c7e6451f55f134ad2
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Thu Sep 9 17:09:42 2010 -0400
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
ansel/img/upload.php | 244 +-----
ansel/js/carousel.js | 2 +-
ansel/lib/View/Upload.php | 388 ++++++++
ansel/templates/image/plupload.inc | 156 ++++
ansel/templates/image/upload.inc | 174 +----
ansel/themes/screen.css | 7 +
ansel/view.php | 2 +
horde/js/plupload/i18n/da.js | 12 +
horde/js/plupload/i18n/sv.js | 12 +
horde/js/plupload/jquery.plupload.queue.js | 326 +++++++
horde/js/plupload/plupload.browserplus.js | 337 +++++++
horde/js/plupload/plupload.flash.js | 297 +++++++
horde/js/plupload/plupload.flash.swf | Bin 0 -> 9805 bytes
horde/js/plupload/plupload.gears.js | 298 +++++++
horde/js/plupload/plupload.html4.js | 334 +++++++
horde/js/plupload/plupload.html5.js | 342 +++++++
horde/js/plupload/plupload.js | 1319 ++++++++++++++++++++++++++++
horde/js/plupload/plupload.silverlight.js | 359 ++++++++
horde/js/plupload/plupload.silverlight.xap | Bin 0 -> 42899 bytes
horde/js/plupload/uploader.js | 208 +++++
horde/themes/screen.css | 43 +
21 files changed, 4463 insertions(+), 397 deletions(-)
create mode 100644 ansel/lib/View/Upload.php
create mode 100644 ansel/templates/image/plupload.inc
create mode 100644 horde/js/plupload/i18n/da.js
create mode 100644 horde/js/plupload/i18n/sv.js
create mode 100644 horde/js/plupload/jquery.plupload.queue.js
create mode 100644 horde/js/plupload/plupload.browserplus.js
create mode 100644 horde/js/plupload/plupload.flash.js
create mode 100644 horde/js/plupload/plupload.flash.swf
create mode 100644 horde/js/plupload/plupload.gears.js
create mode 100644 horde/js/plupload/plupload.html4.js
create mode 100644 horde/js/plupload/plupload.html5.js
create mode 100644 horde/js/plupload/plupload.js
create mode 100644 horde/js/plupload/plupload.silverlight.js
create mode 100644 horde/js/plupload/plupload.silverlight.xap
create mode 100644 horde/js/plupload/uploader.js
http://git.horde.org/diff.php/ansel/img/upload.php?rt=horde-git&r1=7277728730e6ab11d05f3a5f0c7133315a350917&r2=28a92833c2215a09fec7691c7e6451f55f134ad2
http://git.horde.org/diff.php/ansel/js/carousel.js?rt=horde-git&r1=342c9c84bd64728e7bb89092616407f773ba688a&r2=28a92833c2215a09fec7691c7e6451f55f134ad2
http://git.horde.org/co.php/ansel/lib/View/Upload.php?rt=horde-git&r=28a92833c2215a09fec7691c7e6451f55f134ad2
http://git.horde.org/co.php/ansel/templates/image/plupload.inc?rt=horde-git&r=28a92833c2215a09fec7691c7e6451f55f134ad2
http://git.horde.org/diff.php/ansel/templates/image/upload.inc?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=28a92833c2215a09fec7691c7e6451f55f134ad2
http://git.horde.org/diff.php/ansel/themes/screen.css?rt=horde-git&r1=6520b990fc76e43996fe8656f833bc10218499a7&r2=28a92833c2215a09fec7691c7e6451f55f134ad2
http://git.horde.org/diff.php/ansel/view.php?rt=horde-git&r1=7277728730e6ab11d05f3a5f0c7133315a350917&r2=28a92833c2215a09fec7691c7e6451f55f134ad2
http://git.horde.org/co.php/horde/js/plupload/i18n/da.js?rt=horde-git&r=28a92833c2215a09fec7691c7e6451f55f134ad2
http://git.horde.org/co.php/horde/js/plupload/i18n/sv.js?rt=horde-git&r=28a92833c2215a09fec7691c7e6451f55f134ad2
http://git.horde.org/co.php/horde/js/plupload/jquery.plupload.queue.js?rt=horde-git&r=28a92833c2215a09fec7691c7e6451f55f134ad2
http://git.horde.org/co.php/horde/js/plupload/plupload.browserplus.js?rt=horde-git&r=28a92833c2215a09fec7691c7e6451f55f134ad2
http://git.horde.org/co.php/horde/js/plupload/plupload.flash.js?rt=horde-git&r=28a92833c2215a09fec7691c7e6451f55f134ad2
http://git.horde.org/co.php/horde/js/plupload/plupload.flash.swf?rt=horde-git&r=28a92833c2215a09fec7691c7e6451f55f134ad2
http://git.horde.org/co.php/horde/js/plupload/plupload.gears.js?rt=horde-git&r=28a92833c2215a09fec7691c7e6451f55f134ad2
http://git.horde.org/co.php/horde/js/plupload/plupload.html4.js?rt=horde-git&r=28a92833c2215a09fec7691c7e6451f55f134ad2
http://git.horde.org/co.php/horde/js/plupload/plupload.html5.js?rt=horde-git&r=28a92833c2215a09fec7691c7e6451f55f134ad2
http://git.horde.org/co.php/horde/js/plupload/plupload.js?rt=horde-git&r=28a92833c2215a09fec7691c7e6451f55f134ad2
http://git.horde.org/co.php/horde/js/plupload/plupload.silverlight.js?rt=horde-git&r=28a92833c2215a09fec7691c7e6451f55f134ad2
http://git.horde.org/co.php/horde/js/plupload/plupload.silverlight.xap?rt=horde-git&r=28a92833c2215a09fec7691c7e6451f55f134ad2
http://git.horde.org/co.php/horde/js/plupload/uploader.js?rt=horde-git&r=28a92833c2215a09fec7691c7e6451f55f134ad2
http://git.horde.org/diff.php/horde/themes/screen.css?rt=horde-git&r1=21bbb83fda471d2a576c9c10b49d16ddc88f5ad6&r2=28a92833c2215a09fec7691c7e6451f55f134ad2
More information about the commits
mailing list