/[drupal]/contributions/modules/imagecache_actions/imagecache_canvasactions.module
ViewVC logotype

Log of /contributions/modules/imagecache_actions/imagecache_canvasactions.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.3.2.15 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 30 13:57:47 2009 UTC (3 weeks, 4 days ago) by dman
Branch: DRUPAL-6--1
Changes since 1.3.2.14: +21 -9 lines
Diff to previous 1.3.2.14 , to branch point 1.3
Simplified some help text. Experimental support for imagemagick alpha-blend overlays (YMMV on different imagemagick versions)

Revision 1.3.2.14 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 31 04:12:20 2009 UTC (2 months, 3 weeks ago) by dman
Branch: DRUPAL-6--1
Changes since 1.3.2.13: +5 -5 lines
Diff to previous 1.3.2.13 , to branch point 1.3
HUGE number of small changes - code style tweaks, just whitespace niggles generally. PLUS an entirely new revised algorithm for rounded corners contributed by donquixote http://drupal.org/node/564036 . Sorry for the huge patch if anyone is CVS-ing, you are best to take a diff of your own changes, then REPLACE all files from cvs-dev, then re-apply. All the code convention fixes will have scrambled most checkouts.

Revision 1.3.2.13 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 31 02:35:13 2009 UTC (2 months, 3 weeks ago) by dman
Branch: DRUPAL-6--1
Changes since 1.3.2.12: +9 -11 lines
Diff to previous 1.3.2.12 , to branch point 1.3
Revised docs. More enhancements to the textactions, better doc, better error handling. Attempted optimization of canvasactions/watermark

Revision 1.3.2.12 - (view) (download) (as text) (annotate) - [select for diffs]
Sat May 2 04:54:50 2009 UTC (6 months, 3 weeks ago) by dman
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-6
Changes since 1.3.2.11: +72 -43 lines
Diff to previous 1.3.2.11 , to branch point 1.3
 Modified imagecache_actions_keyword_filter to allow values like right-10. This is to be used in the next text renderer. Restored source2canvas action - I found a use for it. added trial support for imagemagick overlay - using pipeline not save & open. Added a warning about imagemagick if not supported. Added validation to the xpos/ypos values. Just ensures they are set to 0 if blank. Mainly for the UI summary.

Revision 1.2.2.3.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 23 00:50:13 2009 UTC (7 months ago) by dman
Branch: DRUPAL-5--3
CVS Tags: DRUPAL-5--3-1
Changes since 1.2.2.3: +11 -11 lines
Diff to previous 1.2.2.3 , to next main 1.2.2.4
All files converted to use $image->resource not $image->res
Added an upgrade routine to coloractions - just to flush the imagecache operations cache. Again.

Revision 1.2.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 22 23:58:05 2009 UTC (7 months ago) by dman
Branch: DRUPAL-5--2
Changes since 1.2.2.3: +11 -11 lines
Diff to previous 1.2.2.3 , to branch point 1.2 , to next main 1.3
Repaired the breakages caused by the March 2009 imageapi upgrade.
Backport fixes etc
OK -
If you are using imageapi-DRUPAL-5--1-5 or greater, USE THIS imagecache_actions-DRUPAL-5--3
If you have imageapi-DRUPAL-5--1-4 or less, USE imagecache_actions-DRUPAL-5--2

Make sense? Me neither.

Revision 1.2.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Apr 21 12:37:38 2009 UTC (7 months ago) by dman
Branch: DRUPAL-5--2
Branch point for: DRUPAL-5--3
Changes since 1.2.2.2: +2 -2 lines
Diff to previous 1.2.2.2 , to branch point 1.2
Trouble flushing imagecaches internal actions cache.
added a flush - if possible - on install of the add -on module.
I'd done this for others. Looks like this one missed out that time

Revision 1.3.2.11 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Mar 28 05:10:28 2009 UTC (7 months, 4 weeks ago) by dman
Branch: DRUPAL-6--1
Changes since 1.3.2.10: +2 -10 lines
Diff to previous 1.3.2.10 , to branch point 1.3
More imageapi 1.4 repairs.
http://drupal.org/node/414726
some comment clean-up

Revision 1.2.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 16 01:28:42 2009 UTC (8 months, 1 week ago) by dman
Branch: DRUPAL-5--2
Changes since 1.2.2.1: +8 -2 lines
Diff to previous 1.2.2.1 , to branch point 1.2
First round of backporting rounded corners. No big problems found

Revision 1.3.2.10 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Mar 15 15:13:39 2009 UTC (8 months, 1 week ago) by dman
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-5
Changes since 1.3.2.9: +4 -2 lines
Diff to previous 1.3.2.9 , to branch point 1.3
Added a better fallback for imagemagick (none - but no error either)
Just exception handling

Revision 1.3.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 10 14:47:29 2009 UTC (8 months, 2 weeks ago) by dman
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-4
Changes since 1.3.2.8: +43 -26 lines
Diff to previous 1.3.2.8 , to branch point 1.3
Testing/fixing issues for transparent gifs.
Updated to the dev version of imageapi
*THIS IS NOW INCOMPATABLE WITH EARLIER VERSIONS OF IMAGEAPI*
due to an internal API change.
Updgrade both or neither :-/

Revision 1.3.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 10 01:52:31 2009 UTC (8 months, 2 weeks ago) by dman
Branch: DRUPAL-6--1
Changes since 1.3.2.7: +11 -5 lines
Diff to previous 1.3.2.7 , to branch point 1.3
Added the 'aspect' action, which allows you to choose between two different presets depending on whether the image is wide or tall. This is quite a specific requirement, but may help in some designs.

Revision 1.3.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Feb 7 16:31:19 2009 UTC (9 months, 2 weeks ago) by dman
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-2
Changes since 1.3.2.6: +3 -16 lines
Diff to previous 1.3.2.6 , to branch point 1.3
Replaced the imagefield support, following work from mikeytown2
Also added support for filefield and upload.module files
And descriptions of those files
http://drupal.org/node/363434

Small inconsistancy with include paths fixed up
http://drupal.org/node/370230

update to the cache flush process on install
http://drupal.org/node/366990

Also - some PHP STRICT fixes
and minor typos

Revision 1.3.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 6 21:53:55 2009 UTC (10 months, 2 weeks ago) by dman
Branch: DRUPAL-6--1
Changes since 1.3.2.5: +1 -6 lines
Diff to previous 1.3.2.5 , to branch point 1.3
Removed redundant source2canvas effect
Added more UI help, and a little validation.
Added missing action summary text for some processes
Changed how 'underlay' handles the resulting image size. It WAS cropping to the size of the background image only. Now it offers choices.

Revision 1.3.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 5 20:26:00 2009 UTC (10 months, 2 weeks ago) by dman
Branch: DRUPAL-6--1
Changes since 1.3.2.4: +11 -2 lines
Diff to previous 1.3.2.4 , to branch point 1.3
String formatting fix for error message - http://drupal.org/node/347052
Also - First run at rounded corners effect (as part of canvasactions)
  works in limited testing. GD toolkit only so far, as usual.
  requires extra effort to get transparent layers right (if not using PNG) so read the instructions on the page.
per request http://drupal.org/node/320186

Revision 1.3.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 26 16:15:58 2008 UTC (11 months, 4 weeks ago) by dman
Branch: DRUPAL-6--1
Changes since 1.3.2.3: +41 -2 lines
Diff to previous 1.3.2.3 , to branch point 1.3
All color pickers now use farbtastic selector
All actions are now described fully in the preset overview table again
More docs and explanations.
Minor tests and tidy-ups.

Revision 1.3.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 17 03:04:53 2008 UTC (12 months, 1 week ago) by dman
Branch: DRUPAL-6--1
Changes since 1.3.2.2: +21 -1 lines
Diff to previous 1.3.2.2 , to branch point 1.3
Reworked the UI a little internally to re-use form/theme funcs
Updated docs on canvasactions, a little testing
Modified code for php STRICT

Revision 1.2.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 16 09:31:19 2008 UTC (13 months, 1 week ago) by dman
Branch: DRUPAL-5--2
CVS Tags: DRUPAL-5--2-2, DRUPAL-5--2-3
Changes since 1.2: +1 -15 lines
Diff to previous 1.2
Backported the dynamic text update from D6
Fixed up the enable/disable bug a bit using install .inc files
Warning - this can still throw errors if the fonts are not found

Revision 1.3.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 9 07:36:04 2008 UTC (13 months, 2 weeks ago) by dman
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0, DRUPAL-6--1-1
Changes since 1.3.2.1: +13 -13 lines
Diff to previous 1.3.2.1 , to branch point 1.3
New editor snuck in some tabs. Repaired :-(

Revision 1.3.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 9 06:46:16 2008 UTC (13 months, 2 weeks ago) by dman
Branch: DRUPAL-6--1
Changes since 1.3: +22 -1 lines
Diff to previous 1.3
Using a much better algorithm for transparent overlays.
UI tweaks for textactions
Transparency support for gif indexed color in overlays

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Aug 19 14:26:10 2008 UTC (15 months ago) by dman
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-6--1
Changes since 1.2: +3 -28 lines
Diff to previous 1.2
Split the text process off into a submodule, removed it from
canvasactions
Merged the 'dynamic' caption function from
http://drupal.org/node/264862
into the text module

Attempted to address the imagecache profile cache problem where new
action modules do not show up on when enabled

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 28 13:18:41 2008 UTC (17 months, 4 weeks ago) by dman
Branch: MAIN
CVS Tags: DRUPAL-5--1-0, DRUPAL-5--2-0, DRUPAL-5--2-1
Branch point for: DRUPAL-5--2
Changes since 1.1: +2 -2 lines
Diff to previous 1.1
Added sample screenshots

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 28 11:45:08 2008 UTC (17 months, 4 weeks ago) by dman
Branch: MAIN
First commit of the imageapi extensions as per:
http://drupal.org/node/184816

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