Jeremy Epstein wrote:
I think it could potentially benefit from better URL alias integration. Like, on the 'list terms' page (administration section), it would be very convenient if you could add/edit/maintain your term's URL aliases in batch mode. It sounds like a much more interesting feature than say, the synonym terms support or the related terms support.
Doing this would be tricky, as it would tie a non-taxonomy-module feature directly into the taxonomy admin interface. There would have to be a lot of if(module_exist('path')) checks going on. I also don't think that there's room for this field in the table on the 'list terms' page.
Hooks not if()s.... The node editing page has these hooks, the taxonomy admin interface could have these two (for adding path alias, permission, etc. settings) Gabor