Fossil

Check-in [d37c6a4bc1]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Show a path timeline without extraneous decoration.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: d37c6a4bc182ecfb2bf3755baf0431f191ac0768
User & Date: drh 2011-03-09 22:56:46.512
Context
2011-03-09
23:16
Add a graph-generation test case for time-warp. ... (check-in: c7f07fe67d user: drh tags: trunk)
22:56
Show a path timeline without extraneous decoration. ... (check-in: d37c6a4bc1 user: drh tags: trunk)
17:33
Add a path-tracing option to the timeline display. ... (check-in: 63ac111d5b user: drh tags: trunk)
Changes
Unified Diff Ignore Whitespace Patch
Changes to src/timeline.c.
822
823
824
825
826
827
828

829
830
831
832
833
834
835
836
837
    blob_append(&desc, " and ", -1);
    z = P("to");
    if( g.okHistory ){
      blob_appendf(&desc, "<a href='%s/info/%h'>[%h]</a>.",  g.zTop, z, z);
    }else{
      blob_appendf(&desc, "[%h].", z);
    }

    db_multi_exec("%s", blob_str(&sql));

  }else if( (p_rid || d_rid) && g.okRead ){
    /* If p= or d= is present, ignore all other parameters other than n= */
    char *zUuid;
    int np, nd;

    if( p_rid && d_rid ){
      if( p_rid!=d_rid ) p_rid = d_rid;







>

<







822
823
824
825
826
827
828
829
830

831
832
833
834
835
836
837
    blob_append(&desc, " and ", -1);
    z = P("to");
    if( g.okHistory ){
      blob_appendf(&desc, "<a href='%s/info/%h'>[%h]</a>.",  g.zTop, z, z);
    }else{
      blob_appendf(&desc, "[%h].", z);
    }
    tmFlags |= TIMELINE_DISJOINT;
    db_multi_exec("%s", blob_str(&sql));

  }else if( (p_rid || d_rid) && g.okRead ){
    /* If p= or d= is present, ignore all other parameters other than n= */
    char *zUuid;
    int np, nd;

    if( p_rid && d_rid ){
      if( p_rid!=d_rid ) p_rid = d_rid;