/[drupal]/contributions/modules/imagecache_actions/utility.inc
ViewVC logotype

Log of /contributions/modules/imagecache_actions/utility.inc

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.4.2.13 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 30 13:54:39 2009 UTC (4 weeks ago) by dman
Branch: DRUPAL-6--1
Changes since 1.4.2.12: +21 -12 lines
Diff to previous 1.4.2.12 , to branch point 1.4
changed the keyword parsing a little. Keyword splitting (eg 'left+25%') was not quite right

Revision 1.4.2.12 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 15 23:42:00 2009 UTC (2 months, 1 week ago) by dman
Branch: DRUPAL-6--1
Changes since 1.4.2.11: +2 -2 lines
Diff to previous 1.4.2.11 , to branch point 1.4
[#577930] - prefix fix for tables when looking up image node data

Revision 1.4.2.11 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 31 04:12:20 2009 UTC (2 months, 4 weeks ago) by dman
Branch: DRUPAL-6--1
Changes since 1.4.2.10: +12 -13 lines
Diff to previous 1.4.2.10 , to branch point 1.4
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.4.2.10 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 31 02:35:13 2009 UTC (2 months, 4 weeks ago) by dman
Branch: DRUPAL-6--1
Changes since 1.4.2.9: +30 -0 lines
Diff to previous 1.4.2.9 , to branch point 1.4
Revised docs. More enhancements to the textactions, better doc, better error handling. Attempted optimization of canvasactions/watermark

Revision 1.4.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 18 12:06:31 2009 UTC (5 months, 1 week ago) by dman
Branch: DRUPAL-6--1
Changes since 1.4.2.8: +1 -1 lines
Diff to previous 1.4.2.8 , to branch point 1.4
# http://drupal.org/node/491038
Fixed typo in SQL

Revision 1.4.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 27 17:06:43 2009 UTC (6 months ago) by dman
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-6
Changes since 1.4.2.7: +125 -0 lines
Diff to previous 1.4.2.7 , to branch point 1.4
Repaired some broken SQL in ht eway that textactions looks up its owner image - was Joined, but not on any axis - this was producing entirely wrong node results. Moved the function into utilities for re-use (by customactions)

Revision 1.4.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 19 17:27:27 2009 UTC (6 months, 1 week ago) by dman
Branch: DRUPAL-6--1
Changes since 1.4.2.6: +1 -1 lines
Diff to previous 1.4.2.6 , to branch point 1.4
small validation error - when validating numbers, wrong attribute was being checked. May have led to lost settings in some cases

Revision 1.4.2.6 - (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
Changes since 1.4.2.5: +91 -0 lines
Diff to previous 1.4.2.5 , to branch point 1.4
 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.4.2.5 - (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, DRUPAL-6--1-5
Changes since 1.4.2.4: +8 -0 lines
Diff to previous 1.4.2.4 , to branch point 1.4
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.4.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 26 16:15:58 2008 UTC (12 months ago) by dman
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-2
Changes since 1.4.2.3: +40 -23 lines
Diff to previous 1.4.2.3 , to branch point 1.4
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.4.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.4.2.2: +16 -7 lines
Diff to previous 1.4.2.2 , to branch point 1.4
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.4.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 9 13:43:15 2008 UTC (12 months, 2 weeks ago) by dman
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-1
Changes since 1.4.2.1: +12 -2 lines
Diff to previous 1.4.2.1 , to branch point 1.4
Added font distribution - liberation is fully GPL
Tweaked the text/dynamic text rendering
Made the validation on some forms work
Added even more help text

Revision 1.4.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
CVS Tags: DRUPAL-6--1-0
Changes since 1.4: +4 -0 lines
Diff to previous 1.4
Using a much better algorithm for transparent overlays.
UI tweaks for textactions
Transparency support for gif indexed color in overlays

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Aug 19 14:33:56 2008 UTC (15 months, 1 week ago) by dman
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-6--1
Changes since 1.3: +111 -111 lines
Diff to previous 1.3
synched up new tag branch

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Aug 19 14:26:10 2008 UTC (15 months, 1 week ago) by dman
Branch: MAIN
Changes since 1.2: +111 -111 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 Jun 11 03:19:04 2008 UTC (17 months, 2 weeks ago) by dman
Branch: MAIN
CVS Tags: DRUPAL-5--2-0, DRUPAL-5--2-1, DRUPAL-5--2-2, DRUPAL-5--2-3, DRUPAL-5--3-1
Branch point for: DRUPAL-5--2, DRUPAL-5--3
Changes since 1.1: +111 -112 lines
Diff to previous 1.1
fixed php tag
http://drupal.org/node/266381

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 28 11:45:08 2008 UTC (18 months ago) by dman
Branch: MAIN
CVS Tags: DRUPAL-5--1-0
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