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

Log of /contributions/modules/image_filter/image_filter.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.28 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 6 11:54:28 2009 UTC (3 months, 3 weeks ago) by raintonr
Branch: MAIN
CVS Tags: DRUPAL-6--1-0, HEAD
Changes since 1.27: +82 -28 lines
Diff to previous 1.27
Handle imagefield in conjunction with imagecache.

Revision 1.27 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jun 7 14:36:41 2009 UTC (5 months, 3 weeks ago) by raintonr
Branch: MAIN
CVS Tags: DRUPAL-6--1-0-RC1
Changes since 1.26: +24 -6 lines
Diff to previous 1.26
#220679 committing D6 compatibility patch

Revision 1.26 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 20 20:17:15 2007 UTC (2 years, 1 month ago) by davidhull
Branch: MAIN
Changes since 1.25: +14 -4 lines
Diff to previous 1.25
Add support for "caption" argument to "[image]" tag.  Not yet
documented.

Revision 1.25 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 15 04:41:29 2007 UTC (2 years, 1 month ago) by davidhull
Branch: MAIN
Changes since 1.24: +5 -1 lines
Diff to previous 1.24
Add a title="<image_node_title>" attribute to the img tag in addition
to the alt="<image_node_title>" attribute.  (See bug #177249.)

Revision 1.24 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 15 01:28:18 2007 UTC (2 years, 1 month ago) by davidhull
Branch: MAIN
Changes since 1.23: +4 -4 lines
Diff to previous 1.23
Fix links in help text.  This closes issue #136248.  Thanks to
jonathan_hunt for the bug report, and pebosi for a suggested patch.

Revision 1.21.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 6 06:49:12 2007 UTC (2 years, 9 months ago) by davidhull
Branch: DRUPAL-4-7
CVS Tags: DRUPAL-4-7--1-0
Changes since 1.21: +4 -4 lines
Diff to previous 1.21 , to next main 1.28
#106284 by davidhull.  Apply fix for broken nolink tag from jonathan_hunt
to the 4.7 branch.

Revision 1.23 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 6 05:52:48 2007 UTC (2 years, 9 months ago) by davidhull
Branch: MAIN
CVS Tags: DRUPAL-5--1-0
Branch point for: DRUPAL-5
Changes since 1.22: +4 -4 lines
Diff to previous 1.22
#106284 by davidhull: Fixed bug causing nolink tag to be ignored.
Thanks to jonathan_hunt.

Revision 1.22 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 4 01:43:19 2007 UTC (2 years, 9 months ago) by davidhull
Branch: MAIN
Changes since 1.21: +1 -5 lines
Diff to previous 1.21
Remove call to module_exist(), which no longer exists.

Revision 1.21 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 20 05:48:27 2006 UTC (3 years, 5 months ago) by davidhull
Branch: MAIN
Branch point for: DRUPAL-4-7
Changes since 1.20: +1 -2 lines
Diff to previous 1.20
Remove my debugging output.

Revision 1.20 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 20 05:30:41 2006 UTC (3 years, 5 months ago) by davidhull
Branch: MAIN
Changes since 1.19: +10 -5 lines
Diff to previous 1.19
Add a node=id attribute to the "[image ...]" tag to control what the
image links to.  Patch by scotto.

Revision 1.19 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 20 05:05:29 2006 UTC (3 years, 5 months ago) by davidhull
Branch: MAIN
Changes since 1.18: +9 -3 lines
Diff to previous 1.18
In image_filter_process(), always get '_original' image since image
module does not produce 'thumbnail' when 'thumbnail' is larger than
'_original'.

In theme_image_inline_img(), produce an absolute link so that in
contexts that ignore the xml::base attribute, such as some RSS
readers, can still follow the link.

Revision 1.18 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 28 00:55:47 2005 UTC (4 years, 1 month ago) by davidhull
Branch: MAIN
Changes since 1.17: +2 -2 lines
Diff to previous 1.17
Apply patch from  vhmauery to not complain about image not being enabled
if image-filter is not enabled.  This closes issue #32203.

Revision 1.16.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Fri May 20 18:04:05 2005 UTC (4 years, 6 months ago) by davidhull
Branch: DRUPAL-4-6
Changes since 1.16: +5 -4 lines
Diff to previous 1.16 , to next main 1.28
Bring over fix in revision 1.17 in the HEAD:
  Call file_create_url to create the URL for the image file instead of
  file_create_path.  This causes the generated img tag to respect the
  FILE_DOWNLOADS_PRIVATE setting of the file_downloads site variable
  (that is, if "download method" is set to "private" in the File System
  Settings section of the site's Administer>>Settings page).

I forgot in that commit message to thank magico (Fernando Silva) for
reporting the bug and suggesting a fix, and to mention that this fixes
#23149.

Revision 1.17 - (view) (download) (as text) (annotate) - [select for diffs]
Fri May 20 17:57:20 2005 UTC (4 years, 6 months ago) by davidhull
Branch: MAIN
Changes since 1.16: +5 -4 lines
Diff to previous 1.16
Call file_create_url to create the URL for the image file instead of
file_create_path.  This causes the generated img tag to respect the
FILE_DOWNLOADS_PRIVATE setting of the file_downloads site variable
(that is, if "download method" is set to "private" in the File System
Settings section of the site's Administer>>Settings page).

Revision 1.16 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 10 18:09:34 2005 UTC (4 years, 6 months ago) by davidhull
Branch: MAIN
Branch point for: DRUPAL-4-6
Changes since 1.15: +2 -2 lines
Diff to previous 1.15
Add a filemime check to the select to ensure that the user doesn't attempt
to link to a non-image file.

Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 10 17:32:39 2005 UTC (4 years, 6 months ago) by davidhull
Branch: MAIN
Changes since 1.14: +8 -6 lines
Diff to previous 1.14
Add a 'style="style-data"' parameter to the image code.  If supplied,
this will be used to create a style attribute for the img tag.  This
change closes #13839.

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 10 05:15:18 2005 UTC (4 years, 6 months ago) by davidhull
Branch: MAIN
Changes since 1.13: +18 -14 lines
Diff to previous 1.13
Add 'nolink=(0|1)' parameter to the image code.  If the user specifies
"nolink=1", the default link to the image node will not be created.
This commit closes #19953.

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 10 04:54:39 2005 UTC (4 years, 6 months ago) by davidhull
Branch: MAIN
Changes since 1.12: +60 -10 lines
Diff to previous 1.12
Improve compatibility with drupal 4.6 (#20484):

image_filter now searches through the available files for an image
node to find the best file for the user-specified width and height.
This gives functionality equivalent to that of the 4.5 version, which
specified the "res=WxH" to the image module.  In addition, the img tag
always has width and height attributes for faster page rendering.

Added 'size="label"' parameter to image code as an additional way to
specify the image size, for example 'size="thumbnail"' or
'size="preview"'.

Added text to long tip string documenting the new features.

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 10 01:05:26 2005 UTC (4 years, 6 months ago) by davidhull
Branch: MAIN
Changes since 1.11: +62 -77 lines
Diff to previous 1.11
Consolidate handling of old- and new-style image codes in preparation
for selecting img size (that is, thumbnail, preview, original, etc.)
locally.

Add "align=alignment" parameter as a (preferred) alternative for just
"alignment" in the image code.

Document "class=name" parameter to image code.

One disadvantage of the new code over what it replaces is that it
performs a SELECT for each image code, while the old code performed
one SELECT for all the image codes.  If the old behavior is important,
I will restore it in a future commit.

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Mon May 9 21:33:48 2005 UTC (4 years, 6 months ago) by davidhull
Branch: MAIN
Changes since 1.10: +16 -5 lines
Diff to previous 1.10
Factor out the translations of the short and long tip strings, which are
each used in two places, into the functions image_filter_short_tip_translated()
and image_filter_long_tip_translated().

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Mon May 9 20:00:59 2005 UTC (4 years, 6 months ago) by davidhull
Branch: MAIN
Changes since 1.9: +1 -4 lines
Diff to previous 1.9
Remove two unnecessary "global $base_url" declarations.

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Mon May 9 19:49:04 2005 UTC (4 years, 6 months ago) by davidhull
Branch: MAIN
Changes since 1.8: +15 -6 lines
Diff to previous 1.8
Add basic compatibility with drupal 4.6 (and specifically the 4.6 version
of image.module).  This is a slightly modified version of mrowe's patch
in #10815, fixed to not hardcode the "files" directory.

Revision 1.2.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Sun May 8 04:07:00 2005 UTC (4 years, 6 months ago) by davidhull
Branch: DRUPAL-4-5
Changes since 1.2.2.4: +2 -2 lines
Diff to previous 1.2.2.4 , to branch point 1.2 , to next main 1.28
Fetch node title instead of teaser in select for original-syntax image
tag.  This bug caused the img tag to have an empty alt attribute when
the original-syntax image tag was used.

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Sun May 8 03:49:17 2005 UTC (4 years, 6 months ago) by davidhull
Branch: MAIN
Changes since 1.7: +2 -2 lines
Diff to previous 1.7
Fetch node title instead of teaser in select for original-syntax image
tag.  This bug caused the img tag to have an empty alt attribute when
the original-syntax image tag was used.

Revision 1.2.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Dec 13 22:38:58 2004 UTC (4 years, 11 months ago) by mrowe
Branch: DRUPAL-4-5
Changes since 1.2.2.3: +2 -1 lines
Diff to previous 1.2.2.3 , to branch point 1.2
Fix for #13555 - global ref to base_url

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Dec 13 22:38:47 2004 UTC (4 years, 11 months ago) by mrowe
Branch: MAIN
Changes since 1.6: +2 -1 lines
Diff to previous 1.6
Fix for #13555 - global ref to base_url

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 24 22:03:32 2004 UTC (5 years ago) by dries
Branch: MAIN
Changes since 1.5: +3 -3 lines
Diff to previous 1.5
- Renamed check_query() to db_escape_string().  Commit announced on the mailing list.

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 21 10:27:08 2004 UTC (5 years ago) by mrowe
Branch: MAIN
Changes since 1.4: +2 -2 lines
Diff to previous 1.4
Fix for (updated) #10815.

Revision 1.2.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 21 10:26:54 2004 UTC (5 years ago) by mrowe
Branch: DRUPAL-4-5
Changes since 1.2.2.2: +2 -2 lines
Diff to previous 1.2.2.2 , to branch point 1.2
Fix for (updated) #10815.

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 21 00:34:39 2004 UTC (5 years ago) by mrowe
Branch: MAIN
Changes since 1.3: +5 -3 lines
Diff to previous 1.3
allow class specification for img tags (closes #12952)

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 12 00:59:24 2004 UTC (5 years ago) by mrowe
Branch: MAIN
Changes since 1.2: +4 -4 lines
Diff to previous 1.2
Merged fix for #10815 from DRUPAL-4-5

Revision 1.2.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 12 00:49:28 2004 UTC (5 years ago) by mrowe
Branch: DRUPAL-4-5
Changes since 1.2.2.1: +2 -2 lines
Diff to previous 1.2.2.1 , to branch point 1.2
Fix for #10815 - allow filter to display original thumbnail (pre 4.5) if
resolution is not specified.
(sorry for last empty log message...)

Revision 1.2.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 12 00:37:19 2004 UTC (5 years ago) by mrowe
Branch: DRUPAL-4-5
Changes since 1.2: +3 -3 lines
Diff to previous 1.2
image_filter.module

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Sep 24 19:54:56 2004 UTC (5 years, 2 months ago) by bruno
Branch: MAIN
Branch point for: DRUPAL-4-5
Changes since 1.1: +19 -6 lines
Diff to previous 1.1
Fix for bug #10815: No image is displayed when using image filter.
Updated module for 4.5.0.

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Aug 3 05:38:44 2004 UTC (5 years, 3 months ago) by scouten
Branch: MAIN
Removed gallery features from this module. Scott Courtney is working on a new module to replace this. WARNING: If you depend on image galleries, do not deploy this version of image.module!

Separated image filtering into a new module image_filter.module.

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