Differences From Artifact [06fa0eeb84]:
- File src/tkt.c — part of check-in [ed5179db1f] at 2008-11-15 21:17:31 on branch trunk — Enable the "Edit" submenu link on the Ticket View page when the user has ticket append privilege. Fix for part of ticket [7b9be0b127]. (user: drh size: 21250)
To Artifact [a24e654e39]:
- File src/tkt.c — part of check-in [580d6ad8c7] at 2009-01-21 01:23:40 on branch trunk — Suppress the display of the artificate ID on the timeline which showing changes to wiki or tickets. (user: drh size: 21269) [more...]
| ︙ | |||
634 635 636 637 638 639 640 | 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 | - + |
}
zSQL = mprintf("%s AND event.objid IN "
" (SELECT rid FROM tagxref WHERE tagid=%d) "
"ORDER BY mtime DESC",
timeline_query_for_www(), tagid);
db_prepare(&q, zSQL);
free(zSQL);
|
| ︙ |