/[drupal]/contributions/modules/taxonomy_image/CHANGELOG
ViewVC logotype

Log of /contributions/modules/taxonomy_image/CHANGELOG

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Links to HEAD: (view) (download) (annotate)
Sticky Tag:

Revision 1.12.4.1
Thu Jan 18 05:00:24 2007 UTC (2 years, 10 months ago) by jeremy
Branch: DRUPAL-5
Changes since 1.12: +0 -0 lines
FILE REMOVED
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.12 - (view) (download) (annotate) - [select for diffs]
Tue Jun 27 12:02:21 2006 UTC (3 years, 5 months ago) by jeremy
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-4-7, DRUPAL-5
Changes since 1.11: +6 -1 lines
Diff to previous 1.11
Replace taxonomy_image.mysql with taxonomy_image.install, patch thanks
to Webcheck.

Updated install documentation.

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Thu Apr 27 02:00:24 2006 UTC (3 years, 7 months ago) by jeremy
Branch: MAIN
Changes since 1.10: +5 -0 lines
Diff to previous 1.10
April 26, 2006
 - taxonomy_image.module:
    o updated to work with Drupal 4.7
      (Thanks to Webcheck for the patch)

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Sun Aug 28 18:23:25 2005 UTC (4 years, 3 months ago) by jeremy
Branch: MAIN
Branch point for: DRUPAL-4-6
Changes since 1.9: +4 -0 lines
Diff to previous 1.9
Update module to automatically set alt= to term name.

Revision 1.8.2.1 - (view) (download) (annotate) - [select for diffs]
Thu Oct 28 00:39:49 2004 UTC (5 years, 1 month ago) by jeremy
Branch: DRUPAL-4-5
Changes since 1.8: +5 -0 lines
Diff to previous 1.8 , to next main 1.12
feature request #12206:  added static variable to cache database lookups
when displaying taxonomy images

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Thu Oct 28 00:38:27 2004 UTC (5 years, 1 month ago) by jeremy
Branch: MAIN
Changes since 1.8: +5 -0 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) (annotate) - [select for diffs]
Thu Sep 30 13:37:50 2004 UTC (5 years, 1 month ago) by jeremy
Branch: MAIN
Branch point for: DRUPAL-4-5
Changes since 1.7: +6 -0 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) (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: +13 -2 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) (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: +7 -0 lines
Diff to previous 1.4.2.1 , to branch point 1.4 , to next main 1.12
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) (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: +7 -0 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) (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: +5 -0 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) (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: +5 -0 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.4 - (view) (download) (annotate) - [select for diffs]
Sun May 30 00:33:00 2004 UTC (5 years, 5 months ago) by jeremy
Branch: MAIN
Branch point for: DRUPAL-4-4
Changes since 1.3: +1 -0 lines
Diff to previous 1.3
display term name in image upload form

Revision 1.3 - (view) (download) (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: +5 -0 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: +6 -0 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.

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.2