0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 31, 2024 — Jul 31, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #2193 from lmartelli/master More... over 12 years ago
Updated domain check for the demo settings. More... over 12 years ago
Show error message if creation of scaled image version fails More... over 12 years ago
Test existance of image functions and log an error if they do not exist. More... over 12 years ago
Added crop option to image versions. Closes #2187. More... over 12 years ago
Add processing class when initializing file list. Closes #2189. More... over 12 years ago
Accept empty responses (no JSON) for DELETE requests. More... over 12 years ago
Removed unecessary argument. Closes #2178. More... over 12 years ago
Ignore events not triggered by the widget listeners. Fixes #2177. More... over 12 years ago
Use a cross-frame compatible instanceof check - Closes #2172. More... over 12 years ago
Updated version numbers. More... over 12 years ago
Merge pull request #2169 from teynon/master More... over 12 years ago
Merge pull request #2168 from cflynn07/master More... over 12 years ago
Optimized timestamp retrieval to take advantage of faster Date.now() available in all modern browsers, with backwards compatable option for IE < 9 More... over 12 years ago
Moved delete transition inside of ajax.done More... over 12 years ago
Use the faster (new Date()).getTime(). More... over 12 years ago
Prevent errors when passing a non-object type as formData option. More... over 12 years ago
Ensure the same state for the done, fail and always events. More... over 12 years ago
Make sure the progress and response container objects are initialized. More... over 12 years ago
Provide a .response() method on the data argument to retrieve response data. More... over 12 years ago
Expose the number of active uploads as .fileupload('active') widget method. More... over 12 years ago
Fixed reference to the _getXHRPromise method. More... over 12 years ago
Updated package version. More... over 12 years ago
Refactored progress calculation. More... over 12 years ago
Make sure the submit and abort convenience methods always return a jqXHR object. More... over 12 years ago
Prevent new submit while in pending state. More... over 12 years ago
Expose global progress via .fileupload('progress') method. More... over 12 years ago
Expose the state of the jqXHR object as state() method on the data argument. More... over 12 years ago
Expose the jqXHR.abort() method on the data argument. More... over 12 years ago
Respect the autoUpload setting and process only when submitting. More... over 12 years ago