-
Fall back on current time if no session ID is available.
-
Stop deleting files on the server. Deleting the files on the web server caused too many issues with Filefield module, which we build on. If you want your uploaded files to be protected, use .htaccess or similar methods.
-
Checkbox for making uploaded files public.
-
Not using SSL for secure files, since it fails in IE.
-
Checkbox for making uploaded files public.
-
Whitespace.
-
Removed ipaper references. Added configuration.
-
Use scribd api for api calls.
-
Patch #1091500 by googletorp. Preserve the Scribd data on node update.
-
Split uploading code into its own function. Cleared up variable names.