These are use cases that *should* be covered (acts_as_taggable_on_steroids is built to cover them). If they aren't working, I consider these bugs, not feature requests.
> 1. Disallow any whitespace in the tag_list input Not necessary. > 2. Allow only alphanumeric characters in the tag_list input Probably not needed: tags should be URL encoded when used in route generation. > 3. Display the tag list separated by commas Sure, that's fine... I often use a little tag icon by each tag as well. > 4. Automatically Capitalize tags -- not sure if everybody would want > this I'd say no to this. > 4. Provide a tag admin interface so the administrator can easily edit/ > delete tags (mainly to make it easy to delete inappropriate tags). > Great idea! Bottom line: sounds like our tagging implementation is a little broken (not handling commas, quotes correctly) and needs fixing. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CommunityEngine" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/communityengine?hl=en -~----------~----~----~----~------~----~------~--~---
