| Commit message (Collapse) | Author | Age |
|
|
|
| |
inaccurately describes a parameter.
|
|
|
|
| |
initial support for PHP file wrappers.
|
|
|
|
| |
case-sensitive. Comes with more and better tests.
|
|
|
|
| |
validators.
|
| |
|
| |
|
|
|
|
| |
taking advantage of PHP 5.
|
| |
|
| |
|
|
|
|
| |
file_get_mimetype() and further clean-up.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
validators.
|
|
|
|
| |
systems.
|
|
|
|
|
|
|
|
|
|
| |
multiple
times (such as crop, scale, then desaturate) without quality loss, we need to
pass images by their raw GD (or other library) resources rather than re-opening
the same image repeatedly, which causes wasted processing and loss of quality when
using JPEG images. This patch reworks the image toolkits, adds some new image
manipulations and adds some impressive SimpleTests.
|
| |
|
| |
|
|
|
|
| |
names as file_load().
|
|
|
|
| |
user/user_role for consistency.
|
|
|
|
| |
parameters (DX improvement).
|
|
|
|
| |
recurisevely (with tests).
|
|
|
|
| |
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.
|