This patch fixes a bug where the taxonomy help as defined in admin » taxonomy is ignored.
When a taxonomy term has the flag tags on, we call a special autfill form. The help with that form is now hardcoded.
This patch fixes that.
| Comment | File | Size | Author |
|---|---|---|---|
| #14 | _39672_vidhelp.patch | 956 bytes | morbus iff |
| #11 | taxonomy_autocomplete_help_2.patch | 1.56 KB | Bèr Kessels |
| #10 | taxonomy_help_3.png | 4.32 KB | Bèr Kessels |
| #9 | taxonomy_help_2.png | 7.21 KB | Bèr Kessels |
| #8 | taxonomy_help_1.png | 25.16 KB | Bèr Kessels |
Comments
Comment #1
Bèr Kessels commentedbump
Comment #2
Bèr Kessels commentedComment #3
Tobias Maier commented+1 for the patch in general.
but please take a look at the atached file
it is made in the false way
your patched file was seen as the original and the real (unpatched) file as the patched one...
so please reroll the patch, thanks
Comment #4
Bèr Kessels commentedother way around
Comment #5
dries commentedI don't understand the problem. What do you mean with 'ignored'? How can I reproduce this?
Comment #6
Tobias Maier commentedhe wants that this help text gets printed (if available) insteade of this hardcoded help-text
Comment #7
Bèr Kessels commented@dries:
in the "add vocabulary" screen, one has the ability to add a "custom help text". Currently for freetagging vocs, that help text never shows up, instead a hardcoded one shows. Its either this patch, to let it show up everywhere. Or its removing that help-text thing from the interface/database.
Comment #8
Bèr Kessels commentedFirst, let me explain in three screenshots what the *bug* is.
Comment #9
Bèr Kessels commentedand you see, the text, does *not* appear here.
Comment #10
Bèr Kessels commentedAfter the patch, can mak my own help texts, like it should be.
Comment #11
Bèr Kessels commentedAnd now an updated patch.
Comment #12
dries commentedCommitted to HEAD.
Comment #13
raema commentedComment #14
morbus iffThere's a convoluted bug where a freetag's $help (per this patch) can be used for the $help of a non-freetagging vocabulary, depending on weight, loop order, and blah blah blah. This one-liner just uses the standard vocabulary->help for non-freetags.
Comment #15
Bèr Kessels commentedI can confirm the bug, and have tested the patch. It works as advertised.
Comment #16
morbus iffComment #17
dries commentedCommitted to HEAD. Thanks.
Comment #18
(not verified) commented