Log of /contributions/modules/taxonomy_image/INSTALL
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.8.4.1 -
(
view)
(
download)
(
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.8: +7 -0 lines
Diff to
previous 1.8
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.9.2.1
Thu Jan 18 04:43:13 2007 UTC
(2 years, 10 months ago)
by
nancyw
Branch:
DRUPAL-6--1
Changes since
1.9: +0 -87 lines
FILE REMOVED
file INSTALL was added on branch DRUPAL-6--1 on 2008-03-03 02:00:32 +0000
Revision
1.6 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Aug 18 00:32:04 2004 UTC
(5 years, 3 months ago)
by
jeremy
Branch:
MAIN
Branch point for:
DRUPAL-4-5
Changes since
1.5: +10 -10 lines
Diff to
previous 1.5
- 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.3.2.2 -
(
view)
(
download)
(
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.3.2.1: +26 -20 lines
Diff to
previous 1.3.2.1
, to
branch point 1.3
, to
next main 1.9
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.5 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Jun 1 15:49:20 2004 UTC
(5 years, 5 months ago)
by
jeremy
Branch:
MAIN
Changes since
1.4: +26 -20 lines
Diff to
previous 1.4
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.3.2.1 -
(
view)
(
download)
(
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.3: +4 -2 lines
Diff to
previous 1.3
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.4 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon May 31 21:55:26 2004 UTC
(5 years, 5 months ago)
by
jeremy
Branch:
MAIN
Changes since
1.3: +4 -2 lines
Diff to
previous 1.3
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)
(
annotate)
-
[select for diffs]
Sat May 29 15:16:51 2004 UTC
(5 years, 6 months ago)
by
jeremy
Branch:
MAIN
Branch point for:
DRUPAL-4-4
Changes since
1.2: +21 -10 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)
(
annotate)
-
[select for diffs]
Sat May 29 04:21:46 2004 UTC
(5 years, 6 months ago)
by
jeremy
Branch:
MAIN
Changes since
1.1: +11 -2 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)
(
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.