summaryrefslogtreecommitdiff
path: root/modules/gallery/controllers/simple_uploader.php
AgeCommit message (Expand)Author
2010-06-20Rename "simple_uploader" to "flash_uploader" to make room for an HTMLBharat Mediratta
2010-06-15Revert "Fix for ticket #1118. Create a item::save_with_retries helperBharat Mediratta
2010-06-15Fix for ticket #1118. Create a item::save_with_retries helper method, which e...Tim Almdal
2010-03-03Update the copyright to 2010. It's only 3 months into the year :-)Bharat Mediratta
2010-01-16Make movie creation use model based validation. Move movie relatedBharat Mediratta
2010-01-16Convert photo uploading over to the new model based validationBharat Mediratta
2009-11-25Preliminary work to cut over to Kohana 2.4Bharat Mediratta
2009-11-24Make get_add_form private and use it non-statically.Bharat Mediratta
2009-11-20Convert the Simple Uploader form over to Forge, and use the eventBharat Mediratta
2009-11-19Add the ability to add tags for files that are uploaded using the simple loader.Tim Almdal
2009-11-11Improve error handling.Tim Almdal
2009-11-10Pass two of uploadify... remove the default.css file, removed the folder opti...Tim Almdal
2009-11-09First cut at replacing swfupload with uploadify. Probably need to review the...Tim Almdal
2009-09-15CSRF / auth fixes, golden data file checkpointAndy Staudacher
2009-08-27Properly deal with invalid images. This fixes ticket #611 which showsBharat Mediratta
2009-07-16Remove spurious blank line at the top of the file introduced in 09c9b1a755618...Bharat Mediratta
2009-07-11Fix a bug where we're referring to $photo when we just uploaded aBharat Mediratta
2009-07-10Added the upload::required validation in order to insure that failed uploadsTim Almdal
2009-06-29If the argument to app() is not an album id, switch to the item parent.Bharat Mediratta
2009-06-16Add support for uploading .jpeg files (in addition to .jpg)Bharat Mediratta
2009-06-01Security pass over all controller code. Mostly adding CSRF checkingBharat Mediratta
2009-05-29Require "add" permission to show the add form.Bharat Mediratta
2009-05-27Restructure things so that the application is now just another module.Bharat Mediratta