This is in order by the priorities as I see them. Comments are welcome.
- Clean up HTML - http://drupal.org/node/38472
- 5.1 - official base release.
- Attributes array like core uses - http://drupal.org/node/178092
- Link styles - http://drupal.org/node/164448
- Improve docs, especially theme functions - http://drupal.org/node/199061, http://drupal.org/node/115277, http://drupal.org/node/152081
- 6.x support - for D6.
- Integration with Views. - http://drupal.org/node/136666, http://drupal.org/node/195548 (?)
- Integration with imagecache.module for image resizing. - http://drupal.org/node/195548
- Consolidated UI - http://drupal.org/node/70971 maybe.
- Images attached to $node->taxonomy[N]->image via hook_nodeapi? - http://drupal.org/node/197369, http://drupal.org/node/30681
- Multiple images - http://drupal.org/node/214400
Probably 5.2:
Comments
Comment #1
nancydru#1 is done.
BTW, help is also welcome, particularly on the docs.
Comment #2
nancydru#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.
Comment #3
nancydru#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.
Comment #4
nancydru#4 is done (5.x-1.x-dev).
Comment #5
nancydruI've made a first pass at improving the docs. Comments are welcome.
Comment #6
nancydru#7, #8, and #9 are done.
Clean up HTML5.1 - official base release.Attributes array like core usesLink stylesIntegration with Views.Integration with imagecache.module for image resizing.Change Title attribute to use term description - newConsolidated UIMaking progress...
Comment #7
nancydruNumber 6 is done.
Clean up HTML5.1 - official base release.Attributes array like core usesLink styles6.x support - for D6.Integration with Views.Integration with imagecache.module for image resizing.Change Title attribute to use term description.Consolidated UII 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...
Comment #8
nancydruNumbers 11, 13, and 14 are done.
Clean up HTML5.1 - official base release.Attributes array like core usesLink styles6.x support - for D6.Integration with Views.Integration with imagecache.module for image resizing.Change Title attribute to use term description.Consolidated UIImages attached to $node->taxonomy[N]->image via hook_nodeapi? postponedAutomatically add images. http://drupal.org/node/197369 - previously missedAdd function to alter taxonomy links to use TI. - NEW#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...
Comment #9
nancydru#15 is done. That leaves #12, which probably won't be done, and #5 (documentation), which has been started.
Comment #10
nancydru