2011/9/1 Lluís Batlle i Rossell <virik...@gmail.com>

> Hello all,
>
> through the UI, I wrote in "Add new tag" of the "checkin edit page" this:
> "v11_3_5, release".
>
> This appears as: "sym-v11_3_5, release", so, a tag with a comma and a
> space, and
> the two words.
>
> Nevertheless, in the timeline it appears as: "tags: trunk, v11_3_5,
> release",
> with a link to trunk, another to v11_3_5, and another to release. Of
> course,
> the checkin does not appear under the listing of "release" alone, for
> example.
>
> Maybe addtag should complain or warn about commas, or add multiple tags,
> like
> the event page?
> How come the timeline does not show the big "v11_3_5, release" tag?
>

Because the set of tags for a check-in is extracted using the group_concat()
SQL function, then the resulting text is parsed by C code to insert HTML
anchors at ", " boundaries.  So, yes, if you put a ", " in your tag, you
will get some unintended anchors.


>
> (all this with fossil [d8221b9863] 2011-05-12, I don't know if there is a
> change
> about that in 1.18 or trunk)
>
> Regards,
> Lluís
> _______________________________________________
> fossil-users mailing list
> fossil-users@lists.fossil-scm.org
> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
>



-- 
D. Richard Hipp
d...@sqlite.org
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to