Ticket UUID: | f083ffffc655f777c5897ccfd5197fabe1143bb2 | ||
Title: | Inconsistent display of closed tickets id's as striked out links in timeline | ||
Status: | Closed | Type: | Code_Defect |
Severity: | Minor | Priority: | |
Subsystem: | Resolution: | Not_A_Bug | |
Last Modified: | 2008-11-30 19:32:29 | ||
Version Found In: | [c12e5b102e] 2008-11-27 13:50:41 | ||
Description & Comments: | |||
While checking on timeline page, I see on my cloned copy of fossil repository just some of closed tickets id's striked. In my local copy, I see both lines with striked links to closed tickets (1dd22c3a2b and 1dd22c3a2b): 2008-11-27 The next striked one on my copy is(with striked link 807ca32b80): 2008-11-25 On the contrary, on fossil web page I see as striked many more links to already closed tickets. 2008-11-27 eric added on 2008-11-28 07:19:56: anonymous claiming to be kkinnell added on 2008-11-28 15:32:04: anonymous added on 2008-11-28 17:58:17: eric added on 2008-11-28 19:36:37: $ fossil version This is fossil version f84bfc31bf 2008-11-27 02:30:29 UTC $ fossil pull http://www.fossil-scm.org/fossil/ ... At this point, I have looked at the timelines from my clone repository and www.fossil-scm.org side by side in the browser and seen exactly the difference described. eric@tasso:~/devel/fossil$ fossil export ticket emjtkt eric@tasso:~/devel/fossil$ fossil config pull ticket http://www.fossil-scm.org/fossil/ ... $ fossil config export ticket drhtkt On refreshing pages in the browser, they now look identical. Looking at the export files, there are lots of differences, but in particular, I had REPLACE INTO config VALUES('ticket-closed-expr','status=''Closed'''); while the pulled config has REPLACE INTO config VALUES('ticket-closed-expr','status=''Closed'' OR status=''Fixed'''); The former is specified as the default in tktsetup.c and wikiformat.c, so I feel quite justified closing this as "Not A Bug". anonymous added on 2008-11-30 19:32:29: Just a remark, while I pulled config with: and compared exported ticket export files from original and updated repository, they looked exactly the same (beside datetime line) and did not contain: REPLACE INTO config VALUES('ticket-closed-expr'... line at all. |