Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
48 check-ins using file src/name.c version 5ed9080815
2024-02-08
| ||
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:06 | www/newrepo.wiki: remove user@machine references to reduce the noise level. Minor content touchups. ... (check-in: dc0e054356 user: stephan tags: trunk) | |
05:52 | Applied the new div class=sidebar styling to a few more cases in the docs. ... (check-in: 701ea4d004 user: wyoung tags: inskinerator-modern-backport) | |
05:43 | Removed extra indent level from the release doc link in the permuted index, generated by the mkindex.tcl script. ... (check-in: 01764fea86 user: wyoung tags: inskinerator-modern-backport) | |
05:27 | Moved the page title on mobile from after the project name and the slash separator in the header to just above the content area, styled as a separate "h1" element, same as in an embedded doc with an "h1" inline. This accommodates long page titles better on narrow screens while leaving desktop-class windows alone. Reduced the size of h1 to be closer to h2 as a consequence. Also removed the new logo's top-padding on mobile to fit in better with all this. ... (check-in: f2ef252ef8 user: wyoung tags: inskinerator-modern-backport) | |
05:06 | Triumphant return of the logo in the title area, lost in the transition from "original" to the trunk default skin. ... (check-in: 45b0550160 user: wyoung tags: inskinerator-modern-backport) | |
04:50 | Bumped submenu font size up slightly. This isn't so much a change from trunk as a restoration of trunk, tracking the overall body font size changes. ... (check-in: 1b20533368 user: wyoung tags: inskinerator-modern-backport) | |
04:42 | Added three new block-element classes to the skin to replace use of "blockquote" with semantic alternatives: * "indent" for cases where the only purpose was to indent things * "blockquote" where you want an actual block quote in a wiki doc and thus can't use a "blockquote" element due to the historical misuse of this tag, preventing us from doing the same for it as we do for MD * "sidebar" when the reason you wanted an indented paragraph was to create a sidebar; this is styled much like a blockquote in MD (or the new "blockquote" class in wiki docs) but floats to the right. Using all three of these in the remaining www/ docs that still used explicit "blockquote" tags. (If you're wondering why the prior commit claims to have dealt with all of these tags when this commit belies that, it's because this work was done en masse, then split up into two related commits to keep the commit messages more on-point. It was easier to commit these two chunks of work in this order. It would have required a complicated dance with the stash to commit them in the more logical order.) ... (check-in: 56c7c2cb13 user: wyoung tags: inskinerator-modern-backport) | |
04:29 | Replaced nearly all explicit uses of the "blockquote" tag in the embedded docs: * Constructs like "<blockquote><pre>" are now simply "<pre>" * Ditto "<blockquote><b>" for command examples, which then allowed me to get rid of explicit "br" elements; pre does that for us. * Where it was used merely to get an indent for a code block, we're now using pre or verbatim instead, depending on whether we need embedded HTML and/or pre-wrap handling. (Not the same thing as the prior item.) In some places, this let us replace use of HTML-escaped code blocks in pre with verbatim equivalents, not needing the escaping, allownig the doc source to read more like the rendered HTML. * Use of blockquotes to get hierarchical indenting is no longer necessary; the skin does that. A good example is indenting ol and ul lists under the parent paragraph; additional manual indenting is no longer necessary. The only remaining instances of "blockquote" under www/ are necessary: # The copyright release doc is plain HTML, without the fossil-doc wrapper, giving it no access to the new skin improvements. # One MD doc wants a blockquote in the middle of a list, and the current parsing rules don't let us use ">" there. # The skinning ... (check-in: 54977e1413 user: wyoung tags: inskinerator-modern-backport) | |
04:01 | Small cosmetic tweaks to the mirrortogithub doc on this branch to work better with the skin. ... (check-in: cabbf1ca54 user: wyoung tags: inskinerator-modern-backport) | |
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) | |
02:57 | Removed a bunch of explicit blockquote tags in the encryptedrepos doc which were essentially duplicating the hierarchical indent structure now implemented by this branch's skin changes. This is why we want to do this at the skin level: so all pages get this appearance, avoiding the need for manual formatting on each page. ... (check-in: 01e364c6f1 user: wyoung tags: inskinerator-modern-backport) | |
02:53 | Replaced use of an explicit "blockquote" tag in an MD doc with a leading ">". It's not only simpler markup, it generates slightly different HTML output, leading to better formatting under this skin. ... (check-in: 9f71793cdf user: wyoung tags: inskinerator-modern-backport) | |
02:39 | Reworked the remaining custom CSS in the server index doc to cascade properly with the new table styling in the skin. ... (check-in: d3c55b57f1 user: wyoung tags: inskinerator-modern-backport) | |
02:35 | Removed explicit CSS at the top of the server index doc. In some ways, this was a prototype of this branch's skin changes, with the result that we were getting double-indents, one from the skin and one from the local additions meant to give hanging headers to the current trunk default skin. ... (check-in: 3291f68fe3 user: wyoung tags: inskinerator-modern-backport) | |
01:30 | Removed extra space around pre.verbatim blocks in wiki output; plain "pre" has space already, and the extra means that if you use them both on the same page, you see the difference. ... (check-in: 06dfb68302 user: wyoung tags: inskinerator-modern-backport) | |
2024-02-03
| ||
23:39 | Removed table styling overrides once more for the checkin_names doc's Quick Reference table. Prior backout commit reverted that. ... (check-in: 2da64ba4ac user: wyoung tags: inskinerator-modern-backport) | |
23:37 | Found a simpler fix for [6b40ee53]: put a blank line between the end of the floated-right table and the first paragraph. Reduces the diff for this file relative to trunk to a single LF. ... (check-in: 6088d20337 user: wyoung tags: inskinerator-modern-backport) | |
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) | |