/[drupal]/contributions/modules/media_mover/README.txt
ViewVC logotype

Log of /contributions/modules/media_mover/README.txt

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


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

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

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

Revision 1.8.2.14.2.2 - (view) (download) (annotate) - [select for diffs]
Tue Oct 6 22:45:11 2009 UTC (7 weeks, 2 days ago) by arthuregg
Branch: DRUPAL-6--1
Changes since 1.8.2.14.2.1: +1 -13 lines
Diff to previous 1.8.2.14.2.1 , to branch point 1.8.2.14 , to next main 1.8.2.17
removes legacy instructions for S3 code

Revision 1.8.2.14.2.1.2.4 - (view) (download) (annotate) - [select for diffs]
Tue Oct 6 22:45:06 2009 UTC (7 weeks, 2 days ago) by arthuregg
Branch: DRUPAL-6--2
Changes since 1.8.2.14.2.1.2.3: +1 -13 lines
Diff to previous 1.8.2.14.2.1.2.3 , to branch point 1.8.2.14.2.1
removes legacy instructions for S3 code

Revision 1.8.2.14.2.1.2.3 - (view) (download) (annotate) - [select for diffs]
Thu Sep 3 03:39:00 2009 UTC (2 months, 3 weeks ago) by arthuregg
Branch: DRUPAL-6--2
Changes since 1.8.2.14.2.1.2.2: +2 -7 lines
Diff to previous 1.8.2.14.2.1.2.2 , to branch point 1.8.2.14.2.1
Reorganizes some functions, building back the configuration run process, need to consider how to deal with the step model vs. the configuration run model

Revision 1.8.2.14.2.1.2.2 - (view) (download) (annotate) - [select for diffs]
Mon Jun 15 20:20:02 2009 UTC (5 months, 1 week ago) by arthuregg
Branch: DRUPAL-6--2
Changes since 1.8.2.14.2.1.2.1: +27 -2 lines
Diff to previous 1.8.2.14.2.1.2.1 , to branch point 1.8.2.14.2.1
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.8.2.14.2.1.2.1 - (view) (download) (annotate) - [select for diffs]
Sat Apr 18 09:18:36 2009 UTC (7 months, 1 week ago) by arthuregg
Branch: DRUPAL-6--2
Changes since 1.8.2.14.2.1: +15 -1 lines
Diff to previous 1.8.2.14.2.1
 * added new compression options
 * more API cleanup

Revision 1.8.2.17 - (view) (download) (annotate) - [select for diffs]
Sun Mar 22 21:27:17 2009 UTC (8 months ago) by arthuregg
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-0-RC5, DRUPAL-5--1-0-RC6, DRUPAL-5--1-0-RC7
Changes since 1.8.2.16: +3 -1 lines
Diff to previous 1.8.2.16 , to branch point 1.8 , to next main 1.17
Added 5.10 requirement information

Revision 1.8.2.16 - (view) (download) (annotate) - [select for diffs]
Sun Mar 22 15:58:56 2009 UTC (8 months ago) by arthuregg
Branch: DRUPAL-5
Changes since 1.8.2.15: +1 -8 lines
Diff to previous 1.8.2.15 , to branch point 1.8
#410174 by alakon: Fixed the Readme to remove the reference to drivers

Revision 1.8.2.15 - (view) (download) (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
Changes since 1.8.2.14: +6 -6 lines
Diff to previous 1.8.2.14 , to branch point 1.8
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.8.2.14.2.1 - (view) (download) (annotate) - [select for diffs]
Wed Oct 29 02:16:43 2008 UTC (12 months, 4 weeks ago) by arthuregg
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0-ALPHA1, DRUPAL-6--1-0-ALPHA3, DRUPAL-6--1-0-ALPHA4, DRUPAL-6--1-0-ALPHA5, DRUPAL-6--1-0-BETA1, DRUPAL-6--1-0-BETA2, DRUPAL-6--1-0-BETA3, DRUPAL-6--1-0-BETA4
Branch point for: DRUPAL-6--2
Changes since 1.8.2.14: +4 -3 lines
Diff to previous 1.8.2.14
Lots of fixes, see #324440, thanks to little red wagon for all the great bug reports

* fixes issues with cron configuration overrides
* fixes issues with cpu_check function
* fixes issues with queryd being left on
* fixes issues with node harvest not returnning an nid due to changes in the query structure
* deletion process vastly improved
* fixed local issue

Revision 1.8.2.14 - (view) (download) (annotate) - [select for diffs]
Sat Jun 28 23:01:26 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-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, DRUPAL-5--1-0-alpha1
Branch point for: DRUPAL-6--1
Changes since 1.8.2.13: +2 -142 lines
Diff to previous 1.8.2.13 , to branch point 1.8
Starting movement toward getting documentation setup on drupal.org

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

Revision 1.8.2.12 - (view) (download) (annotate) - [select for diffs]
Thu May 15 19:54:12 2008 UTC (18 months, 1 week ago) by arthuregg
Branch: DRUPAL-5
Changes since 1.8.2.11: +5 -12 lines
Diff to previous 1.8.2.11 , to branch point 1.8
slight tweaks to make things more understandable

Revision 1.8.2.11 - (view) (download) (annotate) - [select for diffs]
Sun Mar 23 16:52:52 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.8.2.10: +4 -10 lines
Diff to previous 1.8.2.10 , to branch point 1.8
improves the readme info

Revision 1.8.2.10 - (view) (download) (annotate) - [select for diffs]
Sat Mar 22 14:10:43 2008 UTC (20 months ago) by arthuregg
Branch: DRUPAL-5
Changes since 1.8.2.9: +8 -12 lines
Diff to previous 1.8.2.9 , to branch point 1.8
Removed the FFmpeg stuff (moved to ffmpeg_wrapper)

Revision 1.8.2.9 - (view) (download) (annotate) - [select for diffs]
Mon Mar 17 03:34:06 2008 UTC (20 months, 1 week ago) by arthuregg
Branch: DRUPAL-5
Changes since 1.8.2.8: +33 -28 lines
Diff to previous 1.8.2.8 , to branch point 1.8
Improving the documentation on the API

Revision 1.8.2.8 - (view) (download) (annotate) - [select for diffs]
Sun Mar 16 23:04:32 2008 UTC (20 months, 1 week ago) by arthuregg
Branch: DRUPAL-5
Changes since 1.8.2.7: +9 -1 lines
Diff to previous 1.8.2.7 , to branch point 1.8
some more cleanup of the fetch call

Revision 1.8.2.7 - (view) (download) (annotate) - [select for diffs]
Wed Mar 5 23:18:26 2008 UTC (20 months, 3 weeks ago) by arthuregg
Branch: DRUPAL-5
Changes since 1.8.2.6: +13 -6 lines
Diff to previous 1.8.2.6 , to branch point 1.8
fixes some issues with file display
first commit of re-process on individual nodes
improves some of the API doc in the readme

Revision 1.8.2.6 - (view) (download) (annotate) - [select for diffs]
Wed Feb 20 14:16:38 2008 UTC (21 months, 1 week ago) by arthuregg
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--0-4
Changes since 1.8.2.5: +5 -4 lines
Diff to previous 1.8.2.5 , to branch point 1.8
updated the location of the drivers and ffmpeg file

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Wed Feb 6 22:35:07 2008 UTC (21 months, 2 weeks ago) by bdragon
Branch: MAIN
CVS Tags: HEAD
Changes since 1.16: +5 -1 lines
Diff to previous 1.16
Work on email / nodes.

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Sat Jan 19 18:26:24 2008 UTC (22 months, 1 week ago) by bdragon
Branch: MAIN
Changes since 1.15: +1 -6 lines
Diff to previous 1.15
D6 style theming.
Move more stuff to the .inc file.
Fix a warning.

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

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Mon Jan 7 00:55:34 2008 UTC (22 months, 3 weeks ago) by bdragon
Branch: MAIN
Changes since 1.13: +1 -4 lines
Diff to previous 1.13
More work in progress.

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Thu Jan 3 19:03:09 2008 UTC (22 months, 3 weeks ago) by arthuregg
Branch: MAIN
Changes since 1.12: +5 -1 lines
Diff to previous 1.12
added a link to the doxygen repository

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Thu Jan 3 02:57:51 2008 UTC (22 months, 3 weeks ago) by bdragon
Branch: MAIN
Changes since 1.11: +132 -68 lines
Diff to previous 1.11
Merge DRUPAL-5 version by hand now that the changes were reintegrated.

Revision 1.8.2.5 - (view) (download) (annotate) - [select for diffs]
Thu Jan 3 02:55:47 2008 UTC (22 months, 3 weeks ago) by bdragon
Branch: DRUPAL-5
Changes since 1.8.2.4: +14 -1 lines
Diff to previous 1.8.2.4 , to branch point 1.8
Manually merge HEAD divergence back into DRUPAL-5 branch to get HEAD ready for pre-branch merge.

Revision 1.8.2.4 - (view) (download) (annotate) - [select for diffs]
Mon Oct 8 18:23:39 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.8.2.3: +4 -8 lines
Diff to previous 1.8.2.3 , to branch point 1.8
Some early work on deletion is started
Improved some parts of ffmpeg's error handling
stoping file saving proces if file status gets set

Revision 1.8.2.3 - (view) (download) (annotate) - [select for diffs]
Sun Sep 16 13:11:36 2007 UTC (2 years, 2 months ago) by arthuregg
Branch: DRUPAL-5
Changes since 1.8.2.2: +54 -34 lines
Diff to previous 1.8.2.2 , to branch point 1.8
updated the readme file to have information about how to create a media mover configuration and the new api

Revision 1.8.2.2 - (view) (download) (annotate) - [select for diffs]
Thu Aug 30 15:38:50 2007 UTC (2 years, 2 months ago) by arthuregg
Branch: DRUPAL-5
Changes since 1.8.2.1: +50 -22 lines
Diff to previous 1.8.2.1 , to branch point 1.8
improved some of the documentation

Revision 1.8.2.1 - (view) (download) (annotate) - [select for diffs]
Thu May 31 15:47:18 2007 UTC (2 years, 5 months ago) by arthuregg
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--0-2, DRUPAL-5--0-2-1, DRUPAL-5--0-2-2, DRUPAL-5--0-3-0, DRUPAL-5--0-3-1
Changes since 1.8: +65 -59 lines
Diff to previous 1.8
changed the form construction to stop using : in names, some text improvements

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Mon Apr 2 22:12:07 2007 UTC (2 years, 7 months ago) by arthuregg
Branch: MAIN
Changes since 1.10: +11 -1 lines
Diff to previous 1.10
- improved directory creation for MM modules
- added a requirements note in readme

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Mon Jan 29 15:03:08 2007 UTC (2 years, 9 months ago) by arthuregg
Branch: MAIN
CVS Tags: DRUPAL-5--0-1
Changes since 1.9: +5 -4 lines
Diff to previous 1.9
- fixed issue with configuration saving
- renamed all actions

Note- all the actions have been renamed because of how drupal5 handles the form names (can't have spaces in the form element names). I hope to change how the action names get passed around to be dependent on ids rather than plain text so it's easier to develop for this

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Thu Jan 25 20:14:59 2007 UTC (2 years, 10 months ago) by arthuregg
Branch: MAIN
Changes since 1.8: +5 -17 lines
Diff to previous 1.8
- updated to use the "config" hook

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Thu Jan 25 16:24:37 2007 UTC (2 years, 10 months ago) by arthuregg
Branch: MAIN
Branch point for: DRUPAL-5
Changes since 1.7: +17 -1 lines
Diff to previous 1.7
pushing up a new change set, getting ready for 5.0 release

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Wed Jan 3 01:29:23 2007 UTC (2 years, 10 months ago) by arthuregg
Branch: MAIN
CVS Tags: DRUPAL-4-7--0-1
Branch point for: DRUPAL-4-7
Changes since 1.6: +1 -1 lines
Diff to previous 1.6
trying to get the darn ids to work

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Wed Jan 3 01:26:41 2007 UTC (2 years, 10 months ago) by arthuregg
Branch: MAIN
Changes since 1.5: +1 -1 lines
Diff to previous 1.5
- added ids to files
- fixed the new config on ffmpeg

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Wed Jan 3 01:18:20 2007 UTC (2 years, 10 months ago) by arthuregg
Branch: MAIN
Changes since 1.4: +2 -2 lines
Diff to previous 1.4
- fixed a major problem with configuration lengths being to long (note, change media_mover_configurations to blob)
- fixed a major problem with configuration edits in media mover
- added lots of configuration options for ffmpeg
- fixed s3 to respect per config bucket choices
- added support for file edits and deletes

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Tue Jan 2 23:20:24 2007 UTC (2 years, 10 months ago) by arthuregg
Branch: MAIN
Changes since 1.3: +3 -0 lines
Diff to previous 1.3
- added update and delete options for indivdiual files
- still need to build the interfaces for editing and deleting individual files

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Tue Jan 2 22:03:17 2007 UTC (2 years, 10 months ago) by arthuregg
Branch: MAIN
Changes since 1.2: +7 -1 lines
Diff to previous 1.2
- added the s3 modules
- added a note to download the driver files so that extra code doesn't go into drupal repos

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Tue Jan 2 21:35:36 2007 UTC (2 years, 10 months ago) by arthuregg
Branch: MAIN
Changes since 1.1: +125 -0 lines
Diff to previous 1.1
- added options for watermark settings

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Tue Jan 2 21:15:38 2007 UTC (2 years, 10 months ago) by arthuregg
Branch: MAIN
- added the FFmpeg module
- added a readme file (gotta write this!)

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