Fossil

Timeline
Login

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

50 most recent check-ins that include changes to files matching 'src/*'

2024-03-28
20:57
Fix to the "fossil git status" command as suggested by forum post e15631f21e16f0b6. ... (Leaf check-in: 00283039 user: drh tags: trunk)
2024-03-23
05:54
Updates from trunk for sync changes et al. ... (Leaf check-in: 2304041e user: andybradford tags: clone-resume)
2024-03-22
12:30
Fix uninitialized variable in the previous check-in. ... (check-in: 38dad38b user: drh tags: trunk)
12:28
The "fossil sync --all" command now makes up to two passes through the list of remote URLs to ensure that everybody gets synced up. See the discussion at forum thread 4d6a94aca6105fc6. ... (check-in: 0cd5589c user: drh tags: trunk)
2024-03-20
19:06
Fix a potential NULL pointer dereference in search if the search index is not correct. ... (check-in: 11ffd84a user: drh tags: trunk)
2024-03-16
22:59
Allow rendering of Pikchrs to SVG via /doc/…/foo.pikchr?popup URLs. This allows a file stored in the repo to be referenced as an SVG from other pages ... (check-in: 363f01ab user: drh tags: trunk)
22:56
Allow rendering of Pikchrs to SVG via /doc/…/foo.pikchr?popup URLs. This allows a file stored in the repo to be referenced as an SVG from other pages. ... (Closed-Leaf check-in: 758170bc user: wyoung tags: render-pikchr-via-doc-popup)
2024-03-15
12:59
Fix a potential integer overflow in the bag_hash() function. ... (check-in: 34276d22 user: drh tags: trunk)
2024-03-12
23:33
Apply [938fda79d49e] to the 's' (search) parameter to the /wiki page. ... (check-in: 3d1e634d user: stephan tags: trunk)
18:20
In /vdiff, exempt the 'from' and 'to' (branch names) args from the HTTP 418 response check because they otherwise trigger on some real-world branch names. ... (check-in: 938fda79 user: stephan tags: trunk)
2024-03-11
19:20
On the header for a /timeline that uses the new to2= query parameter, use the value of either the to= or the to2= query parameter, whichever is valid. ... (check-in: 452f0502 user: drh tags: trunk)
16:39
Disable load-control for the /xfer page. This prevents real users with passwords from being denied autosync because of some misbehaving spider. ... (check-in: 650305e9 user: drh tags: trunk)
2024-03-09
19:17
Add the to2=LABEL query parameter to timeline. This is intended as a backup name for to=END in case the END label cannot be resolved. ... (check-in: 1ff12ea6 user: drh tags: trunk)
07:52
Document the optional IP: part of (server --port IP:PORT), per forum post 88f7f8245e. ... (check-in: 3815c857 user: stephan tags: trunk)
07:44
Reduce extraneous wording in /finfo, per feedback in forum post e456b9141b. ... (check-in: b6517d5e user: stephan tags: trunk)
2024-03-05
12:53
Merge trunk into markdown-tagrefs branch. ... (Leaf check-in: 0517bd2d user: stephan tags: markdown-tagrefs)
08:44
Part 2 of 2 of [91a73ec348d7609f]: add --dark-pikchr to the test-wiki-render and test-markdown-render commands. ... (check-in: aac2a350 user: stephan tags: trunk)
08:16
Add -dark flag to the pikchr command to tell pikchr to render in dark mode. This is the first part of a request from forum post 8f18c016fe. ... (check-in: 91a73ec3 user: stephan tags: trunk)
2024-03-03
13:50
Adapt /pikchrshow to latest skin changes to keep the page footer from scrolling off the screen. ... (check-in: 7b4bbc82 user: stephan tags: trunk)
2024-02-24
16:31
On the /skins page, move the "Custom" skin to the bottom of the list. ... (check-in: 2ac49d32 user: drh tags: trunk)
11:33
Fix a bug in Windows builds introduced by [fc0b9325f02b16b3]: When escaping arguments for the CMD.EXE which are not filenames, allow % to pass through unaltered and unquoted. This is necessary so that we can construct a URL that contains a "%d" field to hold the TCP port number. ... (check-in: c2c02cd7 user: drh tags: trunk)
2024-02-23
23:51
Include the new default-skin setting in CONFIGSET_SKIN. ... (check-in: 818a6ad7 user: drh tags: trunk)
23:31
Remove a debugging printf() accidently left in the previous check-in. Also remove an unused variable. ... (check-in: 00dad9a2 user: drh tags: trunk)
23:29
Show the custom skin as an option on the /skins page, if it exists. ... (check-in: b828d8fd user: drh tags: trunk)
22:35
Improvements to the "/skins" page to work better with the new default-skin setting. ... (check-in: 99575d4c user: drh tags: trunk)
20:52
Improvements to skin administration. The /setup_skin_admin page allows the admin to set the default-skin setting to select which skin to use, and to clear out the custom skin. ... (check-in: f3702b86 user: drh tags: trunk)
18:18
Revive the default-skin setting. I know think it will be useful after all, when used in combination with other changes that are planned. ... (check-in: 18d76fff user: drh tags: trunk)
17:30
Remove the "default-skin" setting that was added by [24e015de71cfdc79]. ... (check-in: 1975bfd2 user: drh tags: trunk)
17:25
Improvements to the Skin setup interface. ... (check-in: 33cc83ff user: drh tags: trunk)
15:24
Add the "default-skin" setting which defines which built-in skin to use if no skin is otherwise specified. On the /skins page, show how the current skin is selected, if that is relevant. Add the /fdscookie page that shows just the "fossil_display_settings" cookie rather than all cookies. ... (check-in: 24e015de user: drh tags: trunk)
12:08
Resurrect the "default" skin from the last release under a new name: "Dense". ... (Leaf check-in: 94f9b726 user: drh tags: resurrect-old-default-skin)
00:38
Teach the chat pull subcommand to prompt for a password if no password has been remembered for the remote. Resolves the problem reported in forum post ea82cf10d4. ... (check-in: 003c3e6c user: stephan tags: trunk)
2024-02-22
20:08
Fix an incorrect comment on the previous check-in. ... (check-in: 0d2befb0 user: drh tags: trunk)
20:07
Improvements to escaping of filenames that are passed down into subprocesses on Windows. ... (check-in: fc0b9325 user: drh tags: trunk)
2024-02-19
16:18
Add a link to /skins on the /login page, per request in the forum. ... (check-in: cc7930e1 user: stephan tags: trunk)
2024-02-18
15:46
Merged two redundant style rules for sidebars. Manual merge error? ... (check-in: 825efe96 user: wyoung tags: trunk)
2024-02-11
12:45
Removed the body-area h1 from the /chat message-area size calculation now that it's being suppressed in CSS. This should be a net zero now. ... (check-in: e4aca28d user: wyoung tags: trunk)
10:56
Merged two near-identical lists of CSS selectors in the /chat JS into one. As far as I can tell, they _are_ supposed to be identical, since they're both concerned with calculating the "framing" elements of the chat area, being everything other than the list of messages. It looks like they slipped out of that ideal in the way duplicated code does. ... (check-in: 1cf4a7d7 user: wyoung tags: trunk)
10:27
Grammar fix in "Left-align my posts" /chat setting hint ... (check-in: aca0be16 user: wyoung tags: trunk)
2024-02-10
22:12
Fixes to /chat's js to allow for the new skin changes. (Mea culpa; didn't even think to try /chat while working on all this.) ... (check-in: 4dc87985 user: wyoung tags: trunk)
17:36
Modernized the default skin, primarily to improve readability, and forked off the old default as "Étienne", named in honor of its creator. ... (check-in: 8a1ba49b user: wyoung tags: trunk)
10:20
Moved most of the sidebar implementation up into default.css in a generic form so all skins share it, including Étienne. What remains behind in the new default skin are the accent colors for the background and the left border. The generic form simply applies a tint darkening to whatever background it finds itself on, which works for most of the stock skins. ... (check-in: bcbd1c1e user: wyoung tags: inskinerator-modern-backport)
09:54
Initial fork of the trunk default skin into "Étienne" (a.k.a. "etienne" without the accent for easier use in ?skin=" and such) for use by those who want to return to the old default once this branch is merged to trunk.

At the moment, it is a straight copy with the intent of forming a baseline for the minimal changes I'm about to make in order to allow the Fossil doc changes on this branch to render reasonably. ... (check-in: 7d8631f1 user: wyoung tags: inskinerator-modern-backport)

08:55
Applied the header and footer improvements from the wcag-2.1 branch. Changes generic divs with class labels into semantic elements that a browser can then treat specially, given their meaning. ... (check-in: b48e4836 user: wyoung tags: inskinerator-modern-backport)
05:45
Removed a stray semicolon ... (check-in: 228626bc user: wyoung tags: inskinerator-modern-backport)
05:40
Added kbd, samp and var element selectors to the list getting monospace treatment in the default.css file. ... (check-in: a76312cd user: wyoung tags: inskinerator-modern-backport)
2024-02-09
13:51
Sync up with trunk for latest improvements. ... (check-in: 12390507 user: andybradford tags: clone-resume)
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: e471c5ff 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: 5a09f499 user: stephan tags: trunk)
2024-02-08
20:35
Merged trunk changes in ... (check-in: 9a9276d6 user: wyoung tags: inskinerator-modern-backport)