Fossil

Timeline
Login

Timeline

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

50 events occurring around 46e7855a4e19200e.

2024-02-09
02:52
Removed extra whitespace in command examples in fossil-v-git doc. Skin does that now. ... (check-in: b368727904 user: wyoung tags: inskinerator-modern-backport)
02:30
Backed off on mobile body font size reduction from 0.8em to 0.9em for the same reason we did it for desktop. ... (check-in: 3e23092003 user: wyoung tags: inskinerator-modern-backport)
02:29
Experimental styling of inline code and tt blocks in user content like everyone else (Stack Exchange, GitHub, Reddit, Discord…) do, with a light gray background and slight expansion of the box area, to offset it from the prose. ... (check-in: 4772a9b2cc user: wyoung tags: inskinerator-modern-backport)
02:13
Abandoned the +5% size bump for monospace fonts entirely. Its correctness is far too contingent on the font selected and the browser's quirks. ... (check-in: 9f3e59cffc user: wyoung tags: inskinerator-modern-backport)
01:36
Reduced the font size adjustment for monospace fonts from +10% to +5% after testing on mobile, and made it apply to the same list of monospace font classes defined in src/default.css. ... (check-in: e220683ae0 user: wyoung tags: inskinerator-modern-backport)
01:19
Simplified the SCSS example code by use of the language's "&" feature and an extra layer to handle the .content commonality. ... (check-in: 6ad8bc587f user: wyoung tags: inskinerator-modern-backport)
01:18
Dropped the div.content layer out for /fileedit and /wikiedit. If it were necessary, we'd have to invert these two, but it isn't due to the earlier point about these selectors being plenty specific via direct ID element targeting. ... (check-in: 3f21415f41 user: wyoung tags: inskinerator-modern-backport)
01:00
Don't need to be as specific on the selectors targeting the /fileedit and /wikiedit preview tabs due to their use of "<div id=" naming. There is no reasonable possibility for an overreach here. ... (check-in: 902ea745fa user: wyoung tags: inskinerator-modern-backport)
00:17
Merged pikchr changes from trunk. (About to rebuild the containers, and we need both sets of changes on the public demo mirror.) ... (check-in: e471c5ffa9 user: wyoung tags: inskinerator-modern-backport)
00:15
Small tweak to make comment match code ... (check-in: fb0c1e7125 user: wyoung tags: inskinerator-modern-backport)
00:12
Rebuild pikchr.wasm/js with emcc 3.1.53 and adapt the associated build rule in src/main.mk to account for a breaking emcc change (should also be backwards-compatible to older emcc's). ... (check-in: 5a09f499a8 user: stephan tags: trunk)
00:12
The /fileedit and /wikiedit preview areas now show the skin's @media screen indent levels properly. The nine selectors we previously had per top-level tag had to become _sixteen_ (!) owing to Fossil's historical lack of consistency in applying parent classes. We could clean it all up on this branch, but then who knows how many custom skins that would break… ... (check-in: 0d7cdbb0e3 user: wyoung tags: inskinerator-modern-backport)
2024-02-08
22:38
Removed the duplicate copy of the SCSS input to the selector explosion in default/css.txt. It's getting too complex to maintain the duplication, and it's about to get worse. Linking it by reference now. ... (check-in: f5a80cad6c user: wyoung tags: inskinerator-modern-backport)
22:18
Added yet another special-case handler for the new skin's @media screen indent applicator. We were handling wiki embedded docs before, but we weren't handling the /wiki pages themselves. These appear with a top-level body class of "wiki", not "doc". ... (check-in: a1ebcb230a user: wyoung tags: inskinerator-modern-backport)
20:45
Update Pikchr to include fixes to autofit on diamond objects. ... (check-in: f4ec8e0f05 user: drh tags: trunk)
20:35
Merged trunk changes in ... (check-in: 9a9276d693 user: wyoung tags: inskinerator-modern-backport)
18:41
Improved response to from=,ft= in /timeline when no such path exists. ... (check-in: 68baa36667 user: drh tags: trunk)
18:02
Merge the enhanced Pikchr with diamond support into trunk. ... (check-in: 7573b3f1e0 user: drh tags: trunk)
17:52
Performance and display improvements in /timeline for the use of bt= and ft= query parameters with from=. ... (check-in: c651369ce3 user: drh tags: trunk)
15:18
Update Pikchr to the experimental version that supports the "diamond" primitive. ... (Closed-Leaf check-in: 7b4ab46a2c user: drh tags: pikchr-diamond)
15:10
Update help for "fossil ui" to more closely match the behavior in the code. ... (check-in: b2b373ff17 user: andybradford tags: trunk)
14:03
In the /timeline page, add support for (from,ft) and (from,bt) query parameter pairs. ... (check-in: 793c492415 user: drh tags: trunk)
01:36
Fix a typo in a code comment. No logic changes. ... (check-in: 015d7b7a41 user: drh tags: trunk)
01:33
Simplification to the PQueue object to remove the content pointer, which is never used. ... (check-in: 83c4ab6051 user: drh tags: trunk)
2024-02-07
15:46
Change popen() back to the way it was last week - so that it shows stderr lines on the console rather than consuming them. ... (check-in: 274079a2e1 user: drh tags: trunk)
15:11
Fix the "test-ssh-needs-path" command so that it works even if run from outside of an open check-out. ... (check-in: 46e7855a4e user: drh tags: trunk)
14:25
Pull in the remaining bits from trunk for integration testing. ... (check-in: d27cb05f6b user: andybradford tags: clone-resume)
12:16
For the "fossil ui REMOTE:path" command, initially omit the PATH= prefix but add it in if the initial attempt fails to find a fossil executable. ... (check-in: ed6495baa6 user: drh tags: trunk)
2024-02-06
23:59
Make use of the ssh_add_path_argument() function for the implementation of "fossil ui REMOTE:folder". ... (check-in: 151406f34c user: drh tags: trunk)
23:45
Detailed header comment on the ssh_add_path_argument() function explaining what this PATH= business is all about, for future reference. ... (check-in: ac52d12e66 user: drh tags: trunk)
23:18
Fix the "fossil patch push" and "fossil patch pull" commands so that, like "fossil sync", they initial try to run ssh without the PATH= argument, but add in the PATH= argument if the initial attempt does not work. ... (check-in: eb135ef204 user: drh tags: trunk)
15:32
Merge commonly used operations associated with the PATH= of a remote fossil run using ssh into subroutines, so that they do not get out of sync with each other. ... (check-in: efd3a5ec07 user: drh tags: trunk)
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
23:59
Debugging changes in url.c: Ensure that each new UrlData object parse is fully reinitialized. Bring out printing of g.url into a separate routine so that it can be called during debugging. ... (check-in: 97b3f955b2 user: drh tags: ssh-path-prefix)
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:11 Edit [dc0e0543569ce26a|dc0e054356]: Edit check-in comment. ... (artifact: f4a21bd328 user: stephan)
10:06
www/newrepo.wiki: remove user@machine references to reduce the noise level. Minor content touchups. ... (check-in: dc0e054356 user: stephan tags: trunk)