summaryrefslogtreecommitdiff
path: root/modules/gallery/views/simple_uploader.html.php
AgeCommit message (Expand)Author
2009-11-20Convert the Simple Uploader form over to Forge, and use the eventBharat Mediratta
2009-11-20Minor reformatting.Bharat Mediratta
2009-11-20Use "#g-add-photos-canvas object" instead of "#g-uploadifyUploader" soBharat Mediratta
2009-11-20Move tag ui to the bottom of the form since it's a lower priorityBharat Mediratta
2009-11-19Add the ability to add tags for files that are uploaded using the simple loader.Tim Almdal
2009-11-16Use some hacky css to get the buttons alighned properly. Fixes ticket #880.Tim Almdal
2009-11-13In order for us to provide a button that is style the way we want it to, we n...Tim Almdal
2009-11-11Add some padding to the add photo's button so when the focus goes on the flas...Tim Almdal
2009-11-11Make the browse button look more like the current one.Tim Almdal
2009-11-11Improve error handling.Tim Almdal
2009-11-10Pass two of uploadify... remove the default.css file, removed the folder opti...Tim Almdal
2009-11-09First cut at replacing swfupload with uploadify. Probably need to review the...Tim Almdal
2009-10-28Normalize capitalization ticket #596Tim Almdal
2009-10-27Breadcrumb updates. Apply g-first and g-active consistently, use ems instead ...Chad Kieffer
2009-10-07Consolidated the rest of the base message styles into lib/gallery.common.css ...Chad Kieffer
2009-10-04Renamed most, if not all css selectors from gName to g-name. Moved a few shar...Chad Kieffer
2009-09-27Fix some whitespace issues.Bharat Mediratta
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