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
/
views
/
simple_uploader.html.php
Age
Commit message (
Expand
)
Author
2009-07-03
Split the clean method into two clean and purify. clean is a light weight
Tim Almdal
2009-06-29
Merge branch 'master' of git@github.com:gallery/gallery3
jhilden
2009-06-29
added textual description of upload progress
jhilden
2009-06-28
use jquery.scrollTo to scroll the active upload into view.
Bharat Mediratta
2009-06-09
Add string to localizer
unostar
2009-06-04
Fix internationalization to use one long string and placeholders.
Bharat Mediratta
2009-06-04
fixed another bug with the filesize unit and added a better error message
jhilden
2009-06-04
fixed stuff
jhilden
2009-06-04
Add MY_num containing num::convert_to_bytes() which supports PHP's
Bharat Mediratta
2009-06-04
set filesize limit of swfupload to the same value as upload_max_filesize
jhilden
2009-06-01
Security pass over all controller code. Mostly adding CSRF checking
Bharat Mediratta
2009-05-31
Run p::clean() on any variables that contain data entered by users.
Bharat Mediratta
2009-05-27
Restructure things so that the application is now just another module.
Bharat Mediratta