filecache 7.x-1.0-beta2
| Download | Size | md5 hash |
|---|---|---|
| filecache-7.x-1.0-beta2.tar.gz | 13.33 KB | 94ee44ef83ad44ca45891885a7279157 |
| filecache-7.x-1.0-beta2.zip | 14.87 KB | 1898797159a2c0ba2377ed3d17971351 |
Release notes
This bugfix-only release resolves all major bugs reported since beta1 one year ago. Bugs with clearing the cache are not resolved yet because it's a more complex task.
- Issue #1211166: Create separate directories for each cache bins by roderik: Untabify all as per Drupal coding standards.
- Issue #1198656: failed to open stream: File name too long [if unicode chars in url] by ogi: Encoded cid:s longer than 200 now have their trailing part encoded in MD5.
- Issue #1153796: function.fopen]: failed to open stream by roderik: Special characters ':' and '/' are turned into ' ' and '^'.
- Issue #1337084: Using this module breaks Drush by ogi: Allow default directory in non-Apache environment (e.g. Drush) if directory already exists.
- Issue #1473322: Error / warning messages: [function.fopen]: failed to open stream ... by ogi: Fixed (hopefully) error messages due to strict access mode for newly created files and directories.
- Issue #1177854: Whether It is necessary to disconnect standard caching drupal by file cache unit operation? by misterpronin: Whether It is necessary to disconnect standard caching drupal by file cache unit operation? - added documentation
- Issue #1103734: File Cache » package name by LPCA: small caps differences in package name
- Issue #1261118: patch: recursive parameter missing for filecache directory creation (mkdir) by regilero: recursive parameter missing for filecache directory creation (mkdir)
filecache 7.x-1.0-beta1
| Download | Size | md5 hash |
|---|---|---|
| filecache-7.x-1.0-beta1.tar.gz | 11.46 KB | ebedd6e8ddcb206ace044eb890cf2559 |
| filecache-7.x-1.0-beta1.zip | 12.87 KB | 1114d57cda1b471e64b8170c548e7030 |
Release notes
File Cache is stabilizing so it's raised to beta status.
- Use files/.ht.filecache as default File Cache directory. (9fc1f4)
- Use $bin-$cid as filename, no more .meta files and multiple cid:s in
one file. (897e20, e461da)
- Issue #1090266: Instructions incomplete - Reworked README.txt and removed guidance from
filecache_requirements() (6e58ac)
- Issue #1100566: Call to undefined function dpm() (3ce543)
- Issue #1103734: File Cache » package name (4195d42)
filecache 7.x-1.0-alpha2
| Download | Size | md5 hash |
|---|---|---|
| filecache-7.x-1.0-alpha2.tar.gz | 12.75 KB | 37f1bce91f21aa15d8ebdb1125681ca9 |
| filecache-7.x-1.0-alpha2.zip | 14.26 KB | 5182ac3af61bdceca55bfd23aa911b94 |
Release notes
* Cache clearing follows the rules of includes/cache.inc.
* Cache files can contain multiple cache entries that share same MD5 of their cid:s. This way it's certain that cache entries will not be lost by accident and sessions can be safely stored in cache.
* New .meta files that correspond to cache files and contain cid and expire. These files allow multiple cache entries in a cache file to be faster on cache_set and clearing cache to be faster too.
* #1090266: Instructions incomplete Verbose instructions when filecache_directory is not correct in some way.
filecache 7.x-1.0-alpha1
| Download | Size | md5 hash |
|---|---|---|
| filecache-7.x-1.0-alpha1.tar.gz | 10.81 KB | a15c94f1aca9ae9e09368874ef413e00 |
| filecache-7.x-1.0-alpha1.zip | 12.01 KB | fa7fc0d1eb5792668bf5a5c28a70bfa2 |
Release notes
The first release of File Cache for Drupal 7. Includes detailed installation/troubleshoot wizard by using Status report page.
filecache 7.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| filecache-7.x-1.x-dev.tar.gz | 13.33 KB | d81161c214bc79da805e745659621f70 |
| filecache-7.x-1.x-dev.zip | 14.87 KB | b753c97a7781ade5ed34711f0ff97973 |
Release notes
Pre-alpha version of File Cache. If running under Apache, it will automatically create protected filecache directory. No garbage collection yet but it's usable. See #1076552: Taking over maintainership of filecache module for what features 1.0 will have.
filecache 5.x-5.x-dev
| Download | Size | md5 hash |
|---|---|---|
| filecache-5.x-5.x-dev.tar.gz | 7 KB | f3616dbca5f166ea4ccb1f1d6ca41bb5 |
| filecache-5.x-5.x-dev.zip | 7.23 KB | a463517bfb9e34d1c183cfb094650134 |
Release notes
Core Development