Feed aggregator
Commit 415900 by arthuregg
Media Mover: /modules/media_mover/class_media_mover_file.php 1.1.2.35 @ DRUPAL-6--2
Media Mover: /modules/media_mover/class_media_mover_step.php 1.1.2.27 @ DRUPAL-6--2
Media Mover: /modules/media_mover/media_mover_api.install 1.1.2.16.2.5.2.25 @ DRUPAL-6--2
Media Mover: /modules/media_mover/media_mover_api.module 1.1.2.110.2.47.2.73 @ DRUPAL-6--2
Media Mover: /modules/media_mover/media_mover_ui/media_mover_ui.module 1.1.2.60 @ DRUPAL-6--2
Media Mover: /modules/media_mover/modules/mm_compress/mm_compress.module 1.1.2.5 @ DRUPAL-6--2
Media Mover: /modules/media_mover/modules/mm_dir/mm_dir.module 1.1.2.12 @ DRUPAL-6--2 This is a major commit which changes the structures of configurations/steps/files. On an API level this should not make a difference, however much of how data is getting loaded to configurations and files has changed. Some internal functions to configurations/steps/files are now private to try to keep the api as simple as possible. Additionally the majority of the data saving is now done with drupal_write_record() in preperation for D7. End to end testing has been done, but it is likely that there will be regression because of the scope of the changes
Converting PDF to SWF
I'm trying to automate PDF to SWF conversion using 'pdf2swf' and Media Mover custom commands.
Media Mover is suppose to start when uploading a PDF using a CCK field which is being detected, no problem.
Where it goes wrong is during the Media Mover process. I have set the parameters to
Output file: [nid].swf
Command: /usr/bin/pdf2swf -f -T 9 -t -G [data-harvest_file] -o [output_file]
Afterwards, it is supposed to be saved as a flash node.
The problem is no .swf-file is created. So I'm not sure if the harvested file get parsed correctly at all.
Commit 412042 by arthuregg
Commit 412028 by arthuregg
Commit 412018 by arthuregg
Media Mover: /modules/media_mover/class_media_mover_step.php 1.1.2.26 @ DRUPAL-6--2
Media Mover: /modules/media_mover/media_mover_api.module 1.1.2.110.2.47.2.72 @ DRUPAL-6--2 Caching cleanup, added back the file edit forms
user warning: Table 'mysite.media_mover_config_list' doesn't exist
After submitting issue #[893164] for this same 2.x dev version, I tried to roll back to the 1.x dev version and further to the 1.0-beta7 version, but both rollbacks resulted in the user warning message mentioned in this post title. removing MM modules Updating database didn't help, deleting MM tables helped but reinstalling any version of MM results in the same user warning message:
user warning: Table 'mysite.media_mover_config_list' doesn't exist query: SELECT * FROM media_mover_config_list mmcl WHERE mmcl.status != 'disabled' in /public_html/sites/all/modules/media_mover/media_mover_api.module on line 1215.
And line 1215 in media_mover_api.module is:
$results = db_query("SELECT * FROM {media_mover_config_list} mmcl WHERE mmcl.status != 'disabled'");
Please check this out, I am now apparently in the situation that I cannot properly install ANY version of MM without this user warning.
Commit 411966 by arthuregg
Media Mover: /modules/media_mover/class_media_mover_step.php 1.1.2.25 @ DRUPAL-6--2
Media Mover: /modules/media_mover/media_mover_api.module 1.1.2.110.2.47.2.71 @ DRUPAL-6--2 Lots of work done on caching and hook placement.
Fatal error: Call to undefined function media_mover_api_extract_form_data()
Fatal error: Call to undefined function media_mover_api_extract_form_data() in /public_html/store/sites/all/modules/media_mover/modules/mm_mailhandler/mm_mailhandler.module on line 162
The error message above appears after submitting the Step 1: 'Harvest attachments from an email account'.
All MM 6.x-2.x-dev modules enabled on Drupal 6.19 <<<
Commit 411610 by arthuregg
Media Mover: /modules/media_mover/class_media_mover_file.php 1.1.2.32 @ DRUPAL-6--2
Media Mover: /modules/media_mover/media_mover_api.info 1.1.2.1.2.2.2.3 @ DRUPAL-6--2
Media Mover: /modules/media_mover/media_mover_api.module 1.1.2.110.2.47.2.70 @ DRUPAL-6--2
Media Mover: /modules/media_mover/media_mover_ui/media_mover_ui.module 1.1.2.58 @ DRUPAL-6--2 This is a big checkin that is bound to break many things. It requires drupal_queue and does some substaintial reorganization of the flow of the module. There is a bunch more cleanup to do, but major movement on queueing deletion of files, added some caching functions for file loading in, etc.
Commit 411528 by arthuregg
Doxygen url broken
As the title implies; The url to the doxygen index shows a fresh drupal installation so maybe the db got emptied?
Commit 410774 by arthuregg
Media Mover: /modules/media_mover/class_media_mover_file.php 1.1.2.31 @ DRUPAL-6--2
Media Mover: /modules/media_mover/class_media_mover_step.php 1.1.2.24 @ DRUPAL-6--2
Media Mover: /modules/media_mover/media_mover_api.module 1.1.2.110.2.47.2.69 @ DRUPAL-6--2 Adds drupal alter hooks for file, step, configuration load/save
Commit 410760 by arthuregg
Commit 410758 by arthuregg
Commit 410756 by arthuregg
Media Mover: /modules/media_mover/class_media_mover_file.php 1.1.2.30 @ DRUPAL-6--2 #876700 by civicpixel: fixes one off error with step counting
Commit 410752 by arthuregg
auto run and saving node -- causes wait time for user
I have a media mover configuration that copies a file to Amazon S3.
I turn on auto-run so when the node is created the file is then immediately copied to Amazon S3.
This works fine if the files are small and I don't notice too much of delay.
If I choose to use a large video file, once I click on Save to save the new node with the large video file. It continues to process (spin) while Media Mover is transferring the file to S3. The drupal website finally comes back when the transfer is complete.
I would much prefer that on save, the drupal save completes for the node and then triggers media mover configuration to run behind the scenes.
I did find a patch for the auto-run that increases the weight from 0 - 1 in the system table. I added that patch and ran update. But this has no effect.
Thoughts?
Commit 408758 by arthuregg
deleting a configuration results in white screen / undefined function
There is an extraneous/erroneous chunk of step removal code still in media_mover_configuration::remove(), attached patch removes it and makes a slight update to the delete message to include configuration name/description.
Commit 408724 by arthuregg
Media Mover: /modules/media_mover/media_mover_ui/media_mover_ui.module 1.1.2.55 @ DRUPAL-6--2
Media Mover: /modules/media_mover/modules/mm_antiword/mm_antiword.install 1.1.2.5 @ DRUPAL-6--2 #885866 by civicpixel, arthurf: fixes configuration enabled settings, fixes installation of antiword binary detection