Fossil

Timeline
Login

Timeline

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

50 check-ins related to "trunk" plus check-in "2024-02-02 16:23:25" occurring around 2024-02-02 16:23:25.

2024-02-06
15:15
Make the PATH= argument identical for the patch and the sync commands, just to avoid confusion. ... (check-in: e82375910b user: drh tags: trunk)
15:03
Print a diagnostic message if the first attempt to connect to a remote using SSH fails and a retry with or without PATH= is about to commence. See [forum:/forumpost/9584923cf6|forum post 9584923cf6] for an explanation of why this is important. ... (check-in: f80041ebc5 user: drh tags: trunk)
14:49
Bring the PATH= arguments for sync and patch into agreement. ... (check-in: b2619342c7 user: drh tags: trunk)
14:19
Bring in fixes for SSH from trunk. ... (check-in: c55d1b7b26 user: andybradford tags: clone-resume)
14:07
Another attempt to fix the harmless compiler warning in popen2(). ... (check-in: b1483634c6 user: drh tags: trunk)
14:00
Updates to the change log. ... (check-in: beec145ff3 user: drh tags: trunk)
13:57
Stderr of ssh subcommand goes is read by the main process now, instead of going to the console. Improved error messages following failure on ssh: sync. ... (check-in: fb156a12bf user: drh tags: trunk)
12:01
Always adjust the use-path-for-ssh setting when an ssh retry succeeds, even if the REMEMBER flag is not set. And store the setting locally instead of globally. ... (check-in: 857495ec92 user: drh tags: trunk)
11:24
Fix harmless compiler warning in popen2(). ... (check-in: 07e092ab39 user: drh tags: trunk)
11:22
Only add the PATH= prefix on the fossil command sent over SSH for ssh: syncs if a prior attempt to contact the remote failed to find the Fossil executable. ... (check-in: cbf27ece6c user: drh tags: trunk)
03:22
Don't use the ssh file descriptor as an indicator that we should be using SSH transport. Arguably we could also just reset sshIn to 0, but I think this is better. ... (Closed-Leaf check-in: bcf6abe5b6 user: andybradford tags: ssh-path-prefix)
2024-02-05
22:00
Omit the PATH= prefix on the ssh fossil syncs unless the first attempt to contact the remote fails. Change the prefix to include common directories for Fossil on Macs. Remember whether or not the PATH= prefix is needed based on hostname. See the discussion at [forum:/forumpost/4903cb4b691af7ce|forum thread 4903cb4b691af7ce]. ... (check-in: d07689d11d user: drh tags: ssh-path-prefix)
03:15
Update www/loadmgmt.md to match the current behavior, per feedback in the forum. ... (check-in: 53a065900f user: stephan tags: trunk)
2024-02-04
22:12
Add missing "#include <errno.h>" that was needed on previous commit. ... (check-in: a66a14b033 user: mgagnon tags: trunk)
21:28
For 'fossil diff', allow --context to be 0, per request in [forum:806f1296d8 | forum post 806f1296d8]. ... (check-in: ea6f9a84ac user: danield tags: trunk)
10:06
www/newrepo.wiki: remove user@machine references to reduce the noise level. Minor content touchups. ... (check-in: dc0e054356 user: stephan tags: trunk)
03:59
Merged backslash fix in from trunk ... (check-in: d9debe90ab user: wyoung tags: inskinerator-modern-backport)
03:58
Use of a trailing backslash in a command example in the mirrortogithub doc wasn't rendering as expected, leading the command to be split in the HTML rendering, not continued across multiple lines as intended. Replaced it with an HTML named entity to sidestep this quirk of the MD renderer. ... (check-in: 221cf52bf5 user: wyoung tags: trunk)
2024-02-03
23:12
Merged trunk. Notably, drh's [bb3de39ffefb3f20] works seamlessly with this branch's skin. ... (check-in: 4f9cb1d1e0 user: wyoung tags: inskinerator-modern-backport)
20:32
In the /timeline, automatically highlight the from= and to= selections. ... (check-in: bb3de39ffe user: drh tags: trunk)
16:55
Update with all changes from trunk. ... (check-in: c454059a18 user: andybradford tags: clone-resume)
2024-02-02
22:22
Fix overlong lines and remove trailing whitespace from non-external C files. ... (check-in: 275da70f8c user: danield tags: trunk)
22:18
Remove trailing whitespace from non-external C files. ... (Closed-Leaf check-in: 7db0a2d910 user: danield tags: fix-overlength-lines)
16:26
Fix lines over 80 characters long, excluding external source files and @-lines. ... (check-in: 942f691b39 user: danield tags: fix-overlength-lines)
16:23
Replace stray tab characters. ... (check-in: 9db696ea78 user: danield tags: trunk)
2024-01-30
18:00
Update the built-in SQLite to the 3.45.1 patch release. ... (check-in: 55a0a4d01a user: drh tags: trunk)
2024-01-29
17:56
Wrapped the TH1 vars declared for custom skinning in backticks for better MD formatting, avoiding the need to escape underscores to prevent them from being interpreted as requesting italics. Fixed a typo in one of the variable names while in there; the visual noise of one of these escaped underscores hid the typo. ... (check-in: 3b505e6f55 user: wyoung tags: trunk)
04:34
Back out [321d8baf1939], as (A) the majority consensus is that underlining of hyperlinks is not desired and (B) to help avoid a potential merge conflict with the inkskinerator-modern-backport branch, which was branched before that change was made. ... (check-in: 5ef34fd764 user: stephan tags: trunk)
2024-01-28
22:52
Merged all trunk changes in except for the underlined link change to default.css. ... (check-in: 6301f6ce76 user: wyoung tags: inskinerator-modern-backport)
2024-01-27
22:38
In markdown, support fenced code blocks containing blank lines that are indented. ... (check-in: c031b2d4b5 user: drh tags: trunk)
21:29
In the markdown formatter, add support for fenced code blocks containing blank lines that are indented. ... (Closed-Leaf check-in: 5a51d1b4df user: drh tags: indented-fenced-code-blocks)
16:27
If the "autoconf" setting is set to "all" and the "fossil sync" command is run with a URL argument, then only sync with that one URL rather than syncing with all remotes. ... (check-in: 949b321b26 user: drh tags: trunk)
2024-01-25
19:09
When the "autosync" setting contains "all", then all remotes are synced using the "fossil sync" command. ... (check-in: 808193e612 user: drh tags: trunk)
16:46
First in a series of changes to the default skin to make it look more like [https://tangentsoft.com/inskinerator/dir/override/modern | Inskinerator Modern] without bringing in Inskinerator's dependencies and machinery. This change increases the body font size for desktop use without affecting mobile. With middle-aged eyes, the old default puts too much text on a line, decreasing readability due to long line lengths, even with browsers no wider than a sheet of office paper. For our definition of "mobile," line lengths are naturally limited to reasonable lengths, and in any case, compromise is the nature of that game. ... (check-in: 2fdfb834b9 user: wyoung tags: inskinerator-modern-backport)
14:47
Set the local bin path on SSH calls for "fossil sync", as is already done in [8cb116407933bb3b] for "fossil ui" and "fossil patch". ... (check-in: 805c931479 user: drh tags: trunk)
11:55
Fix incorrect hyperlink target in the documentation. ... (check-in: d5b04f0ec6 user: drh tags: trunk)
11:42
Fix minor documentation typo. ... (check-in: 031cc65643 user: drh tags: trunk)
04:04
Make forum post hyperlinks more visible, with the conventional underline. ... (check-in: 321d8baf19 user: stephan tags: trunk)
03:28
Make forum post hyperlinks more visible, with the conventional underline. ... (Closed-Leaf check-in: b9027e76ff user: larrybr tags: visible-post-links)
03:00
Remove some vendor-prefixed CSS attributes, as modern browsers emit warnings for those. ... (check-in: a0850d54c5 user: stephan tags: trunk)
2024-01-23
06:54
Carry forward [368d97869b] to the zlib 1.3.1 update. ... (Closed-Leaf check-in: 3930dac956 user: florian tags: zlib-update)
06:46
Update the built-in zlib to version 1.3.1, released on January 22, 2024. According to check-ins [eea86cee3a] and [511ad59ae3], all files from the doc/ and contrib/ada/ subdirectories are excluded. ... (check-in: ff7fa23bb6 user: florian tags: zlib-update)
2024-01-22
13:40
Sync with trunk. ... (check-in: 7597825330 user: florian tags: diff-keyboard-navigation)
13:39
Sync with trunk. ... (check-in: f05b04a625 user: florian tags: timeline-keyboard-navigation)
13:37
Hide the timeline graph tooltip in the `pagehide' handler, as Chromium-based browsers (but not Firefox) are deprecating the `unload' handler. ... (check-in: f97a29dd58 user: florian tags: trunk)
2024-01-21
21:57
Typo fix and EOL whitespace cleanups. No functional changes. ... (check-in: e0576ea919 user: stephan tags: trunk)
18:03
Improved support for one-click unsubscribe for notifications. ... (check-in: bca95cbf9c user: drh tags: trunk)
01:59
Typo fix and EOL whitespace cleanups. No functional changes. ... (check-in: 55151f0024 user: stephan tags: trunk)
2024-01-20
22:31
Include the "List-Unsubscribe" headers in all notification emails. ... (check-in: b76320edee user: drh tags: trunk)
2024-01-18
15:20
Document the --linenum and --invert command-line options to 'fossil diff'. ... (check-in: eb4efc8ccd user: danield tags: trunk)