Posted by arthurf on April 18, 2010 at 11:02pm
| Download | Size | md5 hash |
|---|---|---|
| media_mover-6.x-1.0-beta7.tar.gz | 181.8 KB | cb02701cb724c87ad095fcf7f1ef1414 |
| media_mover-6.x-1.0-beta7.zip | 210.29 KB | 86ab96f9d0a4d5c7c4b52c503f9b17c0 |
Last updated: December 24, 2010 - 23:20
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.