0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 29, 2024 — Jul 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update version numbers to accord for the last merge. More... over 13 years ago
Merge pull request #787 from christianv/master More... over 13 years ago
Fix line breaking issue More... over 13 years ago
Implemented a better workaround for http://bugs.jquery.com/ticket/10723 while keeping callbacks in order when using the sequentialUploads or limitConcurrentUploads settings. More... over 13 years ago
Revert 1c4f4b663b87afca7a7d9761100d74de8b1aed3b^..HEAD More... over 13 years ago
Updated version number to account for the bugfix for jQuery 1.7. More... over 13 years ago
Merge pull request #761 from juriga/patch-1 More... over 13 years ago
Fixed AJAX converters from iframe to text, json and script for jQuery 1.7. More... over 13 years ago
fix jqXHR object initialization More... over 13 years ago
Attach event handlers with .delegate() instead of .live(). More... over 13 years ago
Make the original files selection available to separated add callbacks as data.originalFiles property. More... over 13 years ago
Minor performance improvement refactoring for the _onAdd method. More... over 13 years ago
Only hide the start button if the submit method returns a jqXHR object. More... almost 14 years ago
Added a callback trigger for the submit event. More... almost 14 years ago
Added test for the paste event callback trigger. More... almost 14 years ago
Set JSLint option white:true to avoid whitespace errors. More... almost 14 years ago
Added comment to document the "paste" callback. Set JSLint option white:true to avoid whitespace errors. More... almost 14 years ago
Add missing file extension for known image types. More... almost 14 years ago
Return empty JSON array if $_FILES array is empty. More... almost 14 years ago
Added paste functionality to simplify uploading screenshots or images copied from the web (only supported by Google Chrome so far). More... almost 14 years ago
Fixed file input replacement code to avoid memory leaks. Fixed event handler namespace handling. More... almost 14 years ago
Updated jQuery + jQuery UI versions. More... almost 14 years ago
Made the _loadImage method return true/false depending on the browser support for local image loading. More... almost 14 years ago
Append files only when discard option is disabled. More... almost 14 years ago
Preserve transparency in thumbnail images - Fixes #599. More... almost 14 years ago
Fixed validation handling for multi file request uploads. Remove all start buttons and progress elements of a files selection when one file is invalid for multi file requests and iframe transports. More... almost 14 years ago
Added OPTIONS request support - Fixes #590. Thanks to Dimitris (lookfwd) for this contribution. More... almost 14 years ago
Updated version number. More... almost 14 years ago
Merge pull request #579 from patrickreiner/patch-1 More... almost 14 years ago
Update max number of files when removing a file without specifying a url. More... almost 14 years ago