summaryrefslogtreecommitdiff
path: root/core/views/simple_uploader.html.php
AgeCommit message (Collapse)Author
2009-04-03Set the queue limit to 1000.Bharat Mediratta
2009-03-27Put csrf token into Admin_View and Theme_View by default, then use itBharat Mediratta
directly wherever possible instead of access::csrf_token().
2009-03-20minor UI and CSS improvementsJakob Hilden
(the styling of the flash button is a not themable solution and I put the CSS in the file for now)
2009-03-17Style breadcrumb in photo upload dialogChad Kieffer
2009-03-17Switch from using SimpleUploader to using swfUpload as our flash basedBharat Mediratta
uploader. This is modeled on http://codex.gallery2.org/Gallery3:Upload_UX but is not yet complete. Notes: * Changed #gProgressBar to .gProgressBar to support multiple progress bars on the same page * Added a bunch of CSS to the "needs a home" section in themes/default/css/screen.css
2009-03-16Ticket #97. Applied button css where missing. Minor form css improvements.Chad Kieffer
2009-02-24File structure style fixesAndy Staudacher
2009-02-18Add a 'finish' button which dismisses the dialog and refreshes the current pageBharat Mediratta
2009-02-17Fix url to SimpleUploader.swf for IEBharat Mediratta
2009-02-14Say hello to the new Flash based uploader, courtesy of Eric Zelermyer.Bharat Mediratta
This requires a little trickery to proxy the session id and user agent through the ActionScript code so that we can assume the same session in the uploader. It's also using its own path to add photos since we'll want to have a slightly different protocol for dealing with responses (as opposed to JSON or HTML). A work in progress for sure, but it's already better than what we had before.?\024