Fossil

Timeline
Login

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

17 check-ins using file src/db.c version b3eddf9221

2024-12-24
12:51
Updates to the /timeline help. Change to "bo" query parameter to "so". Closed-Leaf check-in: 8fa38e22e1 user: drh tags: rl-determines-graph-order
03:45
Fix a potentially uninitialized variable in the /timeline. check-in: 9d5174531f user: drh tags: rl-determines-graph-order
03:43
If the "ms=STYLE" query parameter is present on /timeline, it overrides the implied "ms=brlist" associated with the "tl=TAGLIST", "rl=TAGLIST", and "ml=TAGLIST" query parameters, check-in: 4e51891e47 user: drh tags: rl-determines-graph-order
03:24
New ml=TAGLIST query parameter to /timeline works like "tl=TAGLIST with "mionly". check-in: 7f06e5ca6e user: drh tags: rl-determines-graph-order
03:13
Fix a bug in branch ordering check-in: fc62ce69e9 user: drh tags: rl-determines-graph-order
2024-12-23
23:49
Add the bo=LIST query parameter that specifies the branch display order. Fix the branch display order so that it actually works. check-in: fe356e3ef8 user: drh tags: rl-determines-graph-order
20:52
Experimental changes that cause branches to appear in the graph in the same order that they are listing the rl= or tl= query parameter. check-in: 2778e55f07 user: drh tags: rl-determines-graph-order
20:08
When /timeline selects specific branches using r=, t=, rl=, tl= or similar, then try to show the selected branches at the left margin. To help accomplish this, the code that computes branch name matching by various algorithms (GLOB, LIKE, REGEXP, LIST) is factored out into a new source file "match.c". check-in: e89ea2c93c user: drh tags: trunk
18:23
Fix segfault when dealing with merge conflict involving symlinks (when allow-symlinks is enable) by reducing scope of some Blob local variable. check-in: 1611c97260 user: mgagnon tags: trunk
17:32
Fix the "mionly" query parameter of /timeline so that it works with tl= and rl=. check-in: f4b048cdae user: drh tags: trunk
16:08
Update document for the x= query parameter to /timeline. check-in: d4d6cca0b5 user: drh tags: trunk
16:01
Enhance the "x" (mnemonic: eXtra) query parameter to /timeline so that it works with d=, p=, and from= queries. check-in: 1e8451b55f user: drh tags: trunk
15:36
Simplify the SQL used to omit related nodes from a path for which there is no path to the final destination. check-in: dff73bdc71 user: drh tags: trunk
15:05
Do the same filtering of the "rel" query parameter for from=,bt= and from=,ft= that happens with me=,you=. check-in: 7e1ffdd9ee user: drh tags: trunk
14:56
Improved documentation for the query parameters of /timeline. check-in: 5b141ffffa user: drh tags: trunk
13:36
Further improvements to formatting of the SQL display using the "showsql" query parameter on /timeline. check-in: a1616c2dbd user: drh tags: trunk
13:20
Additional tweaks and improvements to the "showsql" query parameter. check-in: 02491c2684 user: drh tags: trunk