summaryrefslogtreecommitdiff
path: root/modules/gallery/views/simple_uploader.html.php
AgeCommit message (Expand)Author
2009-09-26minor improvements to simple uploaderjhilden
2009-09-26Merge branch 'master' of git@github.com:gallery/gallery3jhilden
2009-09-26first try at improving the upload user experience with the file selection buttonjhilden
2009-09-23Change the simple uploader dialog to use the new gallery::find_file api method.Tim Almdal
2009-08-31Fix XSS vectors in HTML attributes (mostly t() calls)Andy Staudacher
2009-08-30Updating uses of html::js_string and SafeString::for_js (value now contains s...Andy Staudacher
2009-08-30Fixing typoAndy Staudacher
2009-08-29Minor cleanupAndy Staudacher
2009-08-29Update all code to use helper method html::clean(), html::purify(), ... inste...Andy Staudacher
2009-08-29Merge commit 'upstream/master'Andy Staudacher
2009-08-29Fixing all detected XSS vectors in PHP->JS code.Andy Staudacher
2009-08-29Refactor all calls of p::clean() to SafeString::of() and p::purify() to SafeS...Andy Staudacher
2009-08-27Properly deal with invalid images. This fixes ticket #611 which showsBharat Mediratta
2009-07-143rd attempt to fix localization messages. Last time around I didn'tBharat Mediratta
2009-07-11Fix a typo in the last commit. I left off a closing paren.Bharat Mediratta
2009-07-11Change 'completed' status message to be a full sentence with javascript place...Bharat Mediratta
2009-07-12Fixed indentation of commit 2760e119bbfc3e2d436c404de194dbeea738a735Shai Ben-Naphtali
2009-07-12This fixes ticket #513Shai Ben-Naphtali
2009-07-10Change the word "Done" to "Close" to make translations easierTim Almdal
2009-07-03Split the clean method into two clean and purify. clean is a light weightTim Almdal
2009-06-29Merge branch 'master' of git@github.com:gallery/gallery3jhilden
2009-06-29added textual description of upload progressjhilden
2009-06-28use jquery.scrollTo to scroll the active upload into view.Bharat Mediratta
2009-06-09Add string to localizerunostar
2009-06-04Fix internationalization to use one long string and placeholders.Bharat Mediratta
2009-06-04fixed another bug with the filesize unit and added a better error messagejhilden
2009-06-04fixed stuffjhilden
2009-06-04Add MY_num containing num::convert_to_bytes() which supports PHP'sBharat Mediratta
2009-06-04set filesize limit of swfupload to the same value as upload_max_filesizejhilden
2009-06-01Security pass over all controller code. Mostly adding CSRF checkingBharat Mediratta
2009-05-31Run p::clean() on any variables that contain data entered by users.Bharat Mediratta
2009-05-27Restructure things so that the application is now just another module.Bharat Mediratta