added missing module fixer and updated imagecache_actions

This commit is contained in:
Bachir Soussi Chiadmi
2018-03-21 17:06:08 +01:00
parent 3f7e130321
commit 0bcc558ed5
83 changed files with 6386 additions and 2517 deletions

View File

@@ -1,9 +1,8 @@
<?php
// $ID: $
/**
* @file
* Test imagecache preset.
*
*
* Created on Dec 29, 2009
*
* @author 'dman' Dan Morrison http://coders.co.nz/
@@ -12,7 +11,7 @@
$presets['cheap_dropshadow'] = array (
'name' => 'cheap_dropshadow',
'#weight' => '3.3',
'effects' =>
'effects' =>
array (
-1 => array (
'weight' => '-1',
@@ -20,28 +19,29 @@ $presets['cheap_dropshadow'] = array (
'name' => 'coloractions_convert',
'data' => array (
'format' => 'image/png',
'quality' => '95',
),
),
0 =>
0 =>
array (
'weight' => '0',
'module' => 'imagecache_canvasactions',
'name' => 'canvasactions_definecanvas',
'data' =>
'data' =>
array (
'RGB' =>
'RGB' =>
array (
'HEX' => '999999',
),
'under' => 0,
'exact' =>
'exact' =>
array (
'width' => '',
'height' => '',
'xpos' => 'center',
'ypos' => 'center',
),
'relative' =>
'relative' =>
array (
'leftdiff' => '0',
'rightdiff' => '0',
@@ -50,26 +50,26 @@ $presets['cheap_dropshadow'] = array (
),
),
),
1 =>
1 =>
array (
'weight' => '1',
'module' => 'imagecache_canvasactions',
'name' => 'canvasactions_definecanvas',
'data' =>
'data' =>
array (
'RGB' =>
'RGB' =>
array (
'HEX' => '',
),
'under' => 1,
'exact' =>
'exact' =>
array (
'width' => '',
'height' => '',
'xpos' => 'center',
'ypos' => 'center',
),
'relative' =>
'relative' =>
array (
'leftdiff' => '20',
'rightdiff' => '0',
@@ -78,27 +78,27 @@ $presets['cheap_dropshadow'] = array (
),
),
),
2 =>
2 =>
array (
'weight' => '2',
'module' => 'imagecache_canvasactions',
'name' => 'canvasactions_source2canvas',
'data' =>
'data' =>
array (
'xpos' => 0,
'ypos' => 0,
'alpha' => '100',
),
),
3 =>
3 =>
array (
'weight' => '3',
'module' => 'image',
'name' => 'image_scale',
'data' =>
'data' =>
array (
'width' => '200',
'height' => '100%',
'height' => '',
'upscale' => 0,
),
),
@@ -108,7 +108,8 @@ $presets['cheap_dropshadow'] = array (
'name' => 'coloractions_convert',
'data' => array (
'format' => 'image/png',
'quality' => '95',
),
),
),
);
);

View File

@@ -1,5 +1,4 @@
<?php
// $ID: $
/**
* @file
* Test imagecache preset.

View File

@@ -1,9 +1,8 @@
<?php
// $ID: $
/**
* @file
* Test imagecache preset.
*
*
* Created on Dec 29, 2009
*
* @author 'dman' Dan Morrison http://coders.co.nz/
@@ -41,7 +40,8 @@ $presets['positioned_underlay'] = array (
'name' => 'coloractions_convert',
'data' => array (
'format' => 'image/png',
'quality' => '95',
),
),
),
);
);

View File

@@ -1,9 +1,8 @@
<?php
// $ID: $
/**
* @file
* Test imagecache preset.
*
*
* Created on Dec 29, 2009
*
* @author 'dman' Dan Morrison http://coders.co.nz/
@@ -17,7 +16,7 @@ $presets['rotate_alpha'] = array (
'weight' => '1',
'module' => 'image',
'name' => 'image_rotate',
'data' => array (
'data' => array (
'degrees' => '15',
'random' => 0,
'bgcolor' => '',
@@ -29,7 +28,8 @@ $presets['rotate_alpha'] = array (
'name' => 'coloractions_convert',
'data' => array (
'format' => 'image/png',
'quality' => '95',
),
),
),
);
);

View File

@@ -1,9 +1,8 @@
<?php
// $ID: $
/**
* @file
* Test imagecache preset.
*
*
* Created on Dec 29, 2009
*
* @author 'dman' Dan Morrison http://coders.co.nz/
@@ -18,7 +17,7 @@ $presets['rotate_alpha_gif'] = array (
'weight' => '1',
'module' => 'image',
'name' => 'image_rotate',
'data' => array (
'data' => array (
'degrees' => '15',
'random' => 0,
'bgcolor' => '',
@@ -30,7 +29,8 @@ $presets['rotate_alpha_gif'] = array (
'name' => 'coloractions_convert',
'data' => array (
'format' => 'image/gif',
'quality' => '75',
),
),
),
);
);

View File

@@ -1,5 +1,4 @@
<?php
// $ID: $
/**
* @file
* Test imagecache preset.

View File

@@ -1,9 +1,8 @@
<?php
// $ID: $
/**
* @file
* Test imagecache preset.
*
*
* Created on Dec 29, 2009
*
* @author 'dman' Dan Morrison http://coders.co.nz/
@@ -18,7 +17,7 @@ $presets['rotate_scale_alpha'] = array (
'weight' => '1',
'module' => 'image',
'name' => 'image_rotate',
'data' => array (
'data' => array (
'degrees' => '65',
'random' => 0,
'bgcolor' => '',
@@ -33,6 +32,7 @@ $presets['rotate_scale_alpha'] = array (
'name' => 'coloractions_convert',
'data' => array (
'format' => 'image/png',
'quality' => '95',
),
),
*/
@@ -52,8 +52,9 @@ $presets['rotate_scale_alpha'] = array (
'name' => 'coloractions_convert',
'data' => array (
'format' => 'image/png',
'quality' => '95',
),
),
),
);
);

View File

@@ -1,9 +1,8 @@
<?php
// $ID: $
/**
* @file
* Test imagecache preset.
*
*
* Created on Dec 29, 2009
*
* @author 'dman' Dan Morrison http://coders.co.nz/
@@ -28,7 +27,8 @@ $presets['rounded'] = array (
'name' => 'coloractions_convert',
'data' =>array (
'format' => 'image/png',
'quality' => '95',
),
),
),
);
);

View File

@@ -1,9 +1,8 @@
<?php
// $ID: $
/**
* @file
* Test imagecache preset.
*
*
* Created on Dec 29, 2009
*
* @author 'dman' Dan Morrison http://coders.co.nz/
@@ -37,7 +36,8 @@ $presets['rounded_bl'] = array (
'name' => 'coloractions_convert',
'data' =>array (
'format' => 'image/png',
'quality' => '95',
),
),
),
);
);

View File

@@ -1,5 +1,4 @@
<?php
// $ID: $
/**
* @file
* Test imagecache preset.

View File

@@ -1,5 +1,4 @@
<?php
// $ID: $
/**
* @file
* Test imagecache preset.

View File

@@ -1,5 +1,4 @@
<?php
// $ID: $
/**
* @file
* Test imagecache preset.