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-10-07
Consolidated the rest of the base message styles into lib/gallery.common.css ...
Chad Kieffer
2009-10-04
Renamed most, if not all css selectors from gName to g-name. Moved a few shar...
Chad Kieffer
2009-09-27
Fix some whitespace issues.
Bharat Mediratta
2009-09-26
minor improvements to simple uploader
jhilden
2009-09-26
Merge branch 'master' of git@github.com:gallery/gallery3
jhilden
2009-09-26
first try at improving the upload user experience with the file selection button
jhilden
2009-09-23
Change the simple uploader dialog to use the new gallery::find_file api method.
Tim Almdal
2009-08-31
Fix XSS vectors in HTML attributes (mostly t() calls)
Andy Staudacher
2009-08-30
Updating uses of html::js_string and SafeString::for_js (value now contains s...
Andy Staudacher
2009-08-30
Fixing typo
Andy Staudacher
2009-08-29
Minor cleanup
Andy Staudacher
2009-08-29
Update all code to use helper method html::clean(), html::purify(), ... inste...
Andy Staudacher
2009-08-29
Merge commit 'upstream/master'
Andy Staudacher
2009-08-29
Fixing all detected XSS vectors in PHP->JS code.
Andy Staudacher
2009-08-29
Refactor all calls of p::clean() to SafeString::of() and p::purify() to SafeS...
Andy Staudacher
2009-08-27
Properly deal with invalid images. This fixes ticket #611 which shows
Bharat Mediratta
2009-07-14
3rd attempt to fix localization messages. Last time around I didn't
Bharat Mediratta
2009-07-11
Fix a typo in the last commit. I left off a closing paren.
Bharat Mediratta
2009-07-11
Change 'completed' status message to be a full sentence with javascript place...
Bharat Mediratta
2009-07-12
Fixed indentation of commit 2760e119bbfc3e2d436c404de194dbeea738a735
Shai Ben-Naphtali
2009-07-12
This fixes ticket #513
Shai Ben-Naphtali
2009-07-10
Change the word "Done" to "Close" to make translations easier
Tim Almdal
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