Differences From Artifact [e52093bf63]:
- File src/tkt.c — part of check-in [b111adbe35] at 2024-11-27 17:07:00 on branch attachlist-html-section — Wrap the list of attachments displayed on technotes/events, tickets and wiki pages in their own `section' HTML element with CSS class name 'attachlist'. Inspired by [forum:8da5a5d868 | forum thread 8da5a5d868]. (user: florian size: 59161) [more...]
To Artifact [055aa8eeca]:
- File src/tkt.c — part of check-in [d47a5f2134] at 2025-01-14 13:19:46 on branch ticket-wiki — add link to edit description for ticket (user: jkosche size: 59272)
| ︙ | |||
763 764 765 766 767 768 769 770 771 772 773 774 775 776 | 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 | + + + |
}else{
showTimeline = 0;
}
}
if( !showTimeline && g.perm.Hyperlink ){
style_submenu_element("Timeline", "%R/info/%T", zUuid);
}
if( g.perm.WrWiki ){
style_submenu_element("Edit Description", "%R/wikiedit?name=ticket/%T", zUuid);
}
if( g.thTrace ) Th_Trace("BEGIN_TKTVIEW<br>\n", -1);
ticket_init();
initializeVariablesFromCGI();
getAllTicketFields();
initializeVariablesFromDb();
zScript = ticket_viewpage_code();
if( P("showfields")!=0 ) showAllFields();
|
| ︙ |