[ckan-changes] [okfn/ckanjs] e3b9fb: [resource/upload][l]: first effort to ajax-ify the...
noreply at github.com
noreply at github.com
Sat Aug 13 14:10:01 UTC 2011
Branch: refs/heads/master
Home: https://github.com/okfn/ckanjs
Commit: e3b9fb4cae522a658f9456ea27519a78b78fda7b
https://github.com/okfn/ckanjs/commit/e3b9fb4cae522a658f9456ea27519a78b78fda7b
Author: rgrp <http://rufuspollock.org>
Date: 2011-08-11 (Thu, 11 Aug 2011)
Changed paths:
A vendor/jquery.fileupload/20110801/jquery.fileupload-ui.css
A vendor/jquery.fileupload/20110801/jquery.fileupload-ui.js
A vendor/jquery.fileupload/20110801/jquery.fileupload.js
A vendor/jquery.fileupload/20110801/jquery.iframe-transport.js
Log Message:
-----------
[resource/upload][l]: first effort to ajax-ify the file upload (using jquery.fileupload plugin) so far without complete success (refs #29).
* At the moment upload does not quite seem to work (and error reporting on failure isn't great)
* Have to use iframe transport which greatly reduces benefits of the plugin (though still some benefits - e.g. access to file add events and to completion events).
Commit: 3579c27513a98061e01afa5b3c0b2675bcdb4270
https://github.com/okfn/ckanjs/commit/3579c27513a98061e01afa5b3c0b2675bcdb4270
Author: rgrp <http://rufuspollock.org>
Date: 2011-08-12 (Fri, 12 Aug 2011)
Changed paths:
M app/index.html
M lib/client.js
M lib/template/resource-upload.js
M lib/view/resource-create.js
M lib/view/resource-upload.js
M test/index.html
M test/view-test.js
Log Message:
-----------
[resource/upload,addendum][l]: first effort to ajax-ify the file upload (using jquery.fileupload plugin) so far without complete success (refs #29) (should have been part of prev commit).
Commit: 68ac79d6730543f37c2710bcd65d6c10de063af1
https://github.com/okfn/ckanjs/commit/68ac79d6730543f37c2710bcd65d6c10de063af1
Author: rgrp <http://rufuspollock.org>
Date: 2011-08-13 (Sat, 13 Aug 2011)
Changed paths:
M lib/template/resource-upload.js
M lib/view/resource-upload.js
Log Message:
-----------
[resource/upload][s]: ([l] in time!) finanlly have upload working (and convinced it is working) (refs #29).
* Not a lot of code but lots of time to check this really works.
Compare: https://github.com/okfn/ckanjs/compare/4ea8c77...68ac79d
More information about the ckan-changes
mailing list