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
/
core
/
controllers
/
simple_uploader.php
Age
Commit message (
Expand
)
Author
2009-05-27
Restructure things so that the application is now just another module.
Bharat Mediratta
2009-05-14
Beautify only the title, not the filename
Bharat Mediratta
2009-05-13
Gee it's May already. Update copyright to 2009.
Bharat Mediratta
2009-05-13
Create a new "add" permission and require it at the controller level
Bharat Mediratta
2009-05-13
Beautify the title of uploaded files. Convert underscores to spaces, collaps...
Bharat Mediratta
2009-05-08
Don't rely on the file to have an extension (or better: don't throw an
Bharat Mediratta
2009-04-02
Continuation of r20518. Remove all the cases were the csrf values in
Tim Almdal
2009-03-27
Add missing csrf value.
Bharat Mediratta
2009-03-17
Switch from using SimpleUploader to using swfUpload as our flash based
Bharat Mediratta
2009-03-09
Don't forget to clean up temp files after uploading.
Bharat Mediratta
2009-03-04
Implement batch support in a simple fashion to avoid having to change the swf...
Bharat Mediratta
2009-03-04
Redefine the batch API to be very very simple. You call
Bharat Mediratta
2009-03-03
Refactored the batch Api: 1) created a small batch helper class:
Tim Almdal
2009-03-01
Simplify the batch api by having the core event handlers for
Tim Almdal
2009-02-28
The scaffolding, simple_uploader and local_import now call two new
Tim Almdal
2009-02-25
Add support MP4 movies also. Flowplayer supports them and can stream
Bharat Mediratta
2009-02-22
Added t(...) around some display strings that were overlooked.
Tim Almdal
2009-02-22
Very basic movie support. You can upload a FLV file, we use ffmpeg to
Bharat Mediratta
2009-02-18
Add a 'finish' button which dismisses the dialog and refreshes the current page
Bharat Mediratta
2009-02-18
Urlencode the user agent, else it doesn't get passed through properly.
Bharat Mediratta
2009-02-17
Add more localized strings
Bharat Mediratta
2009-02-15
Ignore the unique timestamp value that upload::save() prepends to temp filena...
Bharat Mediratta
2009-02-14
Say hello to the new Flash based uploader, courtesy of Eric Zelermyer.
Bharat Mediratta