Postponed
Project:
Bbcode
Version:
6.x-1.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Jul 2011 at 10:42 UTC
Updated:
25 Jul 2011 at 18:33 UTC
URL is not converted when nested inside list tag:
[list=1]
[*]conoscere l'ora esatta al momento dell'avvio;
[*]essere in grado di convertire il tempo Unix (o [url=http://it.wikipedia.org/wiki/Tempo_(Unix)]Epoc[/url])
[*]sommare e sottrarre numeri virgola mobile [i]realtime[/i]).
[/list]
This is a bug or a feature ?
Thanks.
Comments
Comment #1
paolomainardi commentedAnyone ?
Comment #2
Wooster commentedPerhaps the module is abandoned? It hasn't been modified in at least 5 months.
Comment #3
paolomainardi commented@Wooster I don't know, someons has tried to contact current mantainer ?
Comment #4
naudefj commentedWe need a patch to move forward.
Unfortunately, I don't need this on my site and won't write a patch for it (unless you can somehow motivate me to do it).
Comment #5
paolomainardi commentedDear naudefj,
So you are confirming that this is not a bug, but a feature, nice to know.
Just to understand better, are nested tags supported by this module or not at all ?
Thanks a lot.
Comment #6
Wooster commentedI think he means, it's a bug, but a very case specific bug to trigger, (Have to be using both Lists, and URLS nested. Lists being one of the least common of the commonly used BBcodes, having a list with a URL is rare on top of it.)
Thus he doesn't see it as big enough to warrant him making a fix, but will accept a fix if someone provides it.
Looking at the code, there are four variations of the URL BBCode.
With, http://, and no replacement text
Without http://, and no replacement text
With, http://, and with replacement text
Without http://, and with replacement text
It 'might' be productive to try all four variations with your List bug, see if it only appears in some variations and not others.