Closed (fixed)
Project:
Active Tags
Version:
6.x-1.1
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
12 Feb 2009 at 12:11 UTC
Updated:
22 Nov 2009 at 20:41 UTC
Jump to comment: Most recent file
Comments
Comment #1
rup3rt commented- Correct 2nd screenshot at http://img5.imageshack.us/img5/6416/at2uu2.jpg
- Code from taxonomy module is around line 1290
R3
Comment #2
rup3rt commentedQuotes override broken but I saw this and understood more about the process
This could be optional........
Will add "Treat entry field as a single term" as a new feature request :-)
R3
Comment #3
dragonwize commentedHi rup3rt. This sounds like a nice feature to have. We will have to think about it and decide if and how to implement it.
Marking postponed until we decide.
Comment #4
dragonwize commentedComment #5
francewhoa+1 for this new feature. I would be happy to contribute testing.
Comment #6
dragonwize commentedThe future of this feature lies in the outcome of the discussion in this issue: #412578: Tags are not submitted if user does not click add. If you have an opinion on that discussion please join in.
Comment #7
janusman commentedCould I convince you that the current implementation has a bug (in the Javascript), because terms (already) entered by the autocomplete field like this:
"Emerson, Lake and Palmer", The Cure
after installing this module, get converted by the JS in this module (erroneously) as:
1) "Emerson
2) Lake and Palmer"
3) The Cure
even though the core autocomplete widget does get it correctly as two terms.
Comment #8
dragonwize commentedNope, sorry janusman. This is still a feature request because while AT uses core taxonomy the one thing it does change is how tags are entered by the user hence why that happens. I see that you have commented on #412578: Tags are not submitted if user does not click add as well. That is good as that is where it will be decided.
Comment #9
janusman commentedLet me attempt a different explanation of what I'm seeing (maybe this is not the correct issue to report this, seemed related) =)
1) Core drupal install, and an autocomplete taxonomy (tags) vocabulary.
2) Create a single new node, and enter this in the autocomplete field:
"Emerson, Lake and Palmer", The Cure
3) Save node
4) Two terms are created: one for Emerson, Lake and Palmer, and one for The Cure.
5) Now, install, enable, configure Active Tags module
6) Edit above node. The active tags (incorrectly) shows 4 tags for the node:
"Emerson,
Lake
and Palmer"
The Cure
.. however I have not modified nor yet edited the node. There are still 2 terms in the vocabulary since the node has not been saved, and the term_node table (of course) shows there are two terms assigned to this node.
7) If you save the above node, changes are permanent.
What's happening is the Javascript regular expression is splitting the terms incorrectly.
So, uhm maybe the above should go into a new issue instead of this one =) If so, I apologize for changing the category without asking first.
Thanks btw =)
Comment #10
dragonwize commented@janusman: That would be a different issue. Please open a ticket with that information.
Comment #11
ck9 commentedPlease implement this feature! +1 vote
I have been trying to find a way to make freetagging ignore commas and to treat them like ordinary text. I thought this module was the answer but it still treats comma separated strings as separate items.
e.g. "School of Arts, Languages, and Literature"
should be a single term not three.
Comment #12
arhak commentedI haven't try it, but I implemented a module which adds support for single free tagging
If this module relies on taxonomy module to handle the way each vocabulary works, then installing this module and setting up the desired vocabulary to be "Tag (single select)" should do the treak
taxonomy_single_tagis far a way from being a hack, since it integrates gracefully with taxonomy delegating main functionality to it, therefore, preserving i18n supportNote: I fixed the module to remove depending on
apix_install(which is another module of my own)Comment #13
dragonwize commentedI've gone forward with this made entries including commas as single terms.
Patch including this feature is being reviewed here: #559176: Upon enabling, existing tags with commas inside quotes split incorrectly.
Comment #14
ohthehugemanatee commented+1 for this, or we could just have taxonomy-single-tag as a module.
Comment #15
arhak commentedtaxonomy_single_tag is now a project
EDIT:link fixed