/[drupal]/contributions/modules/watermark/watermark.module
ViewVC logotype

Log of /contributions/modules/watermark/watermark.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.5.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 10 16:29:24 2008 UTC (16 months, 2 weeks ago) by kbahey
Branch: DRUPAL-5
Changes since 1.5.2.7: +2 -2 lines
Diff to previous 1.5.2.7 , to branch point 1.5 , to next main 1.10
Followup for #259932 by inactivist

Revision 1.5.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 10 00:16:31 2008 UTC (16 months, 2 weeks ago) by kbahey
Branch: DRUPAL-5
Changes since 1.5.2.6: +10 -2 lines
Diff to previous 1.5.2.6 , to branch point 1.5
#259932 by inactivist, watermark module now respects system's image_jpeg_quality settings

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 23 23:20:38 2008 UTC (17 months ago) by kbahey
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-6--1
Changes since 1.9: +55 -60 lines
Diff to previous 1.9
#242231 by sto, Port to Drupal 6.

Revision 1.5.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Sat May 17 20:38:05 2008 UTC (18 months, 1 week ago) by kbahey
Branch: DRUPAL-5
Changes since 1.5.2.5: +36 -41 lines
Diff to previous 1.5.2.5 , to branch point 1.5
#159588 by inactivist: Watermarks not applied to selected built-in image derivatives
due to mismatch between variable names and node->images keys

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jul 7 17:54:09 2007 UTC (2 years, 4 months ago) by kbahey
Branch: MAIN
Changes since 1.8: +67 -41 lines
Diff to previous 1.8
#156950 New "apply watermark" permission, and checkbox in the user interface.
By schnizZzla.

Revision 1.5.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jul 7 17:53:29 2007 UTC (2 years, 4 months ago) by kbahey
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-0
Changes since 1.5.2.4: +67 -41 lines
Diff to previous 1.5.2.4 , to branch point 1.5
#156950 New "apply watermark" permission, and checkbox in the user interface.

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 3 17:59:58 2007 UTC (2 years, 4 months ago) by kbahey
Branch: MAIN
Changes since 1.7: +9 -3 lines
Diff to previous 1.7
#155348 by schnizZzla, Errors: Invalid argument supplied for foreach

Revision 1.5.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 3 17:59:47 2007 UTC (2 years, 4 months ago) by kbahey
Branch: DRUPAL-5
Changes since 1.5.2.3: +9 -3 lines
Diff to previous 1.5.2.3 , to branch point 1.5
#155348 by schnizZzla, Errors: Invalid argument supplied for foreach

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 27 17:24:23 2007 UTC (2 years, 5 months ago) by kbahey
Branch: MAIN
Changes since 1.6: +2 -2 lines
Diff to previous 1.6
#155053 New Toggle causes MYSQL Error, due to missing quotes in db query
by schnizZzla, for his earlier fix to watermark module.

Revision 1.5.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 27 17:23:39 2007 UTC (2 years, 5 months ago) by kbahey
Branch: DRUPAL-5
Changes since 1.5.2.2: +2 -2 lines
Diff to previous 1.5.2.2 , to branch point 1.5
#155053 New Toggle causes MYSQL Error, due to missing quotes in db query
by schnizZzla, for his earlier fix to watermark module.

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 25 00:49:24 2007 UTC (2 years, 5 months ago) by kbahey
Branch: MAIN
Changes since 1.5: +374 -144 lines
Diff to previous 1.5
#81161 by inactivist, Scale watermark to be proportional to image width
#142178 by schnizZzla, Upgrade to image 5x 1.1 breaks watermark png path
#153995 by schnizZzla, various fixes:
  new:
  - Preserve image type
  - Alpha blending
  - Apply watermark on uploaded images only
  - Watermark on previews
  - Toggles: Exclude gallery terms
  changes:
  - visible name is now "Image Watermark", project name is still "watermark"
  - image creation process has been slightly changed to transform images to truecolor first
  - Watermark settings moved to "Image Watermark" menu. This is a change due to the
    behaviour of image module that uses _image_build_derivatives every time settings has been saved.
    This caused watermarks to disappear or to appear on all image sizes.

Revision 1.5.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 25 00:47:34 2007 UTC (2 years, 5 months ago) by kbahey
Branch: DRUPAL-5
Changes since 1.5.2.1: +374 -144 lines
Diff to previous 1.5.2.1 , to branch point 1.5
#81161 by inactivist, Scale watermark to be proportional to image width
#142178 by schnizZzla, Upgrade to image 5x 1.1 breaks watermark png path
#153995 by schnizZzla, various fixes:
  new:
  - Preserve image type
  - Alpha blending
  - Apply watermark on uploaded images only
  - Watermark on previews
  - Toggles: Exclude gallery terms
  changes:
  - visible name is now "Image Watermark", project name is still "watermark"
  - image creation process has been slightly changed to transform images to truecolor first
  - Watermark settings moved to "Image Watermark" menu. This is a change due to the
    behaviour of image module that uses _image_build_derivatives every time settings has been saved.
    This caused watermarks to disappear or to appear on all image sizes.

Revision 1.5.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 18 23:59:52 2007 UTC (2 years, 9 months ago) by kbahey
Branch: DRUPAL-5
Changes since 1.5: +2 -2 lines
Diff to previous 1.5
#109554 Correct form id for image module.

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Feb 17 13:19:01 2007 UTC (2 years, 9 months ago) by kbahey
Branch: MAIN
Branch point for: DRUPAL-5
Changes since 1.4: +3 -3 lines
Diff to previous 1.4
#109554 Compliance with 5.x, by purserj and myself.

Revision 1.1.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 17 01:11:25 2006 UTC (3 years, 1 month ago) by kbahey
Branch: DRUPAL-4-7
Changes since 1.1.2.2: +5 -23 lines
Diff to previous 1.1.2.2 , to branch point 1.1 , to next main 1.10
#80369 Use imagecopy instead of imagecopymerge to preserve PNG-24 transparency
 Percentage is deprecated because of this.

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 17 01:10:43 2006 UTC (3 years, 1 month ago) by kbahey
Branch: MAIN
Changes since 1.3: +5 -23 lines
Diff to previous 1.3
#80369 Use imagecopy instead of imagecopymerge to preserve PNG-24 transparency
 Percentage is deprecated because of this.

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 5 18:56:55 2006 UTC (3 years, 1 month ago) by kbahey
Branch: MAIN
Changes since 1.2: +2 -2 lines
Diff to previous 1.2
#87508 Error message to be more descriptive when functions are not available

Revision 1.1.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 5 18:56:27 2006 UTC (3 years, 1 month ago) by kbahey
Branch: DRUPAL-4-7
Changes since 1.1.2.1: +2 -2 lines
Diff to previous 1.1.2.1 , to branch point 1.1
#87508 Error message to be more descriptive when functions are not available

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Sep 3 19:10:32 2006 UTC (3 years, 2 months ago) by kbahey
Branch: MAIN
Changes since 1.1: +7 -7 lines
Diff to previous 1.1
#81501 Fixes for some t()s, by Jerome.

Revision 1.1.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Sep 3 19:09:58 2006 UTC (3 years, 2 months ago) by kbahey
Branch: DRUPAL-4-7
Changes since 1.1: +7 -7 lines
Diff to previous 1.1
#81501 Fixes for some t()s, by Jerome.

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Aug 6 18:39:55 2006 UTC (3 years, 3 months ago) by kbahey
Branch: MAIN
Branch point for: DRUPAL-4-7
Inital version. Works with 4.7.

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