Fossil

Timeline
Login

Timeline

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

11 check-ins related to "vdiff-improvements"

2019-09-03
20:17
Improvements to /vdiff. Provide the branch= query parameter. In the name decoder, all "merge-in:BRANCH" to mean the most recent merge-in to BRANCH from its parent. Provide "Diff" links for branches that show all changes since the most recent merge-in. (check-in: e632a092 user: drh tags: trunk)
20:08
Fix a possible UNIQUE constraint violation in the new /vdiff logic. (Closed-Leaf check-in: 8e175a67 user: drh tags: vdiff-improvements)
2019-08-27
12:36
Add hyperlinks to the branch diff page from branch timeline and from /info. (check-in: 833b220a user: drh tags: vdiff-improvements)
02:08
Minor wording change in the header of /vdiff. (check-in: 69adb45d user: drh tags: vdiff-improvements)
02:07
Updates to the /vdiff page with the branch=BRANCH query parameter so that it uses merge-in: instead of root: and thus excludes merge-in check-ins from the diff. (check-in: b36dc6f1 user: drh tags: vdiff-improvements)
01:47
Add the "merge-in:NAME" name type, similar to "root:NAME" except that it finds the youngest anscestor of NAME that is in the branch from which the branch of NAME derived. (check-in: dcd8f1d8 user: drh tags: vdiff-improvements)
00:29
Merge in documentation enhancements from trunk. (check-in: c1b62c32 user: drh tags: vdiff-improvements)
00:29
Remove an unused subroutine. Fix a minor CSS problem. (check-in: 2078c746 user: drh tags: vdiff-improvements)
00:11
On the /vdiff page, show a timeline with both check-ins using different highlights on each check-in. (check-in: 6e40f866 user: drh tags: vdiff-improvements)
2019-08-25
13:24
Added HTTP proxying info to Debian nginx server setup guide. (check-in: c6a033ce user: wyoung tags: trunk)
2019-08-23
12:42
Add the fossil_random_password() utility function and use it to generate a stronger initial admin-user password in the "fossil new" command. (check-in: 23a9f9ba user: drh tags: trunk)