Install

Works with Drupal: 7.x

Using Composer to manage Drupal site dependencies

Downloads

Download tar.gz 32.04 KB
MD5: 7e61dbeee867f8ee0fd1374ad243ac47
SHA-1: cdb34f64edbe31ef7436f1770172756b5deed5a8
SHA-256: a2917f9aab848ec50ce1de5a9c0d1282b5667479674bed9799d765d1b62a6714
Download zip 41.66 KB
MD5: c4a735da3b25e01afdc38a920690c2b9
SHA-1: e9da3862335253d48ef986c9e68653f60051cb46
SHA-256: 803caee1ab3bfc852dd09b29211e45c848151cd84d9352c35dead8040351e7a6

Release notes

Resource Handling improvements:
- Now handles core image style generated files properly. The only exception is private files (not implemented yet, they probably will end up generated as static public files).
- HTTP headers handling has been greatly improved.
- Core CSS support is fully working (missing JS aggregation through Resource Handling, but still works).
- Proper documentation added.
- Singleton registry is now handled on a per-scheme basis, every schemes that are local files have now their own registry and menu callback (same code shared for all).
- Cleaner API, put the file URI as being centric in the pattern.
- Default File handling improvement (better HTTP headers).
- Full path introspection is based on (local file) scheme and scheme base directory. This allows the design to rely more on Stream Wrappers, and provide a cleaner and shorter code.

Created by: pounard
Created on: 29 May 2011 at 20:03 UTC
Last updated: 3 Aug 2015 at 11:44 UTC
New features
Bug fixes
Unsupported

Other releases