| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2009-05-10 | Beautify the error message. | Bharat Mediratta | |
| 2009-05-10 | Warn users if they have suhosin.session.encrypt enabled that it'll break the ↵ | Bharat Mediratta | |
| uploader | |||
| 2009-04-06 | Add case-sensitive versions of file extensions to the file_types list | Bharat Mediratta | |
| so that .JPG works on case sensitive systems like Unix. Also add .jpeg to the list. Fixes ticket #183. | |||
| 2009-04-03 | Set the queue limit to 1000. | Bharat Mediratta | |
| 2009-03-27 | Put csrf token into Admin_View and Theme_View by default, then use it | Bharat Mediratta | |
| directly wherever possible instead of access::csrf_token(). | |||
| 2009-03-20 | minor UI and CSS improvements | Jakob Hilden | |
| (the styling of the flash button is a not themable solution and I put the CSS in the file for now) | |||
| 2009-03-17 | Style breadcrumb in photo upload dialog | Chad Kieffer | |
| 2009-03-17 | Switch from using SimpleUploader to using swfUpload as our flash based | Bharat 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-16 | Ticket #97. Applied button css where missing. Minor form css improvements. | Chad Kieffer | |
| 2009-02-24 | File structure style fixes | Andy Staudacher | |
| 2009-02-18 | Add a 'finish' button which dismisses the dialog and refreshes the current page | Bharat Mediratta | |
| 2009-02-17 | Fix url to SimpleUploader.swf for IE | Bharat Mediratta | |
| 2009-02-14 | Say 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 | |||
