| Commit message (Collapse) | Author | Age |
| |
|
|
|
|
| |
is incorrect.
|
|
|
|
| |
file_build_uri(). Added tests.
|
| |
|
|
|
|
| |
happen for AJAX requests too.
|
| |
|
|
|
|
| |
wrapper URIs.
|
|
|
|
| |
take a single argument. Code clean-up and performance improvement. Woot.
|
| |
|
|
|
|
| |
wrappers in Drupal.
|
|
|
|
| |
extension mapping rather than setting a huge variable.
|
|
|
|
| |
CDNs.
|
| |
|
|
|
|
| |
loading for nodes, users, taxonomies, files and comments.
|
|
|
|
| |
function registry. While the hope was that this would result in improved performance for low-end hosts, it comes at the expense of critical development experience problems and less benefit than something like APC. Class registry remains intact to facilitate autoloading.
|
|
|
|
| |
registry rip. Let's try that again.
|
| |
|
|
|
|
| |
trailing slashes (with tests).
|
|
|
|
| |
dopry, and c960657: Converted File API to stream wrappers, for enhanced private/public file handling, and the ability to reference other storage mechanisms such as s3:// and flicker://.
|
| |
|
| |
|
|
|
|
| |
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.
|