CVS messages
CVS (Concurrent Versions System) is a code management system used by developers to collaborate and track modifications of code.
December 28, 2009
-
Imagecache Actions: /modules/imagecache_actions/canvasactions.inc 1.1.4.21 @ DRUPAL-6--1
Imagecache Actions: /modules/imagecache_actions/help/aspect_switcher.html 1.1.2.2 @ DRUPAL-6--1
Imagecache Actions: /modules/imagecache_actions/imagecache_canvasactions.module 1.3.2.16 @ DRUPAL-6--1Code-style for some comments, added notes re positioning problem with underlay. set default extension to png for working canvases so transparency is preserved in intermediate layers. Added an assertion to ensure resources are always valid.
October 30, 2009
-
Imagecache Actions: /modules/imagecache_actions/imagecache_canvasactions.module 1.3.2.15 @ DRUPAL-6--1
Simplified some help text. Experimental support for imagemagick alpha-blend overlays (YMMV on different imagemagick versions)
August 31, 2009
-
Imagecache Actions: /modules/imagecache_actions/canvasactions.inc 1.1.4.17 @ DRUPAL-6--1
Imagecache Actions: /modules/imagecache_actions/imagecache_canvasactions.install 1.1.4.3 @ DRUPAL-6--1
Imagecache Actions: /modules/imagecache_actions/imagecache_canvasactions.module 1.3.2.14 @ DRUPAL-6--1
Imagecache Actions: /modules/imagecache_actions/imagecache_coloractions.install 1.1.2.3 @ DRUPAL-6--1
Imagecache Actions: /modules/imagecache_actions/imagecache_customactions.install 1.1.2.3 @ DRUPAL-6--1
Imagecache Actions: /modules/imagecache_actions/imagecache_textactions.install 1.1.2.3 @ DRUPAL-6--1
Imagecache Actions: /modules/imagecache_actions/imagefilter.inc 1.1.4.1 @ DRUPAL-6--1
Imagecache Actions: /modules/imagecache_actions/textactions.inc 1.1.2.15 @ DRUPAL-6--1
Imagecache Actions: /modules/imagecache_actions/textrender.inc 1.1.2.3 @ DRUPAL-6--1
Imagecache Actions: /modules/imagecache_actions/transparency.inc 1.3.2.4 @ DRUPAL-6--1
Imagecache Actions: /modules/imagecache_actions/utility.inc 1.4.2.11 @ DRUPAL-6--1
Imagecache Actions: /modules/imagecache_actions/watermark.inc 1.1.4.5 @ DRUPAL-6--1HUGE 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.
-
Imagecache Actions: /modules/imagecache_actions/canvasactions.inc 1.1.4.16 @ DRUPAL-6--1
Imagecache Actions: /modules/imagecache_actions/docs/polaroid.png 1.1.2.4 @ DRUPAL-6--1
Imagecache Actions: /modules/imagecache_actions/imagecache_canvasactions.module 1.3.2.13 @ DRUPAL-6--1
Imagecache Actions: /modules/imagecache_actions/imagecache_textactions.module 1.2.2.8 @ DRUPAL-6--1
Imagecache Actions: /modules/imagecache_actions/textactions.inc 1.1.2.14 @ DRUPAL-6--1
Imagecache Actions: /modules/imagecache_actions/textrender.inc 1.1.2.2 @ DRUPAL-6--1
Imagecache Actions: /modules/imagecache_actions/utility.inc 1.4.2.10 @ DRUPAL-6--1Revised docs. More enhancements to the textactions, better doc, better error handling. Attempted optimization of canvasactions/watermark
May 2, 2009
-
Imagecache Actions: /modules/imagecache_actions/canvasactions.inc 1.1.4.13 @ DRUPAL-6--1
Imagecache Actions: /modules/imagecache_actions/imagecache_canvasactions.module 1.3.2.12 @ DRUPAL-6--1
Imagecache Actions: /modules/imagecache_actions/imagecache_coloractions.module 1.4.2.9 @ DRUPAL-6--1
Imagecache Actions: /modules/imagecache_actions/imagecache_textactions.module 1.2.2.7 @ DRUPAL-6--1
Imagecache Actions: /modules/imagecache_actions/textactions.inc 1.1.2.11 @ DRUPAL-6--1
Imagecache Actions: /modules/imagecache_actions/utility.inc 1.4.2.6 @ DRUPAL-6--1Modified 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.
April 23, 2009
-
Imagecache Actions: /modules/imagecache_actions/canvasactions.inc 1.1.2.2.2.1 @ DRUPAL-5--3
Imagecache Actions: /modules/imagecache_actions/imagecache_canvasactions.module 1.2.2.3.2.1 @ DRUPAL-5--3
Imagecache Actions: /modules/imagecache_actions/imagecache_coloractions.install 1.1.4.2.2.1 @ DRUPAL-5--3
Imagecache Actions: /modules/imagecache_actions/imagecache_coloractions.module 1.2.2.1.2.1 @ DRUPAL-5--3
Imagecache Actions: /modules/imagecache_actions/textactions.inc 1.2.2.3.2.1 @ DRUPAL-5--3
Imagecache Actions: /modules/imagecache_actions/transparency.inc 1.1.4.1 @ DRUPAL-5--3All files converted to use $image->resource not $image->res Added an upgrade routine to coloractions - just to flush the imagecache operations cache. Again.
April 22, 2009
-
Imagecache Actions: /modules/imagecache_actions/canvasactions.inc 1.1.2.3 @ DRUPAL-5--2
Imagecache Actions: /modules/imagecache_actions/imagecache_canvasactions.module 1.2.2.4 @ DRUPAL-5--2
Imagecache Actions: /modules/imagecache_actions/imagecache_coloractions.module 1.2.2.2 @ DRUPAL-5--2
Imagecache Actions: /modules/imagecache_actions/textactions.inc 1.2.2.4 @ DRUPAL-5--2
Imagecache Actions: /modules/imagecache_actions/transparency.inc 1.1.2.1 @ DRUPAL-5--2Repaired 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.
April 21, 2009
-
Imagecache Actions: /modules/imagecache_actions/canvasactions.inc 1.1.2.2 @ DRUPAL-5--2
Imagecache Actions: /modules/imagecache_actions/imagecache_canvasactions.module 1.2.2.3 @ DRUPAL-5--2
Imagecache Actions: /modules/imagecache_actions/imagecache_coloractions.install 1.1.4.2 @ DRUPAL-5--2
Imagecache Actions: /modules/imagecache_actions/imagecache_coloractions.module 1.2.2.1 @ DRUPAL-5--2Trouble 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
March 28, 2009
-
Imagecache Actions: /modules/imagecache_actions/imagecache_canvasactions.module 1.3.2.11 @ DRUPAL-6--1
Imagecache Actions: /modules/imagecache_actions/imagecache_coloractions.module 1.4.2.8 @ DRUPAL-6--1
Imagecache Actions: /modules/imagecache_actions/imagecache_customactions.module 1.1.2.2 @ DRUPAL-6--1
Imagecache Actions: /modules/imagecache_actions/transparency.inc 1.3.2.3 @ DRUPAL-6--1More imageapi 1.4 repairs. http://drupal.org/node/414726 some comment clean-up
March 16, 2009
-
Imagecache Actions: /modules/imagecache_actions/canvasactions.inc 1.1.2.1 @ DRUPAL-5--2
Imagecache Actions: /modules/imagecache_actions/imagecache_canvasactions.install 1.1.2.2 @ DRUPAL-5--2
Imagecache Actions: /modules/imagecache_actions/imagecache_canvasactions.module 1.2.2.2 @ DRUPAL-5--2
Imagecache Actions: /modules/imagecache_actions/imagecache_textactions.install 1.1.4.3 @ DRUPAL-5--2First round of backporting rounded corners. No big problems found
