| 1 |
June 27, 2006
|
| 2 |
- taxonomy_image.install:
|
| 3 |
o replace taxonomy_image.mysql
|
| 4 |
(thanks to Webcheck for the patch)
|
| 5 |
|
| 6 |
April 26, 2006
|
| 7 |
- taxonomy_image.module:
|
| 8 |
o updated to work with Drupal 4.7
|
| 9 |
(thanks to Webcheck for the patch)
|
| 10 |
|
| 11 |
August 28, 2005
|
| 12 |
- taxonomy_image.module:
|
| 13 |
o include alt tag which is the name of the taxonomy term
|
| 14 |
|
| 15 |
October 27, 2004
|
| 16 |
- taxonomy_image.module:
|
| 17 |
o feature request #12206: added static variable to cache database lookups
|
| 18 |
when displaying taxonomy images
|
| 19 |
|
| 20 |
September 30, 2004 (Jeremy Andrews)
|
| 21 |
- taxonomy_image.module: updated to work with Drupal 4.5-rc
|
| 22 |
o update _menu hook to support caching
|
| 23 |
o FILE_SEPARATOR static no longer defined, use '/' (per user.module)
|
| 24 |
o don't print header in image admin page to match other taxonomy pages
|
| 25 |
|
| 26 |
August 18, 2004 (Jeremy Andrews)
|
| 27 |
- taxonomy_image.module: updated to work with Drupal 4.5
|
| 28 |
o remove unused _link hook
|
| 29 |
o add new _menu hook (adds 'images' tab under 'categories')
|
| 30 |
o update help text to reflect new paths, add inline help
|
| 31 |
o auto-create image subdirectory if it doesn't exist
|
| 32 |
o 'edit image' now uses 'edit' in path, 'upload image' still uses 'add'
|
| 33 |
o get file path from $file->filepath instead of old $file->path
|
| 34 |
- README, INSTALL:
|
| 35 |
o updated to reflect these changes
|
| 36 |
|
| 37 |
June 1, 2004 (Jeremy Andrews)
|
| 38 |
- taxonomy_image.module
|
| 39 |
o added support for private images
|
| 40 |
o refers to images as pictures, to standardize with avatar support
|
| 41 |
o stores images in configurable files/ subdirectory
|
| 42 |
o display proper titles depending on the link clicked
|
| 43 |
|
| 44 |
May 31, 2004 (Jeremy Andrews)
|
| 45 |
- taxonomy_image.module
|
| 46 |
o added ability to scale images, retaining the aspect ratio
|
| 47 |
(based on a patch by John Vandenberg)
|
| 48 |
|
| 49 |
May 29, 2004 (Jeremy Andrews)
|
| 50 |
- taxonomy_image.module
|
| 51 |
o added help text
|
| 52 |
o allow administrators to force image height and/or width
|
| 53 |
o display term name in image upload form
|
| 54 |
|
| 55 |
May 28, 2004 (Jeremy Andrews)
|
| 56 |
- taxonomy_image.module:
|
| 57 |
o new configuration option for recursively matching images
|
| 58 |
o updated taxonomy_image_display() to provide recursive image matching
|
| 59 |
(when enabled)
|
| 60 |
|
| 61 |
May 27, 2004 (Jeremy Andrews)
|
| 62 |
- taxonomy_image.module:
|
| 63 |
o Initial writing. Defined schema, provide interface for associating
|
| 64 |
images with terms. Provided function for displaying image.
|
| 65 |
- taxonomy_image.mysql:
|
| 66 |
o Defined schema. Uses one small table: 'term_image'.
|