Hi All, I thought about implementing a counter to help with ticket identification for users (IMO, UUIDs are a bit obscure and have no order). My idea was to include an integer value into some table in the repo, read it with TH1 before creation of a new ticket, and increment and store it in the table just after the ticket creation.
Could anyone more acquainted with the fossil code suggest if this idea is right. Am I able to do it only by editing the Admin/Tickets/... pages or some source code changes are required? Cheers, Jacek _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

