Differences From Artifact [04d368c15e]:
- File src/tktsetup.c — part of check-in [5d17ced68d] at 2025-04-19 19:18:38 on branch th1-taint — Update the default ticket configuration to avoid sending out text that seems tainted. There are no actual XSS issues here, but these changes do add an extra margin of safety. (user: drh size: 28138) [more...]
To Artifact [6d730c2688]:
- File src/tktsetup.c — part of check-in [a884fbbd58] at 2025-04-28 11:14:28 on branch trunk — Fix the new wiki-comments-on-ticket fieature so that it is controllable via TH1. (user: drh size: 28227) [more...]
| ︙ | |||
494 495 496 497 498 499 500 501 502 503 504 505 506 507 | 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 | + + + |
@ html "<td class='tktDspValue' colspan='3'>Deleted</td></tr>\n"
@ }
@ }
@
@ if {[capexpr {n}]} {
@ submenu link "Copy Ticket" /tktnew/$tkt_uuid
@ }
@ if {[capexpr {nk}]} {
@ submenu link "Edit Wiki" /wikiedit?name=ticket/$tkt_uuid
@ }
@ </th1>
@ <tr><td class="tktDspLabel">Title:</td>
@ <td class="tktDspValue" colspan="3">
@ $<title>
@ </td></tr>
@ <tr><td class="tktDspLabel">Status:</td><td class="tktDspValue">
@ $<status>
|
| ︙ |