Timeline
Not logged in

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

50 most recent check-ins

2024-03-18
19:16
Update the built-in SQLite to the latest trunk version from the 3.46.0 development cycle, for the purposing testing SQLite. Leaf check-in: 03e00a67d9 user: drh tags: trunk
2024-03-16
23:01
Referenced prior commit's feature in the changelog check-in: 6f532afa47 user: wyoung tags: trunk
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: 363f01aba9 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: 758170bc79 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: 34276d22e5 user: drh tags: trunk
2024-03-12
23:33
Apply [938fda79d49e] to the 's' (search) parameter to the /wiki page. check-in: 3d1e634d16 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: 938fda79d4 user: stephan tags: trunk
2024-03-11
19:36
Update the change log. check-in: fc9c53abf1 user: drh tags: trunk
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: 452f050241 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: 650305e94f 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: 1ff12ea630 user: drh tags: trunk
18:52
Update the built-in SQLite to the latest 3.46.0 pre-release for beta-testing. check-in: 3b99d2ca26 user: drh tags: trunk
07:52
Document the optional IP: part of (server --port IP:PORT), per [forum:88f7f8245e|forum post 88f7f8245e]. check-in: 3815c85746 user: stephan tags: trunk
07:44
Reduce extraneous wording in /finfo, per feedback in [forum:e456b9141b|forum post e456b9141b]. check-in: b6517d5eeb user: stephan tags: trunk
2024-03-05
12:53
Merge trunk into markdown-tagrefs branch. Leaf check-in: 0517bd2dd8 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: aac2a35086 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:8f18c016fe|forum post 8f18c016fe]. check-in: 91a73ec348 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: 7b4bbc8203 user: stephan tags: trunk
2024-02-29
19:48
Removed extra indent in the login groups doc. Not caught earlier because it's buried in the "caps" section. check-in: a7255ba561 user: wyoung tags: trunk
2024-02-28
18:16
URL fix in previous; remote path needs to be part of the URL, and we can avoid giving the local clone path by using the new clone-and-open functionality. check-in: 69959fa5b6 user: wyoung tags: trunk
18:10
Extended the sync doc with info about PATH implications of finding the fossil binary on the remote system over ssh: URLs, including formal documentation (for the first time?) of the ?fossil= query parameter. check-in: a975ccb75b user: wyoung tags: trunk
17:52
Added fragment identifiers to the h2 and h3 levels of the sync doc, for referring to individual sections. check-in: 5ca63acf9f user: wyoung tags: trunk
2024-02-25
10:52
Fix typos in www/build.wiki as reported on the forum. check-in: 3ec73a0d0d user: drh tags: trunk
2024-02-24
16:31
On the /skins page, move the "Custom" skin to the bottom of the list. check-in: 2ac49d3200 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: c2c02cd7d1 user: drh tags: trunk
2024-02-23
23:51
Include the new default-skin setting in CONFIGSET_SKIN. check-in: 818a6ad79a user: drh tags: trunk
23:31
Remove a debugging printf() accidently left in the previous check-in. Also remove an unused variable. check-in: 00dad9a2f2 user: drh tags: trunk
23:29
Show the custom skin as an option on the /skins page, if it exists. check-in: b828d8fd59 user: drh tags: trunk
22:35
Improvements to the "/skins" page to work better with the new default-skin setting. check-in: 99575d4cbc user: drh tags: trunk
21:57
In the source of the home page (www/index.wiki) move the "What Is It?" header ahead of the floating sidebar. This fixes appearence under the custom skin where that sidebar (from the content) collides with another floating sidebar (emitted by the header of a skin). check-in: 3a78497bd7 user: george 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: f3702b86c3 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: 18d76fffb1 user: drh tags: trunk
17:48
Reworked the handling of the three "selected" row cases in /timeline (current, first-in-range and last-in-range) so the borders and highlighting extend to the left margin. The "current" case (seen under "fossil ui" only, to indicate the ckout version) wasn't a problem, but the other two use background colors potentially confusable with branch colo... check-in: 9568091a9b user: wyoung tags: trunk
17:30
Remove the "default-skin" setting that was added by [24e015de71cfdc79]. check-in: 1975bfd279 user: drh tags: trunk
17:25
Improvements to the Skin setup interface. check-in: 33cc83ffb8 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: 24e015de71 user: drh tags: trunk
12:08
Resurrect the "default" skin from the last release under a new name: "Dense". Leaf check-in: 94f9b72690 user: drh tags: resurrect-old-default-skin
01:56
Extended [b272004b] to cover the "classic" timeline mode as well. check-in: ef4a1e817f user: wyoung tags: trunk
01:20
Comment cell highlighting in /timeline now takes into account the compact and verbose modes better, and it separates out the rounding from the coloring so it can apply less rounding and a bit more padding in these same two cases, to avoid having the text near the corners crash into the borders. check-in: b272004beb user: wyoung tags: trunk
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:ea82cf10d4|forum post ea82cf10d4]. check-in: 003c3e6c8a user: stephan tags: trunk
2024-02-22
20:08
Fix an incorrect comment on the previous check-in. check-in: 0d2befb04d user: drh tags: trunk
20:07
Improvements to escaping of filenames that are passed down into subprocesses on Windows. check-in: fc0b9325f0 user: drh tags: trunk
11:00
Updates to "hints.wiki" document. check-in: 8ed9fdd565 user: drh tags: trunk
00:51
Update the built-in SQLite to a newer version that does not give warnings on Windows. check-in: 35f4dae3d6 user: drh tags: trunk
2024-02-21
12:17
Updates to the change log. check-in: 3e0b35edee user: drh tags: trunk
11:56
Update the built-in SQLite to the latest 3.46.0 alpha that includes the enhanced "PRAGMA optimize" logic. The interface to "PRAGMA optimize" is unchanged, so the minimum SQLite version did not need to be updated. check-in: aa33292ccd user: drh tags: trunk
2024-02-20
14:35
Changed home page title from "Home" to "A Coherent Software Configuration Management System" since docs now show the title in the body area. "Home" in the title area was fine, but now it wants something more explanatory of the page's content.

Moved the list of links on the right up a bit as a result.

Switched the ASCII hyphens to em dashes in th... check-in: 452726d678 user: wyoung tags: trunk

2024-02-19
16:18
Add a link to /skins on the /login page, per request in the forum. check-in: cc7930e13c user: stephan tags: trunk
2024-02-18
20:31
Improved appearance of the new CGI URL breakdown Pikchr: colorized it and made use of polygons instead of spindly lines to indicate the parts. check-in: 11420bbbdb user: wyoung tags: trunk
15:56
Further improvements to pre styling, now taking MD forum posts into account. check-in: 77f9162010 user: wyoung tags: trunk