32
I Use This!
High Activity

Commits : Listings

Analyzed about 12 hours ago. based on code collected about 22 hours ago.
Apr 22, 2023 — Apr 22, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Small tweak to make comment match code More... 2 months ago
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). More... 2 months ago
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ā€¦ More... 2 months ago
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. More... 2 months ago
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". More... 2 months ago
Update Pikchr to include fixes to autofit on diamond objects.
drh
More... 2 months ago
Merged trunk changes in More... 2 months ago
Improved response to from=,ft= in /timeline when no such path exists.
drh
More... 2 months ago
Merge the enhanced Pikchr with diamond support into trunk.
drh
More... 2 months ago
Performance and display improvements in /timeline for the use of bt= and ft= query parameters with from=.
drh
More... 2 months ago
Update Pikchr to the experimental version that supports the "diamond" primitive.
drh
More... 2 months ago
Update help for "fossil ui" to more closely match the behavior in the code. More... 2 months ago
In the /timeline page, add support for (from,ft) and (from,bt) query parameter pairs.
drh
More... 2 months ago
Fix a typo in a code comment. No logic changes.
drh
More... 3 months ago
Simplification to the PQueue object to remove the content pointer, which is never used.
drh
More... 3 months ago
Change popen() back to the way it was last week - so that it shows stderr lines on the console rather than consuming them.
drh
More... 3 months ago
Fix the "test-ssh-needs-path" command so that it works even if run from outside of an open check-out.
drh
More... 3 months ago
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.
drh
More... 3 months ago
Make use of the ssh_add_path_argument() function for the implementation of "fossil ui REMOTE:folder".
drh
More... 3 months ago
Detailed header comment on the ssh_add_path_argument() function explaining what this PATH= business is all about, for future reference.
drh
More... 3 months ago
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.
drh
More... 3 months ago
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.
drh
More... 3 months ago
Make the PATH= argument identical for the patch and the sync commands, just to avoid confusion.
drh
More... 3 months ago
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.
drh
More... 3 months ago
Bring the PATH= arguments for sync and patch into agreement.
drh
More... 3 months ago
Another attempt to fix the harmless compiler warning in popen2().
drh
More... 3 months ago
Updates to the change log.
drh
More... 3 months ago
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.
drh
More... 3 months ago
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.
drh
More... 3 months ago
Fix harmless compiler warning in popen2().
drh
More... 3 months ago