Log of /contributions/modules/taxonomy_image/taxonomy_image.module
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.12.4.22 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Apr 8 15:15:42 2008 UTC
(19 months, 2 weeks ago)
by
nancyw
Branch:
DRUPAL-5
CVS Tags:
DRUPAL-5--1-2
Changes since
1.12.4.21: +63 -19 lines
Diff to
previous 1.12.4.21
, to
branch point 1.12
#233084 by nancyw for mr.cheng - Don't delete image if another term is using it.
#237393 by nancyw for dman - ImageCache 2 support.
#241885 by nancyw for steamedpenguin - Coder flags.
Slight improvement in static caching.
Ignore multiple terms passed from themes.
Added tid to object.
Added help infor for blocks add-on.
Added module name to schema.
Updated node_display to work better with blocks.
Updated link_alter to use TI_object.
Updated weights in link_alter form.
Deleted incorrect comment in TI_blocks.
Changed radios from fixed width.
Revision
1.12.4.2 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Feb 5 22:52:09 2008 UTC
(21 months, 2 weeks ago)
by
nancyw
Branch:
DRUPAL-5
Changes since
1.12.4.1: +26 -7 lines
Diff to
previous 1.12.4.1
, to
branch point 1.12
#158882 by nancyw - add "Installed" message, link to settings page, variable deletes.
#158872 by nancyw - remove fractions from width and height.
#191039 by nancyw - add wrapper div around image.
#101116 by nancyw for landover - corrected PostgreSql install.
added translation template.
Revision
1.12.4.1 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Jan 18 05:00:24 2007 UTC
(2 years, 10 months ago)
by
jeremy
Branch:
DRUPAL-5
CVS Tags:
DRUPAL-5--1-0-BETA1
Changes since
1.12: +35 -23 lines
Diff to
previous 1.12
Updated in correct branch:
January 17, 2007
- taxonomy_image.module:
o updated to work with with Drupal 5.0
(thanks to William OConnor, aka csevb10, for the patch)
- taxonomy_image.install:
o updated to work with with Drupal 5.0
(thanks to William OConnor, aka csevb10, for the patch)
- taxonomy_image.info
o new file to support Drupal 5.0
(thanks to William OConnor, aka csevb10, for the patch)
Revision
1.13.2.2 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Jan 18 04:52:54 2007 UTC
(2 years, 10 months ago)
by
jeremy
Changes since
1.13.2.1: +444 -0 lines
Diff to
previous 1.13.2.1
, to
branch point 1.13
January 17, 2007
- taxonomy_image.module:
o updated to work with with Drupal 5.0
(thanks to William OConnor, aka csevb10, for the patch)
- taxonomy_image.install:
o updated to work with with Drupal 5.0
(thanks to William OConnor, aka csevb10, for the patch)
- taxonomy_image.info
o new file to support Drupal 5.0
(thanks to William OConnor, aka csevb10, for the patch)
Revision
1.13.2.1
Thu Jan 18 04:43:13 2007 UTC
(2 years, 10 months ago)
by
jeremy
Changes since
1.13: +0 -444 lines
FILE REMOVED
file taxonomy_image.module was added on branch DRUPAL-5-0 on 2007-01-18 04:52:54 +0000
Revision
1.9 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Oct 28 00:38:27 2004 UTC
(5 years ago)
by
jeremy
Branch:
MAIN
Changes since
1.8: +68 -55 lines
Diff to
previous 1.8
- taxonomy_image.module:
o feature request #12206: added static variable to cache database lookups
when displaying taxonomy images
Revision
1.8 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Sep 30 13:37:51 2004 UTC
(5 years, 1 month ago)
by
jeremy
Branch:
MAIN
Branch point for:
DRUPAL-4-5
Changes since
1.7: +11 -8 lines
Diff to
previous 1.7
- taxonomy_image.module: updated to work with Drupal 4.5-rc
o update _menu hook to support caching
o FILE_SEPARATOR static no longer defined, use '/' (per user.module)
o don't print header in image admin page to match other taxonomy pages
Revision
1.7 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Aug 18 00:32:04 2004 UTC
(5 years, 3 months ago)
by
jeremy
Branch:
MAIN
Changes since
1.6: +19 -21 lines
Diff to
previous 1.6
- taxonomy_image.module: updated to work with Drupal 4.5
o remove unused _link hook
o add new _menu hook (adds 'images' tab under 'categories')
o update help text to reflect new paths, add inline help
o auto-create image subdirectory if it doesn't exist
o 'edit image' now uses 'edit' in path, 'upload image' still uses 'add'
o get file path from $file->filepath instead of old $file->path
- README, INSTALL:
o updated to reflect these changes
Revision
1.4.2.2 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Jun 4 02:41:07 2004 UTC
(5 years, 5 months ago)
by
jeremy
Branch:
DRUPAL-4-4
Changes since
1.4.2.1: +66 -18 lines
Diff to
previous 1.4.2.1
, to
branch point 1.4
, to
next main 1.13
Synchronize with improvements in head. (Backward compatible, though to upload
new images you need configure/create a files/category_pictures subdirectory.
- taxonomy_image.module
o added support for private images
o refers to images as pictures, to standardize with avatar support
o stores images in configurable files/ subdirectory
o display proper titles depending on the link clicked
Revision
1.6 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Jun 1 15:49:20 2004 UTC
(5 years, 5 months ago)
by
jeremy
Branch:
MAIN
Changes since
1.5: +66 -18 lines
Diff to
previous 1.5
June 1, 2004 (Jeremy Andrews)
- taxonomy_image.module
o added support for private images
o refers to images as pictures, to standardize with avatar support
o stores images in configurable files/ subdirectory
o display proper titles depending on the link clicked
Revision
1.4.2.1 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon May 31 21:56:16 2004 UTC
(5 years, 5 months ago)
by
jeremy
Branch:
DRUPAL-4-4
Changes since
1.4: +50 -10 lines
Diff to
previous 1.4
May 31, 2004 (Jeremy Andrews)
- taxonomy_image.module
o added ability to scale images, retaining the aspect ratio
(based on a patch by John Vandenberg)
Revision
1.5 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon May 31 21:55:26 2004 UTC
(5 years, 5 months ago)
by
jeremy
Branch:
MAIN
Changes since
1.4: +50 -10 lines
Diff to
previous 1.4
May 31, 2004 (Jeremy Andrews)
- taxonomy_image.module
o added ability to scale images, retaining the aspect ratio
(based on a patch by John Vandenberg)
Revision
1.3 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat May 29 15:16:51 2004 UTC
(5 years, 5 months ago)
by
jeremy
Branch:
MAIN
Changes since
1.2: +33 -1 lines
Diff to
previous 1.2
May 29, 2004 (Jeremy Andrews)
- taxonomy_image.module
o added help text
o allow administrators to force image height and/or width
Revision
1.2 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat May 29 04:21:46 2004 UTC
(5 years, 5 months ago)
by
jeremy
Branch:
MAIN
Changes since
1.1: +31 -5 lines
Diff to
previous 1.1
May 28, 2004 (Jeremy Andrews)
- taxonomy_image.module:
o new configuration option for recursively matching images
o updated taxonomy_image_display() to provide recursive image matching
(when enabled)
Revision
1.1 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu May 27 15:34:54 2004 UTC
(5 years, 6 months ago)
by
jeremy
Branch:
MAIN
The taxonomy_image module allows site administrators to associate images
with taxonomy terms. With the association created, an admin can then make
a call to 'taxonomy_image_display()' from their theme or other PHP code
to display the appropriate image.
This module currently only allows the admin to create a one-to-one
term-to-image relationship.
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.