History Of Ticket f083ffffc6
Not logged in
Ticket change [2634fd782b] (rid 4047) by anonymous on 2008-11-30 19:32:29:
  1. Appended to comment:

    anonymous added on 2008-11-30 19:32:29:
    Thank you for the insight into this configuration issue.
    After updating Setup->Tickets->Timeline option Ticket Closed to value:
    status='Closed' OR status='Fixed'
    local timeline now looks exactly as on fossil web site.

    Just a remark, while I pulled config with:
    fossil config pull ticket http://www.fossil-scm.org/fossil/

    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.

Ticket change [0cad622204] (rid 4044) by eric on 2008-11-28 19:36:37:
  1. Appended to comment:

    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".

  2. Change resolution to "Not_A_Bug"
  3. Change status to "Closed"
Ticket change [e9b18c9329] (rid 4043) by anonymous on 2008-11-28 17:58:17:
  1. Appended to comment:

    anonymous added on 2008-11-28 17:58:17:
    I was describing situation with freshly updated repo. When I can, I will check if it is related to changes in Setup->Tickets->Timeline menu as suggested. But I guess, there are default values set.

Ticket change [66cedf6299] (rid 4042) by anonymous on 2008-11-28 15:32:04:
  1. Appended to comment:

    anonymous claiming to be kkinnell added on 2008-11-28 15:32:04:
    Wouldn't this have more to do with when the local repository was synced with the main repo? If you pull/update from the main repository to the local, and look at the timelines right then, they should be a 99% match. (There's always a chance someone closed a ticket while you were doing your "pull".)

Ticket change [d670324553] (rid 4041) by eric on 2008-11-28 07:19:56:
  1. Appended to comment:

    eric added on 2008-11-28 07:19:56:
    But 66cbcd56a2 is fixed, not closed (at this time) - this will be due to a difference in the ticket config (third item in Setup->Tickets->Timeline).

  2. Change resolution to "Open"
Ticket change [f164c95c7b] (rid 4040) by anonymous on 2008-11-28 05:12:48:
  1. Change comment to "While checking on timeline page, I see on my cloned copy of fossil repository just some of closed tickets id's striked.<br> In my local copy, I see both lines with striked links to closed tickets (1dd22c3a2b and 1dd22c3a2b): 2008-11-27<br> 23:37:45 * [74747d3dcf] Closed ticket <s>1dd22c3a2b</s><br> 23:30:16 * [b4402cf8af] Ticket <s>1dd22c3a2b</s><br> The next striked one on my copy is(with striked link 807ca32b80): 2008-11-25<br> 18:42:55 * [3f824675cd] Closed ticket <s>807ca32b80</s><br> On the contrary, on fossil web page I see as striked many more links to already closed tickets.<br> First one is already the line:<br> 2008-11-27<br> 13:51:22 * [4cbd3b67c9] Fixed ticket <s>66cbcd56a2</s>"
  2. Change foundin to "[c12e5b102e] 2008-11-27 13:50:41"
  3. Change private_contact to "24b67375dd2ec6c7381a5ad34cfcf006f0b9c260"
  4. Change severity to "Minor"
  5. Change status to "Open"
  6. Change title to "Inconsistent display of closed tickets id's as striked out links in timeline"
  7. Change type to "Code_Defect"