This is in order by the priorities as I see them. Comments are welcome.

  1. Clean up HTML - http://drupal.org/node/38472
  2. 5.1 - official base release.
  3. Attributes array like core uses - http://drupal.org/node/178092
  4. Link styles - http://drupal.org/node/164448
  5. Improve docs, especially theme functions - http://drupal.org/node/199061, http://drupal.org/node/115277, http://drupal.org/node/152081
  6. 6.x support - for D6.
  7. Probably 5.2:

  8. Integration with Views. - http://drupal.org/node/136666, http://drupal.org/node/195548 (?)
  9. Integration with imagecache.module for image resizing. - http://drupal.org/node/195548
  10. Consolidated UI - http://drupal.org/node/70971 maybe.
  11. Images attached to $node->taxonomy[N]->image via hook_nodeapi? - http://drupal.org/node/197369, http://drupal.org/node/30681
  12. Multiple images - http://drupal.org/node/214400

Comments

nancydru’s picture

#1 is done.

BTW, help is also welcome, particularly on the docs.

nancydru’s picture

#3 is done.

Taxonomy_image_display may now be called with a standard Drupal attributes array (the string method is still there, just in case). If an attribute is the same as one of the computed attributes (width, height, alt, title), the supplied attribute will be used.

nancydru’s picture

#2 is done. It should be considered as a base for #4-11. BTW, #4 is ready and is given as a patch in http://drupal.org/node/164448; please test it.

nancydru’s picture

#4 is done (5.x-1.x-dev).

nancydru’s picture

I've made a first pass at improving the docs. Comments are welcome.

nancydru’s picture

#7, #8, and #9 are done.

  1. Clean up HTML
  2. 5.1 - official base release.
  3. Attributes array like core uses
  4. Link styles
  5. Improve docs, especially theme functions - started
  6. 6.x support - for D6.
  7. Integration with Views.
  8. Integration with imagecache.module for image resizing.
  9. Change Title attribute to use term description - new
  10. Consolidated UI
  11. Images attached to $node->taxonomy[N]->image via hook_nodeapi? postponed
  12. Multiple images per term. probably won't do.
  13. Automatically add images. http://drupal.org/node/197369 - previously missed

Making progress...

nancydru’s picture

Number 6 is done.

  1. Clean up HTML
  2. 5.1 - official base release.
  3. Attributes array like core uses
  4. Link styles
  5. Improve docs, especially theme functions - started
  6. 6.x support - for D6.
  7. Integration with Views.
  8. Integration with imagecache.module for image resizing.
  9. Change Title attribute to use term description.
  10. Consolidated UI
  11. Images attached to $node->taxonomy[N]->image via hook_nodeapi? postponed
  12. Multiple images per term. probably won't do.
  13. Automatically add images. http://drupal.org/node/197369 - previously missed
  14. Add function to alter taxonomy links to use TI. - NEW
  15. Move admin to separate page file. - NEW, 6.x only

I think I'm going to do #13 and #14 as add-on contributions to not burden the module with these if someone doesn't want them.

Hey, I'm fixing them faster than you're submitting them...

nancydru’s picture

Numbers 11, 13, and 14 are done.

  1. Clean up HTML
  2. 5.1 - official base release.
  3. Attributes array like core uses
  4. Link styles
  5. Improve docs, especially theme functions - started
  6. 6.x support - for D6.
  7. Integration with Views.
  8. Integration with imagecache.module for image resizing.
  9. Change Title attribute to use term description.
  10. Consolidated UI
  11. Images attached to $node->taxonomy[N]->image via hook_nodeapi? postponed
  12. Multiple images per term. probably won't do.
  13. Automatically add images. http://drupal.org/node/197369 - previously missed
  14. Add function to alter taxonomy links to use TI. - NEW
  15. Move admin to separate page file. - NEW, 6.x only

#13 and #14 are add-on contributions to not burden the module with these if someone doesn't want them.

Hey, I'm fixing them faster than you're submitting them...

nancydru’s picture

Status: Postponed (maintainer needs more info) » Fixed

#15 is done. That leaves #12, which probably won't be done, and #5 (documentation), which has been started.

nancydru’s picture

Status: Fixed » Closed (fixed)