Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | Improved timeline title when both p= and d= query parameters are provided and refer to different checkins. |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
5253f0cf027605034c39c65569dafdbf |
| User & Date: | drh 2025-05-17 18:52:43.987 |
Context
|
2025-05-18
| ||
| 02:52 | www/th1.md: Fix missing word ... (check-in: 8a28e91555 user: js tags: trunk) | |
| 02:50 | Merge trunk ... (check-in: f993a870a1 user: js tags: morphos) | |
|
2025-05-17
| ||
| 18:52 | Improved timeline title when both p= and d= query parameters are provided and refer to different checkins. ... (check-in: 5253f0cf02 user: drh tags: trunk) | |
|
2025-05-15
| ||
| 11:29 | Update the built-in SQLite to the latest 3.50.0 beta that contains fixes to the CLI so that it will hopefully [forum:/forumpost/a5a992e657|compile without warnings in VS2025]. ... (check-in: a1a4adfa27 user: drh tags: trunk) | |
Changes
Changes to src/timeline.c.
| ︙ | ︙ | |||
2348 2349 2350 2351 2352 2353 2354 |
if( useDividers && !selectedRid ) selectedRid = p_rid;
}
}
if( bSeparateDandP ){
int n = db_int(0, "SELECT count(*) FROM ok");
blob_reset(&desc);
blob_appendf(&desc,
| | | | | | 2348 2349 2350 2351 2352 2353 2354 2355 2356 2357 2358 2359 2360 2361 2362 2363 2364 2365 2366 |
if( useDividers && !selectedRid ) selectedRid = p_rid;
}
}
if( bSeparateDandP ){
int n = db_int(0, "SELECT count(*) FROM ok");
blob_reset(&desc);
blob_appendf(&desc,
"%d check-ins that are derived from %z%h</a>"
" and contribute to %z%h</a>",
n,
href("%R/info?name=%h",zDPNameD),zDPNameD,
href("%R/info?name=%h",zDPNameP),zDPNameP
);
ridBackTo = 0;
ridFwdTo = 0;
}else{
blob_appendf(&desc, " of %z%h</a>",
href("%R/info?name=%h", zBaseName), zBaseName);
}
|
| ︙ | ︙ |
Changes to www/index.wiki.
| ︙ | ︙ | |||
86 87 88 89 90 91 92 | 8. <b>Free and Open-Source</b> — [../COPYRIGHT-BSD2.txt|2-clause BSD license]. <hr> <h3>Latest Release: 2.26 ([/timeline?c=version-2.26|2025-04-30])</h3> * [/uv/download.html|Download] * [./changes.wiki#v2_26|Change Summary] | | | 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 | 8. <b>Free and Open-Source</b> — [../COPYRIGHT-BSD2.txt|2-clause BSD license]. <hr> <h3>Latest Release: 2.26 ([/timeline?c=version-2.26|2025-04-30])</h3> * [/uv/download.html|Download] * [./changes.wiki#v2_26|Change Summary] * [/timeline?p=version-2.26&d=version-2.25&y=ci|Check-ins in version 2.26] * [/timeline?df=version-2.26&y=ci|Check-ins derived from the 2.26 release] * [/timeline?t=release|Timeline of all past releases] <hr> <h3>Quick Start</h3> 1. [/uv/download.html|Download] or install using a package manager or |
| ︙ | ︙ |