Fossil

Changes On Branch brlist-timeline
Login

Changes On Branch brlist-timeline

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

Changes In Branch brlist-timeline Excluding Merge-Ins

This is equivalent to a diff from 8913402d to f2348f27

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-20
14:16
Improved robustness of the merge algorithm when merging long-running branches with many name changes. (check-in: dc850c9b user: drh tags: trunk)
2021-04-18
19:59
Improve /brlist page so that several branches can be easily selected for the dedicated study via /timeline page. This is implemented using simple JavaScript that interactively changes a special hyperlink in the submenu of /brlist page. See forum thread 07c94e4d7c. (check-in: 08433ff8 user: george tags: brlist-timeline)
2021-04-17
12:23
Minor correction to finfo command comment help. (check-in: 8913402d user: andybradford tags: trunk)
2021-04-16
18:37
Improvements to the "fossil merge" algorithm so that it works better in complex cases involving branch merges where a file was created on one branch but not the other and had its name changed somewhere along the line. See forum post 549700437b for discussion. (check-in: cb4f38ee user: drh tags: trunk)

Changes to skins/bootstrap/css.txt.

Changes to skins/bootstrap/footer.txt.

Changes to src/branch.c.

Changes to src/default.css.

Added src/fossil.page.brlist.js.

Changes to src/main.mk.

Changes to www/changes.wiki.

Changes to www/javascript.md.