Fossil

Timeline
Login

Timeline

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

8 most recent check-ins related to "brlist-timeline"

2021-04-22
01:40
Merge from 'brlist-timeline' which enables easy selection of several branches on the /brlist page. A special hyperlink in the submenu of /brlist page interactively tracks which branches are checked and points to the /timeline view of just these selected branches. (check-in: 5df47469 user: george tags: trunk)
01:09
Minor refactoring: unite two similar code fragments using new auxiliary function amendAnchor(). (Closed-Leaf check-in: f2348f27 user: george tags: brlist-timeline)
00:26
Apply encodeURIComponent() function to the generated regular expression before appending it to the hyperlink's prefix. This should handle some awkward characters within branch names. Spaces and commas are a noteworthy examples of characters that still should be avoided within branch names. (check-in: 6281f24e user: george tags: brlist-timeline)
2021-04-19
18:18
Fixed misinteraction between bootstrap skin and new /brlist selection feature caused by both using the .label class for their own purposes. (check-in: f5bcff6c user: stephan tags: brlist-timeline)
16:45
Do not use bold font for the "View X branch(es)" hyperlink. (check-in: 08b90535 user: george tags: brlist-timeline)
16:08
Display "View 1 branch" hyperlink if just one branch is selected. Add documentation to the www/javascript.md and to the changelog. Also minor CSS tweaks. (check-in: c6a061f2 user: george tags: brlist-timeline)
01:01
Rename 'Timeline' submenu link into 'View X branches' that is shown only if two or more branches are selected. Also some minor code refactoring for better compatability with old versions of WebView. (check-in: 00891cba user: george tags: brlist-timeline)
2021-04-18
21:17
Removed a reference to a removed function. (Closed-Leaf check-in: 90f9af21 user: stephan tags: brlist-timeline)