I just patched in the latest tags code from edge into my code base and
I'm experiencing the same issues.

Surrounding  the tags in quotes makes them one tag

>> TagList.from('Multiword Tag, Oneword')
=> ["Multiword", "Tag", "Oneword"]
>> TagList.from('"Multiword Tag", "Oneword"')
=> ["Oneword", "Multiword Tag"]



On Jul 1, 1:34 pm, Bruno Bornsztein <[email protected]>
wrote:
> Great. Thanks!
>
> On Wed, Jul 1, 2009 at 9:59 AM, Errol Siegel <[email protected]> wrote:
> > Thanks for  the feedback.
>
> > Just to clarify: the item about showing tags in a comma-separated list only
> > applies to the New and Edit views -- they are shown separated by plus signs
> > in the text input field.
>
> > I have used AATOS in other projects and not seen these behaviors so what
> > you are saying  makes sense -- there may be some bugs in the CE code that is
> > causing these issues.
>
> > I'll come up with some specific, reproducible use cases.  If you agree that
> > they are bugs then I'll add them to Lighthouse (and help fix them).
>
> > On Wed, Jul 1, 2009 at 6:40 AM, Bruno Bornsztein <
> > [email protected]> wrote:
>
> >> 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to