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