Differences From Artifact [893b046bc6]:
- File src/tktsetup.c — part of check-in [6bcff72d23] at 2008-11-26 02:36:17 on branch trunk — Add a "Preview" button to the default Edit Ticket screen configuration. (user: drh size: 17703)
To Artifact [8063829836]:
- File src/tktsetup.c — part of check-in [cdbc3ab248] at 2008-12-14 22:54:52 on branch trunk — Moved new tcksetup.c into checkout dir before commit, added rstats command to get stat page info from command line. (user: kejoki size: 17739)
| ︙ | |||
196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 | 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 | + + |
@ Minor
@ Cosmetic
@ }
@ set resolution_choices {
@ Open
@ Fixed
@ Rejected
@ Workaround
@ Unable_To_Reproduce
@ Works_As_Designed
@ External_Bug
@ Not_A_Bug
@ Duplicate
@ Overcome_By_Events
@ Drive_By_Patch
@ Misconfiguration
@ }
@ set status_choices {
@ Open
@ Verified
@ Review
@ Deferred
@ Fixed
|
| ︙ |