Fossil

Timeline
Login

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

14 check-ins by user graham

2021-02-15
22:45
[WIP] Removed the conditional code around some options: up to five "extras" WILL be shown by default; single-line difference reports WILL be shown first (ahead of those with "diff blocks") and "diff blocks" WILL have dividers. Removed a number of my "place holder" comments. ... (check-in: 996a056f9d user: graham tags: ui-local-diff)
15:35
Restored a call to "mimetype_from_name()" in local-diff mode. ... (check-in: e494b97954 user: graham tags: ui-local-diff)
2020-06-04
10:43
Fix for "/timeline?c=XXXX" (circa the specified check-in) when the target check-in is at or near the tip of the timeline. See https://fossil-scm.org/forum/forumpost/e3adbfedfd ... (Closed-Leaf check-in: 16a09da8c1 user: graham tags: timeline-circa-fix)
2020-06-02
16:20
Added a "no changes" messages if no local files are different; report trying to view a non-existent local file. Tidy-up and added config-options and "what I did" block near top of info.c. ... (check-in: a955c80b43 user: graham tags: ui-local-diff)
13:52
Merge in Markdown changes from trunk. ... (check-in: bf5a21e036 user: graham tags: ui-local-diff)
2020-06-01
22:12
Added ability for "/local" to display files present in the checkout but not managed by Fossil (cf. "fossil extras"). ... (check-in: 07829f371b user: graham tags: ui-local-diff)
2020-05-31
11:22
Fixed diff of an individual checked-out file (/localdiff) so it compares against the correct artifact when on a branch. ... (check-in: 5cbb78b486 user: graham tags: ui-local-diff)
2020-05-30
22:22
Distinguish local-changes from changes from a merge. ... (check-in: db758a3454 user: graham tags: ui-local-diff)
19:32
Merged in UUID-renaming changes from trunk. ... (check-in: 1fd9acb97c user: graham tags: ui-local-diff)
16:15
Make two passes through list of local changes so all "one-line" entries are listed first. ... (check-in: bc56945ea4 user: graham tags: ui-local-diff)
2020-05-28
21:39
Initial implementation to show "local (uncommitted) changes" in Fossil's UI. Not yet tested to destruction, but fails no more errors in the test-suite than trunk. Currently there are no links to the new page: manually navigate to "/local" (a variant of the "/ci" page). ... (check-in: ccebe22576 user: graham tags: ui-local-diff)
12:01
Fix on Check-in pages to preserve the current "diffType" setting (side-by-side or unified) when toggling the show/ignore whitespace option. ... (check-in: e6ab947e1e user: graham tags: ui-local-diff)
11:42
Cosmetic fix for "/file?name=xxxx" where ci defaults to "tip". Title used to be "xxxx at []"; now it is "xxxx at tip" which matches the behaviour of "/file?name=xxxx&ci=tip". ... (check-in: 551676bc28 user: graham tags: ui-local-diff)
2020-03-17
12:17
Filter notifications to reduce multiple alerts if forum-posts are edited. ... (Closed-Leaf check-in: 1c84fa5569 user: graham tags: alert-filter)