User: bdragon Branch: HEAD Date: Wed, 06 Feb 2008 16:42:12 +0000 Modified files: /modules/media_mover media_mover_api.module media_mover_api_admin.inc /modules/media_mover/mm_ffmpeg mm_ffmpeg.module /modules/media_mover/mm_imagemagick mm_imagemagick.module /modules/media_mover/mm_sox mm_sox.module Log message: Sync changes from local: media_mover_api.module: Remove hook_help (none of it was applicable anymore). Move status change into media_mover_api_admin.inc, add confirm form (it's a link that's not idempotent, so it must be behind a confirm form.) Allow calling media_mover_api_run_configuration with a cid OR a configuration object (REGRESSION) Comment out var_export in theme function (does more harm than good) Fix chmod (Note: I'm not the one who made this change, it probabaly needs further testing) media_mover_api_admin.inc: New status change confirm form. mm_ffmpeg.module: Change some "" to ''. Add note. mm_imagemagick.module: Fix double dots issue. mm_sox.module: Fix broken watchdog call. Links: http://cvs.drupal.org/diff.php?path=contributions/modules/media_mover/media_... http://cvs.drupal.org/diff.php?path=contributions/modules/media_mover/media_... http://cvs.drupal.org/diff.php?path=contributions/modules/media_mover/mm_ffm... http://cvs.drupal.org/diff.php?path=contributions/modules/media_mover/mm_ima... http://cvs.drupal.org/diff.php?path=contributions/modules/media_mover/mm_sox...