Differences From:
File
src/tkt.c
part of check-in
[580d6ad8c7]
- Suppress the display of the artificate ID on the timeline which showing
changes to wiki or tickets.
by
drh on
2009-01-21 01:23:40.
[view]
To:
File
src/tkt.c
part of check-in
[58903a0fec]
- Add more hyperlinks on dates and userids.
by
drh on
2009-08-29 22:39:44.
[view]
@@ -690,12 +690,12 @@
char zUuid[12];
memcpy(zUuid, zChngUuid, 10);
zUuid[10] = 0;
@
- @ <p>%s(zDate)
- @ [<a href="%s(g.zTop)/artifact/%T(zChngUuid)">%s(zUuid)</a>]</a>
- @ by %h(m.zUser):</p>
- @
+ @ Ticket change
+ @ [<a href="%s(g.zTop)/artifact/%T(zChngUuid)">%s(zUuid)</a>]</a> by
+ hyperlink_to_user(m.zUser,zDate," on");
+ hyperlink_to_date(zDate, ":");
free(zDate);
ticket_output_change_artifact(&m);
}
manifest_clear(&m);