Re: [fossil-users] fossil timeline on console quirk with ticket titles

2016-05-14 Thread Marko Käning
Hi Warren,

thanks for the digging! :)

On 12 May 2016, at 01:27 , Warren Young  wrote:
> The problem is on line 1693 of src/manifest.c, if you want to try and fix it. 
>  I believe the proper fix would involve moving these tags into 
> www_print_timeline() in src/timeline.c.

If it bugs me enough I will have a look at it.

Greets,
Marko

___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


Re: [fossil-users] fossil timeline on console quirk with ticket titles

2016-05-11 Thread Warren Young
On May 11, 2016, at 3:54 PM, Marko Käning  wrote:
> 
> Why does "fossil timeline" show HTML tags around ticket titles, like this: 
> 
>   Ticket test
> 
> ???

Because the command line implementation of “fossil ticket” is basically just 
dumping a subset of the contents of the event table in the Fossil repository 
DB, and manifest_ticket_event() is committing event.comment with  tags 
embedded.  (For shame!)

The problem is on line 1693 of src/manifest.c, if you want to try and fix it.  
I believe the proper fix would involve moving these tags into 
www_print_timeline() in src/timeline.c.
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users