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

Log of /contributions/modules/imagecache_actions/textactions.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.1.2.16 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Sep 4 23:28:04 2009 UTC (2 months, 3 weeks ago) by dman
Branch: DRUPAL-6--1
Changes since 1.1.2.15: +9 -3 lines
Diff to previous 1.1.2.15 , to branch point 1.1 , to next main 1.2
Imagecache autorotate form EXIF information. http://drupal.org/node/564424 Contributed by Jonathan Hunt, tested by moover

Revision 1.1.2.15 - (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.1.2.14: +21 -17 lines
Diff to previous 1.1.2.14 , to branch point 1.1
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.1.2.14 - (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.1.2.13: +10 -9 lines
Diff to previous 1.1.2.13 , to branch point 1.1
Revised docs. More enhancements to the textactions, better doc, better error handling. Attempted optimization of canvasactions/watermark

Revision 1.1.2.13 - (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.1.2.12: +12 -108 lines
Diff to previous 1.1.2.12 , to branch point 1.1
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.1.2.12 - (view) (download) (as text) (annotate) - [select for diffs]
Mon May 11 00:01:53 2009 UTC (6 months, 2 weeks ago) by dman
Branch: DRUPAL-6--1
Changes since 1.1.2.11: +0 -1 lines
Diff to previous 1.1.2.11 , to branch point 1.1
Includes #458918: Text filtering should be module user's duty

Revision 1.2.2.3.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sun May 10 23:28:34 2009 UTC (6 months, 2 weeks ago) by dman
Branch: DRUPAL-5--3
CVS Tags: DRUPAL-5--3-1
Changes since 1.2.2.3.2.1: +0 -1 lines
Diff to previous 1.2.2.3.2.1 , to branch point 1.2.2.3 , to next main 1.2.2.4
no need to escape entities  etc on evaluated text http://drupal.org/node/458918

Revision 1.1.2.11 - (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.1.2.10: +12 -1 lines
Diff to previous 1.1.2.10 , to branch point 1.1
 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
Changes since 1.2.2.3: +3 -3 lines
Diff to previous 1.2.2.3
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: +3 -3 lines
Diff to previous 1.2.2.3 , to branch point 1.2
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.1.2.10 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Mar 15 15:11:56 2009 UTC (8 months, 1 week ago) by dman
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-5
Changes since 1.1.2.9: +6 -5 lines
Diff to previous 1.1.2.9 , to branch point 1.1
Patched for the imageapi 1.4 upgrade issue.
Added a warning about imagemagick support

Revision 1.1.2.9 - (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, DRUPAL-6--1-4
Changes since 1.1.2.8: +154 -64 lines
Diff to previous 1.1.2.8 , to branch point 1.1
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.1.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 6 21:57:52 2009 UTC (10 months, 2 weeks ago) by dman
Branch: DRUPAL-6--1
Changes since 1.1.2.7: +1 -1 lines
Diff to previous 1.1.2.7 , to branch point 1.1
Correct path for font file search

Revision 1.1.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 6 21:53:56 2009 UTC (10 months, 2 weeks ago) by dman
Branch: DRUPAL-6--1
Changes since 1.1.2.6: +13 -2 lines
Diff to previous 1.1.2.6 , to branch point 1.1
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.1.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 17 14:18:25 2008 UTC (12 months, 1 week ago) by dman
Branch: DRUPAL-6--1
Changes since 1.1.2.5: +1 -1 lines
Diff to previous 1.1.2.5 , to branch point 1.1
database prefix was forgotten. Caught at http://drupal.org/node/335294
Added another .install file

Revision 1.1.2.5 - (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.1.2.4: +45 -22 lines
Diff to previous 1.1.2.4 , to branch point 1.1
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.2.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 20 02:49:43 2008 UTC (13 months, 1 week ago) by dman
Branch: DRUPAL-5--2
CVS Tags: DRUPAL-5--2-1, DRUPAL-5--2-3
Branch point for: DRUPAL-5--3
Changes since 1.2.2.2: +12 -4 lines
Diff to previous 1.2.2.2 , to branch point 1.2
The imagefield data extraction just didn't work in the general case, or with sites that were set up any different from the original sample .
Removed it until it can be made to work against all configs and updated version of imagefield or something.
http://drupal.org/comment/reply/323455

Revision 1.1.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 20 02:30:25 2008 UTC (13 months, 1 week ago) by dman
Branch: DRUPAL-6--1
Changes since 1.1.2.3: +12 -4 lines
Diff to previous 1.1.2.3 , to branch point 1.1
Had to disable the imagefield 'caption' info as it doesn't work in D6
A repair may be possible.
http://drupal.org/comment/reply/323455

Revision 1.2.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 16 09:32:13 2008 UTC (13 months, 1 week ago) by dman
Branch: DRUPAL-5--2
CVS Tags: DRUPAL-5--2-2
Changes since 1.2.2.1: +379 -0 lines
Diff to previous 1.2.2.1 , to branch point 1.2
added the library that does the textaction work

Revision 1.1.2.3 - (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
Changes since 1.1.2.2: +1 -1 lines
Diff to previous 1.1.2.2 , to branch point 1.1
New editor snuck in some tabs. Repaired :-(

Revision 1.1.2.2 - (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.1.2.1: +12 -13 lines
Diff to previous 1.1.2.1 , to branch point 1.1
Using a much better algorithm for transparent overlays.
UI tweaks for textactions
Transparency support for gif indexed color in overlays

Revision 1.1.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 8 07:24:02 2008 UTC (13 months, 2 weeks ago) by dman
Branch: DRUPAL-6--1
Changes since 1.1: +88 -184 lines
Diff to previous 1.1
updated text actions to merge functionality
updated info files
updated validation
- more to come

Revision 1.2.2.1
Wed Oct 8 07:20:03 2008 UTC (13 months, 2 weeks ago) by dman
Branch: DRUPAL-5--2
Changes since 1.2: +0 -380 lines
FILE REMOVED
file textactions.inc was added on branch DRUPAL-5--2 on 2008-10-16 09:32:13 +0000

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 8 07:20:03 2008 UTC (13 months, 2 weeks ago) by dman
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-5--2
Changes since 1.1: +88 -184 lines
Diff to previous 1.1
Merged the textactions into one form
Repaired a little for D6 Validation changes
Added system font detection help text (may not work for everyone)
more code review to come

Revision 1.1 - (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
Branch point for: DRUPAL-6--1
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

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