Fossil SCM

show creation date in default template for the ticket report and use better names for the columns

jkosche 2025-04-08 22:30 tkt-improvements
Commit 86c1910ffbd1b642698213488b4c52469fa8f9eed6ad1991be913cd5fd9f335c
1 file changed +2 -1
+2 -1
--- src/tktsetup.c
+++ src/tktsetup.c
@@ -862,11 +862,12 @@
862862
@ WHEN status='Fixed' THEN '#cfe8bd'
863863
@ WHEN status='Tested' THEN '#bde5d6'
864864
@ WHEN status='Deferred' THEN '#cacae5'
865865
@ ELSE '#c8c8c8' END AS 'bgcolor',
866866
@ substr(tkt_uuid,1,10) AS '#',
867
-@ datetime(tkt_mtime) AS 'mtime',
867
+@ datetime(tkt_ctime) AS 'created',
868
+@ datetime(tkt_mtime) AS 'modified',
868869
@ type,
869870
@ status,
870871
@ subsystem,
871872
@ title,
872873
@ comment AS '_comments'
873874
--- src/tktsetup.c
+++ src/tktsetup.c
@@ -862,11 +862,12 @@
862 @ WHEN status='Fixed' THEN '#cfe8bd'
863 @ WHEN status='Tested' THEN '#bde5d6'
864 @ WHEN status='Deferred' THEN '#cacae5'
865 @ ELSE '#c8c8c8' END AS 'bgcolor',
866 @ substr(tkt_uuid,1,10) AS '#',
867 @ datetime(tkt_mtime) AS 'mtime',
 
868 @ type,
869 @ status,
870 @ subsystem,
871 @ title,
872 @ comment AS '_comments'
873
--- src/tktsetup.c
+++ src/tktsetup.c
@@ -862,11 +862,12 @@
862 @ WHEN status='Fixed' THEN '#cfe8bd'
863 @ WHEN status='Tested' THEN '#bde5d6'
864 @ WHEN status='Deferred' THEN '#cacae5'
865 @ ELSE '#c8c8c8' END AS 'bgcolor',
866 @ substr(tkt_uuid,1,10) AS '#',
867 @ datetime(tkt_ctime) AS 'created',
868 @ datetime(tkt_mtime) AS 'modified',
869 @ type,
870 @ status,
871 @ subsystem,
872 @ title,
873 @ comment AS '_comments'
874

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button