Closed (fixed)
Project:
Drupal core
Version:
6.x-dev
Component:
documentation
Priority:
Normal
Category:
Bug report
Assigned:
Issue tags:
Reporter:
Created:
10 May 2010 at 17:11 UTC
Updated:
3 Jan 2014 at 01:42 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
jhodgdonI agree that taxonomy_implode_tags() could have an @see pointing to drupal_explode_tags() as a complement.
I'm not so sure about pointing in the other direction. The taxonomy function is taxonomy-specific -- so it is not just imploding tags, it is also checking to see if they are members of the right vocabulary.
Actually, the direct complementary function to http://api.drupal.org/api/function/drupal_explode_tags is http://api.drupal.org/api/function/drupal_implode_tags
These @see lines should be added to Drupal 7 first, then the patch can be ported to Drupal 6.
Good project for a novice doc contributor...
Comment #2
Anonymous (not verified) commentedHope i got it right, i added the @see as jhodgdon suggested.
Comment #3
aspilicious commentedWRONG... lol srry ;)
You can't put a newline at the end of a docblock :)
One reroll and I think this is ready.
Thnx for taking this one nenne.
Comment #4
Anonymous (not verified) commentedYou bastard! ;)
Hope this is what you meant! =)
Comment #6
Anonymous (not verified) commentedNew one!
Comment #7
Anonymous (not verified) commentedComment #8
jhodgdonSee comment #1. We need several more @see lines added that are not in this patch.
Comment #9
fmitchell commentedadded other @see lines mentioned in comment #1
Comment #10
jhodgdonThanks, that will do it!
Comment #11
dries commentedCommitted to CVS HEAD. Thanks.
Comment #12
jhodgdonCan be ported to Drupal 6 now (originally reported against D6).
Comment #13
rdrh555 commentedDidn't know how to create one patch:
Comment #14
jhodgdonYeah, those patches need to be fixed up and put into one patch. They seem to be dependent on each other?
Comment #15
rdrh555 commentedI added the six lines as in #9; do I need to do something else before I combine into 1 patch?
Comment #16
jhodgdonNo, I don't think so.
Comment #17
rdrh555 commentedCombined patch:
Comment #18
jhodgdonLooks good, thanks!
Comment #19
gábor hojtsyCommitted, thanks.