Downloads
Download tar.gz
181.8 KB
MD5: cb02701cb724c87ad095fcf7f1ef1414
SHA-1: 77373682840f60b3bcb8940398649cc44cb92b0e
SHA-256: 601fec0c9b2b15aff448d3fcc9b8d1a50cd4b30a18d8b803dea4252a8bc540b5
Download zip
210.29 KB
MD5: 86ab96f9d0a4d5c7c4b52c503f9b17c0
SHA-1: 8f2572e2abe603591e9db8d75630f57f188a7f8e
SHA-256: 85c46eb9872bf068ad664078930209e2ceb3f7eccb65effdc8f68172eef8b1d6
Release notes
Changes since DRUPAL-6--1-0-BETA6:
- attempting to fix menu loading issues
- fixes menu placement
- adds access callback for the configuration local tabs to determine when to render them
- Floats API module to the top of the list
- Reorganizes directory structure
Makes auto_run comply with the new menu structure - * Fixes an issue preventing S3 files from being deleted if the "Use full Drupal filepath on S3" option was enabled.
* "Delete Media Mover items with nodes" option now works with custom server URLs. - #664150
This adds imagecache as a processing option for files in Media Mover. Some slight tweaks to the API to make things cleaner - Fix call to media_mover_api_file_db_add to reflect api changes
- Directory harvest now checks the mtime of the file, which fixes a bug where an updated file with the same name would not move to the next step.
- #706720 by darrick, should provide real support for views harvesting
- #706720 by darrick, cleans up the patch a bit, ports the harvest operation to the d6.2 branch
- Fixes a bug when deleting S3 files with a node delete.
- Added a complete step that autodetects and stores the CloudFront URL from the bucket being used.
- Should help with auto run running multiple times during a node api cycle
- Added some error handling to CloudFront lookup, disabled field when an instance URL is returned.
- #707026: mm_s3 no longer tries to delete the same file twice when deleting source file.
- Some white space cleanup
- Fixes the cache logic in hook_nodeapi.
- #740260: code cleanup and potential fix for bad rss feed
- #733302: reimplements the mail functionality
- Adding #ahah to the list of form api properties to ignore when renaming.
- Fixed remaining Cloudfront bugs and simplified the interface a bit.
- Moving CloudFront URL lookup into its own function.
- Removing writable directory check for mm_dir harvest step.