Fossil

Ticket Change Details
Login

Ticket Change Details

Overview

Artifact ID: b7a1aee92d65997bdffe243e5595652aee16c2c04ba5f3ba9e99ce98bb12c532
Ticket: ed62a4d35332595ac992655176a92a12dc50cc8c
Unintuitive interpretation of p= and bt= query parameters on /timeline
User & Date: drh 2023-03-24 13:04:18
Changes

  1. foundin changed to: "2.22"
  2. icomment:
    The p=X and bt=Y query parameters on /timeline are designed to show all
    ancestors of X back to Y.  However, if Y is a tag that is on multiple
    check-ins, it selects the most recent Y over the entire span of check-ins,
    not the most recent Y that occurs prior to X.  For example, the following
    URL does not work:
    
    > <https://fossil-scm.org/home/timeline?p=bed4b0f7fc586f99&bt=release>
    
    The expectation is that the URL above would work the same as the following:
    
    > <https://fossil-scm.org/home/timeline?p=bed4b0f7fc586f99&bt=487776dc454b2bb6>
    
  3. login: "drh"
  4. mimetype: "text/x-markdown"
  5. private_contact changed to: "5840dffc1663561cf96cb9eb1563447ad11d8bbe"
  6. severity changed to: "Important"
  7. status changed to: "Open"
  8. title changed to:
    Unintuitive interpretation of p= and bt= query parameters on /timeline
    
  9. type changed to: "Feature_Request"