Differences From:
File
src/tktsetup.c
part of check-in
[0be54823ba]
- Add defenses against cross-site request forgery attacks.
by
drh on
2008-10-18 12:55:44.
[view]
To:
File
src/tktsetup.c
part of check-in
[f0c8693845]
- More improvements to the timeline display of ticket changes.
by
drh on
2008-10-20 06:41:12.
[view]
@@ -643,10 +643,14 @@
@ <hr>
entry_attribute("Ticket Title", 40, "ticket-title-expr", "t", "title");
@ <p>An SQL expression in a query against the TICKET table that will
- @ return the title of the ticket for display purposes after hyperlinks to
- @ that ticket</p>
+ @ return the title of the ticket for display purposes.</p>
+
+ @ <hr>
+ entry_attribute("Ticket Status", 40, "ticket-status-column", "s", "status");
+ @ <p>The name of the column in the TICKET table that contains the ticket
+ @ status in human-readable form. Case sensitive.</p>
@ <hr>
entry_attribute("Ticket Closed", 40, "ticket-closed-expr", "c",
"status='Closed'");