/[drupal]/contributions/modules/media_mover/media_mover_api.install
ViewVC logotype

Log of /contributions/modules/media_mover/media_mover_api.install

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Tag:

Revision 1.1.2.16.2.5.2.13 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 20 00:48:11 2009 UTC (5 weeks, 5 days ago) by arthuregg
Branch: DRUPAL-6--2
Branch point for: DRUPAL-7--1
Changes since 1.1.2.16.2.5.2.12: +8 -2 lines
Diff to previous 1.1.2.16.2.5.2.12 , to branch point 1.1.2.16.2.5 , to next main 1.1.2.16.2.6
First harves tto store working, requires refactoring on the $file->steps

Revision 1.1.2.16.2.5.2.12 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 19 02:52:57 2009 UTC (5 weeks, 5 days ago) by arthuregg
Branch: DRUPAL-6--2
Changes since 1.1.2.16.2.5.2.11: +19 -33 lines
Diff to previous 1.1.2.16.2.5.2.11 , to branch point 1.1.2.16.2.5
 * Harvesting is now working somewhat
 * purging files from a configuration is working
 * still trying to work out data architecture for file data

Revision 1.1.2.16.2.5.2.11 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 18 14:22:00 2009 UTC (5 weeks, 6 days ago) by arthuregg
Branch: DRUPAL-6--2
Changes since 1.1.2.16.2.5.2.10: +4 -3 lines
Diff to previous 1.1.2.16.2.5.2.10 , to branch point 1.1.2.16.2.5
updates the db schema, configuration run now functions

Revision 1.1.2.16.2.5.2.10 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 5 03:09:16 2009 UTC (7 weeks, 5 days ago) by arthuregg
Branch: DRUPAL-6--2
Changes since 1.1.2.16.2.5.2.9: +2 -2 lines
Diff to previous 1.1.2.16.2.5.2.9 , to branch point 1.1.2.16.2.5
 * updates to the configurations code
 * catch for an issue with configurations when they don't have actions- should not ever happen, but hey, nothing to loose.

Revision 1.1.2.16.2.5.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Sep 2 22:20:27 2009 UTC (2 months, 3 weeks ago) by arthuregg
Branch: DRUPAL-6--2
Changes since 1.1.2.16.2.5.2.8: +32 -2 lines
Diff to previous 1.1.2.16.2.5.2.8 , to branch point 1.1.2.16.2.5
Major commit which refactors media_mover_api_nodeapi functions into mm_node, fixes some bugs, getting things rolling again

Revision 1.1.2.16.2.5.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 15 20:20:02 2009 UTC (5 months, 2 weeks ago) by arthuregg
Branch: DRUPAL-6--2
Changes since 1.1.2.16.2.5.2.7: +9 -32 lines
Diff to previous 1.1.2.16.2.5.2.7 , to branch point 1.1.2.16.2.5
Updates DB data model to use files as single entry
Improves some the the file and configuraton class
started sketching out the standard file object

Revision 1.1.2.16.2.5.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 28 22:57:03 2009 UTC (6 months ago) by arthuregg
Branch: DRUPAL-6--2
Changes since 1.1.2.16.2.5.2.6: +9 -6 lines
Diff to previous 1.1.2.16.2.5.2.6 , to branch point 1.1.2.16.2.5
 * adding configurations is wroking
 * edit configuration is getting closer
 * configuration load is coming into shape

Revision 1.1.2.16.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Sun May 17 18:38:29 2009 UTC (6 months, 1 week ago) by arthuregg
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0-BETA3, DRUPAL-6--1-0-BETA4
Changes since 1.1.2.16.2.5: +14 -2 lines
Diff to previous 1.1.2.16.2.5 , to branch point 1.1.2.16 , to next main 1.1.2.18
fixes the data model to not nest file data 2 levels deep

Revision 1.1.2.16.2.5.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Mon May 11 04:37:50 2009 UTC (6 months, 2 weeks ago) by arthuregg
Branch: DRUPAL-6--2
Changes since 1.1.2.16.2.5.2.5: +9 -6 lines
Diff to previous 1.1.2.16.2.5.2.5 , to branch point 1.1.2.16.2.5
* moved most of the file centric functions into the class file
* moved most of the configuration centric files into the class file
* starting to remove legacy functions

Revision 1.1.2.16.2.5.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Apr 17 22:46:32 2009 UTC (7 months, 1 week ago) by arthuregg
Branch: DRUPAL-6--2
Changes since 1.1.2.16.2.5.2.4: +3 -3 lines
Diff to previous 1.1.2.16.2.5.2.4 , to branch point 1.1.2.16.2.5
 * updated the db tables
 * configuration load now functional

Revision 1.1.2.16.2.5.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Apr 17 20:39:08 2009 UTC (7 months, 1 week ago) by arthuregg
Branch: DRUPAL-6--2
Changes since 1.1.2.16.2.5.2.3: +8 -8 lines
Diff to previous 1.1.2.16.2.5.2.3 , to branch point 1.1.2.16.2.5
 * updated a few aspects of the db schema
 * added some hook options

Revision 1.1.2.16.2.5.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Apr 17 13:13:06 2009 UTC (7 months, 1 week ago) by arthuregg
Branch: DRUPAL-6--2
Changes since 1.1.2.16.2.5.2.2: +10 -5 lines
Diff to previous 1.1.2.16.2.5.2.2 , to branch point 1.1.2.16.2.5
 * configuration forms in better shape
 * file handling functions starting to come into new api

Revision 1.1.2.16.2.5.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 15 04:06:17 2009 UTC (7 months, 2 weeks ago) by arthuregg
Branch: DRUPAL-6--2
Changes since 1.1.2.16.2.5.2.1: +32 -18 lines
Diff to previous 1.1.2.16.2.5.2.1 , to branch point 1.1.2.16.2.5
basic schema is done, still requires upgrade path

Revision 1.1.2.16.2.5.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 9 12:49:49 2009 UTC (7 months, 2 weeks ago) by arthuregg
Branch: DRUPAL-6--2
Changes since 1.1.2.16.2.5: +37 -48 lines
Diff to previous 1.1.2.16.2.5
First commit on the 2x branch, lots of stuff is broken, just making a place holder

Revision 1.1.2.16.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 9 00:39:34 2009 UTC (9 months, 2 weeks ago) by arthuregg
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0-ALPHA5, DRUPAL-6--1-0-BETA1, DRUPAL-6--1-0-BETA2
Branch point for: DRUPAL-6--2
Changes since 1.1.2.16.2.4: +18 -19 lines
Diff to previous 1.1.2.16.2.4 , to branch point 1.1.2.16
#365392 adds a new update function to properly upgrade the cache tables.

Revision 1.1.2.16.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 18 19:27:16 2008 UTC (12 months, 1 week ago) by arthuregg
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0-ALPHA1, DRUPAL-6--1-0-ALPHA3, DRUPAL-6--1-0-ALPHA4
Changes since 1.1.2.16.2.3: +48 -13 lines
Diff to previous 1.1.2.16.2.3 , to branch point 1.1.2.16
ports the hieararchy table from d5 to d6

Revision 1.1.2.18 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 13 04:54:55 2008 UTC (12 months, 2 weeks ago) by arthuregg
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-0-BETA14, DRUPAL-5--1-0-RC1, DRUPAL-5--1-0-RC2, DRUPAL-5--1-0-RC3, DRUPAL-5--1-0-RC4, DRUPAL-5--1-0-RC5, DRUPAL-5--1-0-RC6, DRUPAL-5--1-0-RC7
Changes since 1.1.2.17: +19 -21 lines
Diff to previous 1.1.2.17 , to branch point 1.1 , to next main 1.13
major commit that allows for parent/child relationships between configurations. Supported in core api, implemented in the mm_node for harvest from a parent config.

Revision 1.1.2.17 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 11 23:04:21 2008 UTC (12 months, 2 weeks ago) by arthuregg
Branch: DRUPAL-5
Changes since 1.1.2.16: +52 -7 lines
Diff to previous 1.1.2.16 , to branch point 1.1
added the configuration heierarchy table, heierarchy functions, and have started work on mm_asset to be able to run a parent configuration with
all of its children.

Revision 1.1.2.16.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 16 20:56:21 2008 UTC (13 months, 1 week ago) by arthuregg
Branch: DRUPAL-6--1
Changes since 1.1.2.16.2.2: +9 -15 lines
Diff to previous 1.1.2.16.2.2 , to branch point 1.1.2.16
* fixes to some of the form items
* ffmpeg conversion now works start to finish
* more workflow cleanup

Revision 1.1.2.16.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 16 19:11:21 2008 UTC (13 months, 1 week ago) by arthuregg
Branch: DRUPAL-6--1
Changes since 1.1.2.16.2.1: +4 -4 lines
Diff to previous 1.1.2.16.2.1 , to branch point 1.1.2.16
fixes the installer

Revision 1.1.2.16.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Sep 26 16:58:17 2008 UTC (14 months ago) by arthuregg
Branch: DRUPAL-6--1
Changes since 1.1.2.16: +92 -219 lines
Diff to previous 1.1.2.16
Merges in the first major patch for D6 compatibility

Revision 1.1.2.16 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Sep 3 14:27:46 2008 UTC (14 months, 3 weeks ago) by arthuregg
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-0-BETA1, DRUPAL-5--1-0-BETA10, DRUPAL-5--1-0-BETA11, DRUPAL-5--1-0-BETA12, DRUPAL-5--1-0-BETA13, DRUPAL-5--1-0-BETA2, DRUPAL-5--1-0-BETA3, DRUPAL-5--1-0-BETA4, DRUPAL-5--1-0-BETA5, DRUPAL-5--1-0-BETA6, DRUPAL-5--1-0-BETA7, DRUPAL-5--1-0-BETA9
Branch point for: DRUPAL-6--1
Changes since 1.1.2.15: +9 -1 lines
Diff to previous 1.1.2.15 , to branch point 1.1
Updates the node rerun process significantly to better pass data and provide better information to the user

Updated the directory check to be less likely to go into infinite loop.

Cleaned up the file delete process significantly

Improved the configuration loading process

Revision 1.1.2.15 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 30 14:01:19 2008 UTC (16 months, 4 weeks ago) by arthuregg
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--0-5-beta1, DRUPAL-5--1-0-ALPHA2, DRUPAL-5--1-0-ALPHA3, DRUPAL-5--1-0-ALPHA4, DRUPAL-5--1-0-alpha1
Changes since 1.1.2.14: +3 -3 lines
Diff to previous 1.1.2.14 , to branch point 1.1
applied patch from #276725, thanks to cameronp

Revision 1.1.2.14 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 26 23:47:06 2008 UTC (17 months ago) by arthuregg
Branch: DRUPAL-5
Changes since 1.1.2.13: +28 -5 lines
Diff to previous 1.1.2.13 , to branch point 1.1
removed the rss col, added a settings col
added some documentation notes

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 7 16:57:18 2008 UTC (19 months, 3 weeks ago) by bdragon
Branch: MAIN
CVS Tags: HEAD
Changes since 1.12: +10 -1 lines
Diff to previous 1.12
Add a missing index.

Revision 1.1.2.13 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Mar 30 03:34:32 2008 UTC (20 months ago) by arthuregg
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--0-4-1, DRUPAL-5--0-5-1, DRUPAL-5--0-6-0, DRUPAL-5--4-1, DRUPAL-5--5-1
Changes since 1.1.2.12: +5 -6 lines
Diff to previous 1.1.2.12 , to branch point 1.1
more file cleanup

Revision 1.1.2.12 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Mar 30 02:57:24 2008 UTC (20 months ago) by arthuregg
Branch: DRUPAL-5
Changes since 1.1.2.11: +4 -1 lines
Diff to previous 1.1.2.11 , to branch point 1.1
adds rss & cron to core install
adds cron to the update

Revision 1.1.2.11 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Mar 30 02:47:34 2008 UTC (20 months ago) by arthuregg
Branch: DRUPAL-5
Changes since 1.1.2.10: +3 -3 lines
Diff to previous 1.1.2.10 , to branch point 1.1
fixes a problem with the sql statement

Revision 1.1.2.10 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Mar 16 07:07:09 2008 UTC (20 months, 2 weeks ago) by arthuregg
Branch: DRUPAL-5
Changes since 1.1.2.9: +29 -2 lines
Diff to previous 1.1.2.9 , to branch point 1.1
Pretty major update:
1) ffmpeg module now relies on ffmpeg_wrapper module for ffmpeg functions
2) cleanup of some form stuff inside ffmpeg
3) added caching to file loads inside media mover
4) cleaned up some of the  "fetch" hook
5) made small headway on cleaning up the media mover name space

Revision 1.1.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 7 16:48:05 2008 UTC (20 months, 3 weeks ago) by arthuregg
Branch: DRUPAL-5
Changes since 1.1.2.8: +16 -2 lines
Diff to previous 1.1.2.8 , to branch point 1.1
Added admin interface for RSS support

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 27 21:42:00 2008 UTC (21 months ago) by bdragon
Branch: MAIN
Changes since 1.11: +13 -1 lines
Diff to previous 1.11
Add an index on fid.

Revision 1.1.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 15 17:46:20 2008 UTC (21 months, 1 week ago) by bdragon
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--0-4
Changes since 1.1.2.7: +23 -32 lines
Diff to previous 1.1.2.7 , to branch point 1.1
Err, why wasn't the install hook synced?

Revision 1.1.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 28 01:01:11 2008 UTC (22 months ago) by arthuregg
Branch: DRUPAL-5
Changes since 1.1.2.6: +16 -2 lines
Diff to previous 1.1.2.6 , to branch point 1.1
first round at a more multi-threaded approach re: ticket #191454

Revision 1.1.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 25 17:59:22 2008 UTC (22 months ago) by arthuregg
Branch: DRUPAL-5
Changes since 1.1.2.5: +16 -2 lines
Diff to previous 1.1.2.5 , to branch point 1.1
moves the action id from 6 to 1 for the harvested from other media mover configurations. includes an update to existing configurations and files

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 18 22:19:07 2008 UTC (22 months, 1 week ago) by bdragon
Branch: MAIN
Changes since 1.10: +11 -2 lines
Diff to previous 1.10
Slight schema changes.

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 18 00:35:56 2008 UTC (22 months, 1 week ago) by bdragon
Branch: MAIN
Changes since 1.9: +1 -2 lines
Diff to previous 1.9
A very large amount of work in progress.

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 11 15:27:09 2008 UTC (22 months, 2 weeks ago) by bdragon
Branch: MAIN
Changes since 1.8: +3 -3 lines
Diff to previous 1.8
Clean up trailing whitespace.

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 7 17:51:10 2008 UTC (22 months, 3 weeks ago) by bdragon
Branch: MAIN
Changes since 1.7: +14 -4 lines
Diff to previous 1.7
Make uninstall hook clean up variables.

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 7 00:35:08 2008 UTC (22 months, 3 weeks ago) by bdragon
Branch: MAIN
Changes since 1.6: +12 -7 lines
Diff to previous 1.6
Another table was missing an auto_increment. I went ahead and wrote the update routine....

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 4 00:44:36 2008 UTC (22 months, 3 weeks ago) by bdragon
Branch: MAIN
Changes since 1.5: +3 -1 lines
Diff to previous 1.5
Couple of tweaks to make the "new config" thing work nicely.

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 3 22:52:23 2008 UTC (22 months, 3 weeks ago) by bdragon
Branch: MAIN
Changes since 1.4: +5 -4 lines
Diff to previous 1.4
Actually naming the schema hook properly helps a lot when installing... heh.

Revision 1.1.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 3 16:29:58 2008 UTC (22 months, 3 weeks ago) by bdragon
Branch: DRUPAL-5
Changes since 1.1.2.4: +13 -14 lines
Diff to previous 1.1.2.4 , to branch point 1.1
Add missing prefix markers.

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 3 05:57:49 2008 UTC (22 months, 3 weeks ago) by bdragon
Branch: MAIN
Changes since 1.3: +90 -70 lines
Diff to previous 1.3
Convert old updates to schema api.

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 3 03:23:43 2008 UTC (22 months, 3 weeks ago) by bdragon
Branch: MAIN
Changes since 1.2: +186 -56 lines
Diff to previous 1.2
In progress work.
Pushing it up so I can get a fresh checkout from HEAD.

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 3 03:04:41 2008 UTC (22 months, 3 weeks ago) by bdragon
Branch: MAIN
Changes since 1.1: +197 -0 lines
Diff to previous 1.1
Sync HEAD with DRUPAL-5 branch in preparation for D6 branch.

Revision 1.1.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 11 22:38:32 2007 UTC (2 years, 1 month ago) by arthuregg
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--0-3-6, DRUPAL-5--0-5-dev
Changes since 1.1.2.3: +10 -1 lines
Diff to previous 1.1.2.3 , to branch point 1.1
added mysqli options. Thanks to schuyler1d #182717

Revision 1.1.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 7 21:48:19 2007 UTC (2 years, 1 month ago) by arthuregg
Branch: DRUPAL-5
Changes since 1.1.2.2: +3 -3 lines
Diff to previous 1.1.2.2 , to branch point 1.1
improving file handling on ffmpeg module, placing files in folders by CID
updated api to pass back the $cid on the individual config

Revision 1.1.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Sep 5 02:14:36 2007 UTC (2 years, 2 months ago) by arthuregg
Branch: DRUPAL-5
Changes since 1.1.2.1: +20 -46 lines
Diff to previous 1.1.2.1 , to branch point 1.1
Fixes for install for issue #117896
Removes some cruft, and does more conversion for the new  module structure

Revision 1.1.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Sep 5 00:42:20 2007 UTC (2 years, 2 months ago) by arthuregg
Branch: DRUPAL-5
Changes since 1.1: +214 -0 lines
Diff to previous 1.1
Major changes to the module structure:

1) broke core functionality into the media_mover_api module (provided upgrade path for module name changes in the database)
2) moved non core functionality into mm_node.module
3) name changed many functions to work with the new module names
4) did some code cleanup along the way

Revision 1.1
Wed Sep 5 00:42:20 2007 UTC (2 years, 2 months ago) by arthuregg
Branch: MAIN
Branch point for: DRUPAL-5
FILE REMOVED
file media_mover_api.install was initially added on branch DRUPAL-5.

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.2