/[drupal]/contributions/modules/transformer/transformer.module
ViewVC logotype

Log of /contributions/modules/transformer/transformer.module

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.19 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 11 09:52:31 2009 UTC (10 months, 2 weeks ago) by dopry
Branch: MAIN
CVS Tags: HEAD
Changes since 1.18: +17 -6 lines
Diff to previous 1.18
most recent update to transformer to support video transcoding. it's been a while since
I looked at this... but I know its functioning for some people...

Revision 1.18 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 4 15:24:17 2008 UTC (20 months, 3 weeks ago) by dopry
Branch: MAIN
Changes since 1.17: +71 -135 lines
Diff to previous 1.17
yeah... uh the hackish version.

Revision 1.17 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 4 18:26:47 2008 UTC (22 months, 3 weeks ago) by dopry
Branch: MAIN
Changes since 1.16: +29 -23 lines
Diff to previous 1.16
Begin adding queueing to transformer.module. removing priority system and just adding a queue flag.

Revision 1.16 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Sep 21 13:17:33 2007 UTC (2 years, 2 months ago) by dopry
Branch: MAIN
Changes since 1.15: +5 -3 lines
Diff to previous 1.15
some ui fixes following module split.

Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 30 09:14:36 2007 UTC (2 years, 7 months ago) by dopry
Branch: MAIN
Changes since 1.14: +48 -546 lines
Diff to previous 1.14
Big reorg. split ui/transform code. Moved transforms to a module hook instead of
conditional loading interface. cleaned up cruft. Probably thoroughly broken. :)

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Mar 10 09:09:57 2007 UTC (2 years, 8 months ago) by dopry
Branch: MAIN
Changes since 1.13: +24 -12 lines
Diff to previous 1.13
oh yeah and the rest of the changes that come with it.

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Mar 10 07:38:04 2007 UTC (2 years, 8 months ago) by dopry
Branch: MAIN
Changes since 1.12: +29 -26 lines
Diff to previous 1.12
menu / url rearrangment... added some _help text and descriptions to menu items.

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Mar 10 04:59:19 2007 UTC (2 years, 8 months ago) by dopry
Branch: MAIN
Changes since 1.11: +71 -84 lines
Diff to previous 1.11
a bit of drupal 5 lovin. I forgot I originally wrote this thing during 4.7.

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Mar 7 09:29:25 2007 UTC (2 years, 8 months ago) by dopry
Branch: MAIN
Changes since 1.10: +21 -5 lines
Diff to previous 1.10
updated the transformer_macro_perform function to support queueing...
added transformer_macro_queue function.

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 25 05:32:51 2007 UTC (2 years, 10 months ago) by dopry
Branch: MAIN
Changes since 1.9: +2 -5 lines
Diff to previous 1.9
adding some minor changes.

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 11 20:01:49 2007 UTC (2 years, 10 months ago) by dopry
Branch: MAIN
Changes since 1.8: +61 -14 lines
Diff to previous 1.8
Theoretically the transform code should be working now, assuming I haven't broken
something else in the modules. 5.0 conversion to begin later today.

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 1 16:37:09 2006 UTC (2 years, 11 months ago) by dopry
Branch: MAIN
Branch point for: DRUPAL-4-7
Changes since 1.7: +51 -106 lines
Diff to previous 1.7
adding transformer_macro_info which composites transform info
(extensions, mimes, and priority) for a macro.

adding transformer_transform_info which returns transform info from a
transform plugin.

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 15 23:26:36 2006 UTC (3 years ago) by dopry
Branch: MAIN
Changes since 1.6: +71 -55 lines
Diff to previous 1.6
Adding transforms to transformer.module... Its pretty useless without
them, but the admin interface is all that is working right now.

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 31 22:00:42 2006 UTC (3 years ago) by dopry
Branch: MAIN
Changes since 1.5: +6 -6 lines
Diff to previous 1.5
hehe, the macro add works now for anyone who wants to test.

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 31 21:55:26 2006 UTC (3 years ago) by dopry
Branch: MAIN
Changes since 1.4: +155 -113 lines
Diff to previous 1.4
The administrative UI seems to be complete except for validation.
I think its a major improvement.
@todo validation.

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 31 17:01:06 2006 UTC (3 years ago) by dopry
Branch: MAIN
Changes since 1.3: +114 -240 lines
Diff to previous 1.3
Progressing on the transformer ui...
macro list/add/delete works... need to split add into its own callback.
macro edit screen is in place with links to add new transforms with the menu item
for the transform/add.

next steps: transform add interface, transform delete interface, macro/transform edit interface.

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 20 17:24:19 2006 UTC (3 years, 1 month ago) by dopry
Branch: MAIN
Changes since 1.2: +652 -191 lines
Diff to previous 1.2
mostly broken. :)
renaming all crud functions, making more formapi / drupal 5 ready, sketched in a js editor
callback and documented some session structures for managing history, layers, and selections.

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 20 03:12:24 2006 UTC (3 years, 1 month ago) by dopry
Branch: MAIN
Changes since 1.1: +7 -7 lines
Diff to previous 1.1
fixing instal errors.

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 20 02:19:35 2006 UTC (3 years, 1 month ago) by dopry
Branch: MAIN
Initial commit of transformer module based on work by MarkThomson aka atrerra.
Its basically stripping the UI out of imagecache, splitting the image actions
into their own includes, changing the diction from preset/action to
transformation/transform, adding the db for the queue. added a callback for
javascript calls into the transform engine, extended actions to define mimetypes and
extensions they can operate on.

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