Downloads
Download tar.gz
22.83 KB
MD5: b0d40a708e464670c0ae3d2c41865c01
SHA-1: 41cff90273ae020cdb1f721c6309cb1b81d5ed6a
SHA-256: 7fd50ad70f3d8fef015baeb670a9400cd456b303e921cac8aec11acbdefee36a
Download zip
28.04 KB
MD5: 10d8386767e56c2ebaacb62428f801d9
SHA-1: ebe51658517fc611f90a0440172d6b9820c1fcc4
SHA-256: a99161785d640181d3501c51d45445382cf531f30fdc1e08fb30044af493844f
Release notes
Third development snapshot for Drupal 6.x.
Changes since 6.x-1.0-alpha2:
- Improved repository creation screen and help text.
- Implemented a new API function
bitcache_uri_to_id(). - Improved
Bitcache_Stream::mime_type()for better MIME type detection robustness. - #279239: Download/view links don't work by memfis: Implemented support for HTTP requests using non-clean URLs in the HTTP endpoint.
- Always use
bitcache_resolve_id()to construct bitstream URLs in order to consistently support non-clean URLs. - Implemented a new API function
bitcache_get_modules(). - Expanded the
bitcache_get_modules()API function to support 'info' and 'titles' operations in addition to returning module names. - Implemented a table on the configuration screen displaying the currently installed modules supporting the Bitcache API.
- Implemented target repository selection on the upload/fetch administration screens.
- #336715: Amazon S3 storage adapter: Implemented a new API function
bitcache_link(), enabling better opportunities for encapsulating the storage location for e.g. Amazon S3 backends. - Fixed an error in
bitcache_get_modules()when no modules implementing the Bitcache API are installed. - #338506: Caching of image resources?: Implemented more useful
Cache-Controlheaders to override the Drupal default headers and allow bitstreams to be cached by private caches. - #282164: Multi-tier repository structure by sonnen: Implemented support for multi-tier directory storage structures.
- Fixed disk utilization totals calculation in
Bitcache_FilesystemRepository::size().
Known issues:
Note: This is experimental software meant for advanced users; assume nothing works, and you may be pleasantly surprised. And when it breaks, you get to keep both pieces.