Log of /contributions/modules/image_filter/image_filter.module
Parent Directory
|
Revision Log
|
Revision Graph
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.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.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.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.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.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.