| Commit message (Collapse) | Author | Age |
|
|
|
| |
default to NULL so that NULLs do not need to be specified.
|
| |
|
| |
|
|
|
|
| |
uploading a file (with tests, so we don't break it again).
|
| |
|
|
|
|
| |
properly checking bitmapped status values. Added unit tests too.
|
|
|
|
| |
max_upload_filesize.
|
|
|
|
| |
FILE_STATUS_TEMPORARY field.
|
|
|
|
| |
queries.
|
| |
|
| |
|
|
|
|
| |
a regex for the nomask (and code clean-up).
|
| |
|
| |
|
|
|
|
| |
file_scan_directory API to use regex.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
hook_file_X(). This is an enabler of lots and lots of goodies. See CHANGELOG.txt for more. Awesome work, guys. :)
|
| |
|
|
|
|
| |
there is no user limit on uploaded files.
|
|
|
|
| |
developer experience.
|
| |
|
|
|
|
| |
Massive file.inc cleanup aaaaaand... tests! Yay! :D
|
|
|
|
| |
as per Rasmus' suggestion. Removed drupal_referrer() for consistency.
|
|
|
|
| |
future compatilbility. PHP6 is rumoured to drop ereg support.
|
|
|
|
| |
private downloads.
|
| |
|
| |
|
| |
|
|
|
|
| |
called '0'.
|
|
|
|
| |
discussion we've decided to make the concatenation operator consistent with the other operators.
|
| |
|
|
|
|
| |
install (and update bugos RC2 sites as well)
|
|
|
|
| |
documented, fix this
|
| |
|
| |
|
|
|
|
| |
bytes, not in mega bytes.
|
|
|
|
| |
setups.
|
|
|
|
| |
sites/default/files which can be created automatically on install, so no need to bug the user about it, making the install process easier
|
| |
|
| |
|
|
|
|
| |
fixed minor spelling issues and fixed spacing issues.
|
|
|
|
| |
subtheme files will really override parent theme files
|
|
|
|
| |
documentation by treating the 'dest' param as a directory. Also fixes #176876 so temporary files are properly stored in the temp directory.
|
|
|
|
| |
file_save_data(), so Windows will create temporary files properly
|
|
|
|
| |
implementing extraction code for Drupal 6 at #182765
|
|
|
|
| |
maximum uploadable file size
|